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-libs/alsa-lib/
Date: Fri, 02 Jun 2017 20:49:21
Message-Id: 1496436544.28630f8a6a10d038714f4e50d89bf942e411ba27.polynomial-c@gentoo
1 commit: 28630f8a6a10d038714f4e50d89bf942e411ba27
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 2 20:49:04 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 2 20:49:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28630f8a
7
8 media-libs/alsa-lib: Bump to version 1.1.4.1
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-libs/alsa-lib/Manifest | 1 +
13 media-libs/alsa-lib/alsa-lib-1.1.4.1.ebuild | 90 +++++++++++++++++++++++++++++
14 2 files changed, 91 insertions(+)
15
16 diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
17 index d4771b2b49e..d9d5dd878d5 100644
18 --- a/media-libs/alsa-lib/Manifest
19 +++ b/media-libs/alsa-lib/Manifest
20 @@ -1,3 +1,4 @@
21 DIST alsa-lib-1.1.2.tar.bz2 947423 SHA256 d38dacd9892b06b8bff04923c380b38fb2e379ee5538935ff37e45b395d861d6 SHA512 a6c6675b1fd86955ef5072b9e6090795fc6b0b16f32481bece049e5f100e689be48b6416ff7cf36abfc67e0b94f420e08c15ff13a9701987d6bb69a8fa567e8a WHIRLPOOL 7aa68f305cb5ad58e9bdaeb3eee5fa7a37e9f606640789a9c778ff1bfd9b458d80e6ccfa9f73f9ad5b3a229ea988fa9b6d64b929c87f64ea9376a778f30eed0d
22 DIST alsa-lib-1.1.3.tar.bz2 962001 SHA256 71282502184c592c1a008e256c22ed0ba5728ca65e05273ceb480c70f515969c SHA512 f5dbe2375a8c66af14378314a5238284d4ed63dfc86a750c0c6e8f6cdb6b1ea2d8ef26f870b5d152dc0b77d9b40821cab523f6734902b91583beb08e28c66850 WHIRLPOOL f33871789a7cc06a9db83fd659abdfeb7940d61a24ad7c71866f843d8c0c29eaf0e0770a2034dee2526c96835935b88c2fe882184c86528c98e7d4901f94b27d
23 +DIST alsa-lib-1.1.4.1.tar.bz2 974584 SHA256 91bb870c14d1c7c269213285eeed874fa3d28112077db061a3af8010d0885b76 SHA512 7b548c4ee29c4a1230a0edcd5d19219831290f96a214180a6530628acc05278d1348376195287d188f4f44d6be1914391c63994f1b50985c3eee74352da26b0b WHIRLPOOL 2fc84b8a3c6023dac7953f1d2960a8eb5279f58cf2e59b8f5d04293df7595b9f0ebca5738bf4a333f8b20586c7fd579b9e7bdeeffd64518649be3a8c5d588fd8
24 DIST alsa-lib-1.1.4.tar.bz2 973825 SHA256 82f50a09487079755d93e4c9384912196995bade6280bce9bfdcabf094bfb515 SHA512 8dfc5cc8872138b9e7e234934e317d797e100ac99dac86a2a2e4bdcc0d49e8a05b4089b98341051b407750bed93c2713fae5218318e5ce6cc7db2801165a1c10 WHIRLPOOL 74eb6742d93b6f2988ea9f583623edd985897db278e5dcac6916b3e9b772f16db326feb37b81a191405cc43ec2a55d313e74293ccbb43281b15f3056bd8f623f
25
26 diff --git a/media-libs/alsa-lib/alsa-lib-1.1.4.1.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.4.1.ebuild
27 new file mode 100644
28 index 00000000000..afb615a588b
29 --- /dev/null
30 +++ b/media-libs/alsa-lib/alsa-lib-1.1.4.1.ebuild
31 @@ -0,0 +1,90 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +# no support for python3_2 or above yet wrt #471326
38 +PYTHON_COMPAT=( python2_7 )
39 +
40 +inherit autotools eutils multilib multilib-minimal python-single-r1
41 +
42 +DESCRIPTION="Advanced Linux Sound Architecture Library"
43 +HOMEPAGE="http://www.alsa-project.org/"
44 +SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2"
45 +
46 +LICENSE="LGPL-2.1"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
49 +IUSE="alisp debug doc elibc_uclibc python"
50 +
51 +RDEPEND="python? ( ${PYTHON_DEPS} )
52 + abi_x86_32? (
53 + !<=app-emulation/emul-linux-x86-soundlibs-20130224-r1
54 + !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
55 + )"
56 +DEPEND="${RDEPEND}
57 + doc? ( >=app-doc/doxygen-1.2.6 )"
58 +
59 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
60 +
61 +pkg_setup() {
62 + use python && python-single-r1_pkg_setup
63 +}
64 +
65 +src_prepare() {
66 + find . -name Makefile.am -exec sed -i -e '/CFLAGS/s:-g -O2::' {} + || die
67 + # https://bugs.gentoo.org/509886
68 + use elibc_uclibc && { sed -i -e 's:oldapi queue_timer:queue_timer:' test/Makefile.am || die; }
69 + # https://bugs.gentoo.org/545950
70 + sed -i -e '5s:^$:\nAM_CPPFLAGS = -I$(top_srcdir)/include:' test/lsb/Makefile.am || die
71 + default
72 + eautoreconf
73 +}
74 +
75 +multilib_src_configure() {
76 + local myconf
77 + # enable Python only on final ABI
78 + if multilib_is_native_abi; then
79 + myconf="$(use_enable python)"
80 + else
81 + myconf="--disable-python"
82 + fi
83 + use elibc_uclibc && myconf+=" --without-versioned"
84 +
85 + ECONF_SOURCE=${S} \
86 + econf \
87 + --disable-maintainer-mode \
88 + --enable-shared \
89 + --disable-resmgr \
90 + --enable-rawmidi \
91 + --enable-seq \
92 + --enable-aload \
93 + $(use_with debug) \
94 + $(use_enable alisp) \
95 + ${myconf}
96 +}
97 +
98 +multilib_src_compile() {
99 + emake
100 +
101 + if multilib_is_native_abi && use doc; then
102 + emake doc
103 + fgrep -Zrl "${S}" doc/doxygen/html | \
104 + xargs -0 sed -i -e "s:${S}::"
105 + fi
106 +}
107 +
108 +multilib_src_install() {
109 + emake DESTDIR="${D}" install
110 + if multilib_is_native_abi && use doc; then
111 + docinto html
112 + dodoc -r doc/doxygen/html/.
113 + fi
114 +}
115 +
116 +multilib_src_install_all() {
117 + prune_libtool_files --all
118 + find "${ED}"/usr/$(get_libdir)/alsa-lib -name '*.a' -exec rm -f {} +
119 + docinto ""
120 + dodoc ChangeLog doc/asoundrc.txt NOTES TODO
121 +}