diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-08-06 22:50:27 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-08-06 22:50:27 +0000 |
commit | 803b629e5d7b55345af5b6cc5b6a4330979ae3f3 (patch) | |
tree | 2c05d54f4da607022866cc9687a084810685afc1 /media-sound | |
parent | fix build with gcc 4.3, by Bert Karwatzki, bug #232894 (diff) | |
download | gentoo-2-803b629e5d7b55345af5b6cc5b6a4330979ae3f3.tar.gz gentoo-2-803b629e5d7b55345af5b6cc5b6a4330979ae3f3.tar.bz2 gentoo-2-803b629e5d7b55345af5b6cc5b6a4330979ae3f3.zip |
dont patch both makefile.in and .am and run full eautoreconf, bug #226777
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/quark/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/quark/files/quark-3.21-nogtkdisabledeprecated.patch | 12 | ||||
-rw-r--r-- | media-sound/quark/quark-3.21.ebuild | 7 |
3 files changed, 9 insertions, 16 deletions
diff --git a/media-sound/quark/ChangeLog b/media-sound/quark/ChangeLog index e5441fc52a31..3d10be0d347f 100644 --- a/media-sound/quark/ChangeLog +++ b/media-sound/quark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/quark # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.13 2008/01/13 14:26:45 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.14 2008/08/06 22:50:26 aballier Exp $ + + 06 Aug 2008; Alexis Ballier <aballier@gentoo.org> + files/quark-3.21-nogtkdisabledeprecated.patch, quark-3.21.ebuild: + dont patch both makefile.in and .am and run full eautoreconf, bug #226777 13 Jan 2008; Alexis Ballier <aballier@gentoo.org> +files/quark-3.21-nogtkdisabledeprecated.patch, quark-3.21.ebuild: diff --git a/media-sound/quark/files/quark-3.21-nogtkdisabledeprecated.patch b/media-sound/quark/files/quark-3.21-nogtkdisabledeprecated.patch index b4872b1bcb00..8f8ac8013b50 100644 --- a/media-sound/quark/files/quark-3.21-nogtkdisabledeprecated.patch +++ b/media-sound/quark/files/quark-3.21-nogtkdisabledeprecated.patch @@ -10,15 +10,3 @@ Index: quark-3.21/strange-quark/Makefile.am -DG_DISABLE_DEPRECATED \ -DG_LOG_DOMAIN=\"strange-quark\" \ -DPIXMAPDIR=\"$(pixmapdir)\" \ -Index: quark-3.21/strange-quark/Makefile.in -=================================================================== ---- quark-3.21.orig/strange-quark/Makefile.in -+++ quark-3.21/strange-quark/Makefile.in -@@ -155,7 +155,6 @@ AM_CPPFLAGS = \ - $(GTK_CFLAGS) \ - $(GCONF_CFLAGS) \ - $(GDK_PIXBUF_CFLAGS) \ -- -DGTK_DISABLE_DEPRECATED \ - -DG_DISABLE_DEPRECATED \ - -DG_LOG_DOMAIN=\"strange-quark\" \ - -DPIXMAPDIR=\"$(pixmapdir)\" \ diff --git a/media-sound/quark/quark-3.21.ebuild b/media-sound/quark/quark-3.21.ebuild index b01b7f89643c..bcdb0a67c864 100644 --- a/media-sound/quark/quark-3.21.ebuild +++ b/media-sound/quark/quark-3.21.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.11 2008/01/13 14:26:45 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.12 2008/08/06 22:50:26 aballier Exp $ -IUSE="" -inherit gnome2 eutils +inherit gnome2 eutils autotools DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!" SRC_URI="http://quark.nerdnest.org/${P}.tar.gz" @@ -15,6 +14,7 @@ KEYWORDS="alpha amd64 ppc sparc x86" LICENSE="GPL-2" +IUSE="" RDEPEND=">=media-libs/xine-lib-1_beta10 >=x11-libs/gtk+-2.2.1 >=gnome-base/gconf-2.2.0 @@ -28,6 +28,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-nogtkdisabledeprecated.patch" + eautoreconf } pkg_postinst () { |