From d448356e87ec9b8b7a5de8d46d8398dd227952d6 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 13 Jun 2012 00:22:26 +0000 Subject: [PATCH] [packages] sox: depends on alsa-lib and libsndfile git-svn-id: svn://svn.openwrt.org/openwrt/packages@32317 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/mocp/Makefile | 2 +- sound/sox/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/mocp/Makefile b/sound/mocp/Makefile index c34377603..4875adf1a 100644 --- a/sound/mocp/Makefile +++ b/sound/mocp/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/moc SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis $(ICONV_DEPENDS) +alsa-utils +libid3tag +libflac +libsamplerate +PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libffmpeg + DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis $(ICONV_DEPENDS) +alsa-utils +libid3tag +libflac +libsamplerate +PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libffmpeg-mini TITLE:=Music On Console URL:=http://moc.daper.net/ endef diff --git a/sound/sox/Makefile b/sound/sox/Makefile index 30e78f005..ee501f818 100644 --- a/sound/sox/Makefile +++ b/sound/sox/Makefile @@ -30,7 +30,7 @@ TARGET_LDFLAGS+= \ define Package/sox SECTION:=sound CATEGORY:=Sound - DEPENDS:=+BUILD_PATENTED:lame-lib +BUILD_PATENTED:libmad +BUILD_PATENTED:libid3tag +libvorbis +libvorbisidec +libgsm + DEPENDS:=+BUILD_PATENTED:lame-lib +BUILD_PATENTED:libmad +BUILD_PATENTED:libid3tag +libvorbis +libvorbisidec +libgsm +alsa-lib +libsndfile TITLE:=Sox is a general purpose sound converter/player/recorder URL:=http://sox.sourceforge.net/ endef