Magellan Linux

Contents of /trunk/extras/alsa-utils/alsa-utils-1.1.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27270 - (show annotations) (download)
Tue Dec 8 12:18:30 2015 UTC (8 years, 6 months ago) by niro
File size: 1144 byte(s)
-ncureses-6.0 rebuild
1 # $Id$
2
3 PNAME="alsa-utils"
4 PVER="1.1.0"
5 PBUILD="r2"
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.0
14 >= media-libs/alsa-lib-${PVER%.*}
15 >= dev-util/dialog-1.1
16 >= sys-apps/pciutils-3.1
17 >= media-libs/libsamplerate-0.1.8
18 >= sci-libs/fftw3-3.3"
19
20 SDEPEND=">= app-text/xmlto-0.0.23
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
28 SRC_URI=(
29 http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/utils/${SRCFILE}
30 ftp://ftp.alsa-project.org/pub/utils/${SRCFILE}
31 http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
32 mirror://${PNAME}/${SRCFILE}
33 )
34
35 UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball"
36
37 src_compile()
38 {
39 cd ${SRCDIR}
40 mconfigure --with-udev-rules-dir=/usr/lib/udev/rules.d || die
41 mmake || die
42 }
43
44 postinstall()
45 {
46 echo
47 echo "WARNING!!! The mixer channels for the ALSA driver are muted by default!!!"
48 echo "Please use 'alsamixer' to unmute them ..."
49 echo
50 }