Magellan Linux

Contents of /trunk/extras/gstreamer/gstreamer-0.10.19-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 798 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/gstreamer/gstreamer-0.10.19-r1.smage2,v 1.1 2008/04/11 07:58:20 niro Exp $
2
3 PNAME="gstreamer"
4 PVER="0.10.19"
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.16
14 >= dev-libs/libxml2-2.6.31
15 >= dev-libs/popt-1.10"
16
17 SDEPEND=">= sys-dev/gettext-0.17
18 >= dev-util/pkgconfig-0.23"
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 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure \
35 --with-configdir=/etc/gstreamer \
36 --disable-tests \
37 --disable-examples \
38 --disable-docs-build \
39 || die
40
41 mmake || die
42 }

Properties

Name Value
svn:keywords Id