blob: 6aa99a9a10cd64e2372d3e2fab0e26df0b20c86f (
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
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit kde4-functions
DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="live"
KEYWORDS=""
IUSE="aqua kdeprefix"
RDEPEND="
$(add_kdebase_dep dragonplayer)
$(add_kdebase_dep juk)
$(add_kdebase_dep kdemultimedia-kioslaves)
$(add_kdebase_dep kmix)
$(add_kdebase_dep kscd)
$(add_kdebase_dep libkcddb)
$(add_kdebase_dep libkcompactdisc)
$(add_kdebase_dep mplayerthumbs)
$(block_other_slots)
"
|