summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-01-21 04:32:35 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-01-21 04:33:13 +1100
commitfb112aa67f1506101fed5c161cbbd4357685a226 (patch)
treeac1c3d79e9ff3a2aa87cfe9f403b12c1b5dbd51d /kde-apps/kdemultimedia-meta
parentwww-client/qupzilla: remove old (diff)
downloadgentoo-fb112aa67f1506101fed5c161cbbd4357685a226.tar.gz
gentoo-fb112aa67f1506101fed5c161cbbd4357685a226.tar.bz2
gentoo-fb112aa67f1506101fed5c161cbbd4357685a226.zip
kde-apps: version bump kdemultimedia 15.12.1
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/kdemultimedia-meta')
-rw-r--r--kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.12.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.12.1.ebuild b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.12.1.ebuild
new file mode 100644
index 000000000000..4316135efc5c
--- /dev/null
+++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.12.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages"
+HOMEPAGE="
+ https://www.kde.org/applications/multimedia/
+ https://multimedia.kde.org/
+"
+KEYWORDS=" ~amd64 ~x86"
+IUSE="+ffmpeg mplayer"
+
+RDEPEND="
+ $(add_kdeapps_dep audiocd-kio)
+ $(add_kdeapps_dep dragon)
+ $(add_kdeapps_dep juk)
+ $(add_kdeapps_dep kdenlive)
+ $(add_kdeapps_dep kmix)
+ $(add_kdeapps_dep kscd)
+ $(add_kdeapps_dep libkcddb)
+ $(add_kdeapps_dep libkcompactdisc)
+ mplayer? ( $(add_kdeapps_dep mplayerthumbs) )
+ ffmpeg? ( $(add_kdeapps_dep ffmpegthumbs) )
+"