public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/
Date: Fri, 20 Jun 2025 02:24:31 +0000 (UTC)	[thread overview]
Message-ID: <1750386209.2d8295aa896f3bfa91ec2a9d36213a7ac673c52c.sam@gentoo> (raw)

commit:     2d8295aa896f3bfa91ec2a9d36213a7ac673c52c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 02:20:35 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 02:23:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8295aa

media-libs/libvpx: add 1.15.2

Bug: https://bugs.gentoo.org/958466
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libvpx/Manifest             |   2 +
 media-libs/libvpx/libvpx-1.15.2.ebuild | 134 +++++++++++++++++++++++++++++++++
 2 files changed, 136 insertions(+)

diff --git a/media-libs/libvpx/Manifest b/media-libs/libvpx/Manifest
index c8dc067e1af6..6695047e4efb 100644
--- a/media-libs/libvpx/Manifest
+++ b/media-libs/libvpx/Manifest
@@ -1,2 +1,4 @@
 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

diff --git a/media-libs/libvpx/libvpx-1.15.2.ebuild b/media-libs/libvpx/libvpx-1.15.2.ebuild
new file mode 100644
index 000000000000..98ad01d8c671
--- /dev/null
+++ b/media-libs/libvpx/libvpx-1.15.2.ebuild
@@ -0,0 +1,134 @@
+# 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/11"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+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	other threads:[~2025-06-20  2:24 UTC|newest]

Thread overview: 127+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-20  2:24 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-01  5:45 [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/ Arthur Zamarin
2025-08-30  1:06 Sam James
2025-08-28 19:40 Sam James
2025-08-28 19:06 Sam James
2025-06-21  3:34 Sam James
2025-06-21  3:18 Sam James
2025-06-20  6:08 Sam James
2025-06-20  4:35 Sam James
2025-03-14  5:26 Sam James
2024-11-11 19:26 Andreas Sturmlechner
2024-10-09 16:39 Arthur Zamarin
2024-10-06 18:28 Robin H. Johnson
2024-10-06 14:38 Sam James
2024-10-06 14:29 Arthur Zamarin
2024-10-06 14:29 Arthur Zamarin
2024-06-01  7:31 Matt Jolly
2023-12-22  1:27 John Helmert III
2023-12-21 16:07 Arthur Zamarin
2023-12-21 15:15 Sam James
2023-12-21 14:12 Arthur Zamarin
2023-12-21 12:56 Sam James
2023-12-21 12:56 Sam James
2023-11-29 19:01 Arthur Zamarin
2023-10-01 18:09 Arthur Zamarin
2023-10-01  6:26 Sam James
2023-10-01  6:25 Arthur Zamarin
2023-10-01  6:25 Arthur Zamarin
2023-10-01  4:53 Sam James
2023-10-01  4:53 Sam James
2023-10-01  2:26 Sam James
2023-09-28  9:05 Sam James
2023-09-28  9:05 Sam James
2023-09-28  8:12 Sam James
2023-09-28  8:10 Sam James
2023-09-28  8:10 Sam James
2023-05-31  7:00 Sam James
2023-05-10 22:04 Sam James
2022-11-06  4:22 Sam James
2022-11-01  5:21 WANG Xuerui
2022-08-25 18:22 Agostino Sarubbo
2022-08-25 18:17 Agostino Sarubbo
2022-08-25 18:15 Agostino Sarubbo
2022-08-25  3:33 Sam James
2022-08-25  3:33 Sam James
2022-08-25  3:33 Sam James
2022-07-29  2:33 Sam James
2022-07-10 23:58 Sam James
2022-05-11  0:49 Sam James
2022-05-10  9:55 Agostino Sarubbo
2022-04-17 20:09 Sam James
2022-04-01  1:31 Sam James
2022-03-27  2:33 Sam James
2022-02-20  5:09 Arthur Zamarin
2022-02-20  5:09 Arthur Zamarin
2022-02-19 13:22 Jakov Smolić
2022-02-19 13:15 Jakov Smolić
2022-01-05 10:01 David Seifert
2022-01-01 10:47 Stephan Hartmann
2021-12-30 14:44 Georgy Yakovlev
2021-12-30  4:31 Sam James
2021-12-30  4:21 Sam James
2021-11-07  2:07 Sam James
2021-09-02 19:48 Thomas Raschbacher
2021-08-28  2:46 Sam James
2021-06-12 15:43 Sam James
2021-06-12  1:18 Sam James
2021-06-11  5:38 Sam James
2021-03-27  1:03 Thomas Deutschmann
2021-01-23 21:13 Andreas Sturmlechner
2021-01-20  9:30 Sam James
2021-01-07 15:07 Sam James
2020-11-01 16:03 Stephan Hartmann
2020-10-12  7:00 Agostino Sarubbo
2020-10-12  6:57 Agostino Sarubbo
2020-10-03 14:33 Sam James
2020-10-03 14:33 Sam James
2020-10-02 22:15 Sam James
2020-08-11 23:37 Thomas Deutschmann
2020-03-05 19:51 Mike Gilbert
2020-03-05 19:30 Mike Gilbert
2020-01-29 14:00 Thomas Deutschmann
2020-01-23 23:00 Thomas Deutschmann
2019-12-26 17:03 Thomas Deutschmann
2019-12-24 15:06 Mikle Kolyada
2019-12-10 10:54 Agostino Sarubbo
2019-12-09 18:27 Sergei Trofimovich
2019-12-09 12:10 Agostino Sarubbo
2019-12-09  8:48 Agostino Sarubbo
2019-12-09  8:00 Agostino Sarubbo
2019-12-08  3:26 Aaron Bauman
2019-12-05  8:38 Agostino Sarubbo
2019-12-05  5:16 Thomas Deutschmann
2019-11-23 15:46 Agostino Sarubbo
2019-11-20 19:28 Mike Gilbert
2019-11-12 19:46 Mike Gilbert
2019-10-13  0:18 Matt Turner
2019-09-13 17:33 Mikle Kolyada
2019-09-08 19:55 Aaron Bauman
2019-09-05 15:15 Agostino Sarubbo
2019-09-05 15:14 Agostino Sarubbo
2019-09-05 11:36 Agostino Sarubbo
2019-09-05 11:35 Agostino Sarubbo
2019-09-05  7:45 Agostino Sarubbo
2019-02-10  6:52 Mike Gilbert
2019-02-09 22:18 Thomas Deutschmann
2018-12-30 18:36 Mikle Kolyada
2018-04-25 21:28 Aaron Bauman
2018-02-08  6:55 Lars Wendler
2017-01-17  4:33 Mike Gilbert
2017-01-17  3:43 Mike Gilbert
2017-01-13 12:37 Luca Barbato
2016-11-24  5:28 Mike Gilbert
2016-10-01 14:06 Jeroen Roovers
2016-09-29 13:08 Agostino Sarubbo
2016-09-23 16:27 Mike Gilbert
2016-09-17 12:17 Luca Barbato
2016-07-21 15:10 Alexis Ballier
2016-07-18 18:28 Markus Meier
2016-07-17 10:04 Tobias Klausmann
2016-07-14 11:02 Agostino Sarubbo
2016-07-14 11:01 Agostino Sarubbo
2016-07-13  5:29 Jeroen Roovers
2016-03-20 21:14 Stephen Klimaszewski
2016-03-14 20:08 Ian Stakenvicius
2016-02-25  2:37 Mike Gilbert
2015-11-12 11:46 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=1750386209.2d8295aa896f3bfa91ec2a9d36213a7ac673c52c.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