commit:     ad8f85c4e6ec6dc3a581d16146988f7f5aa3a5fe
Author:     Brett A C Sheffield <bacs <AT> librecast <DOT> net>
AuthorDate: Tue Mar 10 19:06:21 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 13:14:07 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8f85c4

media-libs/libvpx: drop 1.14.1

Bug: https://bugs.gentoo.org/958466
Signed-off-by: Brett A C Sheffield <bacs <AT> librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/284
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libvpx/Manifest             |   2 -
 media-libs/libvpx/libvpx-1.14.1.ebuild | 133 ---------------------------------
 2 files changed, 135 deletions(-)

diff --git a/media-libs/libvpx/Manifest b/media-libs/libvpx/Manifest
index 59fd2957e8bf..ed40895ea439 100644
--- a/media-libs/libvpx/Manifest
+++ b/media-libs/libvpx/Manifest
@@ -1,5 +1,3 @@
-DIST libvpx-1.14.1-testdata.tar.xz 547349520 BLAKE2B 
bec234e14bcba84138829c402cb5c7078d0ff0cf90cf4bbd2c1682e5ec71618b26d822a42446cd4826304b778cacc8703271118a1c90ba619ccae87b059e4d08
 SHA512 
2a43a6fcde74f4cd1b2d15768fcdfdea5d0868a953688edc7fd0ac6fea0128e578235e824a7a10c281dfdb329c65358dc3638f9b807418b8512c8ecbda2586df
-DIST libvpx-1.14.1.tar.gz 5614104 BLAKE2B 
47b9e4f3864fe82a8d1c9cf81c4bdf42949ccd3ac0c21bdbb7a6898b1bcb5aabb801728aadd68e20e70c807917d9594c85f557e226f3a56de87da6aeb1c6cb4a
 SHA512 
3e3bfad3d035c0bc3db7cb5a194d56d3c90f5963fb1ad527ae5252054e7c48ce2973de1346c97d94b59f7a95d4801bec44214cce10faf123f92b36fca79a8d1e
 DIST libvpx-1.15.2-testdata.tar.xz 554110364 BLAKE2B 
24058d6e3c1ac43cd2a9c07b2bd0451db73a7f3b586175fa2901c6f1a36cd5c3a4396535bb40c6738793e36f765c00988af7134715532ef1fda8950d05bcef0f
 SHA512 
caf6509bc2113780e9b0591eb96d0ff3a2cdbda6cafae5d2d50310858f6dd4ddd6ec3a4cf50e9eca92bab013011162279a7c819a44fb67e3c6eda17a481cb9a8
 DIST libvpx-1.15.2.tar.gz 5630368 BLAKE2B 
3aac120f4d03cb7a8f29dbafa6d8359129a02302afce9a5a1a5b52a52575720b63d0c45e034b9ceb38a90579f7aaafb96553e2a2822a96d5d079dee5bf0b0f9c
 SHA512 
824fe8719e4115ec359ae0642f5e1cea051d458f09eb8c24d60858cf082f66e411215e23228173ab154044bafbdfbb2d93b589bb726f55b233939b91f928aae0
 DIST libvpx-1.16.0-testdata.tar.xz 615165460 BLAKE2B 
4630ddb85f9278acbfc6299aa486dc1d61f20584e128daa4663de03e3ea7cf820cd88831555bff7092160db62f6e31865f9032d17febf79ada9fadb6371beae3
 SHA512 
b08eb22fae192f1d3906bbe3b96bd3b63aa68e8b69d4e76cc91cdf168203829d7753957901dce63a53491b0c1551672581ab3e504910aa58862428d047213981

diff --git a/media-libs/libvpx/libvpx-1.14.1.ebuild 
b/media-libs/libvpx/libvpx-1.14.1.ebuild
deleted file mode 100644
index 8f7e19125472..000000000000
--- a/media-libs/libvpx/libvpx-1.14.1.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit edo toolchain-funcs multilib-minimal
-
-# To create a new testdata tarball:
-# proj/chromium-tools.git/generate-libvpx-test-tarball.sh
-DESCRIPTION="WebM VP8 and VP9 Codec SDK"
-HOMEPAGE="https://www.webmproject.org";
-SRC_URI="
-       https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-       test? ( https://deps.gentoo.zip/media-libs/${P}-testdata.tar.xz )
-"
-
-LICENSE="BSD"
-SLOT="0/9"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
-IUSE="cpu_flags_ppc_vsx3 doc +highbitdepth postproc static-libs test +threads"
-REQUIRED_USE="test? ( threads )"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       dev-lang/perl
-       abi_x86_32? ( dev-lang/yasm )
-       abi_x86_64? ( dev-lang/yasm )
-       abi_x86_x32? ( dev-lang/yasm )
-       doc? (
-               app-text/doxygen
-               dev-lang/php
-       )
-"
-
-PATCHES=(
-       # bug #501010
-       "${FILESDIR}/${PN}-1.3.0-sparc-configure.patch"
-       "${FILESDIR}/${PN}-1.13.1-allow-fortify-source.patch"
-)
-
-src_configure() {
-       # bug #384585, bug #465988
-       # copied from php-pear-r1.eclass
-       addpredict /usr/share/snmp/mibs/.index
-       addpredict /var/lib/net-snmp/
-       addpredict /var/lib/net-snmp/mib_indexes
-       addpredict /session_mm_cli0.sem
-       multilib-minimal_src_configure
-}
-
-multilib_src_configure() {
-       # bug #357487
-       unset CODECS
-       # bug #905986
-       unset DIST_DIR
-
-       local myconfargs=(
-               --prefix="${EPREFIX}"/usr
-               --libdir="${EPREFIX}"/usr/$(get_libdir)
-               --enable-pic
-               --enable-vp8
-               --enable-vp9
-               --enable-shared
-               --disable-optimizations
-               $(use_enable postproc)
-               $(use_enable static-libs static)
-               $(use_enable test unit-tests)
-               $(use_enable threads multithread)
-               $(use_enable highbitdepth vp9-highbitdepth)
-       )
-
-       # let the build system decide which AS to use (it honours $AS but
-       # then feeds it with yasm flags without checking...), bug #345161
-       tc-export AS
-       case "${CHOST}" in
-               i?86*) export AS=yasm;;
-               x86_64*) export AS=yasm;;
-       esac
-
-       # libvpx is fragile: both for tests at runtime.
-       # We force using the generic target unless we know things work to
-       # avoid runtime breakage on exotic arches.
-       if [[ ${ABI} == amd64 ]] ; then
-               myconfargs+=( --force-target=x86_64-linux-gcc )
-       elif [[ ${ABI} == x86 ]] ; then
-               myconfargs+=( --force-target=x86-linux-gcc )
-       elif [[ ${ABI} == arm64 ]] ; then
-               myconfargs+=( --force-target=arm64-linux-gcc )
-       elif [[ ${ABI} == arm ]] && [[ ${CHOST} == *armv7* ]] ; then
-               myconfargs+=( --force-target=armv7-linux-gcc )
-       elif [[ ${ABI} == ppc64 ]] && [[ $(tc-endian) != big ]] && use 
cpu_flags_ppc_vsx3; then
-               # only enable this target for at least power9 CPU running 
little-endian
-               myconfargs+=( --force-target=ppc64le-linux-gcc )
-       else
-               myconfargs+=( --force-target=generic-gnu )
-       fi
-
-       # powerpc toolchain is not recognized anymore, bug #694368
-       #[[ ${CHOST} == powerpc-* ]] && myconfargs+=( 
--force-target=generic-gnu )
-
-       # Build with correct toolchain.
-       tc-export CC CXX AR NM
-       # Link with gcc by default, the build system should override this if 
needed.
-       export LD="${CC}"
-
-       if multilib_is_native_abi; then
-               myconfargs+=( $(use_enable doc install-docs) $(use_enable doc 
docs) )
-       else
-               # Not needed for multilib and will be overwritten anyway.
-               myconfargs+=( --disable-examples --disable-install-docs 
--disable-docs )
-       fi
-
-       edo "${S}"/configure "${myconfargs[@]}"
-}
-
-multilib_src_compile() {
-       # Build verbose by default and do not build examples that will not be 
installed
-       # Disable stripping of debug info, bug #752057
-       # (only works as long as upstream does not use non-gnu strip)
-       emake verbose=yes GEN_EXAMPLES= HAVE_GNU_STRIP=no
-}
-
-multilib_src_test() {
-       local -x LD_LIBRARY_PATH="${BUILD_DIR}"
-       local -x LIBVPX_TEST_DATA_PATH="${WORKDIR}/${P}-testdata"
-       emake verbose=yes GEN_EXAMPLES= test
-}
-
-multilib_src_install() {
-       emake verbose=yes GEN_EXAMPLES= DESTDIR="${D}" install
-
-       multilib_is_native_abi && use doc && dodoc -r docs/html
-}

Reply via email to