Gentoo Archives: gentoo-commits

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