Magellan Linux

Annotation of /trunk/deprecated/gst-plugins-base/gst-plugins-base-1.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13732 - (hide annotations) (download)
Tue Oct 23 21:05:45 2012 UTC (11 years, 7 months ago) by niro
File size: 1223 byte(s)
-moved to 'deprecated'
1 niro 13528 # $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 niro 13531 >= dev-libs/liborc-0.4.16
15 niro 13528 >= media-sound/cdparanoia-3.10
16 niro 13531 >= media-libs/alsa-lib-1.0.26
17 niro 13528 >= media-libs/libtheora-1.1
18 niro 13531 >= media-libs/libogg-1.3
19     >= media-libs/libvorbis-1.3
20 niro 13536 >= media-libs/libvisual-0.4
21 niro 13531 >= sys-libs/zlib-1.2.7
22     >= x11-libs/cairo-1.12
23     >= x11-libs/libICE-1
24     >= x11-libs/libSM-1.2
25     >= x11-libs/libX11-1.5
26     >= x11-libs/libXext-1.3
27     >= x11-libs/libXv-1
28     >= x11-libs/pango-1.32"
29 niro 13528
30     SDEPEND=">= sys-dev/gettext-0.18
31     >= dev-util/pkgconfig-0.25
32     >= dev-lang/orc-0.4.16"
33    
34     SRCFILE="${PNAME}-${PVER}.tar.xz"
35     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
36    
37     sminclude mbuild multilib
38     msetfeature "!check"
39    
40     SRC_URI=(
41     http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
42     mirror://${PNAME}/${SRCFILE}
43     )
44    
45     UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball xz"
46    
47     src_compile()
48     {
49     mconfigure \
50     --disable-audiotestsrc \
51     --disable-videotestsrc \
52     --disable-oggtest \
53     --disable-vorbistest \
54     --disable-freetypetest \
55     --disable-examples \
56     || die
57    
58     mmake || die
59     }