blob: 5f8fe9a75eaa0dc658707233619d1f9fb606f2e0 (
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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/musicman/musicman-0.11-r1.ebuild,v 1.11 2006/05/30 01:37:40 flameeyes Exp $
IUSE=""
ARTS_REQUIRED="yes"
inherit eutils kde
S="${WORKDIR}/musicman"
DESCRIPTION="A Konqueror plugin for manipulating ID3 tags in MP3 files"
HOMEPAGE="http://musicman.sourceforge.net/"
SRC_URI="mirror://sourceforge/musicman/${P}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
DEPEND="|| ( kde-base/libkonq >=kde-base/kdebase-3.2.1 )"
need-kde 3.2
PATCHES="${FILESDIR}/${P}-gcc34.patch
${FILESDIR}/${P}-amd64.patch"
|