blob: b652d9341ebcf81b6e87e015d032c30d995d51ec (
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
26
27
28
29
30
31
32
33
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.9_pre2.ebuild,v 1.1 2003/06/18 15:22:31 caleb Exp $
inherit kde-base
need-kde 3
IUSE=""
MY_P=${P/_/""}
S="${WORKDIR}/${MY_P}"
DESCRIPTION="K3b, KDE CD Writing Software"
SRC_URI="mirror://sourceforge/k3b/${MY_P}.tar.gz"
HOMEPAGE="http://k3b.sourceforge.net"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
newdepend ">=media-sound/mpg123-0.59
>=media-sound/cdparanoia-3.9.8
>=media-libs/id3lib-3.8.0_pre2
>=media-sound/mad-0.14.2b-r1
media-libs/libvorbis
>=kde-base/kdebase-3"
RDEPEND="$RDEPEND sys-apps/eject
>=app-cdr/cdrtools-1.11
>=app-cdr/cdrdao-1.1.5
dvd? ( media-video/transcode media-libs/xvid )"
myconf="$myconf --enable-sso"
[ -n "$DEBUG" ] && myconf="$myconf --enable-debugging --enable-profiling" || myconf="$myconf --disable-debugging --disable-profiling"
|