Magellan Linux

Contents of /branches/magellan-next/extras/libcanberra/libcanberra-0.28-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8214 - (show annotations) (download)
Wed Jul 13 08:45:35 2011 UTC (12 years, 10 months ago) by niro
File size: 1065 byte(s)
auto added: ver bump to 0.28-r1
1 # $Id$
2
3 PNAME="libcanberra"
4 PVER="0.28"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8
9 DESCRIPTION="An implementation of the XDG Sound Theme and Name Specifications."
10 HOMEPAGE="http://0pointer.de/lennart/projects/libcanberra/"
11
12 DEPEND=">= dev-libs/glib2-2.28
13 >= media-libs/libvorbis-1.2
14 >= media-libs/alsa-lib-1.0.24
15 >= media-libs/gstreamer-0.10.25
16 >= media-sound/pulseaudio-0.9.11
17 >= sys-fs/udev-171"
18
19 SDEPEND=">= dev-util/pkgconfig-0.25
20 >= sys-app/systemd-28"
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 --with-systemdsystemunitdir=/lib/systemd/system \
41 --disable-static \
42 --disable-gtk \
43 --disable-gtk3 \
44 --enable-alsa \
45 --enable-gstreamer \
46 --enable-pulse \
47 --disable-oss \
48 --disable-gtk-doc \
49 --disable-tdb \
50 --disable-lynx \
51 || die
52
53 mmake || die
54 }