Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31611 - (hide annotations) (download)
Tue Dec 4 14:08:36 2018 UTC (5 years, 5 months ago) by niro
File size: 684 byte(s)
auto added: ver bump to 0.19.1-r1
1 niro 31611 # $Id$
2    
3     PNAME="libraw"
4     PVER="0.19.1"
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_compile()
30     {
31     # fix build with >=gcc-6.1
32     CXXFLAGS+=" -Wno-narrowing"
33     mconfigure --disable-examples || die
34     mmake || die
35     }