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 <eduardoabinader@gmail.com>
This commit is contained in:
parent
62c2fd4679
commit
cff8b4dd3f
1 changed files with 4 additions and 5 deletions
|
@ -6,17 +6,16 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=opus-tools
|
PKG_NAME:=opus-tools
|
||||||
PKG_VERSION:=0.1.10
|
PKG_VERSION:=0.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://downloads.xiph.org/releases/opus/
|
PKG_SOURCE_URL:=http://downloads.xiph.org/releases/opus/
|
||||||
PKG_HASH:=a2357532d19471b70666e0e0ec17d514246d8b3cb2eb168f68bb0f6fd372b28c
|
PKG_HASH:=b4e56cb00d3e509acfba9a9b627ffd8273b876b4e2408642259f6da28fa0ff86
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-2-Clause
|
PKG_LICENSE:=BSD-2-Clause
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \
|
PKG_MAINTAINER:=Eduardo Abinader <eduardoabinader@gmail.com>
|
||||||
Nicolas Thill <nico@openwrt.org>
|
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
|
@ -25,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/opus-tools
|
define Package/opus-tools
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+libogg +libopus
|
DEPENDS:=+libogg +libopus +libopusfile +libopusenc
|
||||||
TITLE:=OPUS Codec tools
|
TITLE:=OPUS Codec tools
|
||||||
URL:=http://opus-codec.org/
|
URL:=http://opus-codec.org/
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue