Magellan Linux

Contents of /trunk/extras/gst-plugins-base/gst-plugins-base-1.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13528 - (show annotations) (download)
Thu Oct 11 12:05:05 2012 UTC (11 years, 7 months ago) by niro
File size: 923 byte(s)
auto added: ver bump to 1.0.1-r1
1 # $Id$
2
3 PNAME="gst-plugins-base"
4 PVER="1.0.1"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="Several plugins for gstreamer."
10 HOMEPAGE="http://gstreamer.sourceforge.net"
11
12 DEPEND=">= media-libs/gstreamer-1.0.1
13 >= dev-libs/glib2-2.34
14 >= media-sound/cdparanoia-3.10
15 >= media-libs/libtheora-1.1
16 >= media-libs/libvorbis-1.3"
17
18 SDEPEND=">= sys-dev/gettext-0.18
19 >= dev-util/pkgconfig-0.25
20 >= dev-lang/orc-0.4.16"
21
22 SRCFILE="${PNAME}-${PVER}.tar.xz"
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 xz"
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 }