blob: 016e9084ebb7c3a3a71109c5fca6409cccd912db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.5.ebuild,v 1.8 2005/11/05 20:08:04 greg_g Exp $
IUSE="arts"
inherit kde eutils
DESCRIPTION="A simple ID3 tag editor for QT/KDE."
HOMEPAGE="http://kid3.sourceforge.net/"
SRC_URI="mirror://sourceforge/kid3/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc ppc64 sparc x86"
DEPEND=">=media-libs/id3lib-3.8.3"
need-kde 3.1
src_unpack() {
kde_src_unpack
use arts || epatch ${FILESDIR}/${P}-configure.patch
}
|