Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpg123/
Date: Tue, 27 Sep 2016 11:56:06
Message-Id: 1474977356.b879476e8d1d79272b6b7a92e65f549c6da92894.polynomial-c@gentoo
1 commit: b879476e8d1d79272b6b7a92e65f549c6da92894
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 11:53:00 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 11:55:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b879476e
7
8 media-sound/mpg123: Bump to version 1.23.8
9
10 Package-Manager: portage-2.3.1
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-sound/mpg123/Manifest | 1 +
14 media-sound/mpg123/mpg123-1.23.8.ebuild | 108 ++++++++++++++++++++++++++++++++
15 2 files changed, 109 insertions(+)
16
17 diff --git a/media-sound/mpg123/Manifest b/media-sound/mpg123/Manifest
18 index 199d258..e8965fe 100644
19 --- a/media-sound/mpg123/Manifest
20 +++ b/media-sound/mpg123/Manifest
21 @@ -2,3 +2,4 @@ DIST mpg123-1.18.1.tar.bz2 853423 SHA256 bc6d384f7e038f2458cb05a4d175325e5cb25e0
22 DIST mpg123-1.22.4.tar.bz2 870889 SHA256 5069e02e50138600f10cc5f7674e44e9bf6f1930af81d0e1d2f869b3c0ee40d2 SHA512 d8552b3522fa58647cee7c43227737993851452a15dc6d3ae6948c6c62d4a8f6064e2b284f170413aa3f805a3f3e1a6f1faac7d19daddd25c6790863e4925212 WHIRLPOOL 079ac4dacbee6bbfb915a84c1f2c5738f1edff69b75a7d1c1e6bc9b323c2e1d574985c91339c5ecab8cc0de93d72fc95c8c278676a92511da0c23d210d64a0dd
23 DIST mpg123-1.23.6.tar.bz2 893351 SHA256 4073d9c60a43872f6f5a3a322f5ea21ab7f0869d2ed25e79c3eb8521fa3c32d4 SHA512 2fe11f921227c0866717c9268e7034d28a09086d96e3748188dcf41189238d8e605347f3200aa419031ca2975dc61ab9dfa51879e26f9a0d2f736a9c20089e3c WHIRLPOOL 4992224ecbf5a576e7d20ce4727cc3734ff08a261348ed114ad8225f0dd08314aa0b3b751c36aa7ddddf2f287efee968eb7d4bfbb24fde20fff9c66a7185120a
24 DIST mpg123-1.23.7.tar.bz2 893054 SHA256 934047120953159e364c790e059684b681d7e670884fe179e1954d17d1c6334b SHA512 f63e8f6849447c1b3821e032908c2f7c2c78fa68869bbbb909c4ac9f8732387e5be2440e2f40e349dc103306eed56c409d4f5dd10aaea08ba18dca49a677bf2f WHIRLPOOL 66d6a14176c22202bc7e0a0dedc255b5953c68de31b72e82dcba27adffe912319d9a4b297de55b6d806b40a7fe054ffd139581e7ec1a91bdd648dbe8edf7f842
25 +DIST mpg123-1.23.8.tar.bz2 893728 SHA256 de2303c8ecb65593e39815c0a2f2f2d91f708c43b85a55fdd1934c82e677cf8e SHA512 7b77b543bd6a127095c6a6a2e7f9b5933f5a391734cc6dcbc160f786008afcd74646a7c304e1be682042221648b0fcae7efafda4bbe66ba30a7021740abddc34 WHIRLPOOL bfc0c8d186f6ea827d4d3cbacf2accbba080798113b31757ad1c3f0aea12ebb94233ee81a7fea493af38bdbf59407add73976933d749229e83371833ba79caa4
26
27 diff --git a/media-sound/mpg123/mpg123-1.23.8.ebuild b/media-sound/mpg123/mpg123-1.23.8.ebuild
28 new file mode 100644
29 index 00000000..253e153
30 --- /dev/null
31 +++ b/media-sound/mpg123/mpg123-1.23.8.ebuild
32 @@ -0,0 +1,108 @@
33 +# Copyright 1999-2016 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=6
38 +inherit flag-o-matic toolchain-funcs libtool multilib-minimal
39 +
40 +DESCRIPTION="a realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3"
41 +HOMEPAGE="http://www.mpg123.org/"
42 +SRC_URI="http://www.mpg123.org/download/${P}.tar.bz2"
43 +
44 +LICENSE="GPL-2 LGPL-2.1"
45 +SLOT="0"
46 +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"
47 +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"
48 +
49 +# No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.
50 +RDEPEND="app-eselect/eselect-mpg123
51 + || ( dev-libs/libltdl:0 <sys-devel/libtool-2.4.3-r2:2 )
52 + alsa? ( media-libs/alsa-lib )
53 + jack? ( media-sound/jack-audio-connection-kit )
54 + nas? ( media-libs/nas )
55 + portaudio? ( media-libs/portaudio )
56 + pulseaudio? ( media-sound/pulseaudio )
57 + sdl? ( media-libs/libsdl )
58 + abi_x86_32? (
59 + !<=app-emulation/emul-linux-x86-soundlibs-20130224-r9
60 + !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
61 + )"
62 +DEPEND="${RDEPEND}
63 + sys-devel/libtool
64 + virtual/pkgconfig"
65 +
66 +DOCS=( AUTHORS ChangeLog NEWS NEWS.libmpg123 README )
67 +
68 +pkg_setup() {
69 + # Build fails without -D_GNU_SOURCE like this:
70 + # error: ‘struct hostent’ has no member named ‘h_addr’
71 + append-cflags -D_GNU_SOURCE
72 +}
73 +
74 +src_prepare() {
75 + default
76 + elibtoolize # for Darwin bundles
77 +}
78 +
79 +multilib_src_configure() {
80 + local _audio=dummy
81 + local _output=dummy
82 + local _cpu=generic_fpu
83 +
84 + if $(multilib_is_native_abi) ; then
85 + for flag in nas portaudio sdl oss jack alsa pulseaudio coreaudio; do
86 + if use ${flag}; then
87 + _audio+=" ${flag/pulseaudio/pulse}"
88 + _output=${flag/pulseaudio/pulse}
89 + fi
90 + done
91 + fi
92 +
93 + use altivec && _cpu=altivec
94 +
95 + if [[ $(tc-arch) == amd64 || ${ARCH} == x64-* ]]; then
96 + use cpu_flags_x86_sse && _cpu=x86-64
97 + elif use x86 && gcc-specs-pie ; then
98 + # Don't use any mmx, 3dnow, sse and 3dnowext #bug 164504
99 + _cpu=generic_fpu
100 + elif use x86-macos ; then
101 + # ASM doesn't work quite as expected with the Darwin linker
102 + _cpu=generic_fpu
103 + else
104 + use cpu_flags_x86_mmx && _cpu=mmx
105 + use cpu_flags_x86_3dnow && _cpu=3dnow
106 + use cpu_flags_x86_sse && _cpu=x86
107 + use cpu_flags_x86_3dnowext && _cpu=x86
108 + fi
109 +
110 + local myconf=""
111 + multilib_is_native_abi || myconf="${myconf} --disable-modules"
112 +
113 + ECONF_SOURCE="${S}" econf \
114 + --with-optimization=0 \
115 + --with-audio="${_audio}" \
116 + --with-default-audio=${_output} \
117 + --with-cpu=${_cpu} \
118 + --enable-network \
119 + $(use_enable ipv6) \
120 + --enable-int-quality=$(usex int-quality) \
121 + ${myconf}
122 +
123 + if ! $(multilib_is_native_abi) ; then
124 + sed -i -e 's:src doc:src/libmpg123:' Makefile || die
125 + fi
126 +}
127 +
128 +multilib_src_install_all() {
129 + einstalldocs
130 + mv "${ED}"/usr/bin/mpg123{,-mpg123}
131 + find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} +
132 +}
133 +
134 +pkg_postinst() {
135 + eselect mpg123 update ifunset
136 +}
137 +
138 +pkg_postrm() {
139 + eselect mpg123 update ifunset
140 +}