From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/frei0r-plugins/
Date: Sun, 11 May 2025 00:35:48 +0000 (UTC) [thread overview]
Message-ID: <1746923308.7f69bfd256f59bbc71704c54a0522360819b8e11.sam@gentoo> (raw)
commit: 7f69bfd256f59bbc71704c54a0522360819b8e11
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri May 9 19:38:23 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 00:28:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f69bfd2
media-plugins/frei0r-plugins: drop 1.7.0-r2
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42011
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-plugins/frei0r-plugins/Manifest | 1 -
.../frei0r-plugins/frei0r-plugins-1.7.0-r2.ebuild | 54 ----------------------
2 files changed, 55 deletions(-)
diff --git a/media-plugins/frei0r-plugins/Manifest b/media-plugins/frei0r-plugins/Manifest
index 7704bcd2d43a..84b10b02b5a3 100644
--- a/media-plugins/frei0r-plugins/Manifest
+++ b/media-plugins/frei0r-plugins/Manifest
@@ -1,2 +1 @@
-DIST frei0r-plugins-1.7.0.tar.gz 1214323 BLAKE2B 1b571361ced6dfc29c5b487ee78664995aab615b89ac9a0839254c5fc17ddc7147cf9eb7c2d6df33f518fa96b9761a185dba420037e6c9cdf7d0e70416aab76c SHA512 8c80e8e0ce8c302e633ea1f6ff4e2a141fd7a8bcb7fce25dc7f1f6521be11258a3efa1074c224c7323e6a17bc405413385be193a5c787e2f276252b50477ebce
DIST frei0r-plugins-1.8.0.tar.gz 823119 BLAKE2B 079017e0ff0ef08cf4b35ae18832191bacbdd01922c634adaad3b81f36af60548abe27fc3c2704c23f977dc8ab5554dc874886ddfa1766bbcd6bcadaa3f964da SHA512 b9933b5e46da6e6b4ae242ec48b3ca4e51fb21d7924fd83375bf6628437b194697dd2bff43a42220bd5e6bc4c50b0352480d6986956f110eb966e1005b51dc35
diff --git a/media-plugins/frei0r-plugins/frei0r-plugins-1.7.0-r2.ebuild b/media-plugins/frei0r-plugins/frei0r-plugins-1.7.0-r2.ebuild
deleted file mode 100644
index f513b641a072..000000000000
--- a/media-plugins/frei0r-plugins/frei0r-plugins-1.7.0-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="doxygen"
-DOCS_DIR="doc"
-inherit cmake-multilib docs
-
-DESCRIPTION="A minimalistic plugin API for video effects"
-HOMEPAGE="https://www.dyne.org/software/frei0r/"
-SRC_URI="https://files.dyne.org/frei0r/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv x86"
-IUSE="doc +facedetect +scale0tilt"
-
-RDEPEND="x11-libs/cairo[${MULTILIB_USEDEP}]
- facedetect? ( >=media-libs/opencv-2.3.0:=[contrib,contribdnn,features2d,${MULTILIB_USEDEP}] )
- scale0tilt? ( >=media-libs/gavl-1.2.0[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS.txt ChangeLog.txt README.txt TODO.txt )
-PATCHES=( "${FILESDIR}/ocv4.patch" )
-
-src_prepare() {
- cmake_src_prepare
-
- local f=CMakeLists.txt
-
- sed -i \
- -e '/set(CMAKE_C_FLAGS/d' \
- -e "/LIBDIR.*frei0r-1/s:lib:$(get_libdir):" \
- ${f} || die
-
- # https://bugs.gentoo.org/418243
- sed -i \
- -e '/set.*CMAKE_C_FLAGS/s:"): ${CMAKE_C_FLAGS}&:' \
- src/filter/*/${f} || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITHOUT_OPENCV=$(usex !facedetect)
- -DWITHOUT_GAVL=$(usex !scale0tilt)
- )
- cmake-multilib_src_configure
-}
-
-src_compile() {
- cmake-multilib_src_compile
- use doc && docs_compile
-}
next reply other threads:[~2025-05-11 0:36 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-11 0:35 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-11 0:35 [gentoo-commits] repo/gentoo:master commit in: media-plugins/frei0r-plugins/ Sam James
2025-02-19 3:47 Matt Jolly
2023-06-13 18:04 Arthur Zamarin
2023-06-13 18:03 Arthur Zamarin
2023-03-04 6:13 Arthur Zamarin
2023-03-04 5:49 Arthur Zamarin
2022-12-03 4:47 WANG Xuerui
2022-11-10 15:17 Alexis Ballier
2022-08-19 8:14 Andreas Sturmlechner
2022-08-19 5:52 Andreas Sturmlechner
2022-08-17 15:39 Sam James
2022-08-17 14:30 Sam James
2022-08-17 14:29 Sam James
2022-02-20 1:07 Sam James
2021-08-24 21:02 Marek Szuba
2021-02-14 20:30 Andreas Sturmlechner
2021-02-14 20:30 Andreas Sturmlechner
2021-01-03 19:40 Sam James
2021-01-01 5:46 Sam James
2021-01-01 3:13 Sam James
2020-01-26 10:26 Georgy Yakovlev
2018-10-04 19:46 Andreas Sturmlechner
2018-10-04 19:46 Andreas Sturmlechner
2018-07-21 15:08 Mikle Kolyada
2018-07-20 22:40 Thomas Deutschmann
2018-05-13 19:20 Aaron Bauman
2017-07-11 8:41 Alexis Ballier
2017-06-28 11:19 Alexis Ballier
2017-06-01 9:09 Alexis Ballier
2017-05-26 12:54 Alexis Ballier
2017-04-17 9:26 Alexis Ballier
2017-02-12 18:03 Johannes Huber
2017-02-12 17:01 Agostino Sarubbo
2017-02-04 11:47 Jeroen Roovers
2017-01-31 11:43 Agostino Sarubbo
2017-01-31 9:13 Agostino Sarubbo
2017-01-30 15:01 Johannes Huber
2016-08-29 16:04 Alexis Ballier
2015-11-05 15:51 Alexis Ballier
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=1746923308.7f69bfd256f59bbc71704c54a0522360819b8e11.sam@gentoo \
--to=sam@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