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 10401 - (hide annotations) (download)
Sat Jan 21 15:26:59 2012 UTC (12 years, 5 months ago) by niro
Original Path: trunk/core/gst-plugins-base/gst-plugins-base-0.10.35-r3.smage2
File size: 907 byte(s)
-import from magellan-next
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    
27     SRC_URI=(
28     http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
29     mirror://${PNAME}/${SRCFILE}
30     )
31    
32     UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
33 niro 9352
34     src_compile()
35     {
36     mconfigure \
37     --disable-audiotestsrc \
38     --disable-videotestsrc \
39     --disable-oggtest \
40     --disable-vorbistest \
41     --disable-freetypetest \
42 niro 9353 --disable-examples \
43 niro 9352 || die
44    
45     mmake || die
46     }