Magellan Linux

Annotation of /branches/R11-unstable/extras/libraw/libraw-0.16.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24878 - (hide annotations) (download)
Mon Nov 17 23:41:50 2014 UTC (9 years, 7 months ago) by niro
Original Path: trunk/extras/libraw/libraw-0.16.2-r1.smage2
File size: 600 byte(s)
auto added: ver bump to 0.16.2-r1
1 niro 24878 # $Id$
2    
3     PNAME="libraw"
4     PVER="0.16.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=">= 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     }