commit:     6a805c728f4d7ed1d64b84dd03412ad97d2c0320
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 22:40:39 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 07:53:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a805c72

media-video/ffmpegthumbnailer: drop 2.2.2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../ffmpegthumbnailer-2.2.2.ebuild                 | 49 ----------------------
 1 file changed, 49 deletions(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
deleted file mode 100644
index 009948d53ef0..000000000000
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
-HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer";
-SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-IUSE="gnome gtk jpeg png test"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="gnome? ( gtk )
-       test? ( png jpeg )"
-
-BDEPEND="
-       virtual/pkgconfig
-"
-RDEPEND="
-       gtk? ( dev-libs/glib:2= )
-       jpeg? ( virtual/jpeg:0= )
-       >=media-video/ffmpeg-2.7:0=
-       png? ( media-libs/libpng:0= )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-src_prepare() {
-       rm -rf out* || die
-
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_GIO=$(usex gtk)
-               -DENABLE_TESTS=$(usex test)
-               -DENABLE_THUMBNAILER=$(usex gnome)
-               -DHAVE_JPEG=$(usex jpeg)
-               -DHAVE_PNG=$(usex png)
-       )
-       cmake_src_configure
-}

Reply via email to