Magellan Linux

Annotation of /trunk/deprecated/gst-plugins-ugly/gst-plugins-ugly-0.10.18-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11098 - (hide annotations) (download)
Fri Feb 17 01:05:24 2012 UTC (12 years, 4 months ago) by niro
Original Path: trunk/extras/gst-plugins-ugly/gst-plugins-ugly-0.10.18-r1.smage2
File size: 1119 byte(s)
-disabled src_check atm -fixme
1 niro 9560 # $Id$
2    
3     PNAME="gst-plugins-ugly"
4     PVER="0.10.18"
5     PBUILD="r1"
6    
7 niro 11097 PCAT="media-libs"
8 niro 9560
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     >= dev-libs/liboil-0.3.17
15     >= dev-libs/libcdio-0.83
16     >= media-libs/gst-plugins-base-0.10.35
17     >= media-libs/libdvdcss-1.2.10
18     >= media-libs/libdvdread-4.13
19     >= media-libs/libdvdnav-4.1.3
20     >= media-libs/libmpeg2-0.5.1
21     >= media-libs/a52dec-0.7.4
22     >= media-libs/libid3tag-0.15
23     >= media-libs/libmad-0.15
24     >= media-libs/x264-2011
25     >= media-sound/lame-3.98"
26    
27     SDEPEND=">= sys-dev/gettext-0.18
28     >= dev-util/pkgconfig-0.25"
29    
30     SRCFILE="${PNAME}-${PVER}.tar.bz2"
31     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
32    
33     sminclude mbuild
34 niro 11098 msetfeature "!check"
35 niro 9560
36     SRC_URI=(
37     http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
38     mirror://${PNAME}/${SRCFILE}
39     )
40    
41     UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
42    
43     src_compile()
44     {
45     cd ${SRCDIR}
46    
47     # libdvdnav is disabled as it is not stable yet, so we force the build
48     mconfigure --enable-dvdread --enable-dvdnav || die
49     mmake || die
50     }