Magellan Linux

Contents of /trunk/extras/alsa-utils/alsa-utils-1.1.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33230 - (show annotations) (download)
Mon Oct 21 08:51:54 2019 UTC (4 years, 6 months ago) by niro
File size: 1160 byte(s)
auto added: ver bump to 1.1.9-r1
1 # $Id$
2
3 PNAME="alsa-utils"
4 PVER="1.1.9"
5 PBUILD="r1"
6
7 PCAT="media-sound"
8 LICENSE="gpl-2"
9
10 DESCRIPTION="Advanced Linux Sound Architecture Utilities."
11 HOMEPAGE="http://www.alsa-project.org/"
12
13 DEPEND=">= sys-libs/ncurses-6.1
14 >= media-libs/alsa-lib-${PVER%.*}
15 >= dev-util/dialog-1.1
16 >= sys-apps/pciutils-3.6
17 >= media-libs/libsamplerate-0.1.9
18 >= sci-libs/fftw3-3.3"
19
20 SDEPEND=">= app-text/xmlto-0.0.28
21 >= app-text/docbook-xml-dtd42-4.2"
22
23 SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
25
26 sminclude mbuild mtools
27 msetfeature "!check"
28
29 SRC_URI=(
30 http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/utils/${SRCFILE}
31 ftp://ftp.alsa-project.org/pub/utils/${SRCFILE}
32 http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
33 mirror://${PNAME}/${SRCFILE}
34 )
35
36 UP2DATE="updatecmd ftp://ftp.alsa-project.org/pub/${PNAME/alsa-/} | highesttarball"
37
38 src_compile()
39 {
40 cd ${SRCDIR}
41 mconfigure --with-udev-rules-dir=/usr/lib/udev/rules.d || die
42 mmake || die
43 }
44
45 postinstall()
46 {
47 echo
48 echo "WARNING!!! The mixer channels for the ALSA driver are muted by default!!!"
49 echo "Please use 'alsamixer' to unmute them ..."
50 echo
51 }