Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13735 - (show annotations) (download)
Tue Oct 23 21:05:58 2012 UTC (11 years, 6 months ago) by niro
File size: 1119 byte(s)
-moved to 'deprecated'
1 # $Id$
2
3 PNAME="gst-plugins-ugly"
4 PVER="0.10.18"
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-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 msetfeature "!check"
35
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 }