Magellan Linux

Annotation of /branches/R11-stable/extras/alsa-utils/alsa-utils-1.0.27.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17389 - (hide annotations) (download)
Mon Jun 10 17:56:17 2013 UTC (10 years, 11 months ago) by niro
Original Path: trunk/extras/alsa-utils/alsa-utils-1.0.27.1-r1.smage2
File size: 1089 byte(s)
auto added: ver bump to 1.0.27.1-r1
1 niro 17389 # $Id$
2    
3     PNAME="alsa-utils"
4     PVER="1.0.27.1"
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     }