mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 08:28:20 +04:00
alsa-utils: moved to /sound and Sound category, fix minor bugs
Moved source folder in /sound folder, and changed all packages in the makefile to be shown in Sound category (not in Sound subcategory of Utilities). Removed a line calling a non-existent Package/alsa-utils/Default and site URL to the package alsa-utils-tests. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
This commit is contained in:
@@ -21,27 +21,27 @@ PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/alsa-utils
|
define Package/alsa-utils
|
||||||
SECTION:=utils
|
SECTION:=sound
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+alsa-lib +libncursesw +libpthread
|
DEPENDS:=+alsa-lib +libncursesw +libpthread
|
||||||
TITLE:=ALSA (Advanced Linux Sound Architecture) utilities
|
TITLE:=ALSA (Advanced Linux Sound Architecture) utilities
|
||||||
URL:=http://www.alsa-project.org/
|
URL:=http://www.alsa-project.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/alsa-utils-seq
|
define Package/alsa-utils-seq
|
||||||
SECTION:=utils
|
SECTION:=sound
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+alsa-lib +libpthread
|
DEPENDS:=+alsa-lib +libpthread
|
||||||
TITLE:=ALSA sequencer utilities
|
TITLE:=ALSA sequencer utilities
|
||||||
URL:=http://www.alsa-project.org/
|
URL:=http://www.alsa-project.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/alsa-utils-tests
|
define Package/alsa-utils-tests
|
||||||
$(call Package/alsa-utils/Default)
|
SECTION:=sound
|
||||||
SECTION:=utils
|
CATEGORY:=Sound
|
||||||
CATEGORY:=Utilities
|
|
||||||
TITLE:=ALSA utilities test data (adds ~1.3M to image)
|
TITLE:=ALSA utilities test data (adds ~1.3M to image)
|
||||||
DEPENDS:=+alsa-lib +libpthread
|
DEPENDS:=+alsa-lib +libpthread
|
||||||
|
URL:=http://www.alsa-project.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
Reference in New Issue
Block a user