diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2010-04-16 22:44:22 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2010-04-16 22:44:22 +0000 |
commit | 985ad30e67edb3ca70f67ff154d20d6870de9f4f (patch) | |
tree | e53952dc43135d9f6f55e88149b7ab8555eeb0b7 /media-plugins/alsa-plugins/files | |
parent | Version bump #315651 by Lars Wendler. (diff) | |
download | gentoo-2-985ad30e67edb3ca70f67ff154d20d6870de9f4f.tar.gz gentoo-2-985ad30e67edb3ca70f67ff154d20d6870de9f4f.tar.bz2 gentoo-2-985ad30e67edb3ca70f67ff154d20d6870de9f4f.zip |
Version bump. The USB stream plugin has been protected against null pointer dereferences and now allows user-set period sizes & stream rates.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/alsa-plugins/files')
-rw-r--r-- | media-plugins/alsa-plugins/files/alsa-plugins-1.0.23-automagic.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-plugins/alsa-plugins/files/alsa-plugins-1.0.23-automagic.patch b/media-plugins/alsa-plugins/files/alsa-plugins-1.0.23-automagic.patch new file mode 100644 index 000000000000..8e62f20a143d --- /dev/null +++ b/media-plugins/alsa-plugins/files/alsa-plugins-1.0.23-automagic.patch @@ -0,0 +1,12 @@ +diff -uNr alsa-plugins-1.0.23.ORIg//Makefile.am alsa-plugins-1.0.23/Makefile.am +--- alsa-plugins-1.0.23.ORIg//Makefile.am 2010-04-16 23:38:58.546243512 +0100 ++++ alsa-plugins-1.0.23/Makefile.am 2010-04-16 23:39:20.049278487 +0100 +@@ -17,7 +17,7 @@ + if HAVE_PPH + SUBDIRS += pph + endif +-if HAVE_SPEEXDSP ++if USE_LIBSPEEX + SUBDIRS += speex + endif + |