summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild
new file mode 100644
index 00000000000..eeddb6d9a11
--- /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}"