Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11235 - (show annotations) (download)
Wed Feb 22 22:14:43 2012 UTC (12 years, 4 months ago) by niro
File size: 897 byte(s)
auto added: ver bump to 1.0.25-r1
1 # $Id$
2
3 PNAME="alsa-utils"
4 PVER="1.0.25"
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 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball"
33
34 postinstall()
35 {
36 echo
37 echo "WARNING!!! The mixer channels for the ALSA driver are muted by default!!!"
38 echo "Please use 'alsamixer' to unmute them ..."
39 echo
40 }