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 13531 - (hide annotations) (download)
Thu Oct 11 12:42:18 2012 UTC (11 years, 8 months ago) by niro
Original Path: trunk/extras/gst-plugins-base/gst-plugins-base-1.0.1-r1.smage2
File size: 1194 byte(s)
-fixed dependencies
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     >= sys-libs/zlib-1.2.7
21     >= x11-libs/cairo-1.12
22     >= x11-libs/libICE-1
23     >= x11-libs/libSM-1.2
24     >= x11-libs/libX11-1.5
25     >= x11-libs/libXext-1.3
26     >= x11-libs/libXv-1
27     >= x11-libs/pango-1.32"
28 niro 13528
29     SDEPEND=">= sys-dev/gettext-0.18
30     >= dev-util/pkgconfig-0.25
31     >= dev-lang/orc-0.4.16"
32    
33     SRCFILE="${PNAME}-${PVER}.tar.xz"
34     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
35    
36     sminclude mbuild multilib
37     msetfeature "!check"
38    
39     SRC_URI=(
40     http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
41     mirror://${PNAME}/${SRCFILE}
42     )
43    
44     UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball xz"
45    
46     src_compile()
47     {
48     mconfigure \
49     --disable-audiotestsrc \
50     --disable-videotestsrc \
51     --disable-oggtest \
52     --disable-vorbistest \
53     --disable-freetypetest \
54     --disable-examples \
55     || die
56    
57     mmake || die
58     }