diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-20 17:34:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-21 23:09:36 +0200 |
commit | ce2803796d352dc9eb91e5bb572c2778f4cf211a (patch) | |
tree | 74e323a9716db2862b60309409f35af47d8d3ff7 | |
parent | ecm.eclass: Add ECM_REMOVE_FROM_INSTALL for install image file removal (diff) | |
download | gentoo-ce2803796d352dc9eb91e5bb572c2778f4cf211a.tar.gz gentoo-ce2803796d352dc9eb91e5bb572c2778f4cf211a.tar.bz2 gentoo-ce2803796d352dc9eb91e5bb572c2778f4cf211a.zip |
kde-apps/ffmpegthumbs-common: new package, add 24.05.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-apps/ffmpegthumbs-common/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.05.2.ebuild | 23 | ||||
-rw-r--r-- | kde-apps/ffmpegthumbs-common/metadata.xml | 12 |
3 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/ffmpegthumbs-common/Manifest b/kde-apps/ffmpegthumbs-common/Manifest new file mode 100644 index 000000000000..68e6e0de263f --- /dev/null +++ b/kde-apps/ffmpegthumbs-common/Manifest @@ -0,0 +1 @@ +DIST ffmpegthumbs-24.05.2.tar.xz 32996 BLAKE2B 85229891ee2d2edcd2fca73d89511358e4f8f2b92e143081652f00344fc526773bd16cb778a136e002ba4ed0640969ddf8987cc6e32a4c225c32298c58d01d4c SHA512 335db6a332f23261cb88f5a9ccd1feeb14132cd0b81b69ea34494b008951e60f7372e82b2ea3c3e8cfca8d3f3aa75ba47969bb531a531b2d0557e9b32e1e6cc8 diff --git a/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.05.2.ebuild b/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.05.2.ebuild new file mode 100644 index 000000000000..928d370615bc --- /dev/null +++ b/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.05.2.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} +) diff --git a/kde-apps/ffmpegthumbs-common/metadata.xml b/kde-apps/ffmpegthumbs-common/metadata.xml new file mode 100644 index 000000000000..8f8e4359197f --- /dev/null +++ b/kde-apps/ffmpegthumbs-common/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/</bugs-to> + <remote-id type="kde-invent">multimedia/ffmpegthumbs</remote-id> + </upstream> +</pkgmetadata> |