From: Jo-Philipp Wich Date: Wed, 13 Jun 2012 00:22:26 +0000 (+0000) Subject: [packages] sox: depends on alsa-lib and libsndfile X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=05f5bafcf598a0a911f41ea0f486805e223bc0ee;p=openwrt%2Fsvn-archive%2Farchive.git [packages] sox: depends on alsa-lib and libsndfile SVN-Revision: 32317 --- diff --git a/sound/mocp/Makefile b/sound/mocp/Makefile index c343776034..4875adf1ad 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 30e78f005e..ee501f8180 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