summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-09-13 17:29:24 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-09-13 17:29:24 +0000
commit2b67325f63e90421041336785735d6b49f4d5d5c (patch)
tree9462212d561fddfc96f832bf8c9415424eee673a /media-sound
parentRemoved old (diff)
downloadgentoo-2-2b67325f63e90421041336785735d6b49f4d5d5c.tar.gz
gentoo-2-2b67325f63e90421041336785735d6b49f4d5d5c.tar.bz2
gentoo-2-2b67325f63e90421041336785735d6b49f4d5d5c.zip
Disable two broken tests in 0.9.15 release.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/pulseaudio/ChangeLog6
-rw-r--r--media-sound/pulseaudio/pulseaudio-0.9.15-r2.ebuild9
2 files changed, 13 insertions, 2 deletions
diff --git a/media-sound/pulseaudio/ChangeLog b/media-sound/pulseaudio/ChangeLog
index 06825d8e29f0..02b465d357d8 100644
--- a/media-sound/pulseaudio/ChangeLog
+++ b/media-sound/pulseaudio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/pulseaudio
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.153 2009/09/13 12:13:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.154 2009/09/13 17:29:24 flameeyes Exp $
+
+ 13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ pulseaudio-0.9.15-r2.ebuild:
+ Disable two broken tests in 0.9.15 release.
*pulseaudio-0.9.17-r50 (13 Sep 2009)
*pulseaudio-0.9.17 (13 Sep 2009)
diff --git a/media-sound/pulseaudio/pulseaudio-0.9.15-r2.ebuild b/media-sound/pulseaudio/pulseaudio-0.9.15-r2.ebuild
index 15ef39125eed..e16b101a996d 100644
--- a/media-sound/pulseaudio/pulseaudio-0.9.15-r2.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-0.9.15-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.15-r2.ebuild,v 1.3 2009/08/07 23:41:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.15-r2.ebuild,v 1.4 2009/09/13 17:29:24 flameeyes Exp $
EAPI=2
@@ -72,6 +72,13 @@ pkg_setup() {
src_prepare() {
epatch "${FILESDIR}/${P}-bsd.patch"
epatch "${FILESDIR}/${P}-CVE-2009-1894.patch"
+
+ # The mix and resampler tests are broken in this release, because
+ # they weren't updated for the 24-bit sample support; they are
+ # fixed in 0.9.16 but I don't think it's worth backporting the
+ # fixes. — flameeyes
+ sed -i -e '/\(mix\|resampler\)-test/d' src/Makefile.am || die
+
eautoreconf
elibtoolize
}