diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-11 19:38:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-11 19:38:45 +0100 |
commit | 9b62f38f2ce53176e2f96cf5da5d55ddcd62550e (patch) | |
tree | 05a560cc1e631d4ff650509ae3eda55e10f5e79d /kde-apps/ffmpegthumbs-common | |
parent | kde-apps/ffmpegthumbs: Add 24.12 stable branch (diff) | |
download | kde-9b62f38f2ce53176e2f96cf5da5d55ddcd62550e.tar.gz kde-9b62f38f2ce53176e2f96cf5da5d55ddcd62550e.tar.bz2 kde-9b62f38f2ce53176e2f96cf5da5d55ddcd62550e.zip |
kde-apps/ffmpegthumbs-common: Add 24.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ffmpegthumbs-common')
-rw-r--r-- | kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.49.9999.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.49.9999.ebuild b/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.49.9999.ebuild new file mode 100644 index 0000000000..c543713ca5 --- /dev/null +++ b/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.49.9999.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="" + +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} +) |