Magellan Linux

Contents of /trunk/extras/ilmbase/ilmbase-1.0.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10780 - (show annotations) (download)
Thu Feb 2 08:40:07 2012 UTC (12 years, 4 months ago) by niro
File size: 882 byte(s)
-disabled src_check atm -fixme
1 # $Id$
2
3 PNAME="ilmbase"
4 PVER="1.0.2"
5 PBUILD="r3"
6
7 PCAT="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 msetfeature "!check"
19
20 SRC_URI=(
21 http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
22 http://download.savannah.nongnu.org/releases/openexr/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${PNAME}-1.0.1-as-needed.patch
25 mirror://${PNAME}/${PNAME}-${PVER}-gcc43.patch
26 )
27
28 UP2DATE="updatecmd http://download.savannah.nongnu.org/releases/openexr | grep ${PNAME}-[0-9] | lasttarball gz"
29
30 src_prepare()
31 {
32 munpack ${SRCFILE} || die
33 mpatch ${PNAME}-1.0.1-as-needed.patch || die
34
35 # fix build of openexr with gcc-4.3
36 # no need to patch every openexr release
37 mpatch ${PNAME}-${PVER}-gcc43.patch || die
38 }