From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/
Date: Sat, 12 Nov 2022 17:48:40 +0000 (UTC) [thread overview]
Message-ID: <1668274373.ebb9bd9fe8515db8070e9b374aeda5eec9ada971.mattst88@gentoo> (raw)
commit: ebb9bd9fe8515db8070e9b374aeda5eec9ada971
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 17:29:25 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 17:32:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb9bd9f
media-video/ffmpegthumbnailer: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-video/ffmpegthumbnailer/Manifest | 1 -
.../ffmpegthumbnailer-2.2.0-r1.ebuild | 51 ----------------------
2 files changed, 52 deletions(-)
diff --git a/media-video/ffmpegthumbnailer/Manifest b/media-video/ffmpegthumbnailer/Manifest
index b2baf1a0f95d..d17cf3f8bf1d 100644
--- a/media-video/ffmpegthumbnailer/Manifest
+++ b/media-video/ffmpegthumbnailer/Manifest
@@ -1,2 +1 @@
-DIST ffmpegthumbnailer-2.2.0.tar.bz2 1223895 BLAKE2B 1babd01672f927a9ae043488e67225490f732b26544ad92e4c55ae683eb7d852cb90233e76a52cbda2f6aec26654b57907d7706e3ad4ae6d76ca3bca163c78eb SHA512 526d15b2c754fcb1415e69fb54cb6e7d0102b6d73a32a7e8528df81e32633dfe3786898984fdb988c93daee7218956c75c096ef657c9b3a42399d2d1d27c7bbf
DIST ffmpegthumbnailer-2.2.2.tar.bz2 1201838 BLAKE2B 449a876eaf56feb41c06dc5f3d123b138d66dfe8b6e1bc2e53f1742ef6fbd4ec5d14d77402e13cf8c369ee0cf0707ae5b100ac1d9fb02435b3c3a776cc9dc5f4 SHA512 52760dcf59430e5e85024c9f19dc1fac1d5f0edb4f937b33feac2b3ca8f12bbf549b5f658fc16fc07bf773717b9e10048aa3eb24bf52811c5c88c995ef492612
diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
deleted file mode 100644
index 7513824240d8..000000000000
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 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 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 )
-
-PATCHES=( "${FILESDIR}/${P}-pkgconfig-libdir.patch" )
-
-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
-}
next reply other threads:[~2022-11-12 17:48 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-12 17:48 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-30 7:53 [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpegthumbnailer/ Andreas Sturmlechner
2023-03-31 11:42 Arthur Zamarin
2023-03-31 11:42 Arthur Zamarin
2023-01-21 19:26 Arthur Zamarin
2023-01-13 14:20 Arthur Zamarin
2023-01-13 13:04 Arthur Zamarin
2022-12-18 12:20 Sam James
2022-12-18 12:20 Sam James
2022-08-28 5:06 WANG Xuerui
2022-04-01 1:32 Sam James
2022-04-01 1:32 Sam James
2022-03-15 9:39 Jakov Smolić
2022-02-25 21:00 Arthur Zamarin
2022-02-19 19:28 Sam James
2022-02-19 13:22 Jakov Smolić
2022-02-19 13:15 Jakov Smolić
2021-08-23 22:59 Marek Szuba
2021-04-12 23:33 Sam James
2020-10-14 8:18 Alexis Ballier
2020-04-26 10:13 Mikle Kolyada
2020-04-11 10:20 Sergei Trofimovich
2019-07-24 3:22 Aaron Bauman
2019-06-12 10:37 Andreas Sturmlechner
2017-03-23 19:45 Johannes Huber
2017-02-23 9:27 Michael Weber
2017-01-25 18:24 Tobias Klausmann
2017-01-25 10:07 Alexis Ballier
2017-01-15 20:44 Jeroen Roovers
2017-01-15 20:37 Jeroen Roovers
2017-01-13 14:35 Agostino Sarubbo
2016-11-17 18:08 Lars Wendler
2016-11-17 18:08 Lars Wendler
2016-10-31 22:39 Lars Wendler
2016-10-31 22:39 Lars Wendler
2016-02-23 16:02 Alexis Ballier
2015-10-21 10:05 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1668274373.ebb9bd9fe8515db8070e9b374aeda5eec9ada971.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox