From 5cc0da6e4f82f054dbdafdf3e9151acc139e4676 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Thu, 31 Jul 2014 10:36:17 -0400 Subject: [PATCH] sox: fix build dependencies and configure args as originally intended Signed-off-by: Ted Hess --- sound/sox/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sound/sox/Makefile b/sound/sox/Makefile index 2c67f20e2..6977a777c 100644 --- a/sound/sox/Makefile +++ b/sound/sox/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sox PKG_VERSION:=14.4.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/sox @@ -29,7 +29,9 @@ TARGET_LDFLAGS+= \ define Package/sox SECTION:=sound CATEGORY:=Sound - DEPENDS:=+BUILD_PATENTED:lame-lib +BUILD_PATENTED:libmad +BUILD_PATENTED:libid3tag +libvorbis +libvorbisidec +libgsm +alsa-lib +libsndfile +libflac +libmagic +libpng +libao +libffmpeg + DEPENDS:=+BUILD_PATENTED:lame-lib +BUILD_PATENTED:libmad +BUILD_PATENTED:libid3tag \ + +libvorbis +libvorbisidec +alsa-lib +libsndfile +libflac \ + +libmagic +libpng +libffmpeg TITLE:=Sox is a general purpose sound converter/player/recorder URL:=http://sox.sourceforge.net/ MAINTAINER:=Hamish Guthrie @@ -45,10 +47,9 @@ endef define Build/Configure $(call Build/Configure/Default, \ - --disable-external-gsm \ - --disable-oss \ - --enable-alsa \ - --disable-libao \ + --without-oss \ + --without-ao \ + --with-alsa \ --without-libltdl \ --with-ogg \ --with-flac \