diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-15 15:17:00 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-15 18:30:34 +0100 |
commit | 3456783c76aa2e35989cc300dac7c1bfe4c554ed (patch) | |
tree | 158a9edc86071bfc0e59fd5d91558d2c1a0dadcd /kde-apps/ffmpegthumbs-common | |
parent | kde-apps/ffmpegthumbs: 24.11.80 version bump (diff) | |
download | kde-3456783c76aa2e35989cc300dac7c1bfe4c554ed.tar.gz kde-3456783c76aa2e35989cc300dac7c1bfe4c554ed.tar.bz2 kde-3456783c76aa2e35989cc300dac7c1bfe4c554ed.zip |
kde-apps/ffmpegthumbs-common: 24.11.80 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ffmpegthumbs-common')
-rw-r--r-- | kde-apps/ffmpegthumbs-common/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.11.80.ebuild | 23 |
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 0000000000..6091530e00 --- /dev/null +++ b/kde-apps/ffmpegthumbs-common/Manifest @@ -0,0 +1 @@ +DIST ffmpegthumbs-24.11.80.tar.xz 33168 BLAKE2B c0f55123b0072d7ffb704b51ec2e0915d3a2f90d2525e0f3be86143d03848b25a3b9774f83f59a8b6036e9bad366bea42977d0a72cf58af15c5d173f504d2da7 SHA512 aaee9f16511c30a35840257f62016fab04261846aa551fe2ce84eedc6ed35967761003ab74e614e7368b01ffd9e879211b10df6e1366106e55b7e95fd40869dc diff --git a/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.11.80.ebuild b/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.11.80.ebuild new file mode 100644 index 0000000000..928d370615 --- /dev/null +++ b/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.11.80.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} +) |