Magellan Linux

Annotation of /branches/magellan-next/core/gst-plugins-base/gst-plugins-base-0.10.30-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6834 - (hide annotations) (download)
Wed Sep 22 18:44:02 2010 UTC (14 years ago) by niro
File size: 879 byte(s)
-added patch to built against make-3.82
1 niro 6833 # $Id: gst-plugins-base-0.10.25-r1.smage2 3544 2009-10-23 11:05:07Z niro $
2    
3     PNAME="gst-plugins-base"
4     PVER="0.10.30"
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.30
14     >= dev-libs/glib2-2.24
15     >= dev-libs/liboil-0.3.17"
16    
17     SDEPEND=">= sys-dev/gettext-0.18
18     >= dev-util/pkgconfig-0.25"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.bz2"
21     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23     sminclude mbuild
24    
25     SRC_URI=(
26     http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28 niro 6834 mirror://${PNAME}/${PNAME}-${PVER}-make382.patch
29 niro 6833 )
30    
31     UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
32 niro 6834
33     src_prepare()
34     {
35     munpack ${SRCFILE} || die
36     cd ${SRCDIR}
37    
38     # fix built against make-3.82
39     mpatch ${PNAME}-${PVER}-make382.patch || die
40     }