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: Mon, 31 May 2021 19:15:03
Message-Id: 1622488495.98f91452d5abe876b19e2be4253b666e01eeea1e.chainsaw@gentoo
1 commit: 98f91452d5abe876b19e2be4253b666e01eeea1e
2 Author: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 19:14:28 2021 +0000
4 Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 19:14:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f91452
7
8 media-sound/alsa-utils: Version bump to 1.2.5
9
10 Upstream changelog:
11 https://alsa-project.org/wiki/Changes_v1.2.4_v1.2.5#alsa-utils
12
13 Closes: https://bugs.gentoo.org/720898
14 Signed-Off-By: Tony Vroon <chainsaw <AT> gentoo.org>
15 Package-Manager: Portage-3.0.18, Repoman-3.0.2
16
17 media-sound/alsa-utils/Manifest | 1 +
18 media-sound/alsa-utils/alsa-utils-1.2.5.ebuild | 77 ++++++++++++++++++++++++++
19 2 files changed, 78 insertions(+)
20
21 diff --git a/media-sound/alsa-utils/Manifest b/media-sound/alsa-utils/Manifest
22 index d04366a0931..6ea5f9e51f2 100644
23 --- a/media-sound/alsa-utils/Manifest
24 +++ b/media-sound/alsa-utils/Manifest
25 @@ -1,3 +1,4 @@
26 DIST alsa-utils-1.2.2.tar.bz2 1274821 BLAKE2B 79b6cd719dbf36ca65b186c6682c9617fb89cb76aa530e4f40850004170703990054b5e96f700c652b11781e0086490824ce2433e33b17c03655fea089f59ceb SHA512 30598c658f3f2ad71a5ce7911b09ae13add54b293bcf3bebb053371d84a91528bd64fd376f167456b2e27e2546a2279019678e099247513e5142b283af756fd9
27 DIST alsa-utils-1.2.3.tar.bz2 1277105 BLAKE2B 70037123de16d4d267fbe862acba31144e1f060cb01c294cf0691d9378e1f04b108c9f3a5e071979abe9b5c1c15a49facc9e0be73122caaf812047a514e4de4d SHA512 5aeba2e5b7279c62d4df85b61a26b3f41e5465bac5a0b94c7bbe1299f7aa38e8cf2a1f749f618289a63b61f76609fe54169fcbe70792b45adc8957811b672012
28 DIST alsa-utils-1.2.4.tar.bz2 1286259 BLAKE2B 41eb0b8186c1956c19d8f8b28863ab54c66ff531b9ec5c48cc6c5ed8ca249d135614112ce412d6adb6f21982235e06a4148591777cce00d17ea537aacbd664ad SHA512 13080abda55269513b3751044dac292d695e273073a62d74ed4a32c68f448a2b015fe16604650821a6398b6ef6a7b6008cb9f0b7fb7f4ee1fa2b4eb2dcf29770
29 +DIST alsa-utils-1.2.5.tar.bz2 1326676 BLAKE2B 52cbe978390e1b5600bf7422e67ece1d24a946d99acddbc059bf6eb3a0b8dfe37cc573167013296e923bf1597973eb55b2580eaf849e088822ba7b2afc14279f SHA512 0e319e553c9c209a46f5c83c50007bd82acf1c9cf78649978b3ab6fbb4349f51c1c7c6a975a8c24d25ba07ad5325e74d2c34dc5c89180998a0f63d1326fde8b1
30
31 diff --git a/media-sound/alsa-utils/alsa-utils-1.2.5.ebuild b/media-sound/alsa-utils/alsa-utils-1.2.5.ebuild
32 new file mode 100644
33 index 00000000000..507876a36c1
34 --- /dev/null
35 +++ b/media-sound/alsa-utils/alsa-utils-1.2.5.ebuild
36 @@ -0,0 +1,77 @@
37 +# Copyright 1999-2021 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +inherit systemd udev
42 +
43 +DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
44 +HOMEPAGE="https://alsa-project.org/"
45 +SRC_URI="https://www.alsa-project.org/files/pub/utils/${P}.tar.bz2"
46 +
47 +LICENSE="GPL-2"
48 +SLOT="0.9"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
50 +IUSE="bat doc +libsamplerate +ncurses nls selinux"
51 +
52 +CDEPEND=">=media-libs/alsa-lib-${PV}
53 + libsamplerate? ( media-libs/libsamplerate )
54 + ncurses? ( >=sys-libs/ncurses-5.7-r7:0= )
55 + bat? ( sci-libs/fftw:= )"
56 +DEPEND="${CDEPEND}
57 + doc? ( app-text/xmlto )"
58 +RDEPEND="${CDEPEND}
59 + selinux? ( sec-policy/selinux-alsa )"
60 +BDEPEND="virtual/pkgconfig"
61 +
62 +PATCHES=(
63 + "${FILESDIR}"/${PN}-1.1.8-missing_header.patch
64 +)
65 +
66 +src_configure() {
67 + local myeconfargs=(
68 + # --disable-alsaconf because it doesn't work with sys-apps/kmod wrt #456214
69 + --disable-alsaconf
70 + --disable-maintainer-mode
71 + --with-asound-state-dir="${EPREFIX}"/var/lib/alsa
72 + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
73 + --with-udev-rules-dir="${EPREFIX}/$(get_udevdir)"/rules.d
74 + $(use_enable bat)
75 + $(use_enable libsamplerate alsaloop)
76 + $(use_enable ncurses alsamixer)
77 + $(use_enable nls)
78 + $(usex doc '' --disable-xmlto)
79 + )
80 + econf "${myeconfargs[@]}"
81 +}
82 +
83 +src_install() {
84 + default
85 + dodoc seq/*/README.*
86 +
87 + newinitd "${FILESDIR}"/alsasound.initd-r8 alsasound
88 + newconfd "${FILESDIR}"/alsasound.confd-r4 alsasound
89 +
90 + insinto /etc/modprobe.d
91 + newins "${FILESDIR}"/alsa-modules.conf-rc alsa.conf
92 +
93 + keepdir /var/lib/alsa
94 +
95 + # ALSA lib parser.c:1266:(uc_mgr_scan_master_configs) error: could not
96 + # scan directory /usr/share/alsa/ucm: No such file or directory
97 + # alsaucm: unable to obtain card list: No such file or directory
98 + keepdir /usr/share/alsa/ucm
99 +}
100 +
101 +pkg_postinst() {
102 + if [[ -z ${REPLACING_VERSIONS} ]]; then
103 + elog
104 + elog "To take advantage of the init script, and automate the process of"
105 + elog "saving and restoring sound-card mixer levels you should"
106 + elog "add alsasound to the boot runlevel. You can do this as"
107 + elog "root like so:"
108 + elog "# rc-update add alsasound boot"
109 + ewarn
110 + ewarn "The ALSA core should be built into the kernel or loaded through other"
111 + ewarn "means. There is no longer any modular auto(un)loading in alsa-utils."
112 + fi
113 +}