Magellan Linux

Annotation of /trunk/extras/babl/babl-0.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4501 - (hide annotations) (download)
Wed Dec 23 22:37:50 2009 UTC (14 years, 6 months ago) by niro
File size: 826 byte(s)
-run autoreconf
1 niro 4499 # $Id$
2    
3     PNAME="babl"
4     PVER="0.1.0"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="Babl is a library for dynamically handling pixel formats and managing conversions between them."
11     HOMEPAGE="http://www.gegl.org/babl/"
12    
13     DEPEND=">= virtual/glibc"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     ftp://ftp.gimp.org/pub/${PNAME}/${PVER%.*}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23 niro 4500 mirror://${PNAME}/${PNAME}-${PVER}-build-fixes.patch
24 niro 4499 )
25    
26     # fixme
27     UP2DATE="echo ${PVER}"
28    
29 niro 4500 src_prepare()
30     {
31     munpack ${SRCFILE} || die
32     cd ${SRCDIR}
33    
34     # fix linking and install location
35     mpatch ${PNAME}-${PVER}-build-fixes.patch || die
36 niro 4501 autoreconf --install --force --verbose || die
37 niro 4500 }
38    
39 niro 4499 src_compile()
40     {
41     cd ${SRCDIR}
42    
43     mconfigure --enable-mmx --enable-sse || die
44     mmake || die
45     }

Properties

Name Value
svn:keywords Id