Magellan Linux

Annotation of /trunk/deprecated/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9554 - (hide annotations) (download)
Sat Dec 10 19:23:57 2011 UTC (12 years, 6 months ago) by niro
Original Path: branches/magellan-next/extras/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13-r1.smage2
File size: 689 byte(s)
auto added: ver bump to 0.10.13-r1
1 niro 9554 # $Id$
2    
3     PNAME="gst-plugins-ffmpeg"
4     PVER="0.10.13"
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.35
14     >= dev-libs/glib2-2.28
15     >= dev-libs/liboil-0.3.17
16     >= media-libs/gst-plugins-base-0.10.35"
17    
18     SDEPEND=">= sys-dev/gettext-0.18
19     >= dev-util/pkgconfig-0.26"
20    
21     SRCFILE="${PNAME/-plugins/}-${PVER}.tar.bz2"
22     SRCDIR="${BUILDDIR}/${PNAME/-plugins/}-${PVER}"
23    
24     sminclude mbuild
25    
26     SRC_URI=(
27     http://gstreamer.freedesktop.org/src/gst-ffmpeg/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/gst-ffmpeg/ | lasttarball"