summaryrefslogtreecommitdiff
path: root/kde-apps/ffmpegthumbs/ffmpegthumbs-24.02.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/ffmpegthumbs/ffmpegthumbs-24.02.0-r1.ebuild')
-rw-r--r--kde-apps/ffmpegthumbs/ffmpegthumbs-24.02.0-r1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-24.02.0-r1.ebuild b/kde-apps/ffmpegthumbs/ffmpegthumbs-24.02.0-r1.ebuild
new file mode 100644
index 000000000000..cc077320285e
--- /dev/null
+++ b/kde-apps/ffmpegthumbs/ffmpegthumbs-24.02.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.0.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="FFmpeg based thumbnail generator for video files"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ media-video/ffmpeg:0=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ virtual/pkgconfig
+"