Magellan Linux

Contents of /branches/R11-stable/extras/ilmbase/ilmbase-1.0.2-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15171 - (show annotations) (download)
Wed Jan 2 10:53:09 2013 UTC (11 years, 5 months ago) by niro
File size: 907 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="ilmbase"
4 PVER="1.0.2"
5 PBUILD="r4"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="OpenEXR ILM Base libraries."
10 HOMEPAGE="http://openexr.com/"
11
12 DEPEND=">= sys-libs/libstdc++-4.6"
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 }