Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31916 - (hide annotations) (download)
Wed Jan 2 12:08:16 2019 UTC (5 years, 4 months ago) by niro
File size: 622 byte(s)
-create missing configure and removed obsolete gcc fixes
1 niro 31915 # $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 niro 31916 src_prepare()
30 niro 31915 {
31 niro 31916 munpack ${SRCFILE} || die
32     mautoreconf || die
33 niro 31915 }