Magellan Linux

Contents of /trunk/core/alsa-plugins/alsa-plugins-1.0.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 841 - (show annotations) (download)
Fri Dec 26 04:24:51 2008 UTC (15 years, 5 months ago) by niro
File size: 745 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/alsa-plugins/alsa-plugins-1.0.16-r1.smage2,v 1.1 2008/02/16 12:17:43 niro Exp $
2
3 PNAME="alsa-plugins"
4 PVER="1.0.16"
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-2008"
17
18 SDEPEND=">= dev-util/pkgconfig-0.20"
19
20 SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
22
23 sminclude mbuild
24
25 SRC_URI=(
26 ftp://ftp.alsa-project.org/pub/plugins/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure --disable-dependency-tracking --disable-dbus --enable-avcodec || die
35 mmake || die
36 }

Properties

Name Value
svn:keywords Id