Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28889 - (hide annotations) (download)
Wed May 10 06:51:26 2017 UTC (7 years, 1 month ago) by niro
Original Path: trunk/extras/babl/babl-0.1.10-r3.smage2
File size: 623 byte(s)
-rebuild
1 niro 28889 # $Id$
2    
3     PNAME="babl"
4     PVER="0.1.10"
5     PBUILD="r3"
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     http://download.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     # instrospection seems to be broken
32     mconfigure --enable-mmx --enable-sse --disable-introspection || die
33     mmake || die
34     }