Magellan Linux

Contents of /trunk/deprecated/gst-plugins-bad/gst-plugins-bad-0.10.22-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13734 - (show annotations) (download)
Tue Oct 23 21:05:56 2012 UTC (11 years, 6 months ago) by niro
File size: 1228 byte(s)
-moved to 'deprecated'
1 # $Id$
2
3 PNAME="gst-plugins-bad"
4 PVER="0.10.22"
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 >= media-libs/xvid-1.3
17 >= app-arch/bzip2-1.0.6
18 >= net-misc/neon-0.29
19 >= media-libs/libfaac-1.28
20 >= media-libs/libfaad2-2.7
21 >= media-libs/libexif-0.6.20
22 >= media-libs/libjasper-1.900
23 >= media-libs/musicbrainz-2.1.5
24 >= media-video/mjpegtools-2
25 >= media-libs/libdvdnav-4.1.3
26 >= media-libs/libofa-0.9.3
27 >= media-libs/libsoundtouch-1.6
28 >= media-sound/twolame-0.3.12"
29
30 SDEPEND=">= sys-dev/gettext-0.17
31 >= dev-util/pkgconfig-0.23"
32
33 SRCFILE="${PNAME}-${PVER}.tar.bz2"
34 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
35
36 sminclude mbuild
37 msetfeature "!check"
38
39 SRC_URI=(
40 http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
41 mirror://${PNAME}/${SRCFILE}
42 mirror://${PNAME}/${PNAME}-${PVER}-mjpeg-2.0.patch
43 )
44
45 UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
46
47 src_prepare()
48 {
49 munpack ${SRCFILE} || die
50 cd ${SRCDIR}
51
52 # fix build against >=mjpeg-2.0
53 mpatch ${PNAME}-${PVER}-mjpeg-2.0.patch || die
54 }