diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-01-21 04:32:35 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-01-21 04:33:13 +1100 |
commit | fb112aa67f1506101fed5c161cbbd4357685a226 (patch) | |
tree | ac1c3d79e9ff3a2aa87cfe9f403b12c1b5dbd51d /kde-apps/kdemultimedia-meta | |
parent | www-client/qupzilla: remove old (diff) | |
download | gentoo-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.ebuild | 28 |
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) ) +" |