commit: 169a7082da233c393660606341b0a91a03dc9246 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Aug 17 14:33:09 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Aug 19 08:13:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169a7082
media-plugins/frei0r-plugins: drop 1.7.0-r1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../frei0r-plugins/frei0r-plugins-1.7.0-r1.ebuild | 63 ---------------------- 1 file changed, 63 deletions(-) diff --git a/media-plugins/frei0r-plugins/frei0r-plugins-1.7.0-r1.ebuild b/media-plugins/frei0r-plugins/frei0r-plugins-1.7.0-r1.ebuild deleted file mode 100644 index 6a183eec5984..000000000000 --- a/media-plugins/frei0r-plugins/frei0r-plugins-1.7.0-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CMAKE_ECLASS=cmake -inherit cmake-multilib - -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:=[contribdnn,features2d,${MULTILIB_USEDEP}] ) - scale0tilt? ( >=media-libs/gavl-1.2.0[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen )" - -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() { - cmake-multilib_src_configure \ - "-DWITHOUT_OPENCV=$(usex !facedetect)" \ - "-DWITHOUT_GAVL=$(usex !scale0tilt)" -} - -src_compile() { - cmake-multilib_src_compile - - if use doc; then - pushd doc - doxygen || die - popd - fi -} - -multilib_src_install_all() { - use doc && dodoc -r doc/html -}
