Gentoo Archives: gentoo-commits

From: Tony Vroon <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-lib/
Date: Tue, 01 Dec 2015 18:14:41
Message-Id: 1448466922.c6d19a6e27546c7a7347e4f3ed43574deb056490.chainsaw@gentoo
1 commit: c6d19a6e27546c7a7347e4f3ed43574deb056490
2 Author: Joe Konno <joe.konno <AT> intel <DOT> com>
3 AuthorDate: Thu Nov 19 23:38:57 2015 +0000
4 Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 25 15:55:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d19a6e
7
8 media-libs/alsa-lib: version bump to 1.1.0
9
10 Bump to version 1.1.0. The cross-compile patch for 1.0.29 does not
11 appear to be needed, so not carrying it forward for 1.1.0. Mask all
12 architectures until deemed 'stable' by gentoo-sound team.
13
14 TODO: Version 1.1.0 does introduce the DSP Topology API. This is enabled
15 by default, though there is a configure flag to disable it. There are
16 kernel configuration and ABI version considerations to account for in
17 any future "topology" USE flag handlers-- I haven't sufficient expertise
18 to "do it right" at this time, or I would do so.
19
20 Rudimentary bench-testing performed on amd64 architecture.
21
22 ALSA Project Release notes at:
23 http://www.alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0
24
25 Package-Manager: Portage 2.2.20.1
26
27 v2: vapier: restored line 37, '# https://bugs.gentoo.org/509886';
28 rebased on 6d4b41d7904e ("app-emulation/docker-compose: move enum34
29 dependence")
30
31 Signed-off-by: Joe Konno <joe.konno <AT> intel.com>
32
33 media-libs/alsa-lib/Manifest | 1 +
34 media-libs/alsa-lib/alsa-lib-1.1.0.ebuild | 87 +++++++++++++++++++++++++++++++
35 2 files changed, 88 insertions(+)
36
37 diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
38 index 36cb874..8f18d59 100644
39 --- a/media-libs/alsa-lib/Manifest
40 +++ b/media-libs/alsa-lib/Manifest
41 @@ -1,3 +1,4 @@
42 DIST alsa-lib-1.0.27.2.tar.bz2 906844 SHA256 690ed393e7efd4fc7e3a2d2cda5449298ca0c895197e5914e350882012430d19 SHA512 3fa9160e001cf21ddc6332c3748f8aa27bd1b514616fd1a9993c34128fe99d07e2dfc5f1a9177e1c17456d1361496f90bf3552f940fd85c6ea5ac9bbc30fe8ce WHIRLPOOL d5df07a99abe4fe7842ef9fe2718148f17db0a182ef0315ec5c32e2ea20ea2a2da007f880dbc2954efc5a2d61dd5e92038a45d8172bee29d8af13532dcdd4afd
43 DIST alsa-lib-1.0.28.tar.bz2 903786 SHA256 3c074b85dde1b30e78ef4995579765833e5b693fbbd8f834c335e080cb734a6d SHA512 a08430d0beb4a751b1608d148f4fc3d1077a689f5f7197b830a2768d66238b69de2614448d56643fbcb3141faa06ab361b7a8579cce4303304bce8c10de01f08 WHIRLPOOL db51ab59cfce545a4790c423a141846996d2fa2db7134b3cf17562e7e1d70bc4c56052edda9e6bfcd6f38ca9750f266bcec845b66c43402340f187a945a1098b
44 DIST alsa-lib-1.0.29.tar.bz2 905417 SHA256 73043c35eb9636be0f4af6a240235c213f12a25feb1f04aeeac8cb7e30fcbdd0 SHA512 c9c2dcd3105abadcfdff104770a1f7683d83f6b9df64eebe9f9efc1ecab3ca4cef43718b5b15526bdabf2862ce55ec665732bb0390fc8e6492e2c1cebec9294c WHIRLPOOL 330877960733e847c12f133f93acc58a2053303b4437c5aaf21e2c4df0c47389df28ed093ab6606ee3cb854389b359d981dc547fba08bab03cff1c99f93e72d8
45 +DIST alsa-lib-1.1.0.tar.bz2 929874 SHA256 dfde65d11e82b68f82e562ab6228c1fb7c78854345d3c57e2c68a9dd3dae1f15 SHA512 2939d0b621c1c619b0a492b05f2e84f354d588c9cc982d93dbcf01c582319258dd5f803ff5c10be52343cd8827d690f671ab5b20ad586a0ee371f0949c9e98f4 WHIRLPOOL b82bdf72ed5cd23517270a1e81407670d2af2794fa14decf9513643f270281affe978eef9bc61cd76eea529751461ab016fc0e187b36e2527bec02674e5ee8a8
46
47 diff --git a/media-libs/alsa-lib/alsa-lib-1.1.0.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.0.ebuild
48 new file mode 100644
49 index 0000000..8189fca
50 --- /dev/null
51 +++ b/media-libs/alsa-lib/alsa-lib-1.1.0.ebuild
52 @@ -0,0 +1,87 @@
53 +# Copyright 1999-2015 Gentoo Foundation
54 +# Distributed under the terms of the GNU General Public License v2
55 +# $Id$
56 +
57 +EAPI=5
58 +
59 +# no support for python3_2 or above yet wrt #471326
60 +PYTHON_COMPAT=( python2_7 )
61 +
62 +inherit autotools eutils multilib multilib-minimal python-single-r1
63 +
64 +DESCRIPTION="Advanced Linux Sound Architecture Library"
65 +HOMEPAGE="http://www.alsa-project.org/"
66 +SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2"
67 +
68 +LICENSE="LGPL-2.1"
69 +SLOT="0"
70 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
71 +IUSE="alisp debug doc elibc_uclibc python"
72 +
73 +RDEPEND="python? ( ${PYTHON_DEPS} )
74 + abi_x86_32? (
75 + !<=app-emulation/emul-linux-x86-soundlibs-20130224-r1
76 + !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
77 + )"
78 +DEPEND="${RDEPEND}
79 + doc? ( >=app-doc/doxygen-1.2.6 )"
80 +
81 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
82 +
83 +pkg_setup() {
84 + use python && python-single-r1_pkg_setup
85 +}
86 +
87 +src_prepare() {
88 + find . -name Makefile.am -exec sed -i -e '/CFLAGS/s:-g -O2::' {} + || die
89 + # https://bugs.gentoo.org/509886
90 + use elibc_uclibc && { sed -i -e 's:oldapi queue_timer:queue_timer:' test/Makefile.am || die; }
91 + epatch_user
92 + eautoreconf
93 +}
94 +
95 +multilib_src_configure() {
96 + local myconf
97 + # enable Python only on final ABI
98 + if multilib_is_native_abi; then
99 + myconf="$(use_enable python)"
100 + else
101 + myconf="--disable-python"
102 + fi
103 + use elibc_uclibc && myconf+=" --without-versioned"
104 +
105 + ECONF_SOURCE=${S} \
106 + econf \
107 + --disable-maintainer-mode \
108 + --enable-shared \
109 + --disable-resmgr \
110 + --enable-rawmidi \
111 + --enable-seq \
112 + --enable-aload \
113 + $(use_with debug) \
114 + $(use_enable alisp) \
115 + ${myconf}
116 +}
117 +
118 +multilib_src_compile() {
119 + emake
120 +
121 + if multilib_is_native_abi && use doc; then
122 + emake doc
123 + fgrep -Zrl "${S}" doc/doxygen/html | \
124 + xargs -0 sed -i -e "s:${S}::"
125 + fi
126 +}
127 +
128 +multilib_src_install() {
129 + emake DESTDIR="${D}" install
130 + if multilib_is_native_abi && use doc; then
131 + dohtml -r doc/doxygen/html/.
132 + fi
133 +}
134 +
135 +multilib_src_install_all() {
136 + prune_libtool_files --all
137 + find "${ED}"/usr/$(get_libdir)/alsa-lib -name '*.a' -exec rm -f {} +
138 + dodoc ChangeLog doc/asoundrc.txt NOTES TODO
139 +}