Magellan Linux

Contents of /branches/R11-unstable/extras/libraw/libraw-0.19.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32644 - (show annotations) (download)
Mon Apr 29 13:20:02 2019 UTC (5 years ago) by niro
File size: 622 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libraw"
4 PVER="0.19.2"
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=">= virtual/libjpeg
13 >= media-libs/lcms2-2.8
14 >= media-libs/libjasper-2.0
15 >= sys-libs/libstdc++-6.3"
16
17 SRCFILE="LibRaw-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/LibRaw-${PVER}"
19
20 sminclude multilib mbuild
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_prepare()
30 {
31 munpack ${SRCFILE} || die
32 mautoreconf || die
33 }