Magellan Linux

Contents of /trunk/extras/ilmbase/ilmbase-2.2.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27312 - (show annotations) (download)
Tue Dec 15 09:46:15 2015 UTC (8 years, 4 months ago) by niro
File size: 737 byte(s)
-c++11 abi toolchain rebuild
1 # $Id$
2
3 PNAME="ilmbase"
4 PVER="2.2.0"
5 PBUILD="r2"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="OpenEXR ILM Base libraries."
10 HOMEPAGE="http://openexr.com/"
11
12 DEPEND=">= sys-libs/libstdc++-5.3"
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 )
25
26 UP2DATE="updatecmd http://download.savannah.nongnu.org/releases/openexr | grep ${PNAME}-[0-9] | lasttarball gz"
27
28 src_compile()
29 {
30 # fix bogus pthread linking and as-needed issues
31 PTHREAD_LIBS="-pthread -lpthread -lrt" \
32 mconfigure || die
33 mmake || die
34 }