summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-21 23:35:34 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-21 23:35:34 +0000
commit76fa26b15a76eb09079dd07f78565633774beb53 (patch)
treefe73909fa70a5d5afc59f674cab78f23c9b3d554 /media-sound/kid3/kid3-0.6.ebuild
parentStable on amd64. (diff)
downloadgentoo-2-76fa26b15a76eb09079dd07f78565633774beb53.tar.gz
gentoo-2-76fa26b15a76eb09079dd07f78565633774beb53.tar.bz2
gentoo-2-76fa26b15a76eb09079dd07f78565633774beb53.zip
Add patch for kid3 to build with tunepimp 0.4.
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'media-sound/kid3/kid3-0.6.ebuild')
-rw-r--r--media-sound/kid3/kid3-0.6.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/media-sound/kid3/kid3-0.6.ebuild b/media-sound/kid3/kid3-0.6.ebuild
index 5eca255c8c79..27173f6f07f8 100644
--- a/media-sound/kid3/kid3-0.6.ebuild
+++ b/media-sound/kid3/kid3-0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.6.ebuild,v 1.2 2005/11/06 16:53:05 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.6.ebuild,v 1.3 2006/05/21 23:35:34 flameeyes Exp $
inherit kde
@@ -24,6 +24,14 @@ need-kde 3
# but the configure step that detects them
# cannot be avoided. So KDE support is forced on.
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ has_version '>=media-libs/tunepimp-0.4.0' && \
+ epatch "${FILESDIR}/${P}-tunepimp04.patch"
+}
+
src_compile() {
local myconf="--with-kde
$(use_with vorbis)