diff options
author | ormorph <roma251078@mail.ru> | 2024-04-17 20:59:46 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-04-26 02:57:58 +0200 |
commit | d6b1e54fc81daf6c61bd27221bf17cffd766ed4d (patch) | |
tree | 742360a065f0776f4bf6bd0eae51da15d0d975a2 /trinity-apps/mplayerthumbs | |
parent | 9a76c13fddb55b0f202e048df62c939e06f39559 (diff) | |
download | tde-packaging-gentoo-d6b1e54fc81daf6c61bd27221bf17cffd766ed4d.tar.gz tde-packaging-gentoo-d6b1e54fc81daf6c61bd27221bf17cffd766ed4d.zip |
Removing version TDE-14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit 4b3f0a054757e31efd942db76c6f28e4c26433dd)
Diffstat (limited to 'trinity-apps/mplayerthumbs')
-rw-r--r-- | trinity-apps/mplayerthumbs/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/mplayerthumbs/mplayerthumbs-14.1.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/trinity-apps/mplayerthumbs/Manifest b/trinity-apps/mplayerthumbs/Manifest index 4013c8b6..8b604878 100644 --- a/trinity-apps/mplayerthumbs/Manifest +++ b/trinity-apps/mplayerthumbs/Manifest @@ -1,2 +1 @@ -DIST mplayerthumbs-trinity-14.1.0.tar.xz 26596 BLAKE2B c8d899bf33b11a7b5db3da8600dfa9467499e4cc02b0cc37ca45b8781d7eac7f173df04b548941d1aca73e4dc2cc3a3d4bf0db6cbd883bcd997418b3e11f503a SHA512 bb642d7d827ad46da06e4d43d19fa94423dc7056a8c79b8493f31b72b617ca360b6766dbbfca8533738c53fba10cbc41496a1cba6b787f44cf3ad9b7c8e10038 DIST mplayerthumbs-trinity-14.1.1.tar.xz 26588 BLAKE2B 32c7a1a8537da31753c93bd45421b835c1ba3c2e2446d33c30edaa7b9c178751faf5128458499e137bb2efb770ff699620cb75dbe83b7854067d04cb508184f0 SHA512 0b55b57a5da3c34b217ba9d8043ebdbeed981a932ba69546df4ce2220d4942511a18b467242a8541089c4ba1c9f8ea8915da0fe51b5b6c24939d6702cd0cb0aa diff --git a/trinity-apps/mplayerthumbs/mplayerthumbs-14.1.0.ebuild b/trinity-apps/mplayerthumbs/mplayerthumbs-14.1.0.ebuild deleted file mode 100644 index 2b366a15..00000000 --- a/trinity-apps/mplayerthumbs/mplayerthumbs-14.1.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Copyright 2020-2023 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -TRINITY_EXTRAGEAR_PACKAGING="yes" -TRINITY_HANDBOOK="optional" - -TRINITY_LANGS="de" -TRINITY_MODULE_TYPE="applications/multimedia" -inherit trinity-base-2 - -DESCRIPTION="MPlayer based thumbnail generator for TDE" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi -IUSE="+strips" - -RDEPEND="media-video/mplayer" - -src_configure() { - local mycmakeargs=( - -DBUILD_TRANSLATIONS=ON - -DWITH_STRIPS_SUPPORT="$(usex strips)" - ) - - trinity-base-2_src_configure -} |