From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ffmpegsource/
Date: Mon, 29 Aug 2022 07:22:13 +0000 (UTC) [thread overview]
Message-ID: <1661757720.0e492d6522470f5e7d30beec99f5e16e5ad6ecb8.juippis@gentoo> (raw)
commit: 0e492d6522470f5e7d30beec99f5e16e5ad6ecb8
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:15:58 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:22:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e492d65
media-libs/ffmpegsource: drop 2.23
Bug: https://bugs.gentoo.org/867139
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-libs/ffmpegsource/Manifest | 1 -
media-libs/ffmpegsource/ffmpegsource-2.23.ebuild | 46 ------------------------
2 files changed, 47 deletions(-)
diff --git a/media-libs/ffmpegsource/Manifest b/media-libs/ffmpegsource/Manifest
index e72577602b7a..58f673a2e731 100644
--- a/media-libs/ffmpegsource/Manifest
+++ b/media-libs/ffmpegsource/Manifest
@@ -1,2 +1 @@
-DIST ffmpegsource-2.23.tar.gz 488940 BLAKE2B 0e565a02606a73ea0b6ee7bce64fcaea825a2beb473127b4d9c768981519e92cf29bd792b1524369fb44344ce63cb0777adb672f6ee1ec5eae35d92ed549748e SHA512 dbbc3c53062f9b66beeea57b57250abbc331807aad9300966ace4ddd3603273c6345e20d105b668cd852442b494e047ade8b8b1d8340c464ca748f6b11a5292c
DIST ffmpegsource-2.40.tar.gz 140356 BLAKE2B 57fbc3d979f31108b257b6720045f4e157fca6714bf0f8601e8123c0026a14bb55d343549ff6b246b55a44b4f69c541c58f4b19f1051e338f1f97b2b7557b6de SHA512 407c4b0871f5046b9d364c2946eae88c46eec381b5748530d82918742fd4a36849de590024f8235af2785bd631c0299e591499dc43ae157ff2c6a6f2dab78b67
diff --git a/media-libs/ffmpegsource/ffmpegsource-2.23.ebuild b/media-libs/ffmpegsource/ffmpegsource-2.23.ebuild
deleted file mode 100644
index 4356ad9fb866..000000000000
--- a/media-libs/ffmpegsource/ffmpegsource-2.23.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic vcs-snapshot
-
-DESCRIPTION="A libav/ffmpeg based source library for easy frame accurate access"
-HOMEPAGE="https://github.com/FFMS/ffms2"
-SRC_URI="https://github.com/FFMS/ffms2/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/4"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- sys-libs/zlib
- >=media-video/ffmpeg-2.4:0=
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-ffms_check_compiler() {
- if [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11; then
- die "Your compiler lacks C++11 support. Use GCC>=4.7.0 or Clang>=3.3."
- fi
-}
-
-pkg_pretend() {
- ffms_check_compiler
-}
-
-pkg_setup() {
- ffms_check_compiler
-}
-
-src_prepare() {
- default_src_prepare
- eautoreconf
-}
-
-src_install() {
- default_src_install
- find "${ED}" -name '*.la' -delete || die
-}
next reply other threads:[~2022-08-29 7:22 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-29 7:22 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-25 22:47 [gentoo-commits] repo/gentoo:master commit in: media-libs/ffmpegsource/ Sam James
2023-09-25 22:47 Sam James
2023-06-01 0:09 Nick Sarnie
2023-05-31 23:51 Nick Sarnie
2022-08-29 8:21 Joonas Niilola
2022-08-29 8:11 Jakov Smolić
2022-08-29 7:22 Joonas Niilola
2022-07-26 21:39 Sam James
2020-04-25 19:27 Mikle Kolyada
2017-12-24 17:08 Patrice Clement
2017-12-21 0:44 Craig Andrews
2017-07-30 9:44 Michał Górny
2017-01-10 15:22 Agostino Sarubbo
2017-01-10 14:56 Agostino Sarubbo
2016-10-20 23:39 David Seifert
2016-10-20 23:39 David Seifert
2016-06-27 0:25 Göktürk Yüksek
2016-05-09 12:22 Ian Delaney
2016-03-05 11:39 Patrice Clement
2016-02-15 13:16 Patrice Clement
2016-02-14 10:11 Agostino Sarubbo
2016-02-13 15:33 Agostino Sarubbo
2016-02-02 11:07 Patrice Clement
2016-01-10 1:59 Ian Delaney
2016-01-10 1:59 Ian Delaney
2016-01-10 1:59 Ian Delaney
2016-01-10 1:59 Ian Delaney
2016-01-10 1:59 Ian Delaney
2016-01-10 1:59 Ian Delaney
2015-08-16 23:18 Mikle Kolyada
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=1661757720.0e492d6522470f5e7d30beec99f5e16e5ad6ecb8.juippis@gentoo \
--to=juippis@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