Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpg123/
Date: Sat, 11 Nov 2017 20:39:03
Message-Id: 1510432730.81131d5f55f35fa50854d42b9ab728bb94264820.bman@gentoo
1 commit: 81131d5f55f35fa50854d42b9ab728bb94264820
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 11 20:38:26 2017 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 11 20:38:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81131d5f
7
8 media-sound/mpg123: drop vulnerable wrt bug #623786
9
10 media-sound/mpg123/Manifest | 1 -
11 media-sound/mpg123/mpg123-1.24.0.ebuild | 107 --------------------------------
12 2 files changed, 108 deletions(-)
13
14 diff --git a/media-sound/mpg123/Manifest b/media-sound/mpg123/Manifest
15 index 122e9e4e770..e9f7fd85756 100644
16 --- a/media-sound/mpg123/Manifest
17 +++ b/media-sound/mpg123/Manifest
18 @@ -1,4 +1,3 @@
19 -DIST mpg123-1.24.0.tar.bz2 912049 SHA256 55fb169a7711938f5df0497d1ffe28419fbef50011dc01d00b216379e6a2256c SHA512 e7c0d7a103daf496e75a6aa6aca861cfc0ad391f242335990c2360305e567039d24ca3b37a35f79b75749055e255f4692b8b43d2fec332b119223b00e12b0cb7 WHIRLPOOL 3d1c882c4c2c0cf8fc575be3a65f9c9d61a1549f75abeb983c2bafef3c303507bdc494594060bc732096c3d7fb96c372d2554a698a46a19c1c6e5f48e5e61771
20 DIST mpg123-1.25.2.tar.bz2 918024 SHA256 5314b0fb8ad291bfc79ff4c5c321b971916819a65233ec065434358fcf8aee38 SHA512 1b063a7a497d6f643b43a0e0db0e1a8951bf110cabf8f3dc63d7ed1b8e47ef4a42649622a5e4efb582479beacd7d3872b4f061716a5f6970b3f5bed7ef4f3fe9 WHIRLPOOL e8d6e74b857cac86e77651339d3491088ac5024aae149bbcc691a28bb8cda46395ab8f4505d2ff7eb6ba3311c97db1baa64c686ed508adb0ba3c91cd2faf1e32
21 DIST mpg123-1.25.6.tar.bz2 919169 SHA256 0f0458c9b87799bc2c9bf9455279cc4d305e245db43b51a39ef27afe025c5a8e SHA512 0b129c38c19462f7fbe3f56ea2b856222f8a1a3ba76ef8109ca759c9a9c668432cc0ec76059f9a7a3c37228ce615e4c628c7de3b1663073302cc7c8fc93f249c WHIRLPOOL 413c69c90de4387ee0def0cc7be394f4d01025b0d06c76d5802b3f8c87ea063ddda8ad8d620d84becc7eed98157df8e4e36c9b6d1bce4320715f66e5c4d52db5
22 DIST mpg123-1.25.7.tar.bz2 920705 SHA256 31b15ebcf26111b874732e07c8e60de5053ee555eea15fb70c657a4f9f0344f3 SHA512 4e0972149ce4f792cc361d96d638551eb5184942465e69713202d0830a0a54b33e3effe2e460683b996024772edba5e0be341048b9d0c73dace557c640d4414e WHIRLPOOL b5c95cf1da06e06c3059282e79a57cf9e07137862a01348b11a719f42dcd77533c45237a1ed641f6417b29ae2b852655d1d23f2373220b5ef99aed6fa57e2941
23
24 diff --git a/media-sound/mpg123/mpg123-1.24.0.ebuild b/media-sound/mpg123/mpg123-1.24.0.ebuild
25 deleted file mode 100644
26 index f62e3efaa53..00000000000
27 --- a/media-sound/mpg123/mpg123-1.24.0.ebuild
28 +++ /dev/null
29 @@ -1,107 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -inherit flag-o-matic toolchain-funcs libtool multilib-minimal
35 -
36 -DESCRIPTION="a realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3"
37 -HOMEPAGE="https://www.mpg123.org/"
38 -SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2"
39 -
40 -LICENSE="GPL-2 LGPL-2.1"
41 -SLOT="0"
42 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
43 -IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext alsa altivec coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio sdl cpu_flags_x86_sse"
44 -
45 -# No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.
46 -RDEPEND="app-eselect/eselect-mpg123
47 - dev-libs/libltdl:0
48 - alsa? ( media-libs/alsa-lib )
49 - jack? ( virtual/jack )
50 - nas? ( media-libs/nas )
51 - portaudio? ( media-libs/portaudio )
52 - pulseaudio? ( media-sound/pulseaudio )
53 - sdl? ( media-libs/libsdl )
54 - abi_x86_32? (
55 - !<=app-emulation/emul-linux-x86-soundlibs-20130224-r9
56 - !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
57 - )"
58 -DEPEND="${RDEPEND}
59 - sys-devel/libtool
60 - virtual/pkgconfig"
61 -
62 -DOCS=( AUTHORS ChangeLog NEWS NEWS.libmpg123 README )
63 -
64 -pkg_setup() {
65 - # Build fails without -D_GNU_SOURCE like this:
66 - # error: ‘struct hostent’ has no member named ‘h_addr’
67 - append-cflags -D_GNU_SOURCE
68 -}
69 -
70 -src_prepare() {
71 - default
72 - elibtoolize # for Darwin bundles
73 -}
74 -
75 -multilib_src_configure() {
76 - local _audio=dummy
77 - local _output=dummy
78 - local _cpu=generic_fpu
79 -
80 - if $(multilib_is_native_abi) ; then
81 - for flag in nas portaudio sdl oss jack alsa pulseaudio coreaudio; do
82 - if use ${flag}; then
83 - _audio+=" ${flag/pulseaudio/pulse}"
84 - _output=${flag/pulseaudio/pulse}
85 - fi
86 - done
87 - fi
88 -
89 - use altivec && _cpu=altivec
90 -
91 - if [[ $(tc-arch) == amd64 || ${ARCH} == x64-* ]]; then
92 - use cpu_flags_x86_sse && _cpu=x86-64
93 - elif use x86 && gcc-specs-pie ; then
94 - # Don't use any mmx, 3dnow, sse and 3dnowext #bug 164504
95 - _cpu=generic_fpu
96 - elif use x86-macos ; then
97 - # ASM doesn't work quite as expected with the Darwin linker
98 - _cpu=generic_fpu
99 - else
100 - use cpu_flags_x86_mmx && _cpu=mmx
101 - use cpu_flags_x86_3dnow && _cpu=3dnow
102 - use cpu_flags_x86_sse && _cpu=x86
103 - use cpu_flags_x86_3dnowext && _cpu=x86
104 - fi
105 -
106 - local myconf=""
107 - multilib_is_native_abi || myconf="${myconf} --disable-modules"
108 -
109 - ECONF_SOURCE="${S}" econf \
110 - --with-optimization=0 \
111 - --with-audio="${_audio}" \
112 - --with-default-audio=${_output} \
113 - --with-cpu=${_cpu} \
114 - --enable-network \
115 - $(use_enable ipv6) \
116 - --enable-int-quality=$(usex int-quality) \
117 - ${myconf}
118 -
119 - if ! $(multilib_is_native_abi) ; then
120 - sed -i -e 's:src doc:src/libmpg123:' Makefile || die
121 - fi
122 -}
123 -
124 -multilib_src_install_all() {
125 - einstalldocs
126 - mv "${ED}"/usr/bin/mpg123{,-mpg123}
127 - find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} +
128 -}
129 -
130 -pkg_postinst() {
131 - eselect mpg123 update ifunset
132 -}
133 -
134 -pkg_postrm() {
135 - eselect mpg123 update ifunset
136 -}