blob: 3687aee5068c401c3c5551c69ab38b165d3bbd67 (
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
|
# 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.14.ebuild,v 1.3 2006/05/30 01:37:40 flameeyes Exp $
IUSE=""
ARTS_REQURIED="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-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
DEPEND="|| ( kde-base/libkonq >=kde-base/kdebase-3.2.1 )"
need-kde 3.2
PATCHES="${FILESDIR}/${PN}-0.11-amd64.patch"
|