1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 03:13:54 +02:00

Merge pull request #3376 from bobafetthotmail/master

alsa-utils: moved to /sound and Sound category, fix minor bugs
This commit is contained in:
Ted Hess 2016-10-23 11:45:12 -04:00 committed by GitHub
commit 15077bebbc
2 changed files with 7 additions and 7 deletions

View File

@ -21,27 +21,27 @@ PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
include $(INCLUDE_DIR)/package.mk
define Package/alsa-utils
SECTION:=utils
CATEGORY:=Utilities
SECTION:=sound
CATEGORY:=Sound
DEPENDS:=+alsa-lib +libncursesw +libpthread
TITLE:=ALSA (Advanced Linux Sound Architecture) utilities
URL:=http://www.alsa-project.org/
endef
define Package/alsa-utils-seq
SECTION:=utils
CATEGORY:=Utilities
SECTION:=sound
CATEGORY:=Sound
DEPENDS:=+alsa-lib +libpthread
TITLE:=ALSA sequencer utilities
URL:=http://www.alsa-project.org/
endef
define Package/alsa-utils-tests
$(call Package/alsa-utils/Default)
SECTION:=utils
CATEGORY:=Utilities
SECTION:=sound
CATEGORY:=Sound
TITLE:=ALSA utilities test data (adds ~1.3M to image)
DEPENDS:=+alsa-lib +libpthread
URL:=http://www.alsa-project.org/
endef
CONFIGURE_ARGS+= \