mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-libs/libvpx: bump to 1.5.0. Bug #565334.
Package-Manager: portage-2.2.24 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
DIST libvpx-1.4.0.tar.bz2 1807989 SHA256 f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4 SHA512 70234220e0ed64db000689ec8bea02dadef938a4f4dea96e5781d361c15245456212c1b6aec2b698d32ed423e73917d2303009e49224a2237669cab416dd6984 WHIRLPOOL 309055669aea96f8ed051ae33d2b86c4aac2096be43ac7140812d2b42e0b1b6e609d86206a01268137f18769f967cbd074beb75fe5b059ced71a1caefb8dcb05
|
||||
DIST libvpx-1.5.0.tar.bz2 1906571 SHA256 306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797 SHA512 5a952aa53e539a130d316723d424fa02a8f42a450950d74a16d8abc5df569ba5559b3b09a32140b638d7a0cd54be1c7b0f8306ad286825bc1281f513bb665fc5 WHIRLPOOL 9b7130aeb45c3c29ae92a2dd9d63c4d0eb02976d8a0061cc550e144b18101ec5b709a73a191ad61c80be7a4c5686a968a86b068eba6736de61d717c2eb11d550
|
||||
DIST libvpx-testdata-1.3.0.tar.bz2 45380954 SHA256 0956429f629f068b734d760f6af49bbb679ee65f8d860bbf2cb4e2c574c03550 SHA512 fe96c16c8aea352dd145ee73058404024b13b9bee1d3431ac2513e3636d13880d1fa0eb9eeaea2805fbc2ec8dc6e2be381c6d50baac472a0de835b0563d63c94 WHIRLPOOL 0cc5a39405a0de6238beb7f3da5b01845e4bc39a3b9858b13c73dd69bed275964c13d62468c7fb3a1af33fb7bc5d65ddc5abfe87a71b21c5d3575924e29734da
|
||||
DIST libvpx-testdata-1.4.0.tar.bz2 113132379 SHA256 8458297dfe6ecc168a6bb3b41260aeef5c35296b99ced888767f70af40a50046 SHA512 5a0402ce1943fcd1a0e954a42728a409a512c9382883c227adea399f4ca4ff8b7d72d0247dce842c3e929dce86ca2bdad935fc82d3ee58ea72291c8fcdeca393 WHIRLPOOL b4b451be2074a1af1e36c757ac14dc41c764a32eeb4b4fed2bbb38030e51a18d0c37afd71db3118dc4af4546e212946fabc6e1cf453ebee88e66a43045c938be
|
||||
DIST libvpx-testdata-1.5.0.tar.bz2 117022525 SHA256 e707d6e1499250e24fb4b355f4e3e1cec848881c42016a5f1fc3068b7cc01257 SHA512 58abcea159d1f709c2b9b52e8ae381481ed0ee1f43972f5e52d628754844ed23f5f77180a9c3f950a19fd8e2eaec406288d9ec65a42c9d6d080a6948827698bb WHIRLPOOL 357ed7f300536f5767a264e6a379f9b19259b23dde925584f66a911c1e44605deff4f93aa4eb012cd7ffc20d6eb471cb227422d4c28f0776bef2979370a4e784
|
||||
DIST libvpx-v1.3.0.tar.bz2 2084229 SHA256 d3dcc8d84af51c6c382b214397c62402e37a799e8ebcda6f4217aef0010451a9 SHA512 af26766a3336155c5bc7b8cce7c23228de054287b990f9cacdc35273384a7af4999c01bb623d12143f40107036308a8b3207081efe67936748503c30c985fd6b WHIRLPOOL 03de78d6701daab8847c453317d8cc0a22e4a332994b7e1f55c5d6953b7f3acf94f3c623943dd8588bb1a174df4f7d9a8b8bc889f50823d92767c40c96fc5e68
|
||||
|
||||
122
media-libs/libvpx/libvpx-1.5.0.ebuild
Normal file
122
media-libs/libvpx/libvpx-1.5.0.ebuild
Normal file
@@ -0,0 +1,122 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
inherit eutils multilib toolchain-funcs multilib-minimal
|
||||
|
||||
LIBVPX_TESTDATA_VER=1.5.0
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-2
|
||||
EGIT_REPO_URI="https://chromium.googlesource.com/webm/${PN}.git"
|
||||
elif [[ ${PV} == *pre* ]]; then
|
||||
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
|
||||
else
|
||||
SRC_URI="http://storage.googleapis.com/downloads.webmproject.org/releases/webm/${P}.tar.bz2"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
|
||||
fi
|
||||
# generated by: make LIBVPX_TEST_DATA_PATH=libvpx-testdata testdata + tar'ing
|
||||
# it.
|
||||
SRC_URI="${SRC_URI}
|
||||
test? ( mirror://gentoo/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.bz2 )"
|
||||
|
||||
DESCRIPTION="WebM VP8 Codec SDK"
|
||||
HOMEPAGE="http://www.webmproject.org"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/3"
|
||||
IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 static-libs test +threads"
|
||||
|
||||
RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
|
||||
DEPEND="abi_x86_32? ( dev-lang/yasm )
|
||||
abi_x86_64? ( dev-lang/yasm )
|
||||
x86-fbsd? ( dev-lang/yasm )
|
||||
amd64-fbsd? ( dev-lang/yasm )
|
||||
doc? (
|
||||
app-doc/doxygen
|
||||
dev-lang/php
|
||||
)
|
||||
"
|
||||
|
||||
REQUIRED_USE="
|
||||
cpu_flags_x86_sse2? ( cpu_flags_x86_mmx )
|
||||
cpu_flags_x86_ssse3? ( cpu_flags_x86_sse2 )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/libvpx-1.3.0-sparc-configure.patch" # 501010
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
unset CODECS #357487
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
addpredict /var/lib/net-snmp/
|
||||
addpredict /var/lib/net-snmp/mib_indexes
|
||||
addpredict /session_mm_cli0.sem
|
||||
|
||||
# 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}"
|
||||
|
||||
local myconf
|
||||
if [ "${ABI}" = "${DEFAULT_ABI}" ] ; then
|
||||
myconf+=" $(use_enable doc install-docs) $(use_enable doc docs)"
|
||||
else
|
||||
# not needed for multilib and will be overwritten anyway.
|
||||
myconf+=" --disable-examples --disable-install-docs --disable-docs"
|
||||
fi
|
||||
|
||||
# #498364: sse doesn't work without sse2 enabled,
|
||||
"${S}/configure" \
|
||||
--prefix="${EPREFIX}"/usr \
|
||||
--libdir="${EPREFIX}"/usr/$(get_libdir) \
|
||||
--enable-pic \
|
||||
--enable-vp8 \
|
||||
--enable-vp9 \
|
||||
--enable-shared \
|
||||
--extra-cflags="${CFLAGS}" \
|
||||
$(use_enable cpu_flags_x86_avx avx) \
|
||||
$(use_enable cpu_flags_x86_avx2 avx2) \
|
||||
$(use_enable cpu_flags_x86_mmx mmx) \
|
||||
$(use_enable postproc) \
|
||||
$(use cpu_flags_x86_sse2 && use_enable cpu_flags_x86_sse sse || echo --disable-sse) \
|
||||
$(use_enable cpu_flags_x86_sse2 sse2) \
|
||||
$(use_enable cpu_flags_x86_sse3 sse3) \
|
||||
$(use_enable cpu_flags_x86_sse4_1 sse4_1) \
|
||||
$(use_enable cpu_flags_x86_ssse3 ssse3) \
|
||||
$(use_enable static-libs static) \
|
||||
$(use_enable test unit-tests) \
|
||||
$(use_enable threads multithread) \
|
||||
${myconf} \
|
||||
|| die
|
||||
}
|
||||
|
||||
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() {
|
||||
LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" \
|
||||
emake verbose=yes GEN_EXAMPLES= LIBVPX_TEST_DATA_PATH="${WORKDIR}/${PN}-testdata" test
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
emake verbose=yes GEN_EXAMPLES= DESTDIR="${D}" install
|
||||
[ "${ABI}" = "${DEFAULT_ABI}" ] && use doc && dohtml docs/html/*
|
||||
}
|
||||
Reference in New Issue
Block a user