Magellan Linux

Annotation of /branches/magellan-next/extras/libcanberra/libcanberra-0.22-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4664 - (hide annotations) (download)
Sat Dec 26 00:47:48 2009 UTC (14 years, 4 months ago) by niro
Original Path: trunk/extras/libcanberra/libcanberra-0.22-r1.smage2
File size: 984 byte(s)
-disabled oss due warnings
1 niro 4663 # $Id$
2    
3     PNAME="libcanberra"
4     PVER="0.22"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="An implementation of the XDG Sound Theme and Name Specifications."
11     HOMEPAGE="http://0pointer.de/lennart/projects/libcanberra/"
12    
13     DEPEND=">= dev-libs/glib2-2.22
14     >= x11-libs/gtk2+-2.18
15     >= gnome-base/gconf-2.28
16     >= media-libs/libvorbis-1.2
17     >= media-libs/alsa-lib-1.0.21
18     >= media-libs/gstreamer-0.10.25"
19    
20     SDEPEND=">= dev-util/pkgconfig-0.23"
21    
22     SRCFILE="${PNAME}-${PVER}.tar.gz"
23     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24    
25     sminclude gnome2
26    
27     SRC_URI=(
28     http://0pointer.de/lennart/projects/${PNAME}/${SRCFILE}
29     mirror://${PNAME}/${SRCFILE}
30     )
31    
32     UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"
33    
34     src_compile()
35     {
36     cd ${SRCDIR}
37    
38     mconfigure \
39     --docdir=/usr/share/doc/${PNAME}-${PVER} \
40     --disable-static \
41     --enable-gtk \
42     --enable-alsa \
43     --enable-gstreamer \
44 niro 4664 --disable-oss \
45 niro 4663 --disable-pulse \
46     --disable-gtk-doc \
47     --disable-tdb \
48     --disable-lynx \
49     || die
50    
51     mmake || die
52     }

Properties

Name Value
svn:keywords Id