opus-tools: Update to 0.1.10, move to Sound, add myself as co-maintainer

This commit is contained in:
Ted Hess 2017-10-29 16:02:02 -04:00
parent 11af80ebe1
commit 706929c03e
1 changed files with 8 additions and 9 deletions

View File

@ -1,6 +1,4 @@
# #
# Copyright (C) 2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
# #
@ -8,32 +6,33 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=opus-tools PKG_NAME:=opus-tools
PKG_VERSION:=0.1.9 PKG_VERSION:=0.1.10
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:=b1873dd78c7fbc98cf65d6e10cfddb5c2c03b3af93f922139a2104baedb4643a PKG_HASH:=a2357532d19471b70666e0e0ec17d514246d8b3cb2eb168f68bb0f6fd372b28c
PKG_LICENSE:=BSD-2-Clause PKG_LICENSE:=BSD-2-Clause
PKG_LICENSE_FILES:=COPYING PKG_LICENSE_FILES:=COPYING
PKG_MAINTAINER:=Nicolas Thill <nico@openwrt.org> PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \
Nicolas Thill <nico@openwrt.org>
PKG_INSTALL:=1 PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/opus-tools define Package/opus-tools
SECTION:=utils SECTION:=sound
CATEGORY:=Utilities CATEGORY:=Sound
DEPENDS:=+libogg +libopus DEPENDS:=+libogg +libopus
TITLE:=OPUS Codec tools TITLE:=OPUS Codec tools
URL:=http://opus-codec.org/ URL:=http://opus-codec.org/
endef endef
define Package/opus-tools/description define Package/opus-tools/description
This package provides command-line utilities to encode, inspect, and decode This package provides command-line utilities to encode, inspect,
.opus files. and decode .opus files.
endef endef
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \