Magellan Linux

Annotation of /trunk/extras/libraw/libraw-0.19.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33210 - (hide annotations) (download)
Sat Oct 19 12:00:08 2019 UTC (4 years, 11 months ago) by niro
File size: 622 byte(s)
auto added: ver bump to 0.19.5-r1
1 niro 33210 # $Id$
2    
3     PNAME="libraw"
4     PVER="0.19.5"
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     }