Revision: 70260 http://trac.macports.org/changeset/70260 Author: devans@macports.org Date: 2010-08-03 16:50:20 -0700 (Tue, 03 Aug 2010) Log Message: ----------- various gimp plug-ins: allow either gimp2 or gimp2-devel via path dependency. Modified Paths: -------------- trunk/dports/graphics/gimp-jp2/Portfile trunk/dports/graphics/gimp-lqr-plugin/Portfile trunk/dports/graphics/icns-gimp/Portfile trunk/dports/graphics/ufraw/Portfile Modified: trunk/dports/graphics/gimp-jp2/Portfile =================================================================== --- trunk/dports/graphics/gimp-jp2/Portfile 2010-08-03 23:40:05 UTC (rev 70259) +++ trunk/dports/graphics/gimp-jp2/Portfile 2010-08-03 23:50:20 UTC (rev 70260) @@ -25,7 +25,7 @@ sha1 6caab9ebb067b44659d59bced3da5bb54634b690 \ rmd160 6694475d690824feb4a1cb8b4cb232857700694c -depends_lib lib:libgimp-2.0:gimp2 \ +depends_lib path:lib/libgimp-2.0:gimp2 \ port:openjpeg post-patch { Modified: trunk/dports/graphics/gimp-lqr-plugin/Portfile =================================================================== --- trunk/dports/graphics/gimp-lqr-plugin/Portfile 2010-08-03 23:40:05 UTC (rev 70259) +++ trunk/dports/graphics/gimp-lqr-plugin/Portfile 2010-08-03 23:50:20 UTC (rev 70260) @@ -25,7 +25,8 @@ sha1 cc7ae00ae4ba144e3f5bab6cc62f43e12cdee3f4 \ rmd160 d445204a295e4f9d5a5fc0f5fb7081c60bfc8a43 -depends_lib port:liblqr port:gimp2 +depends_lib port:liblqr \ + path:lib/pkgconfig/gimp-2.0.pc:gimp2 livecheck.type regex livecheck.url http://liquidrescale.wikidot.com/en:download-page Modified: trunk/dports/graphics/icns-gimp/Portfile =================================================================== --- trunk/dports/graphics/icns-gimp/Portfile 2010-08-03 23:40:05 UTC (rev 70259) +++ trunk/dports/graphics/icns-gimp/Portfile 2010-08-03 23:50:20 UTC (rev 70260) @@ -23,7 +23,7 @@ patchfiles patch-Makefile.diff checksums md5 e491775279b973db3cab06c7359855e8 -depends_lib lib:libgimp-2.0:gimp2 +depends_lib path:lib/libgimp-2.0:gimp2 post-patch { reinplace "s|/sw|${prefix}|g" ${worksrcpath}/Makefile Modified: trunk/dports/graphics/ufraw/Portfile =================================================================== --- trunk/dports/graphics/ufraw/Portfile 2010-08-03 23:40:05 UTC (rev 70259) +++ trunk/dports/graphics/ufraw/Portfile 2010-08-03 23:50:20 UTC (rev 70260) @@ -23,7 +23,7 @@ sha1 0762b238cdcd708948b5aeac552f7f2b1edb1846 \ rmd160 785d46e6936f176220dbf77f86dd373ef0250a79 -depends_lib port:dcraw port:gimp2 port:exiv2 port:gtkimageview port:cfitsio +depends_lib port:dcraw path:lib/pkgconfig/gimpui-2.0.pc:gimp2 port:exiv2 port:gtkimageview port:cfitsio # gimp2 is not universal universal_variant no
participants (1)
-
devans@macports.org