Magellan Linux

Contents of /trunk/extras/gst-plugins-ugly/gst-plugins-ugly-0.10.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4529 - (show annotations) (download)
Thu Dec 24 23:23:11 2009 UTC (14 years, 5 months ago) by niro
File size: 959 byte(s)
-moved to 'extras'
1 # $Header: /magellan-cvs/smage/gst-plugins-ugly/gst-plugins-ugly-0.10.7-r1.smage2,v 1.1 2008/03/21 22:44:08 niro Exp $
2
3 PNAME="gst-plugins-ugly"
4 PVER="0.10.7"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Several plugins for gstreamer."
11 HOMEPAGE="http://gstreamer.sourceforge.net"
12
13 DEPEND=">= media-libs/gstreamer-0.10.18
14 >= dev-libs/glib2-2.16
15 >= dev-libs/liboil-0.3.14
16 >= media-libs/gst-plugins-base-0.10.18
17 >= media-libs/libdvdcss-1.2.9
18 >= media-libs/libdvdread-0.9.7
19 >= media-libs/libdvdnav-0.1.10"
20
21 SDEPEND=">= sys-dev/gettext-0.17
22 >= dev-util/pkgconfig-0.23"
23
24 SRCFILE="${PNAME}-${PVER}.tar.bz2"
25 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26
27 sminclude mbuild
28
29 SRC_URI=(
30 http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 )
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 # libdvdnav is disabled as it is not stable yet, so we force the build
39 mconfigure --enable-dvdread --enable-dvdnav || die
40 mmake || die
41 }

Properties

Name Value
svn:keywords Id