Magellan Linux

Annotation of /smage/branches/alx07x-stable/extras/alsa-utils/alsa-utils-1.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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