Magellan Linux

Annotation of /trunk/core/gst-plugins-good/gst-plugins-good-0.10.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6514 - (hide annotations) (download)
Tue Aug 31 17:49:13 2010 UTC (13 years, 8 months ago) by niro
File size: 915 byte(s)
-added missing dependencies
1 niro 6513 # $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.16"
5     PBUILD="r2"
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.25
14     >= dev-libs/glib2-2.22
15     >= dev-libs/liboil-0.3.16
16     >= media-libs/gst-plugins-base-0.10.25
17 niro 6514 >= dev-libs/libcdio-0.81
18     >= net-libs/libsoup-2.28"
19 niro 6513
20     SDEPEND=">= sys-dev/gettext-0.17
21     >= dev-util/pkgconfig-0.23"
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     }