Magellan Linux

Contents of /branches/magellan-next/core/gstreamer/gstreamer-0.10.30-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6826 - (show annotations) (download)
Wed Sep 22 17:55:37 2010 UTC (13 years, 7 months ago) by niro
File size: 839 byte(s)
auto added: ver bump to 0.10.30-r1
1 # $Id: gstreamer-0.10.25-r1.smage2 3543 2009-10-23 10:56:45Z niro $
2
3 PNAME="gstreamer"
4 PVER="0.10.30"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Streaming media framework."
11 HOMEPAGE="http://gstreamer.sourceforge.net/"
12
13 DEPEND=">= dev-libs/glib2-2.24
14 >= dev-libs/libxml2-2.7
15 >= dev-libs/popt-1.16"
16
17 SDEPEND=">= sys-dev/gettext-0.18
18 >= dev-util/pkgconfig-0.25"
19
20 SRCFILE="${PNAME}-${PVER}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild
24
25 SRC_URI=(
26 http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure \
37 --with-configdir=/etc/gstreamer \
38 --disable-tests \
39 --disable-examples \
40 --disable-docs-build \
41 || die
42
43 mmake || die
44 }