Magellan Linux

Contents of /trunk/core/libfame/libfame-0.9.1-r9.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3505 - (show annotations) (download)
Thu Oct 22 22:00:42 2009 UTC (14 years, 6 months ago) by niro
File size: 932 byte(s)
auto added: ver bump to 0.9.1-r9
1 # $Id$
2
3 PNAME="libfame"
4 PVER="0.9.1"
5 PBUILD="r9"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="libfame is a MPEG-1 and MPEG-4 video encoding library."
11 HOMEPAGE="http://fame.sourceforge.net/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild gnuconfig mtools
19
20 SRC_URI=(
21 sourceforge://fame/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-gcc34.patch
24 mirror://${PNAME}/${PNAME}-${PVER}-m4-underquoted-2.patch
25 mirror://${PNAME}/${PNAME}-${PVER}-pic.patch
26 )
27
28 UP2DATE="updatecmd_sourceforge fame ${PNAME}"
29
30 src_prepare()
31 {
32 munpack ${SRCFILE} || die
33 cd ${SRCDIR}
34
35 # fixes gcc34 compilation
36 mpatch ${PNAME}-${PVER}-gcc34.patch || die
37
38 # fixes m4 warnings
39 mpatch ${PNAME}-${PVER}-m4-underquoted-2.patch || die
40
41 # fixes pic issues
42 mpatch ${PNAME}-${PVER}-pic.patch || die
43
44 # support more targets
45 gnuconfig-update || die
46 }

Properties

Name Value
svn:keywords Id