--- branches/magellan-next/extras/gimp/gimp-2.6.11-r1.smage2 2011/12/06 00:42:08 9536 +++ branches/magellan-next/extras/gimp/gimp-2.6.11-r1.smage2 2011/12/06 00:49:41 9537 @@ -52,6 +52,7 @@ mirror://${PNAME}/${SRCFILE} mirror://${PNAME}/${PNAME}-${PVER}-curl.patch mirror://${PNAME}/${PNAME}-${PVER}-png15.patch + mirror://${PNAME}/${PNAME}-${PVER}-poppler018.patch mirror://${PNAME}/${PNAME}-${PVER}-xdg.patch ) @@ -66,8 +67,10 @@ # fix build against newer curl and better uri handling scheme mpatch ${PNAME}-${PVER}-curl.patch || die - # build with libpng-1.5 + # fix build with libpng-1.5 mpatch ${PNAME}-${PVER}-png15.patch || die + # fix build against newer poppler (>=0.18) + mpatch ${PNAME}-${PVER}-poppler018.patch || die # use xdg-open instead of default browser mpatch ${PNAME}-${PVER}-xdg.patch || die }