Magellan Linux

Contents of /branches/R11-stable/extras/alsa-utils/alsa-utils-1.0.28-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21689 - (show annotations) (download)
Mon Jul 21 09:33:12 2014 UTC (9 years, 9 months ago) by niro
File size: 1087 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="alsa-utils"
4 PVER="1.0.28"
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-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 http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball"
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38 mconfigure --with-udev-rules-dir=/usr/lib/udev/rules.d || die
39 mmake || die
40 }
41
42 postinstall()
43 {
44 echo
45 echo "WARNING!!! The mixer channels for the ALSA driver are muted by default!!!"
46 echo "Please use 'alsamixer' to unmute them ..."
47 echo
48 }