Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15909 - (hide annotations) (download)
Thu Jan 17 08:01:55 2013 UTC (11 years, 5 months ago) by niro
Original Path: trunk/extras/babl/babl-0.1.10-r1.smage2
File size: 628 byte(s)
auto added: ver bump to 0.1.10-r1
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     SDEPEND=">= dev-libs/gobject-introspection-1.34"
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     }