summaryrefslogtreecommitdiff
path: root/kde-apps
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-07 21:01:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-08 23:59:33 +0100
commita6f36deabdad4749437961638674dd597cd9864c (patch)
tree35e8a4887837e4f17a1003e6d7a00be72ccd4261 /kde-apps
parentad303cec3fa6fc4b016a3a5ddb3c84d54328004f (diff)
downloadkde-a6f36deabdad4749437961638674dd597cd9864c.tar.gz
kde-a6f36deabdad4749437961638674dd597cd9864c.tar.bz2
kde-a6f36deabdad4749437961638674dd597cd9864c.zip
kde-apps/ffmpegthumbs-common: 24.12.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/ffmpegthumbs-common/Manifest1
-rw-r--r--kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.1.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-apps/ffmpegthumbs-common/Manifest b/kde-apps/ffmpegthumbs-common/Manifest
new file mode 100644
index 00000000000..fe067d3758d
--- /dev/null
+++ b/kde-apps/ffmpegthumbs-common/Manifest
@@ -0,0 +1 @@
+DIST ffmpegthumbs-24.12.1.tar.xz 33176 BLAKE2B 3c59aceb2ff1f112c75ef102ff69f093bf1d9a194aaee4106ed4042dcd28b4f7748f24a2bdb4efcea625e7d39c3a0776a0fc6e6fd29262664188f66ac8a4ba20 SHA512 9c1f6faa48273b77efe1371e1a1516a73d71938291103086e356ffcbcc05455302339d4dac9ddf8113d994f10a5ce929aaf4943bf5ea2f33d0773df14021fcb7
diff --git a/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.1.ebuild b/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.1.ebuild
new file mode 100644
index 00000000000..928d370615b
--- /dev/null
+++ b/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_I18N="false"
+KDE_ORG_NAME="${PN/-common/}"
+KFMIN=5.115.0
+inherit ecm-common gear.kde.org
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ !<kde-apps/ffmpegthumbs-23.08.5-r1:5
+ !<kde-apps/ffmpegthumbs-24.05.2-r1:6
+"
+
+ECM_INSTALL_FILES=(
+ ffmpegthumbnailersettings5.kcfg:\${KDE_INSTALL_KCFGDIR}
+ org.kde.ffmpegthumbs.metainfo.xml:\${KDE_INSTALL_METAINFODIR}
+)