Magellan Linux

Annotation of /branches/branch-xorg18/extras/gst-plugins-ugly/gst-plugins-ugly-0.10.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4559 - (hide annotations) (download)
Fri Dec 25 11:11:29 2009 UTC (14 years, 5 months ago) by niro
Original Path: trunk/extras/gst-plugins-ugly/gst-plugins-ugly-0.10.13-r1.smage2
File size: 1354 byte(s)
-fixed build against newer x264
1 niro 4558 # $Id$
2    
3     PNAME="gst-plugins-ugly"
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.25
14     >= dev-libs/glib2-2.22
15     >= dev-libs/liboil-0.3.16
16     >= dev-libs/libcdio-0.81
17     >= media-libs/gst-plugins-base-0.10.25
18     >= media-libs/libdvdcss-1.2.10
19     >= media-libs/libdvdread-0.9.7
20     >= media-libs/libdvdnav-4.1.3
21     >= media-libs/libmpeg2-0.5.1
22     >= media-libs/a52dec-0.7.4
23     >= media-libs/libid3tag-0.15
24     >= media-libs/libmad-0.15
25     >= media-libs/x264-200911
26     >= media-sound/lame-3.98"
27    
28     SDEPEND=">= sys-dev/gettext-0.17
29     >= dev-util/pkgconfig-0.23"
30    
31     SRCFILE="${PNAME}-${PVER}.tar.bz2"
32     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
33    
34     sminclude mbuild
35    
36     SRC_URI=(
37     http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
38     mirror://${PNAME}/${SRCFILE}
39     )
40    
41     UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
42    
43 niro 4559 src_prepare()
44     {
45     munpack ${SRCFILE} || die
46     cd ${SRCDIR}
47    
48     # fix compilation against newer x264:
49     # b_bframe_pyramid was renamed to i_bframe_pyramid
50     sed -i 's:b_bframe_pyramid:i_bframe_pyramid:g' ext/x264/gstx264enc.c || die
51     }
52    
53 niro 4558 src_compile()
54     {
55     cd ${SRCDIR}
56    
57     # libdvdnav is disabled as it is not stable yet, so we force the build
58     mconfigure --enable-dvdread --enable-dvdnav || die
59     mmake || die
60     }

Properties

Name Value
svn:keywords Id