commit: f1ea8dc54ff6f364c01aba7e40285cf5d2acc467
Author: Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Sat Oct 11 14:43:52 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 16:40:24 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f1ea8dc5
[kde-base/ffmpegthumbs] add kf5 based live ebuild
---
kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild
b/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild
new file mode 100644
index 0000000..eeddb6d
--- /dev/null
+++ b/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kio)
+ dev-qt/qtgui:5
+ virtual/ffmpeg
+ virtual/pkgconfig
+"
+RDEPEND="${DEPEND}"