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