Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9359 - (hide annotations) (download)
Sun Nov 27 20:30:00 2011 UTC (12 years, 10 months ago) by niro
File size: 850 byte(s)
-added missing libv4l dep
1 niro 9357 # $Id$
2    
3     PNAME="gst-plugins-good"
4     PVER="0.10.30"
5     PBUILD="r3"
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 niro 9359 >= media-libs/libv4l-0.8
17 niro 9357 >= 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 multilib
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     # really disable esound support
38     mconfigure --disable-esd --disable-esdtest || die
39     mmake || die
40     }