Magellan Linux

Contents of /branches/magellan-next/core/alsa-plugins/alsa-plugins-1.0.23-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6615 - (show annotations) (download)
Mon Sep 6 21:13:40 2010 UTC (13 years, 8 months ago) by niro
File size: 866 byte(s)
auto added: ver bump to 1.0.23-r1
1 # $Id: alsa-plugins-1.0.21-r1.smage2 3556 2009-10-26 13:30:23Z niro $
2
3 PNAME="alsa-plugins"
4 PVER="1.0.23"
5 PBUILD="r1"
6
7 PCATEGORIE="media-sound"
8 STATE="unstable"
9
10 LICENSE="gpl-2"
11
12 DESCRIPTION="Advanced Linux Sound Architecture Plugins."
13 HOMEPAGE="http://www.alsa-project.org/"
14
15 DEPEND=">= media-libs/alsa-lib-${PVER}
16 >= media-video/ffmpeg-201009"
17
18 SDEPEND=">= dev-util/pkgconfig-0.25"
19
20 SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
22
23 sminclude mbuild
24
25 SRC_URI=(
26 http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/plugins/${SRCFILE}
27 ftp://ftp.alsa-project.org/pub/plugins/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball"
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 mconfigure --disable-dependency-tracking --disable-dbus --enable-avcodec || die
38 mmake || die
39 }