Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11095 - (hide annotations) (download)
Fri Feb 17 00:40:49 2012 UTC (12 years, 3 months ago) by niro
Original Path: trunk/extras/gst-plugins-bad/gst-plugins-bad-0.10.22-r1.smage2
File size: 1228 byte(s)
-added build fix against mjpeg-2.0
1 niro 9565 # $Id$
2    
3     PNAME="gst-plugins-bad"
4     PVER="0.10.22"
5     PBUILD="r1"
6    
7 niro 11089 PCAT="media-libs"
8 niro 9565
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 niro 11092 msetfeature "!check"
38 niro 9565
39     SRC_URI=(
40     http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
41     mirror://${PNAME}/${SRCFILE}
42 niro 11095 mirror://${PNAME}/${PNAME}-${PVER}-mjpeg-2.0.patch
43 niro 9565 )
44    
45     UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
46 niro 11095
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     }