summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-05-25 06:49:14 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-05-25 06:49:14 +0000
commit4d33de23d4dacc590a097b3e3b03849daadd021c (patch)
treec01bef2b9700a8d920195647caca988848121145 /media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild
parentcorrected ChangeLog, so it conforms to our standards (diff)
downloadgentoo-2-4d33de23d4dacc590a097b3e3b03849daadd021c.tar.gz
gentoo-2-4d33de23d4dacc590a097b3e3b03849daadd021c.tar.bz2
gentoo-2-4d33de23d4dacc590a097b3e3b03849daadd021c.zip
Add patch to fix build on g/fbsd, thanks to Diego Pettenò <flameeyes@gentoo.org>, bug #179629
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild')
-rw-r--r--media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild b/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild
index c3b5aa28a32d..65f7878c83a5 100644
--- a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild
+++ b/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild
@@ -1,16 +1,18 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild,v 1.9 2007/05/11 18:02:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r1.ebuild,v 1.10 2007/05/25 06:49:14 aballier Exp $
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"
inherit eutils autotools
+PATCHLEVEL="3"
+
DESCRIPTION="Visualization plugins for use with the libvisual framework."
HOMEPAGE="http://libvisual.sourceforge.net/"
SRC_URI="mirror://sourceforge/libvisual/${P}.tar.gz
- mirror://gentoo/${P}-patches-2.tar.bz2
+ mirror://gentoo/${P}-patches-${PATCHLEVEL}.tar.bz2
mirror://gentoo/${P}-m4-1.tar.bz2"
LICENSE="GPL-2"
@@ -39,17 +41,11 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- epatch "${WORKDIR}/${P}-cxxflags.patch"
sed -i -e "s:@MKINSTALLDIRS@:${S}/mkinstalldirs:" "${S}"/po/Makefile.*
cd "${S}"
- epatch "${WORKDIR}/${P}-LIBADD.patch"
- epatch "${WORKDIR}/${P}-64bit.patch"
- epatch "${WORKDIR}/${P}-analyzer.patch"
- epatch "${WORKDIR}/${P}-gforce.patch"
- epatch "${WORKDIR}/${P}-automagic.patch"
- epatch "${WORKDIR}/${P}-gstreamer.patch"
+ EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
AT_M4DIR="${WORKDIR}/m4" eautoreconf
}