Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6835 - (hide annotations) (download)
Wed Sep 22 18:47:32 2010 UTC (13 years, 7 months ago) by niro
File size: 915 byte(s)
auto added: ver bump to 0.10.25-r1
1 niro 6835 # $Id: gst-plugins-good-0.10.16-r1.smage2 3545 2009-10-23 11:16:06Z niro $
2    
3     PNAME="gst-plugins-good"
4     PVER="0.10.25"
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.30
14     >= dev-libs/glib2-2.24
15     >= dev-libs/liboil-0.3.17
16     >= media-libs/gst-plugins-base-0.10.30
17     >= dev-libs/libcdio-0.82
18     >= net-libs/libsoup-2.30"
19    
20     SDEPEND=">= sys-dev/gettext-0.18
21     >= dev-util/pkgconfig-0.25"
22    
23     SRCFILE="${PNAME}-${PVER}.tar.bz2"
24     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25    
26     sminclude mbuild
27    
28     SRC_URI=(
29     http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
30     mirror://${PNAME}/${SRCFILE}
31     )
32    
33     UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
34    
35     src_compile()
36     {
37     cd ${SRCDIR}
38    
39     # really disable esound support
40     mconfigure --disable-esd --disable-esdtest || die
41     mmake || die
42     }