summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2005-01-02 19:42:09 +0000
committerTony Vroon <chainsaw@gentoo.org>2005-01-02 19:42:09 +0000
commitd0fceae4eab68ac5dff930b89643f71b2c35ff32 (patch)
treeb89d883df63cfa2895ca8239cbd260184aff5eee /media-plugins/bmp-crossfade
parentChange virtual/kernel to virtual/linux-sources (diff)
downloadhistorical-d0fceae4eab68ac5dff930b89643f71b2c35ff32.tar.gz
historical-d0fceae4eab68ac5dff930b89643f71b2c35ff32.tar.bz2
historical-d0fceae4eab68ac5dff930b89643f71b2c35ff32.zip
Unconditionally disable built-in OSS driver, stable on x86. Closes bug #76020.
Diffstat (limited to 'media-plugins/bmp-crossfade')
-rw-r--r--media-plugins/bmp-crossfade/ChangeLog8
-rw-r--r--media-plugins/bmp-crossfade/Manifest6
-rw-r--r--media-plugins/bmp-crossfade/bmp-crossfade-0.3.8.ebuild9
3 files changed, 14 insertions, 9 deletions
diff --git a/media-plugins/bmp-crossfade/ChangeLog b/media-plugins/bmp-crossfade/ChangeLog
index db899eb2e8d0..42d946db2052 100644
--- a/media-plugins/bmp-crossfade/ChangeLog
+++ b/media-plugins/bmp-crossfade/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/bmp-crossfade
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/bmp-crossfade/ChangeLog,v 1.2 2004/12/29 13:06:55 absinthe Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/bmp-crossfade/ChangeLog,v 1.3 2005/01/02 19:42:09 chainsaw Exp $
+
+ 02 Jan 2005; Tony Vroon <chainsaw@gentoo.org> bmp-crossfade-0.3.8.ebuild:
+ Disable broken built-in OSS driver unconditially. Stable on x86. Closes bug
+ #76020.
29 Dec 2004; Dylan Carlson <absinthe@gentoo.org>
bmp-crossfade-0.3.8.ebuild:
diff --git a/media-plugins/bmp-crossfade/Manifest b/media-plugins/bmp-crossfade/Manifest
index fead747a32a3..35a298a87c6d 100644
--- a/media-plugins/bmp-crossfade/Manifest
+++ b/media-plugins/bmp-crossfade/Manifest
@@ -1,5 +1,5 @@
-MD5 255611999970fe6c6403e869c39c4b48 ChangeLog 686
-MD5 b4acbe9ad810a727d4ede80308b84f20 bmp-crossfade-0.3.8.ebuild 927
+MD5 aac117624534b0cddce8893cadfee299 bmp-crossfade-0.3.8.ebuild 949
+MD5 1cdac2fd5fcf9baf157f532ee926d96e ChangeLog 851
MD5 319fe8f45b51a2d31f8d4e9a4071ca10 metadata.xml 248
-MD5 65b7984b615809f5dbb31cb05601fc12 files/0.3.8-bmp.patch 3434
MD5 9bd20128f860dc9821976ce49fd6f70f files/digest-bmp-crossfade-0.3.8 72
+MD5 65b7984b615809f5dbb31cb05601fc12 files/0.3.8-bmp.patch 3434
diff --git a/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8.ebuild b/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8.ebuild
index 183000ecdc32..1cd259613e9e 100644
--- a/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8.ebuild
+++ b/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8.ebuild,v 1.2 2004/12/29 13:06:55 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8.ebuild,v 1.3 2005/01/02 19:42:09 chainsaw Exp $
IUSE=""
inherit eutils
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.eisenlohr.org/xmms-crossfade/index.html"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 ~amd64"
DEPEND="media-sound/beep-media-player
media-libs/libsamplerate"
@@ -29,7 +29,8 @@ src_unpack() {
}
src_compile() {
- econf --enable-player=beep || die
+ econf --enable-player=beep \
+ --disable-oss || die
emake || die
}