Magellan Linux

Annotation of /trunk/extras/alsa-utils/alsa-utils-1.1.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30986 - (hide annotations) (download)
Tue May 29 08:50:21 2018 UTC (5 years, 11 months ago) by niro
File size: 1139 byte(s)
auto added: ver bump to 1.1.6-r1
1 niro 30986 # $Id$
2    
3     PNAME="alsa-utils"
4     PVER="1.1.6"
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-6.0
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     >= sci-libs/fftw3-3.3"
19    
20     SDEPEND=">= app-text/xmlto-0.0.23
21     >= app-text/docbook-xml-dtd42-4.2"
22    
23     SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
24     SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
25    
26     sminclude mbuild mtools
27    
28     SRC_URI=(
29     http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/utils/${SRCFILE}
30     ftp://ftp.alsa-project.org/pub/utils/${SRCFILE}
31     http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
32     mirror://${PNAME}/${SRCFILE}
33     )
34    
35     UP2DATE="updatecmd ftp://ftp.alsa-project.org/pub/${PNAME/alsa-/} | highesttarball"
36    
37     src_compile()
38     {
39     cd ${SRCDIR}
40     mconfigure --with-udev-rules-dir=/usr/lib/udev/rules.d || die
41     mmake || die
42     }
43    
44     postinstall()
45     {
46     echo
47     echo "WARNING!!! The mixer channels for the ALSA driver are muted by default!!!"
48     echo "Please use 'alsamixer' to unmute them ..."
49     echo
50     }