Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11097 - (hide annotations) (download)
Fri Feb 17 01:04:03 2012 UTC (12 years, 4 months ago) by niro
File size: 1098 byte(s)
-imported from NEXT
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    
35     SRC_URI=(
36     http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
37     mirror://${PNAME}/${SRCFILE}
38     )
39    
40     UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
41    
42     src_compile()
43     {
44     cd ${SRCDIR}
45    
46     # libdvdnav is disabled as it is not stable yet, so we force the build
47     mconfigure --enable-dvdread --enable-dvdnav || die
48     mmake || die
49     }