Magellan Linux

Annotation of /branches/R11-stable/extras/babl/babl-0.1.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16127 - (hide annotations) (download)
Fri Jan 25 00:16:24 2013 UTC (11 years, 8 months ago) by niro
File size: 617 byte(s)
-release branches/R11-stable
1 niro 15909 # $Id$
2    
3     PNAME="babl"
4     PVER="0.1.10"
5     PBUILD="r1"
6    
7     PCAT="media-libs"
8    
9     DESCRIPTION="Babl is a library for dynamically handling pixel formats and managing conversions between them."
10     HOMEPAGE="http://www.gegl.org/babl/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     ftp://ftp.gimp.org/pub/${PNAME}/${PVER%.*}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     # fixme
25     UP2DATE="echo ${PVER}"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31 niro 15910 # instrospection seems to be broken
32     mconfigure --enable-mmx --enable-sse --disable-introspection || die
33 niro 15909 mmake || die
34     }