diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-22 22:10:01 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-22 22:10:01 +0000 |
commit | 69fd8244077ea34ef82c76463a37b196c781b8d8 (patch) | |
tree | 3635d1b929ab7a210bc969220972e82c48c53f0d /media-sound | |
parent | purge 1.1.0 (diff) | |
download | historical-69fd8244077ea34ef82c76463a37b196c781b8d8.tar.gz historical-69fd8244077ea34ef82c76463a37b196c781b8d8.tar.bz2 historical-69fd8244077ea34ef82c76463a37b196c781b8d8.zip |
fix intltool tests
Package-Manager: portage-2.1.5.5
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/beast/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/beast/beast-0.7.1-r1.ebuild | 9 | ||||
-rw-r--r-- | media-sound/beast/files/beast-0.7.1-potfiles.patch | 32 |
3 files changed, 45 insertions, 2 deletions
diff --git a/media-sound/beast/ChangeLog b/media-sound/beast/ChangeLog index 4e5113545a3b..1dde7f507e2a 100644 --- a/media-sound/beast/ChangeLog +++ b/media-sound/beast/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/beast # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.35 2008/06/21 13:12:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.36 2008/06/22 22:10:00 eva Exp $ + + 22 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + +files/beast-0.7.1-potfiles.patch, beast-0.7.1-r1.ebuild: + fix intltool tests 21 Jun 2008; nixnut <nixnut@gentoo.org> beast-0.7.1-r1.ebuild: Stable on ppc wrt bug 227679 diff --git a/media-sound/beast/beast-0.7.1-r1.ebuild b/media-sound/beast/beast-0.7.1-r1.ebuild index 81ccb406e8e2..938289e1cd8a 100644 --- a/media-sound/beast/beast-0.7.1-r1.ebuild +++ b/media-sound/beast/beast-0.7.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v 1.5 2008/06/21 13:12:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v 1.6 2008/06/22 22:10:00 eva Exp $ inherit autotools eutils fdo-mime @@ -50,8 +50,15 @@ src_unpack() { # Remove G_DISABLE_DEPRECATED, bug #223291 epatch "${FILESDIR}/${P}-glib.patch" + # Fix macro definition to properly use intltool epatch "${FILESDIR}/${P}-configure.patch" + # Fix po tests + epatch "${FILESDIR}/${P}-potfiles.patch" + + # Remove useless dist check that makes tests fail + sed -i "s/\.PHONY:.*/.PHONY:/" Makefile.decl || die "sed failed" + intltoolize --force --automake --copy || die "intltoolize failed" eautoreconf } diff --git a/media-sound/beast/files/beast-0.7.1-potfiles.patch b/media-sound/beast/files/beast-0.7.1-potfiles.patch new file mode 100644 index 000000000000..dfe6a27e0181 --- /dev/null +++ b/media-sound/beast/files/beast-0.7.1-potfiles.patch @@ -0,0 +1,32 @@ +--- a/po/POTFILES.in 2008-06-22 15:12:10.000000000 +0200 ++++ b/po/POTFILES.in 2008-06-22 15:13:28.000000000 +0200 +@@ -131,3 +131,29 @@ + plugins/davxtalstrings.c + plugins/freeverb/bsefreeverb.c + tools/bsewavetool.cc ++ ++beast-gtk/bstgentypes.c ++birnet/birnetcpu.cc ++birnet/birnetutils.hh ++bse/bsebus.genprc.c ++bse/bsebusmodule.genidl.hh ++bse/bsecontainer.genprc.c ++bse/bsecore.genidl.hh ++bse/bseieee754.h ++bse/bseladspamodule.c ++bse/bseparasite.genprc.c ++bse/bsesong.genprc.c ++bse/bsesource.genprc.c ++bse/bsetrack.genprc.c ++plugins/artscompressor.genidl.hh ++plugins/bseamplifier.genidl.hh ++plugins/bsebalance.genidl.hh ++plugins/bsecontribsampleandhold.genidl.hh ++plugins/bsenoise.genidl.hh ++plugins/bsequantizer.genidl.hh ++plugins/bsesummation.genidl.hh ++plugins/davbassfilter.genidl.hh ++plugins/davchorus.genidl.hh ++plugins/standardguspatchenvelope.genidl.hh ++plugins/standardsaturator.genidl.hh ++tests/latency/bselatencytest.genidl.hh |