Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27883 - (hide annotations) (download)
Wed Apr 6 10:57:45 2016 UTC (8 years, 2 months ago) by niro
File size: 395 byte(s)
-moved to 'todo'
1 niro 26628 # $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 niro 26629
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     }