Magellan Linux

Annotation of /branches/magellan-next/core/gst-plugins-base/gst-plugins-base-0.10.35-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9106 - (hide annotations) (download)
Mon Nov 7 10:50:44 2011 UTC (12 years, 6 months ago) by niro
File size: 606 byte(s)
-go back to stable release series
1 niro 9106 # $Id$
2    
3     PNAME="gst-plugins-base"
4     PVER="0.10.35"
5     PBUILD="r2"
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    
16     SDEPEND=">= sys-dev/gettext-0.18
17     >= dev-util/pkgconfig-0.25"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.bz2"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude mbuild
23    
24     SRC_URI=(
25     http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"