Magellan Linux

Contents of /branches/magellan-next/core/gst-plugins-good/gst-plugins-good-0.10.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6761 - (show annotations) (download)
Wed Sep 22 13:31:09 2010 UTC (13 years, 7 months ago) by niro
File size: 915 byte(s)
imported from trunk
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 >= net-libs/libsoup-2.28"
19
20 SDEPEND=">= sys-dev/gettext-0.17
21 >= dev-util/pkgconfig-0.23"
22
23 SRCFILE="${PNAME}-${PVER}.tar.bz2"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude mbuild
27
28 SRC_URI=(
29 http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 # really disable esound support
40 mconfigure --disable-esd --disable-esdtest || die
41 mmake || die
42 }