Skip to content

Commit cff8b4d

Browse files
opus-tools: bump to 0.2
Adding new deps libopusfile and libopusenc, provided by e9bbfacf0a1bbade70005fa730cc50e838baaa32 and a638dfa37bd857e14b088e0ccade701dc6aafc79, respectively. Changing maintainer as accorded with @thess. Signed-off-by: Eduardo Abinader <[email protected]>
1 parent 62c2fd4 commit cff8b4d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

sound/opus-tools/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@
66
include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=opus-tools
9-
PKG_VERSION:=0.1.10
9+
PKG_VERSION:=0.2
1010
PKG_RELEASE:=1
1111

1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1313
PKG_SOURCE_URL:=http://downloads.xiph.org/releases/opus/
14-
PKG_HASH:=a2357532d19471b70666e0e0ec17d514246d8b3cb2eb168f68bb0f6fd372b28c
14+
PKG_HASH:=b4e56cb00d3e509acfba9a9b627ffd8273b876b4e2408642259f6da28fa0ff86
1515

1616
PKG_LICENSE:=BSD-2-Clause
1717
PKG_LICENSE_FILES:=COPYING
18-
PKG_MAINTAINER:=Ted Hess <[email protected]>, \
19-
Nicolas Thill <[email protected]>
18+
PKG_MAINTAINER:=Eduardo Abinader <[email protected]>
2019

2120
PKG_INSTALL:=1
2221

@@ -25,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
2524
define Package/opus-tools
2625
SECTION:=sound
2726
CATEGORY:=Sound
28-
DEPENDS:=+libogg +libopus
27+
DEPENDS:=+libogg +libopus +libopusfile +libopusenc
2928
TITLE:=OPUS Codec tools
3029
URL:=http://opus-codec.org/
3130
endef

0 commit comments

Comments
 (0)