Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10687 - (hide annotations) (download)
Wed Feb 1 23:22:00 2012 UTC (12 years, 4 months ago) by niro
Original Path: trunk/extras/gst-plugins-base/gst-plugins-base-0.10.35-r3.smage2
File size: 928 byte(s)
-moved to 'extras'
1 niro 9349 # $Id$
2    
3     PNAME="gst-plugins-base"
4     PVER="0.10.35"
5     PBUILD="r3"
6    
7 niro 10401 PCAT="media-libs"
8 niro 9349
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 niro 9352 >= dev-libs/liboil-0.3.17
15     >= media-sound/cdparanoia-3.10
16 niro 9408 >= media-libs/libtheora-1.1
17 niro 9352 >= media-libs/libvorbis-1.3"
18 niro 9349
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 niro 10402 msetfeature "!check"
27 niro 9349
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 niro 9352
35     src_compile()
36     {
37     mconfigure \
38     --disable-audiotestsrc \
39     --disable-videotestsrc \
40     --disable-oggtest \
41     --disable-vorbistest \
42     --disable-freetypetest \
43 niro 9353 --disable-examples \
44 niro 9352 || die
45    
46     mmake || die
47     }