Magellan Linux

Contents of /trunk/extras/libraw/libraw-0.17.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27328 - (show annotations) (download)
Tue Dec 15 14:27:04 2015 UTC (8 years, 5 months ago) by niro
File size: 627 byte(s)
-c++11 abi toolchain rebuild
1 # $Id$
2
3 PNAME="libraw"
4 PVER="0.17.1"
5 PBUILD="r2"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="LibRaw is a library for reading RAW files obtained from digital photo cameras."
10 HOMEPAGE="http://www.libraw.org/"
11
12 DEPEND=">= media-libs/libjpeg-8
13 >= media-libs/lcms2-2.6
14 >= media-libs/libjasper-1.900
15 >= sys-libs/libstdc++-5.3"
16
17 SRCFILE="LibRaw-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/LibRaw-${PVER}"
19
20 sminclude multilib
21
22 SRC_URI=(
23 http://www.libraw.org/data/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd http://www.libraw.org/download | highesttarball gz"
28
29 src_compile()
30 {
31 mconfigure --disable-examples || die
32 mmake || die
33 }