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-sound/alsa-utils/
Date: Tue, 01 Dec 2015 18:14:40
Message-Id: 1448466933.3dd9ae07f5f8a2ddba09c1f728ef6495ac318ee2.chainsaw@gentoo
1 commit: 3dd9ae07f5f8a2ddba09c1f728ef6495ac318ee2
2 Author: Joe Konno <joe.konno <AT> intel <DOT> com>
3 AuthorDate: Fri Nov 20 01:05:49 2015 +0000
4 Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 25 15:55:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd9ae07
7
8 media-sound/alsa-utils: version bump to 1.1.0
9
10 Bump to version 1.1.0. The cross-compile patch from 1.0.29 does not
11 apply, nor does it appear necessary, so omitting from the 1.1.0 ebuild.
12 Masking all archs until gentoo-sound team deems it "stable".
13
14 Had to add a "bat" USE flag handler to 1.1.0. By default, the configure
15 script sets a hard requirement for the Basic Audio Tester (BAT) utility,
16 requiring FFTW3 (sci-libs/fftw). Let the user set the "bat" USE flag if
17 they require the BAT utility.
18
19 Rudimentary testing performed on amd64 architecture.
20
21 ALSA Project release notes at:
22 http://www.alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0
23
24 Package-Manager: Portage 2.2.20.1
25
26 v2: vapier: removed redundant argument for 'use_enable bat'; rebased on
27 6d4b41d7904e ("app-emulation/docker-compose: move enum34
28 dependence")
29
30 Signed-off-by: Joe Konno <joe.konno <AT> intel.com>
31
32 media-sound/alsa-utils/Manifest | 1 +
33 media-sound/alsa-utils/alsa-utils-1.1.0.ebuild | 78 ++++++++++++++++++++++++++
34 media-sound/alsa-utils/metadata.xml | 1 +
35 3 files changed, 80 insertions(+)
36
37 diff --git a/media-sound/alsa-utils/Manifest b/media-sound/alsa-utils/Manifest
38 index 2e150b0..af489eb 100644
39 --- a/media-sound/alsa-utils/Manifest
40 +++ b/media-sound/alsa-utils/Manifest
41 @@ -1,3 +1,4 @@
42 DIST alsa-utils-1.0.27.2.tar.bz2 1143802 SHA256 02bfac39092f3b68d743c23ad3d688d6c5aa8df69f2ccd692c5b8282edb352ea SHA512 c9a4943852ec1a71a5a8d2c99e1df0ba96a5d9d1196cabfdb6655f58c6a9a5a9d40dea62de019f5ed0fad0885800403c48a4a6c86b67af7fbd842097881c2bd6 WHIRLPOOL 9e95c37f307498bb9a7829fd721bf54888f3fe9ec78f014702cc26493e81369a44b571f1f5e65b3e32dbde926f97ab1152e22cf66fdff17be209e61ae34d9d46
43 DIST alsa-utils-1.0.28.tar.bz2 1146887 SHA256 f3ff4c89b0125a7797b1b13cd094cc92276e655458274967386e812d03642acc SHA512 faa5abf3f066106c80d019944efa2298e2d3157469c1c7bc52deb9aa1bcd5f5439a2e22b04ad9210e292fcef97bdacc27aa75fc275d0d7cae2c2f88729c84786 WHIRLPOOL d58587d9f302f3f1a7ab4de45c3889ce82e5be782e4aa9a953c39a908a4693e99c8ea9aeeb5669f0f606d980983beb7d5fc53e4c76ce1bb76500c7c2bcb45013
44 DIST alsa-utils-1.0.29.tar.bz2 1154497 SHA256 5160058f3e14483ced5de919dd473f93932059454530a9b7ef97dcabd6833e9b SHA512 0d83805aa7b1c975524cc5ecd4aa6eb36126bc434458f9e9475e4bd1b14bbb4bf9691096ca7973342a3798e97a361451c078f4595f8f4275db64d6b443ca5928 WHIRLPOOL ccad5115148045e0c5f139d70306e801e250aa3946f60d9cd0a47c84c72f6d8689e53105030589309c98ddd4a7b871bb8dc03f00fcc3d46cc3e08c4718299407
45 +DIST alsa-utils-1.1.0.tar.bz2 1181085 SHA256 3b1c3135b76e14532d3dd23fb15759ddd7daf9ffbc183f7a9a0a3a86374748f1 SHA512 c61f056959feba015bb4a6f49980c4beb6a0c34be09e7196864583897ea86373b593a8807999a07df9c87a3a0c714075b9aae516752e83a946d0d60bc8f90f98 WHIRLPOOL 50d8e1506fb9f969b3dfcd618933efbeda6f938c3350eccf99526fb8329afd1ea4381ff1a548590f0f9bae12bdb63c1e8ab068641743d52b3ba609eae2d337e5
46
47 diff --git a/media-sound/alsa-utils/alsa-utils-1.1.0.ebuild b/media-sound/alsa-utils/alsa-utils-1.1.0.ebuild
48 new file mode 100644
49 index 0000000..29cb357
50 --- /dev/null
51 +++ b/media-sound/alsa-utils/alsa-utils-1.1.0.ebuild
52 @@ -0,0 +1,78 @@
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 +inherit eutils systemd udev
59 +
60 +DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
61 +HOMEPAGE="http://www.alsa-project.org/"
62 +SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2"
63 +
64 +LICENSE="GPL-2"
65 +SLOT="0.9"
66 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
67 +IUSE="bat doc +libsamplerate +ncurses nls selinux"
68 +
69 +CDEPEND=">=media-libs/alsa-lib-${PV}
70 + libsamplerate? ( media-libs/libsamplerate )
71 + ncurses? ( >=sys-libs/ncurses-5.7-r7:0= )
72 + bat? ( sci-libs/fftw )"
73 +DEPEND="${CDEPEND}
74 + virtual/pkgconfig
75 + doc? ( app-text/xmlto )"
76 +RDEPEND="${CDEPEND}
77 + selinux? ( sec-policy/selinux-alsa )"
78 +
79 +src_prepare() {
80 + epatch_user
81 +}
82 +
83 +src_configure() {
84 + local myconf
85 + use doc || myconf='--disable-xmlto'
86 +
87 + # --disable-alsaconf because it doesn't work with sys-apps/kmod wrt #456214
88 + econf \
89 + --disable-maintainer-mode \
90 + $(use_enable bat) \
91 + $(use_enable libsamplerate alsaloop) \
92 + $(use_enable nls) \
93 + $(use_enable ncurses alsamixer) \
94 + --disable-alsaconf \
95 + "$(systemd_with_unitdir)" \
96 + --with-udev-rules-dir="$(get_udevdir)"/rules.d \
97 + ${myconf}
98 +}
99 +
100 +src_install() {
101 + default
102 + dodoc seq/*/README.*
103 +
104 + newinitd "${FILESDIR}"/alsasound.initd-r6 alsasound
105 + newconfd "${FILESDIR}"/alsasound.confd-r4 alsasound
106 +
107 + insinto /etc/modprobe.d
108 + newins "${FILESDIR}"/alsa-modules.conf-rc alsa.conf
109 +
110 + keepdir /var/lib/alsa
111 +
112 + # ALSA lib parser.c:1266:(uc_mgr_scan_master_configs) error: could not
113 + # scan directory /usr/share/alsa/ucm: No such file or directory
114 + # alsaucm: unable to obtain card list: No such file or directory
115 + keepdir /usr/share/alsa/ucm
116 +}
117 +
118 +pkg_postinst() {
119 + if [[ -z ${REPLACING_VERSIONS} ]]; then
120 + elog
121 + elog "To take advantage of the init script, and automate the process of"
122 + elog "saving and restoring sound-card mixer levels you should"
123 + elog "add alsasound to the boot runlevel. You can do this as"
124 + elog "root like so:"
125 + elog "# rc-update add alsasound boot"
126 + ewarn
127 + ewarn "The ALSA core should be built into the kernel or loaded through other"
128 + ewarn "means. There is no longer any modular auto(un)loading in alsa-utils."
129 + fi
130 +}
131
132 diff --git a/media-sound/alsa-utils/metadata.xml b/media-sound/alsa-utils/metadata.xml
133 index 031bd1c..1285918 100644
134 --- a/media-sound/alsa-utils/metadata.xml
135 +++ b/media-sound/alsa-utils/metadata.xml
136 @@ -6,6 +6,7 @@
137 <email>alsa-bugs@g.o</email>
138 </maintainer>
139 <use>
140 + <flag name="bat">install basic audio tester (BAT) util</flag>
141 <flag name="libsamplerate">install utils that use libsamplerate (e.g. alsaloop)</flag>
142 <flag name="ncurses">install utils that use ncurses (e.g. alsamixer)</flag>
143 </use>