Magellan Linux

Annotation of /branches/magellan-next/extras/babl/babl-0.1.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9527 - (hide annotations) (download)
Mon Dec 5 18:31:59 2011 UTC (12 years, 5 months ago) by niro
File size: 633 byte(s)
auto added: ver bump to 0.1.6-r2
1 niro 9527 # $Id$
2    
3     PNAME="babl"
4     PVER="0.1.6"
5     PBUILD="r2"
6    
7     PCATEGORIE="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     SDEPEND=">= dev-libs/gobject-introspection-0.10"
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     )
24    
25     # fixme
26     UP2DATE="echo ${PVER}"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     mconfigure --enable-mmx --enable-sse --enable-introspection || die
33     mmake || die
34     }