Magellan Linux

Contents of /trunk/todo/libkdcraw/libkdcraw-4.14.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26629 - (show annotations) (download)
Thu Jul 9 06:55:44 2015 UTC (8 years, 11 months ago) by niro
Original Path: trunk/extras/libkdcraw/libkdcraw-4.14.3-r2.smage2
File size: 395 byte(s)
-fixed build with gcc5
1 # $Id$
2
3 PNAME="libkdcraw"
4 PVER="4.14.3"
5 PBUILD="r2"
6
7 DESCRIPTION="KDE digital camera raw image library wrapper."
8
9 DEPEND="== kde-base/kdelibs-${PVER}
10 >= media-libs/libraw-0.16"
11
12 sminclude kde4
13
14 SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-gcc5.patch )
15
16 src_prepare()
17 {
18 munpack ${SRCFILE} || die
19 cd ${SRCDIR}
20
21 # fix missing -fexeptions with gcc5
22 mpatch ${PNAME}-${PVER}-gcc5.patch || die
23 }