Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13737 - (show annotations) (download)
Tue Oct 23 21:06:12 2012 UTC (11 years, 6 months ago) by niro
File size: 687 byte(s)
-moved to 'deprecated'
1 # $Id$
2
3 PNAME="gst-plugins-ffmpeg"
4 PVER="0.10.13"
5 PBUILD="r1"
6
7 PCAT="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
17 SDEPEND=">= sys-dev/gettext-0.18
18 >= dev-util/pkgconfig-0.26"
19
20 SRCFILE="${PNAME/-plugins/}-${PVER}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME/-plugins/}-${PVER}"
22
23 sminclude mbuild
24 msetfeature "!check"
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"