From dd7fdad621bf028f477caae55ef17f860bbe3a29 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Tue, 29 Jul 2014 12:31:32 -0400 Subject: sox: import from oldpackages, patches to build with newer ffmpeg versions Signed-off-by: Ted Hess --- sound/sox/patches/001-cross_compile.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sound/sox/patches/001-cross_compile.patch (limited to 'sound/sox/patches/001-cross_compile.patch') diff --git a/sound/sox/patches/001-cross_compile.patch b/sound/sox/patches/001-cross_compile.patch new file mode 100644 index 000000000..7996ece92 --- /dev/null +++ b/sound/sox/patches/001-cross_compile.patch @@ -0,0 +1,22 @@ +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -144,7 +144,7 @@ EXTRA_DIST = monkey.wav optional-fmts.am + CMakeLists.txt soxconfig.h.cmake \ + tests.sh testall.sh tests.bat testall.bat test-comments + +-all: sox$(EXEEXT) play rec soxi sox_sample_test$(EXEEXT) example0$(EXEEXT) example1$(EXEEXT) example2$(EXEEXT) example3$(EXEEXT) example4$(EXEEXT) example5$(EXEEXT) ++all: sox$(EXEEXT) play rec + + play rec: sox$(EXEEXT) + if test "$(PLAYRECLINKS)" = "yes"; then \ +--- sox-14.4.1/src/Makefile.in ++++ sox-14.4.1/src/Makefile.in +@@ -2904,7 +2904,7 @@ + uninstall-libLTLIBRARIES uninstall-pkglibLTLIBRARIES + + +-all: sox$(EXEEXT) play rec soxi sox_sample_test$(EXEEXT) example0$(EXEEXT) example1$(EXEEXT) example2$(EXEEXT) example3$(EXEEXT) example4$(EXEEXT) example5$(EXEEXT) ++all: sox$(EXEEXT) play rec + + play rec: sox$(EXEEXT) + if test "$(PLAYRECLINKS)" = "yes"; then \ -- cgit v1.2.3