Lines 11-24
Link Here
|
11 |
|
11 |
|
12 |
LICENSE="GPL-2" |
12 |
LICENSE="GPL-2" |
13 |
KEYWORDS="x86 ppc ~sparc amd64" |
13 |
KEYWORDS="x86 ppc ~sparc amd64" |
14 |
IUSE="debug dvdr kde oggvorbis mad flac encode monkey" |
14 |
IUSE="arts debug dvdr kde oggvorbis mad flac encode monkey" |
15 |
|
15 |
|
16 |
DEPEND="kde? ( >=kde-base/kdebase-3.2.2 ) |
16 |
DEPEND="kde? ( >=kde-base/kdebase-3.2.2 ) |
17 |
>=media-sound/cdparanoia-3.9.8 |
17 |
>=media-sound/cdparanoia-3.9.8 |
18 |
>=media-libs/id3lib-3.8.0_pre2 |
18 |
>=media-libs/id3lib-3.8.0_pre2 |
19 |
flac? ( media-libs/flac ) |
19 |
flac? ( media-libs/flac ) |
20 |
mad? ( >=media-sound/madplay-0.14.2b ) |
20 |
mad? ( >=media-sound/madplay-0.14.2b ) |
21 |
oggvorbis? ( media-libs/libvorbis )" |
21 |
oggvorbis? ( media-libs/libvorbis ) |
|
|
22 |
arts? ( kde-base/arts )" |
22 |
|
23 |
|
23 |
need-kde 3.1 |
24 |
need-kde 3.1 |
24 |
|
25 |
|
Lines 58-63
Link Here
|
58 |
use debug && myconf="${myconf} --enable-debugging --enable-profiling" \ |
59 |
use debug && myconf="${myconf} --enable-debugging --enable-profiling" \ |
59 |
|| myconf="${myconf} --disable-debugging --disable-profiling" |
60 |
|| myconf="${myconf} --disable-debugging --disable-profiling" |
60 |
use kde || myconf="${myconf} --without-k3bsetup" |
61 |
use kde || myconf="${myconf} --without-k3bsetup" |
|
|
62 |
use arts || myconf="${myconf} --without-arts" |
61 |
|
63 |
|
62 |
# Build process of K3B |
64 |
# Build process of K3B |
63 |
kde_src_compile |
65 |
kde_src_compile |