Magellan Linux

Contents of /trunk/core/gst-plugins-good/gst-plugins-good-0.10.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6513 - (show annotations) (download)
Tue Aug 31 17:42:40 2010 UTC (13 years, 8 months ago) by niro
File size: 889 byte(s)
-disable esound for sure
1 # $Id: gst-plugins-good-0.10.16-r1.smage2 3545 2009-10-23 11:16:06Z niro $
2
3 PNAME="gst-plugins-good"
4 PVER="0.10.16"
5 PBUILD="r2"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Several plugins for gstreamer."
11 HOMEPAGE="http://gstreamer.sourceforge.net"
12
13 DEPEND=">= media-libs/gstreamer-0.10.25
14 >= dev-libs/glib2-2.22
15 >= dev-libs/liboil-0.3.16
16 >= media-libs/gst-plugins-base-0.10.25
17 >= dev-libs/libcdio-0.81"
18
19 SDEPEND=">= sys-dev/gettext-0.17
20 >= dev-util/pkgconfig-0.23"
21
22 SRCFILE="${PNAME}-${PVER}.tar.bz2"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mbuild
26
27 SRC_URI=(
28 http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 # really disable esound support
39 mconfigure --disable-esd --disable-esdtest || die
40 mmake || die
41 }