Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/
Date: Wed, 29 Jan 2020 14:00:28
Message-Id: 1580306404.50363351561b2fe2778fcefb911767246eaf32f8.whissi@gentoo
1 commit: 50363351561b2fe2778fcefb911767246eaf32f8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 21:09:55 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 29 14:00:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50363351
7
8 media-libs/libvpx: security cleanup
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 media-libs/libvpx/Manifest | 2 -
14 media-libs/libvpx/libvpx-1.8.1.ebuild | 119 ----------------------------------
15 2 files changed, 121 deletions(-)
16
17 diff --git a/media-libs/libvpx/Manifest b/media-libs/libvpx/Manifest
18 index 36c3a45b659..f5c42caece1 100644
19 --- a/media-libs/libvpx/Manifest
20 +++ b/media-libs/libvpx/Manifest
21 @@ -1,6 +1,4 @@
22 DIST libvpx-1.7.0.tar.gz 2679797 BLAKE2B de7992adb517e375c5be2a9facf2b4a73174adcaef11185ed6d3102c2f6b73f378b0d415c5e3a4d915b3a6889bd8b31ba3e8c007a87a433a345ef7696a1dd899 SHA512 8b3b766b550f8d86907628d7ed88035f9a2612aac21542e0fd5ad35b905eb82cbe1be02a1a24afce7a3bcc4766f62611971f72724761996b392136c40a1e7ff0
23 -DIST libvpx-1.8.1.tar.gz 2922587 BLAKE2B c9526616f81b6b343c9597f1f0b368f76f8f6b2b5a9e207b2e8f0a2b5e14a49b7e4f61cc88ce8f9b78e04f82149f46de4bd09baa0d45b26942a3e5ca821e8e10 SHA512 615476a929e46befdd4782a39345ce55cd30176ecb2fcd8a875c31694ae2334b395dcab9c5ba58d53ceb572ed0c022d2a3748ca4bbd36092e22b01cf3c9b2e8e
24 DIST libvpx-1.8.2.tar.gz 5312988 BLAKE2B 4d27eb457c20e70f5b68b589962692d4938cf69e889009cd6aa74cbefb3afd53ba2733420e5a8feb1388558969d95d5a26e1fc60b9b8ef6a0be8dade7d54ee0b SHA512 da2ab0775a28ddd78654bbe46886e833d4ef7ba91867fc1427dceced735b6177eff06b24f204c075c50c3a5cadc5be6a1fb213c44df189218a543b52554f3a38
25 DIST libvpx-testdata-1.7.0.tar.xz 238790100 BLAKE2B 1d14e794341d35402eaf54d398ebed56b0983908e397ae677737e0f313ea0bfc9c4a39be91765b02a07a8eb9b55529d5f998efcc87b1b493b0e326e02193d982 SHA512 1556345e41674f0846a7419828972ec27c3c37fe270fa1deb45e03665f60ec088d79134aee0d2e27003b130636eeed4a15ea3f701c9d7014f3ca2785467767a8
26 -DIST libvpx-testdata-1.8.0.tar.xz 418337232 BLAKE2B 1336e522f18a8f7812b4e7e4de7b27d32778c38fe902c62a4415a17e857868bfcdcbdcab528617db89e9f57449a486333feccffc4a250bfe79fc460c790071ed SHA512 991066467121614106455522b3651f194b45a37125c1b4e6bade59044756f26d914c95388e3c0bd3dc22159525aa6478df36801767bb7506fa7e77b93c6c2ede
27 DIST libvpx-testdata-1.8.2.tar.xz 422945340 BLAKE2B 117c26e77b9cda30ca083382981fd88139905fec756e362c6c8497adee26796cd9adab752b197b1eedb9f5e26970100c08fd0e3bd42184fd3e12afe927acad3e SHA512 a1616d1c199983d47157c2e99b409e781df86804048f9a7345f2e682ffc2c6d79ab95f5cf3ccb01c0db498e79686086d9c7aa2c2c07e53cb7f642afd1e38ea35
28
29 diff --git a/media-libs/libvpx/libvpx-1.8.1.ebuild b/media-libs/libvpx/libvpx-1.8.1.ebuild
30 deleted file mode 100644
31 index 6c41b598eb9..00000000000
32 --- a/media-libs/libvpx/libvpx-1.8.1.ebuild
33 +++ /dev/null
34 @@ -1,119 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI="7"
39 -inherit toolchain-funcs multilib-minimal
40 -
41 -# To create a new testdata tarball:
42 -# 1. Unpack source tarbll or checkout git tag
43 -# 2. export LIBVPX_TEST_DATA_PATH=libvpx-testdata
44 -# 3. configure --enable-unit-tests --enable-vp9-highbitdepth
45 -# 4. make testdata
46 -# 5. tar -cjf libvpx-testdata-${MY_PV}.tar.xz libvpx-testdata
47 -
48 -LIBVPX_TESTDATA_VER=1.8.0
49 -
50 -DESCRIPTION="WebM VP8 and VP9 Codec SDK"
51 -HOMEPAGE="https://www.webmproject.org"
52 -SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
53 - test? ( mirror://gentoo/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.xz )"
54 -
55 -LICENSE="BSD"
56 -SLOT="0/6"
57 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
58 -IUSE="doc +highbitdepth postproc static-libs svc test +threads"
59 -
60 -REQUIRED_USE="test? ( threads )"
61 -
62 -# Disable test phase when USE="-test"
63 -RESTRICT="!test? ( test )"
64 -
65 -RDEPEND=""
66 -DEPEND="abi_x86_32? ( dev-lang/yasm )
67 - abi_x86_64? ( dev-lang/yasm )
68 - abi_x86_x32? ( dev-lang/yasm )
69 - x86-fbsd? ( dev-lang/yasm )
70 - amd64-fbsd? ( dev-lang/yasm )
71 - doc? (
72 - app-doc/doxygen
73 - dev-lang/php
74 - )
75 -"
76 -
77 -PATCHES=(
78 - "${FILESDIR}/libvpx-1.3.0-sparc-configure.patch" # 501010
79 -)
80 -
81 -src_configure() {
82 - # https://bugs.gentoo.org/show_bug.cgi?id=384585
83 - # https://bugs.gentoo.org/show_bug.cgi?id=465988
84 - # copied from php-pear-r1.eclass
85 - addpredict /usr/share/snmp/mibs/.index
86 - addpredict /var/lib/net-snmp/
87 - addpredict /var/lib/net-snmp/mib_indexes
88 - addpredict /session_mm_cli0.sem
89 - multilib-minimal_src_configure
90 -}
91 -
92 -multilib_src_configure() {
93 - unset CODECS #357487
94 -
95 - # #498364: sse doesn't work without sse2 enabled,
96 - local myconfargs=(
97 - --prefix="${EPREFIX}"/usr
98 - --libdir="${EPREFIX}"/usr/$(get_libdir)
99 - --enable-pic
100 - --enable-vp8
101 - --enable-vp9
102 - --enable-shared
103 - --extra-cflags="${CFLAGS}"
104 - $(use_enable postproc)
105 - $(use_enable svc experimental)
106 - $(use_enable static-libs static)
107 - $(use_enable test unit-tests)
108 - $(use_enable threads multithread)
109 - $(use_enable highbitdepth vp9-highbitdepth)
110 - )
111 -
112 - # let the build system decide which AS to use (it honours $AS but
113 - # then feeds it with yasm flags without checking...) #345161
114 - tc-export AS
115 - case "${CHOST}" in
116 - i?86*) export AS=yasm;;
117 - x86_64*) export AS=yasm;;
118 - esac
119 -
120 - # powerpc toolchain is not recognized anymore, #694368
121 - [[ ${CHOST} == powerpc-* ]] && myconfargs+=( --force-target=generic-gnu )
122 -
123 - # Build with correct toolchain.
124 - tc-export CC CXX AR NM
125 - # Link with gcc by default, the build system should override this if needed.
126 - export LD="${CC}"
127 -
128 - if multilib_is_native_abi; then
129 - myconfargs+=( $(use_enable doc install-docs) $(use_enable doc docs) )
130 - else
131 - # not needed for multilib and will be overwritten anyway.
132 - myconfargs+=( --disable-examples --disable-install-docs --disable-docs )
133 - fi
134 -
135 - echo "${S}"/configure "${myconfargs[@]}" >&2
136 - "${S}"/configure "${myconfargs[@]}"
137 -}
138 -
139 -multilib_src_compile() {
140 - # build verbose by default and do not build examples that will not be installed
141 - emake verbose=yes GEN_EXAMPLES=
142 -}
143 -
144 -multilib_src_test() {
145 - local -x LD_LIBRARY_PATH="${BUILD_DIR}"
146 - local -x LIBVPX_TEST_DATA_PATH="${WORKDIR}/${PN}-testdata"
147 - emake verbose=yes GEN_EXAMPLES= test
148 -}
149 -
150 -multilib_src_install() {
151 - emake verbose=yes GEN_EXAMPLES= DESTDIR="${D}" install
152 - multilib_is_native_abi && use doc && dodoc -r docs/html
153 -}