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-sound/alsa-utils/, media-sound/alsa-utils/files/
Date: Tue, 08 Jan 2019 23:43:22
Message-Id: 1546990989.5189ea86f1965e9b416f18d019c8e4bac4f72cde.polynomial-c@gentoo
1 commit: 5189ea86f1965e9b416f18d019c8e4bac4f72cde
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 23:27:49 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 23:43:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5189ea86
7
8 media-sound/alsa-utils: Bump to version 1.1.8
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-sound/alsa-utils/Manifest | 1 +
14 media-sound/alsa-utils/alsa-utils-1.1.8.ebuild | 77 ++++++++++++++++++++++
15 .../files/alsa-utils-1.1.8-missing_header.patch | 50 ++++++++++++++
16 3 files changed, 128 insertions(+)
17
18 diff --git a/media-sound/alsa-utils/Manifest b/media-sound/alsa-utils/Manifest
19 index 4024be43235..6734ac3cbbf 100644
20 --- a/media-sound/alsa-utils/Manifest
21 +++ b/media-sound/alsa-utils/Manifest
22 @@ -1,3 +1,4 @@
23 DIST alsa-utils-1.1.2.tar.bz2 1193140 BLAKE2B 8c9d3baae1530a399299379963e68c50d2d4fca63045b7c59b14240d5ad6316c37f1c7d6f4a7fa2cfeb8e5ae561440b9ad689475e006ab1fcaea2065b7c33015 SHA512 38dc3331e8410123085738e74ca34c860666027ee2f6aaa21f48e726c84d8e6264043c8c7111ce2b1e158a0f38142a04d72a128ee54e00173dc4e4ba514d2f14
24 DIST alsa-utils-1.1.6.tar.bz2 1203722 BLAKE2B e098ecbc5835c8ecd311a4df1ab51a709200b0d3666437f7f059d3842f07e1200a934b951e8e2c8ecedbe0aef4e2c766d875df577662eb21ce989807941ab6b7 SHA512 24d0ffaeeccecb3276d7d35ef51e6de6026a63fa5a1a1e4605b024f54d8097717e97ec9d33cfe50830ad17e4a89268ca24b065039b0df7f9fbe02b570617aa58
25 DIST alsa-utils-1.1.7.tar.bz2 1205754 BLAKE2B 419fa61fe85750ed26ab2b1dfe87adc7898f8c95dfe082993c0d5ee7755c4cb6563000555f44267608a2138d033e7011e7c67d98b714fdf1884cc03a8fd50ed3 SHA512 5da9b03e219d67634307bd5bb06b76734db5286221bec11658ce9c4dfca8ed639a4155ed90450f1d6c8db322960bb023ced0873e276500ce24f14fab17ceeb65
26 +DIST alsa-utils-1.1.8.tar.bz2 1262174 BLAKE2B 643017f8f31d88356a2a55b5b1249d5b705daa7bd38e6d5e8835a21a9aefeca2fb1a7444c5709516ace0eecdfd5b410b5b24008abebb7ca917763108637bbcca SHA512 f877b491840126420dd9847347d0af865b6d03eccac2e2c3853cdbc76e91899f5a5139753cc41a4db942e7999c8d53cf9bd57d2fd5e1d32c872871b2d25146d9
27
28 diff --git a/media-sound/alsa-utils/alsa-utils-1.1.8.ebuild b/media-sound/alsa-utils/alsa-utils-1.1.8.ebuild
29 new file mode 100644
30 index 00000000000..bcc1f868e6d
31 --- /dev/null
32 +++ b/media-sound/alsa-utils/alsa-utils-1.1.8.ebuild
33 @@ -0,0 +1,77 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +inherit systemd udev
39 +
40 +DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
41 +HOMEPAGE="https://alsa-project.org/"
42 +SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2"
43 +
44 +LICENSE="GPL-2"
45 +SLOT="0.9"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
47 +IUSE="bat doc +libsamplerate +ncurses nls selinux"
48 +
49 +CDEPEND=">=media-libs/alsa-lib-${PV}
50 + libsamplerate? ( media-libs/libsamplerate )
51 + ncurses? ( >=sys-libs/ncurses-5.7-r7:0= )
52 + bat? ( sci-libs/fftw:= )"
53 +DEPEND="${CDEPEND}
54 + doc? ( app-text/xmlto )"
55 +RDEPEND="${CDEPEND}
56 + selinux? ( sec-policy/selinux-alsa )"
57 +BDEPEND="virtual/pkgconfig"
58 +
59 +PATCHES=(
60 + "${FILESDIR}"/${PN}-1.1.8-missing_header.patch
61 +)
62 +
63 +src_configure() {
64 + local myeconfargs=(
65 + # --disable-alsaconf because it doesn't work with sys-apps/kmod wrt #456214
66 + --disable-alsaconf
67 + --disable-maintainer-mode
68 + --with-asound-state-dir="${EPREFIX}"/var/lib/alsa
69 + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
70 + --with-udev-rules-dir="${EPREFIX}/$(get_udevdir)"/rules.d
71 + $(use_enable bat)
72 + $(use_enable libsamplerate alsaloop)
73 + $(use_enable ncurses alsamixer)
74 + $(use_enable nls)
75 + $(usex doc '' --disable-xmlto)
76 + )
77 + econf "${myeconfargs[@]}"
78 +}
79 +
80 +src_install() {
81 + default
82 + dodoc seq/*/README.*
83 +
84 + newinitd "${FILESDIR}"/alsasound.initd-r7 alsasound
85 + newconfd "${FILESDIR}"/alsasound.confd-r4 alsasound
86 +
87 + insinto /etc/modprobe.d
88 + newins "${FILESDIR}"/alsa-modules.conf-rc alsa.conf
89 +
90 + keepdir /var/lib/alsa
91 +
92 + # ALSA lib parser.c:1266:(uc_mgr_scan_master_configs) error: could not
93 + # scan directory /usr/share/alsa/ucm: No such file or directory
94 + # alsaucm: unable to obtain card list: No such file or directory
95 + keepdir /usr/share/alsa/ucm
96 +}
97 +
98 +pkg_postinst() {
99 + if [[ -z ${REPLACING_VERSIONS} ]]; then
100 + elog
101 + elog "To take advantage of the init script, and automate the process of"
102 + elog "saving and restoring sound-card mixer levels you should"
103 + elog "add alsasound to the boot runlevel. You can do this as"
104 + elog "root like so:"
105 + elog "# rc-update add alsasound boot"
106 + ewarn
107 + ewarn "The ALSA core should be built into the kernel or loaded through other"
108 + ewarn "means. There is no longer any modular auto(un)loading in alsa-utils."
109 + fi
110 +}
111
112 diff --git a/media-sound/alsa-utils/files/alsa-utils-1.1.8-missing_header.patch b/media-sound/alsa-utils/files/alsa-utils-1.1.8-missing_header.patch
113 new file mode 100644
114 index 00000000000..560d538a1cb
115 --- /dev/null
116 +++ b/media-sound/alsa-utils/files/alsa-utils-1.1.8-missing_header.patch
117 @@ -0,0 +1,50 @@
118 +--- alsa-utils-1.1.8/axfer/test/generator.h
119 ++++ alsa-utils-1.1.8/axfer/test/generator.h
120 +@@ -0,0 +1,47 @@
121 ++// SPDX-License-Identifier: GPL-2.0
122 ++//
123 ++// generator.c - a generator for test with buffers of PCM frames.
124 ++//
125 ++// Copyright (c) 2018 Takashi Sakamoto <o-takashi@××××××××××.jp>
126 ++//
127 ++// Licensed under the terms of the GNU General Public License, version 2.
128 ++
129 ++#ifndef __ALSA_UTILS_AXFER_TEST_GENERATOR__H_
130 ++#define __ALSA_UTILS_AXFER_TEST_GENERATOR__H_
131 ++
132 ++#include <stdint.h>
133 ++#include <alsa/asoundlib.h>
134 ++
135 ++struct test_generator;
136 ++typedef int (*generator_cb_t)(struct test_generator *gen,
137 ++ snd_pcm_access_t access,
138 ++ snd_pcm_format_t sample_format,
139 ++ unsigned int samples_per_frame,
140 ++ void *frame_buffer, unsigned int frame_count);
141 ++
142 ++struct test_generator {
143 ++ int fd;
144 ++ uint64_t access_mask;
145 ++ uint64_t sample_format_mask;
146 ++ unsigned int min_samples_per_frame;
147 ++ unsigned int max_samples_per_frame;
148 ++ unsigned int min_frame_count;
149 ++ unsigned int max_frame_count;
150 ++ unsigned int step_frame_count;
151 ++
152 ++ generator_cb_t cb;
153 ++ void *private_data;
154 ++};
155 ++
156 ++int generator_context_init(struct test_generator *gen,
157 ++ uint64_t access_mask, uint64_t sample_format_mask,
158 ++ unsigned int min_samples_per_frame,
159 ++ unsigned int max_samples_per_frame,
160 ++ unsigned int min_frame_count,
161 ++ unsigned int max_frame_count,
162 ++ unsigned int step_frame_count,
163 ++ unsigned int private_size);
164 ++int generator_context_run(struct test_generator *gen, generator_cb_t cb);
165 ++void generator_context_destroy(struct test_generator *gen);
166 ++
167 ++#endif