Magellan Linux

Contents of /branches/R11-stable/extras/libraw/libraw-0.16.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24607 - (show annotations) (download)
Fri Feb 20 11:55:40 2015 UTC (9 years, 3 months ago) by niro
File size: 600 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libraw"
4 PVER="0.16.0"
5 PBUILD="r1"
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
16 SRCFILE="LibRaw-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/LibRaw-${PVER}"
18
19 sminclude multilib
20
21 SRC_URI=(
22 http://www.libraw.org/data/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd http://www.libraw.org/download | highesttarball gz"
27
28 src_compile()
29 {
30 mconfigure --disable-examples || die
31 mmake || die
32 }