Magellan Linux

Annotation of /smage/trunk/extras/alsa-utils/alsa-utils-1.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8341 - (hide annotations) (download)
Fri Jan 15 10:42:43 2016 UTC (8 years, 5 months ago) by niro
File size: 1278 byte(s)
auto added: ver bump to 1.1.0-r1
1 niro 8341 # $Id$
2    
3     PNAME="alsa-utils"
4     PVER="1.1.0"
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     >= virtual/pciutils
17     >= media-libs/libsamplerate-0.1.8
18     >= sys-libs/libstdc++-5.3"
19    
20     ALX_DEV_DEPEND=">= sys-libs/ncurses-dev-5.9
21     >= media-libs/alsa-lib-dev-${PVER%.*}
22     >= sys-libs/libstdc++-dev-5.3"
23    
24     SDEPEND=">= app-text/xmlto-0.0.23
25     >= app-text/docbook-xml-dtd42-4.2
26     ${ALX_DEV_DEPEND}"
27    
28     SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
29     SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
30    
31     sminclude mbuild mtools
32    
33     SRC_URI=(
34     http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/utils/${SRCFILE}
35     ftp://ftp.alsa-project.org/pub/utils/${SRCFILE}
36     http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
37     mirror://${PNAME}/${SRCFILE}
38     )
39    
40     UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball"
41    
42     src_compile()
43     {
44     cd ${SRCDIR}
45     mconfigure --with-udev-rules-dir=/usr/lib/udev/rules.d || die
46     mmake || die
47     }
48    
49     postinstall()
50     {
51     echo
52     echo "WARNING!!! The mixer channels for the ALSA driver are muted by default!!!"
53     echo "Please use 'alsamixer' to unmute them ..."
54     echo
55     }