Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12846 - (show annotations) (download)
Wed Jul 4 10:59:08 2012 UTC (11 years, 11 months ago) by niro
File size: 1007 byte(s)
-marked stable
1 # $Id$
2
3 PNAME="alsa-utils"
4 PVER="1.0.25"
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-5.9
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
19 SDEPEND=">= app-text/xmlto-0.0.23"
20
21 SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
22 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
23
24 sminclude mbuild mtools
25
26 SRC_URI=(
27 http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/utils/${SRCFILE}
28 ftp://ftp.alsa-project.org/pub/utils/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37 mconfigure --with-udev-rules-dir=/usr/lib/udev/rules.d || die
38 mmake || die
39 }
40
41 postinstall()
42 {
43 echo
44 echo "WARNING!!! The mixer channels for the ALSA driver are muted by default!!!"
45 echo "Please use 'alsamixer' to unmute them ..."
46 echo
47 }