Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faad2/, media-libs/faad2/files/
Date: Sat, 23 May 2020 10:17:10
Message-Id: 1590229000.88469679c770b8742a3649e971fc5522442216c1.chewi@gentoo
1 commit: 88469679c770b8742a3649e971fc5522442216c1
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 10:16:40 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 10:16:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88469679
7
8 media-libs/faad2: Drop old and vulnerable 2.8.8
9
10 Bug: https://bugs.gentoo.org/695540
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 media-libs/faad2/Manifest | 1 -
15 media-libs/faad2/faad2-2.8.8.ebuild | 53 ----------------------
16 .../files/faad2-2.8.5-libmp4ff-shared-lib.patch | 15 ------
17 3 files changed, 69 deletions(-)
18
19 diff --git a/media-libs/faad2/Manifest b/media-libs/faad2/Manifest
20 index 5c9c31d072c..610d57b524c 100644
21 --- a/media-libs/faad2/Manifest
22 +++ b/media-libs/faad2/Manifest
23 @@ -1,2 +1 @@
24 -DIST faad2-2.8.8.tar.gz 1069044 BLAKE2B 3e22e695d89cce0ecb673caec73dd3115b2249d18daf6d0c8cf2b5cc90086889c9da733e037bc8b58c0bdc145c66bd4218b9b5e237adb7ad1c6f0caf0d97d304 SHA512 3275d292b2a9fe984842962f4d81202894bddd17033f7cd6df95466554cc968dfcbf2890ae8b1df37da0cd25d645cca0a687f07e39b9fc37dd004fd5956a82af
25 DIST faad2-2.9.0.tar.gz 802390 BLAKE2B 8cd68f96a48fefcc4d75901ae67607ec4cc4c4a76efae490dcfb3330b384ff91049894af9fccae0b41ca9fd4ef22cdff35c36f11cea1baab4cc96fe1e54749ae SHA512 1756b2672f9e438a56b11160ddc77fc721d85860eaa325a3ff01b51a2524baf4c1c61068a97cbc4e99d47e7643f10e1d6afb997eede3295b44551fe4661fb5dc
26
27 diff --git a/media-libs/faad2/faad2-2.8.8.ebuild b/media-libs/faad2/faad2-2.8.8.ebuild
28 deleted file mode 100644
29 index 986d9c87382..00000000000
30 --- a/media-libs/faad2/faad2-2.8.8.ebuild
31 +++ /dev/null
32 @@ -1,53 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit autotools multilib-minimal
39 -
40 -DESCRIPTION="AAC audio decoding library"
41 -HOMEPAGE="https://www.audiocoding.com/faad2.html"
42 -SRC_URI="mirror://sourceforge/faac/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
47 -IUSE="digitalradio static-libs"
48 -
49 -RDEPEND=""
50 -DEPEND=""
51 -
52 -DOCS=( AUTHORS ChangeLog NEWS README TODO )
53 -
54 -PATCHES=( "${FILESDIR}"/${PN}-2.8.5-libmp4ff-shared-lib.patch )
55 -
56 -src_prepare() {
57 - default
58 -
59 - sed -i -e 's:iquote :I:' libfaad/Makefile.am || die
60 -
61 - # bug 466986
62 - sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
63 -
64 - eautoreconf
65 -}
66 -
67 -multilib_src_configure() {
68 - local myconf=(
69 - --without-xmms
70 - $(use_with digitalradio drm)
71 - $(use_enable static-libs static)
72 - )
73 -
74 - ECONF_SOURCE="${S}" econf "${myconf[@]}"
75 -
76 - # do not build the frontend for non default abis
77 - if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then
78 - sed -i -e 's/frontend//' Makefile || die
79 - fi
80 -}
81 -
82 -multilib_src_install_all() {
83 - find "${D}" -name '*.la' -delete || die
84 - einstalldocs
85 -}
86
87 diff --git a/media-libs/faad2/files/faad2-2.8.5-libmp4ff-shared-lib.patch b/media-libs/faad2/files/faad2-2.8.5-libmp4ff-shared-lib.patch
88 deleted file mode 100644
89 index 68b21a966be..00000000000
90 --- a/media-libs/faad2/files/faad2-2.8.5-libmp4ff-shared-lib.patch
91 +++ /dev/null
92 @@ -1,15 +0,0 @@
93 ---- faad2-2.8.5/common/mp4ff/Makefile.am
94 -+++ faad2-2.8.5/common/mp4ff/Makefile.am
95 -@@ -1,7 +1,8 @@
96 --noinst_LIBRARIES = libmp4ff.a
97 --noinst_HEADERS = mp4ff.h mp4ffint.h
98 -+lib_LTLIBRARIES = libmp4ff.la
99 -+include_HEADERS = mp4ff.h mp4ffint.h
100 -
101 --libmp4ff_a_CFLAGS = -DUSE_TAGGING=1
102 -+AM_CFLAGS = -DUSE_TAGGING=1
103 -
104 --libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
105 -+libmp4ff_la_LDFLAGS = -version-info 0:0:0
106 -+libmp4ff_la_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
107 - mp4tagupdate.c mp4ff.h mp4ffint.h