Magellan Linux

Contents of /trunk/deprecated/gst-plugins-base/gst-plugins-base-0.10.35-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13732 - (show annotations) (download)
Tue Oct 23 21:05:45 2012 UTC (11 years, 7 months ago) by niro
File size: 928 byte(s)
-moved to 'deprecated'
1 # $Id$
2
3 PNAME="gst-plugins-base"
4 PVER="0.10.35"
5 PBUILD="r3"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="Several plugins for gstreamer."
10 HOMEPAGE="http://gstreamer.sourceforge.net"
11
12 DEPEND=">= media-libs/gstreamer-0.10.35
13 >= dev-libs/glib2-2.28
14 >= dev-libs/liboil-0.3.17
15 >= media-sound/cdparanoia-3.10
16 >= media-libs/libtheora-1.1
17 >= media-libs/libvorbis-1.3"
18
19 SDEPEND=">= sys-dev/gettext-0.18
20 >= dev-util/pkgconfig-0.25"
21
22 SRCFILE="${PNAME}-${PVER}.tar.bz2"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mbuild multilib
26 msetfeature "!check"
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 mconfigure \
38 --disable-audiotestsrc \
39 --disable-videotestsrc \
40 --disable-oggtest \
41 --disable-vorbistest \
42 --disable-freetypetest \
43 --disable-examples \
44 || die
45
46 mmake || die
47 }