summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-12-15 13:16:17 +0000
committerSamuli Suominen <drac@gentoo.org>2007-12-15 13:16:17 +0000
commit0dcce4b31c9ce28cd21528642a69282d5d979606 (patch)
tree6488d6cf39f6012fc1561aa18d2c8c7eba82e0a7 /media-libs/speex/files
parentMinor touchups, use 1.5.0.13 for 0.94.4 (diff)
downloadgentoo-2-0dcce4b31c9ce28cd21528642a69282d5d979606.tar.gz
gentoo-2-0dcce4b31c9ce28cd21528642a69282d5d979606.tar.bz2
gentoo-2-0dcce4b31c9ce28cd21528642a69282d5d979606.zip
Version bump wrt #202248, thanks to Guido Imperiale for reporting.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'media-libs/speex/files')
-rw-r--r--media-libs/speex/files/digest-speex-1.2_beta33
-rw-r--r--media-libs/speex/files/speex-1.2_beta3-configure.patch30
2 files changed, 33 insertions, 0 deletions
diff --git a/media-libs/speex/files/digest-speex-1.2_beta3 b/media-libs/speex/files/digest-speex-1.2_beta3
new file mode 100644
index 000000000000..2352e3395b8a
--- /dev/null
+++ b/media-libs/speex/files/digest-speex-1.2_beta3
@@ -0,0 +1,3 @@
+MD5 bcada04dc663a725ee7fcfa6301520a3 speex-1.2beta3.tar.gz 1046521
+RMD160 3282bfc972513471a63ea59e1ae8c7b9e8993d1f speex-1.2beta3.tar.gz 1046521
+SHA256 77a3609bf1762f533461c01ef3485d0c9382fa54ec05204f0ff157a4789ce7ab speex-1.2beta3.tar.gz 1046521
diff --git a/media-libs/speex/files/speex-1.2_beta3-configure.patch b/media-libs/speex/files/speex-1.2_beta3-configure.patch
new file mode 100644
index 000000000000..216541971f90
--- /dev/null
+++ b/media-libs/speex/files/speex-1.2_beta3-configure.patch
@@ -0,0 +1,30 @@
+diff -ur speex-1.2beta3.orig/configure.ac speex-1.2beta3/configure.ac
+--- speex-1.2beta3.orig/configure.ac 2007-12-08 08:56:37.000000000 +0200
++++ speex-1.2beta3/configure.ac 2007-12-15 14:57:03.000000000 +0200
+@@ -75,9 +75,6 @@
+
+ AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h)
+
+-XIPH_PATH_OGG([src="src"], [src=""])
+-AC_SUBST(src)
+-
+ AC_CHECK_LIB(m, sin)
+
+ # Check for getopt_long; if not found, use included source.
+@@ -102,9 +99,15 @@
+ AC_DEFINE([ENABLE_VALGRIND], , [Enable valgrind extra checks])
+ fi])
+
++AC_ARG_ENABLE(ogg, [ --enable-ogg Enable OGG support], [if test "$enableval" = yes; then
++ XIPH_PATH_OGG([src="src"], [src=""])
++ AC_SUBST(src)
++fi
++])
++
+ AC_ARG_ENABLE(sse, [ --enable-sse Enable SSE support], [if test "$enableval" = yes; then
+ AC_DEFINE([_USE_SSE], , [Enable SSE support])
+-CFLAGS="$CFLAGS -O3 -msse"
++CFLAGS="$CFLAGS -msse"
+ fi
+ ])
+