Magellan Linux

Annotation of /trunk/extras/libfame/libfame-0.9.1-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 978 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/libfame/libfame-0.9.1-r7.smage2,v 1.1 2008/02/14 21:29:20 niro Exp $
2    
3     PNAME="libfame"
4     PVER="0.9.1"
5     PBUILD="r7"
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     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     # fixes gcc34 compilation
34     mpatch ${PNAME}-${PVER}-gcc34.patch || die
35    
36     # fixes m4 warnings
37     mpatch ${PNAME}-${PVER}-m4-underquoted-2.patch || die
38    
39     # fixes pic issues
40     mpatch ${PNAME}-${PVER}-pic.patch || die
41    
42     # support more targets
43     gnuconfig-update || die
44     }

Properties

Name Value
svn:keywords Id