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-tools/
Date: Wed, 15 Nov 2017 17:40:43
Message-Id: 1510767623.2b1c35ef03cbae6953061cefe434888239e8ff61.polynomial-c@gentoo
1 commit: 2b1c35ef03cbae6953061cefe434888239e8ff61
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 15 15:27:48 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 15 17:40:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1c35ef
7
8 media-sound/alsa-tools: Bump to version 1.1.5
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 media-sound/alsa-tools/Manifest | 1 +
13 media-sound/alsa-tools/alsa-tools-1.1.5.ebuild | 144 +++++++++++++++++++++++++
14 2 files changed, 145 insertions(+)
15
16 diff --git a/media-sound/alsa-tools/Manifest b/media-sound/alsa-tools/Manifest
17 index 32f403af9f6..650c8be8b09 100644
18 --- a/media-sound/alsa-tools/Manifest
19 +++ b/media-sound/alsa-tools/Manifest
20 @@ -1,2 +1,3 @@
21 DIST alsa-tools-1.1.0.tar.bz2 1715113 SHA256 7d34558c590a50294b36576d257316a1ac5cd951eb8cd7d330e09f8cc757ab51 SHA512 caabbc9a8b494de6bba0dea6440b335b35e5c7dab4942ac36f127a75c2212ff98e7e38566444666edcf40c6c95e6d9797c421014fb5c5c292bb398780e6c9f87 WHIRLPOOL daf731da17c172275b484da37962d85569d70066392bb65f6b462a5f9f17784d204deec203d2466cbc08cb691689b7fc8cd664b370b39e233f1e8afb43c9d0ff
22 DIST alsa-tools-1.1.3.tar.bz2 1715759 SHA256 d88f1dcd6872121383eded5fa24e328e68c54e527db4547e1435d5eabc2b6709 SHA512 b7c6c7639ea30fd8385c817fcd9dee4e5ed7c5766801d11a61d94f3211db4f99ecc0f00173573b69724ad9a06138605c353f4a40c8631eb4325b9718788bea50 WHIRLPOOL a07cc691b30df7da209abc2028b747ac8ebc7cf34a0c54b57ba70c35d546e64cf5f12a7b4c83637834c53c035c9d4710764869b9dc2a92648c733913b5fc9293
23 +DIST alsa-tools-1.1.5.tar.bz2 1715977 SHA256 bc3c6567de835223ee7d69487b8c22fb395a2e8c613341b0c96e6a5f6a2bd534 SHA512 42463540def2260bda0fdb0b08a665ef336deb817920605ce8f77b4904595eadc7d4774d799385bb2271026e26976cc733a776b228814d2c7d7651c46a45098d WHIRLPOOL fbed798a808055e6bf7b53d81bc4a6a3b59e009b5409747c45afc67d8013dd6469447da7f7a0707eb7ecb4445d1c9f99a5ca5b8b7277cae00026bb398c1770d2
24
25 diff --git a/media-sound/alsa-tools/alsa-tools-1.1.5.ebuild b/media-sound/alsa-tools/alsa-tools-1.1.5.ebuild
26 new file mode 100644
27 index 00000000000..9e80bd43921
28 --- /dev/null
29 +++ b/media-sound/alsa-tools/alsa-tools-1.1.5.ebuild
30 @@ -0,0 +1,144 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +inherit autotools eutils flag-o-matic
36 +
37 +DESCRIPTION="Advanced Linux Sound Architecture tools"
38 +HOMEPAGE="http://www.alsa-project.org/"
39 +SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0.9"
43 +KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
44 +
45 +IUSE="fltk gtk alsa_cards_hdsp alsa_cards_hdspm alsa_cards_mixart
46 +alsa_cards_vx222 alsa_cards_usb-usx2y alsa_cards_sb16 alsa_cards_sbawe
47 +alsa_cards_emu10k1 alsa_cards_emu10k1x alsa_cards_ice1712
48 +alsa_cards_rme32 alsa_cards_rme96 alsa_cards_sscape alsa_cards_pcxhr"
49 +
50 +COMMON_DEPEND=">=media-libs/alsa-lib-${PV}
51 + >=dev-python/pyalsa-1.0.26
52 + fltk? ( >=x11-libs/fltk-1.3.0:1 )
53 + gtk? (
54 + >=dev-python/pygtk-2
55 + x11-libs/gtk+:2
56 + x11-libs/gtk+:3
57 + )" #468294
58 +RDEPEND="${COMMON_DEPEND}
59 + gtk? ( media-fonts/font-misc-misc )" #456114
60 +DEPEND="${COMMON_DEPEND}
61 + virtual/pkgconfig"
62 +
63 +PATCHES=(
64 + "${FILESDIR}"/envy24control-config-dir.patch
65 +)
66 +
67 +pkg_setup() {
68 + ALSA_TOOLS="seq/sbiload us428control hwmixvolume hda-verb"
69 +
70 + if use gtk; then
71 + ALSA_TOOLS="${ALSA_TOOLS} hdajackretask"
72 + use alsa_cards_ice1712 && \
73 + ALSA_TOOLS="${ALSA_TOOLS} envy24control"
74 + use alsa_cards_rme32 && use alsa_cards_rme96 && \
75 + ALSA_TOOLS="${ALSA_TOOLS} rmedigicontrol"
76 + fi
77 +
78 + if use alsa_cards_hdsp || use alsa_cards_hdspm; then
79 + ALSA_TOOLS="${ALSA_TOOLS} hdsploader"
80 + use fltk && ALSA_TOOLS="${ALSA_TOOLS} hdspconf hdspmixer"
81 + fi
82 +
83 + use alsa_cards_mixart && ALSA_TOOLS="${ALSA_TOOLS} mixartloader"
84 + use alsa_cards_vx222 && ALSA_TOOLS="${ALSA_TOOLS} vxloader"
85 + use alsa_cards_usb-usx2y && ALSA_TOOLS="${ALSA_TOOLS} usx2yloader"
86 + use alsa_cards_pcxhr && ALSA_TOOLS="${ALSA_TOOLS} pcxhr"
87 + use alsa_cards_sscape && ALSA_TOOLS="${ALSA_TOOLS} sscape_ctl"
88 +
89 + { use alsa_cards_sb16 || use alsa_cards_sbawe; } && \
90 + ALSA_TOOLS="${ALSA_TOOLS} sb16_csp"
91 +
92 + if use alsa_cards_emu10k1 || use alsa_cards_emu10k1x; then
93 + ALSA_TOOLS="${ALSA_TOOLS} as10k1 ld10k1"
94 + fi
95 +
96 + use gtk && ALSA_TOOLS="${ALSA_TOOLS} echomixer"
97 +}
98 +
99 +src_prepare() {
100 + default
101 +
102 + # This block only deals with the tools that still use GTK and the
103 + # AM_PATH_GTK macro.
104 + for dir in echomixer envy24control rmedigicontrol; do
105 + has "${dir}" "${ALSA_TOOLS}" || continue
106 + pushd "${dir}" &> /dev/null
107 + eautoreconf
108 + popd &> /dev/null
109 + done
110 +
111 + # This block deals with the tools that are being patched
112 + for dir in hdspconf; do
113 + has "${dir}" "${ALSA_TOOLS}" || continue
114 + pushd "${dir}" &> /dev/null
115 + eautoreconf
116 + popd &> /dev/null
117 + done
118 +
119 + elibtoolize
120 +}
121 +
122 +src_configure() {
123 + if use fltk; then
124 + # hdspmixer requires fltk
125 + append-ldflags "-L$(dirname $(fltk-config --libs))"
126 + append-flags "-I$(fltk-config --includedir)"
127 + fi
128 +
129 + local f
130 + for f in ${ALSA_TOOLS}
131 + do
132 + cd "${S}/${f}"
133 + case "${f}" in
134 + echomixer,envy24control,rmedigicontrol )
135 + econf --with-gtk2
136 + ;;
137 + * )
138 + econf
139 + ;;
140 + esac
141 + done
142 +}
143 +
144 +src_compile() {
145 + local f
146 + for f in ${ALSA_TOOLS}
147 + do
148 + cd "${S}/${f}"
149 + emake
150 + done
151 +}
152 +
153 +src_install() {
154 + local f
155 + for f in ${ALSA_TOOLS}
156 + do
157 + # Install the main stuff
158 + cd "${S}/${f}"
159 + # hotplugdir is for usx2yloader/Makefile.am
160 + emake DESTDIR="${D}" hotplugdir=/lib/firmware install
161 +
162 + # Install the text documentation
163 + local doc
164 + for doc in README TODO ChangeLog AUTHORS; do
165 + if [[ -f "${doc}" ]]; then
166 + mv "${doc}" "${doc}.$(basename ${f})" || die
167 + dodoc "${doc}.$(basename ${f})"
168 + fi
169 + done
170 + done
171 +
172 + # Punt at least /usr/lib/liblo10k1.la (last checked, 1.0.27)
173 + prune_libtool_files
174 +}