diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2005-01-09 11:58:53 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2005-01-09 11:58:53 +0000 |
commit | a2939736ed85ad5090c53561d01b8a820b0a739a (patch) | |
tree | 1b3201efcff8b78d33726b3ec1c9c442ef3f78e1 /media-plugins | |
parent | Added missing parentheses in SRC_URI/*DEPEND/LICENSE. (diff) | |
download | historical-a2939736ed85ad5090c53561d01b8a820b0a739a.tar.gz historical-a2939736ed85ad5090c53561d01b8a820b0a739a.tar.bz2 historical-a2939736ed85ad5090c53561d01b8a820b0a739a.zip |
Libdir install fix closes bug #77196.
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/bmp-crossfade/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/bmp-crossfade/Manifest | 6 | ||||
-rw-r--r-- | media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r2.ebuild (renamed from media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r1.ebuild) | 5 | ||||
-rw-r--r-- | media-plugins/bmp-crossfade/files/digest-bmp-crossfade-0.3.8-r2 (renamed from media-plugins/bmp-crossfade/files/digest-bmp-crossfade-0.3.8-r1) | 0 |
4 files changed, 14 insertions, 6 deletions
diff --git a/media-plugins/bmp-crossfade/ChangeLog b/media-plugins/bmp-crossfade/ChangeLog index b66c0daa56b7..48f23f584aca 100644 --- a/media-plugins/bmp-crossfade/ChangeLog +++ b/media-plugins/bmp-crossfade/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/bmp-crossfade # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/bmp-crossfade/ChangeLog,v 1.4 2005/01/02 19:46:01 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/bmp-crossfade/ChangeLog,v 1.5 2005/01/09 11:58:53 chainsaw Exp $ + +*bmp-crossfade-0.3.8-r2 (09 Jan 2005) + + 09 Jan 2005; Tony Vroon <chainsaw@gentoo.org> + -bmp-crossfade-0.3.8-r1.ebuild, +bmp-crossfade-0.3.8-r2.ebuild: + Libdir installation fix by MATSUU Takuto <matsuu@gentoo.org>, closes bug + #77196. *bmp-crossfade-0.3.8-r1 (02 Jan 2005) diff --git a/media-plugins/bmp-crossfade/Manifest b/media-plugins/bmp-crossfade/Manifest index 7295c5e0fb92..49ab7f16c9c8 100644 --- a/media-plugins/bmp-crossfade/Manifest +++ b/media-plugins/bmp-crossfade/Manifest @@ -1,5 +1,5 @@ -MD5 47e11d32d57c85c86a1cdd4606135b46 ChangeLog 1077 +MD5 2f0777083af0174ce1bd41254816dfad bmp-crossfade-0.3.8-r2.ebuild 995 +MD5 a64a5431fb0c81cb126a263925d40f31 ChangeLog 1316 MD5 319fe8f45b51a2d31f8d4e9a4071ca10 metadata.xml 248 -MD5 eb1f295740a78380f7f28219fc93fba6 bmp-crossfade-0.3.8-r1.ebuild 952 -MD5 9bd20128f860dc9821976ce49fd6f70f files/digest-bmp-crossfade-0.3.8-r1 72 +MD5 9bd20128f860dc9821976ce49fd6f70f files/digest-bmp-crossfade-0.3.8-r2 72 MD5 65b7984b615809f5dbb31cb05601fc12 files/0.3.8-bmp.patch 3434 diff --git a/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r1.ebuild b/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r2.ebuild index 746f43de2f12..2ada7dcd6879 100644 --- a/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r1.ebuild +++ b/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r2.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.1 2005/01/02 19:46:01 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/bmp-crossfade/bmp-crossfade-0.3.8-r2.ebuild,v 1.1 2005/01/09 11:58:53 chainsaw Exp $ IUSE="" inherit eutils @@ -30,7 +30,8 @@ src_unpack() { src_compile() { econf --enable-player=beep \ - --disable-oss || die + --disable-oss \ + --libdir=$(beep-config --output-plugin-dir) || die emake || die } diff --git a/media-plugins/bmp-crossfade/files/digest-bmp-crossfade-0.3.8-r1 b/media-plugins/bmp-crossfade/files/digest-bmp-crossfade-0.3.8-r2 index 7f31fcf4d8d9..7f31fcf4d8d9 100644 --- a/media-plugins/bmp-crossfade/files/digest-bmp-crossfade-0.3.8-r1 +++ b/media-plugins/bmp-crossfade/files/digest-bmp-crossfade-0.3.8-r2 |