Magellan Linux

Contents of /branches/magellan-next/extras/ilmbase/ilmbase-1.0.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8493 - (show annotations) (download)
Wed Jul 20 14:09:52 2011 UTC (12 years, 9 months ago) by niro
File size: 867 byte(s)
auto added: ver bump to 1.0.2-r3
1 # $Id$
2
3 PNAME="ilmbase"
4 PVER="1.0.2"
5 PBUILD="r3"
6
7 PCATEGORIE="media-libs"
8
9 DESCRIPTION="OpenEXR ILM Base libraries."
10 HOMEPAGE="http://openexr.com/"
11
12 DEPEND=""
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude multilib
18
19 SRC_URI=(
20 http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
21 http://download.savannah.nongnu.org/releases/openexr/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-1.0.1-as-needed.patch
24 mirror://${PNAME}/${PNAME}-${PVER}-gcc43.patch
25 )
26
27 UP2DATE="updatecmd http://download.savannah.nongnu.org/releases/openexr | grep ${PNAME}-[0-9] | lasttarball gz"
28
29 src_prepare()
30 {
31 munpack ${SRCFILE} || die
32 mpatch ${PNAME}-1.0.1-as-needed.patch || die
33
34 # fix build of openexr with gcc-4.3
35 # no need to patch every openexr release
36 mpatch ${PNAME}-${PVER}-gcc43.patch || die
37 }