mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/libvpx: Drop 1.8.2
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
DIST libvpx-1.7.0.tar.gz 2679797 BLAKE2B de7992adb517e375c5be2a9facf2b4a73174adcaef11185ed6d3102c2f6b73f378b0d415c5e3a4d915b3a6889bd8b31ba3e8c007a87a433a345ef7696a1dd899 SHA512 8b3b766b550f8d86907628d7ed88035f9a2612aac21542e0fd5ad35b905eb82cbe1be02a1a24afce7a3bcc4766f62611971f72724761996b392136c40a1e7ff0
|
||||
DIST libvpx-1.8.2.tar.gz 5312988 BLAKE2B 4d27eb457c20e70f5b68b589962692d4938cf69e889009cd6aa74cbefb3afd53ba2733420e5a8feb1388558969d95d5a26e1fc60b9b8ef6a0be8dade7d54ee0b SHA512 da2ab0775a28ddd78654bbe46886e833d4ef7ba91867fc1427dceced735b6177eff06b24f204c075c50c3a5cadc5be6a1fb213c44df189218a543b52554f3a38
|
||||
DIST libvpx-1.9.0.tar.gz 5326239 BLAKE2B 6403a5d8326235a8d27ca3727f45398556cbe72cd125ae358c22f729cc01d6a81917cca8a6e97ad0ed01e7fc04ca4212baf21f371323b93ccc8830c4a11acf91 SHA512 8d544552b35000ea5712aec220b78bb5f7dc210704b2f609365214cb95a4f5a0e343b362723d829cb4a9ac203b10d5443700ba84b28fd6b2fefbabb40663e298
|
||||
DIST libvpx-testdata-1.7.0.tar.xz 238790100 BLAKE2B 1d14e794341d35402eaf54d398ebed56b0983908e397ae677737e0f313ea0bfc9c4a39be91765b02a07a8eb9b55529d5f998efcc87b1b493b0e326e02193d982 SHA512 1556345e41674f0846a7419828972ec27c3c37fe270fa1deb45e03665f60ec088d79134aee0d2e27003b130636eeed4a15ea3f701c9d7014f3ca2785467767a8
|
||||
DIST libvpx-testdata-1.8.2.tar.xz 422945340 BLAKE2B 117c26e77b9cda30ca083382981fd88139905fec756e362c6c8497adee26796cd9adab752b197b1eedb9f5e26970100c08fd0e3bd42184fd3e12afe927acad3e SHA512 a1616d1c199983d47157c2e99b409e781df86804048f9a7345f2e682ffc2c6d79ab95f5cf3ccb01c0db498e79686086d9c7aa2c2c07e53cb7f642afd1e38ea35
|
||||
DIST libvpx-testdata-1.9.0.tar.xz 450868860 BLAKE2B aaed7f2ef4f70ff352e39be2630e3a5cd803e8d2408c4fd5c3e06e040a75d2f593a10bc267a497aa91eaceb64286e81f69e86ca0940160e4f34b62c08e91df7b SHA512 bcc89062a436d652d15d5852a842cb4985c4783855b943ab11667c022b5082887129fd9579b8da3af209a3031f95ff8dc625c380f79559db160501cd676736ea
|
||||
|
||||
@@ -1,118 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
inherit toolchain-funcs multilib-minimal
|
||||
|
||||
# To create a new testdata tarball:
|
||||
# 1. Unpack source tarbll or checkout git tag
|
||||
# 2. export LIBVPX_TEST_DATA_PATH=libvpx-testdata
|
||||
# 3. configure --enable-unit-tests --enable-vp9-highbitdepth
|
||||
# 4. make testdata
|
||||
# 5. tar -cjf libvpx-testdata-${MY_PV}.tar.xz libvpx-testdata
|
||||
|
||||
LIBVPX_TESTDATA_VER=1.8.2
|
||||
|
||||
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://dev.gentoo.org/~whissi/dist/libvpx/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.xz )"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/6"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="doc +highbitdepth postproc static-libs svc test +threads"
|
||||
|
||||
REQUIRED_USE="test? ( threads )"
|
||||
|
||||
# Disable test phase when USE="-test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="abi_x86_32? ( dev-lang/yasm )
|
||||
abi_x86_64? ( dev-lang/yasm )
|
||||
abi_x86_x32? ( dev-lang/yasm )
|
||||
x86-fbsd? ( dev-lang/yasm )
|
||||
amd64-fbsd? ( dev-lang/yasm )
|
||||
doc? (
|
||||
app-doc/doxygen
|
||||
dev-lang/php
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/libvpx-1.3.0-sparc-configure.patch" # 501010
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
# https://bugs.gentoo.org/show_bug.cgi?id=384585
|
||||
# https://bugs.gentoo.org/show_bug.cgi?id=465988
|
||||
# copied from php-pear-r1.eclass
|
||||
addpredict /usr/share/snmp/mibs/.index #nowarn
|
||||
addpredict /var/lib/net-snmp/ #nowarn
|
||||
addpredict /var/lib/net-snmp/mib_indexes #nowarn
|
||||
addpredict /session_mm_cli0.sem #nowarn
|
||||
multilib-minimal_src_configure
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
unset CODECS #357487
|
||||
|
||||
# #498364: sse doesn't work without sse2 enabled,
|
||||
local myconfargs=(
|
||||
--prefix="${EPREFIX}"/usr
|
||||
--libdir="${EPREFIX}"/usr/$(get_libdir)
|
||||
--enable-pic
|
||||
--enable-vp8
|
||||
--enable-vp9
|
||||
--enable-shared
|
||||
--extra-cflags="${CFLAGS}"
|
||||
$(use_enable postproc)
|
||||
$(use_enable svc experimental)
|
||||
$(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...) #345161
|
||||
tc-export AS
|
||||
case "${CHOST}" in
|
||||
i?86*) export AS=yasm;;
|
||||
x86_64*) export AS=yasm;;
|
||||
esac
|
||||
|
||||
# powerpc toolchain is not recognized anymore, #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
|
||||
|
||||
echo "${S}"/configure "${myconfargs[@]}" >&2
|
||||
"${S}"/configure "${myconfargs[@]}"
|
||||
}
|
||||
|
||||
multilib_src_compile() {
|
||||
# build verbose by default and do not build examples that will not be installed
|
||||
emake verbose=yes GEN_EXAMPLES=
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
local -x LD_LIBRARY_PATH="${BUILD_DIR}"
|
||||
local -x LIBVPX_TEST_DATA_PATH="${WORKDIR}/${PN}-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
|
||||
}
|
||||
Reference in New Issue
Block a user