View | Details | Raw Unified
Collapse All | Expand All

(-) kid3/kid3-0.4.ebuild.orig (-1 / +6 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.4.ebuild,v 1.4 2004/07/03 21:39:10 carlo Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.4.ebuild,v 1.4 2004/07/03 21:39:10 carlo Exp $
inherit kde
inherit kde eutils
DESCRIPTION="A simple id3 tag editor for QT/KDE with automatic string replacements, case conversion etc."
DESCRIPTION="A simple id3 tag editor for QT/KDE with automatic string replacements, case conversion etc."
HOMEPAGE="http://kid3.sourceforge.net/"
HOMEPAGE="http://kid3.sourceforge.net/"
 Lines 16-18    Link Here 
DEPEND=">=media-libs/id3lib-3.8.3"
DEPEND=">=media-libs/id3lib-3.8.3"
need-kde 3.1
need-kde 3.1
src_unpack() {
	unpack ${A}
	epatch ${FILESDIR}/${P}-gcc34.patch
}