Magellan Linux

Annotation of /branches/magellan-next/core/gst-plugins-good/gst-plugins-good-0.10.30-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8036 - (hide annotations) (download)
Wed Jun 29 09:31:35 2011 UTC (12 years, 11 months ago) by niro
File size: 830 byte(s)
auto added: ver bump to 0.10.30-r1
1 niro 8036 # $Id$
2    
3     PNAME="gst-plugins-good"
4     PVER="0.10.30"
5     PBUILD="r1"
6    
7     PCATEGORIE="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     >= media-libs/gst-plugins-base-0.10.35
16     >= dev-libs/libcdio-0.82
17     >= net-libs/libsoup-2.30"
18    
19     SDEPEND=">= sys-dev/gettext-0.18
20     >= dev-util/pkgconfig-0.25"
21    
22     SRCFILE="${PNAME}-${PVER}.tar.bz2"
23     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24    
25     sminclude mbuild
26    
27     SRC_URI=(
28     http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
29     mirror://${PNAME}/${SRCFILE}
30     )
31    
32     UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
33    
34     src_compile()
35     {
36     cd ${SRCDIR}
37    
38     # really disable esound support
39     mconfigure --disable-esd --disable-esdtest || die
40     mmake || die
41     }