summaryrefslogtreecommitdiff
blob: 0b08275198ab427513e84d4d4b52bfb07cfda3b9 (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-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# /space/gentoo/cvsroot/gentoo-x86/app-cdr/arson/arson-0.9.5-r1.ebuild,v 1.1 2002/06/01 19:56:38 danarmak Exp

inherit kde-base

need-kde 3

S=${WORKDIR}/${P}-kde3
DESCRIPTION="A KDE frontend to CD burning and CD ripping tools."
SRC_URI="mirror://sourceforge/arson/${P}-kde3.tar.bz2"
HOMEPAGE="http://arson.sourceforge.net/"
LICENSE="GPL-2"

newdepend ">=media-sound/cdparanoia-3.9.8
	   >=media-sound/bladeenc-0.94.2
	   >=app-cdr/cdrtools-1.11.24
	   >=media-sound/normalize-0.7.4
	   oggvorbis? ( media-libs/libvorbis )
	   >=media-sound/lame-3.92
	   >=app-cdr/cdrdao-1.1.5"
	   
use oggvorbis && myconf="$myconf --with-vorbis" || myconf="$myconf --without-vorbis"