Magellan Linux

Annotation of /branches/R11-unstable/extras/babl/babl-0.1.10-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23014 - (hide annotations) (download)
Tue Oct 28 10:50:37 2014 UTC (9 years, 6 months ago) by niro
Original Path: trunk/extras/babl/babl-0.1.10-r2.smage2
File size: 623 byte(s)
-mass rebuild of older packages
1 niro 23013 # $Id$
2    
3     PNAME="babl"
4     PVER="0.1.10"
5     PBUILD="r2"
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 niro 23014 http://download.gimp.org/pub/${PNAME}/${PVER%.*}/${SRCFILE}
21 niro 23013 mirror://${PNAME}/${SRCFILE}
22     )
23    
24     # fixme
25     UP2DATE="echo ${PVER}"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     # instrospection seems to be broken
32     mconfigure --enable-mmx --enable-sse --disable-introspection || die
33     mmake || die
34     }