blob: 97bcc6baf64996ded54f4ecb9a8fec057420cfca (
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
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
inherit kde4-functions
DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="4.5"
KEYWORDS=""
IUSE="aqua ffmpeg 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)
ffmpeg? ( $(add_kdebase_dep ffmpegthumbs) )
$(block_other_slots)
"
|