[26938] trunk/dports
source_changes at macosforge.org
source_changes at macosforge.org
Thu Jul 12 09:10:53 PDT 2007
Revision: 26938
http://trac.macosforge.org/projects/macports/changeset/26938
Author: yves at macports.org
Date: 2007-07-12 09:10:53 -0700 (Thu, 12 Jul 2007)
Log Message:
-----------
Change gimp2 dpendencies for gimp to match changeset:26924
Modified Paths:
--------------
trunk/dports/graphics/ufraw/Portfile
trunk/dports/graphics/xsane/Portfile
trunk/dports/perl/p5-gimp/Portfile
trunk/dports/print/gutenprint/Portfile
Modified: trunk/dports/graphics/ufraw/Portfile
===================================================================
--- trunk/dports/graphics/ufraw/Portfile 2007-07-12 14:47:31 UTC (rev 26937)
+++ trunk/dports/graphics/ufraw/Portfile 2007-07-12 16:10:53 UTC (rev 26938)
@@ -19,7 +19,7 @@
master_sites sourceforge
checksums md5 e7e5930a872657830a77dc9ddbfce93b
distname ufraw-${version}
-depends_lib port:gimp2 port:exiv2
+depends_lib port:gimp port:exiv2
configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
Modified: trunk/dports/graphics/xsane/Portfile
===================================================================
--- trunk/dports/graphics/xsane/Portfile 2007-07-12 14:47:31 UTC (rev 26937)
+++ trunk/dports/graphics/xsane/Portfile 2007-07-12 16:10:53 UTC (rev 26938)
@@ -17,7 +17,7 @@
checksums md5 cded872f2e7041f4a0f2dc4f0bbc5a77
depends_lib port:gettext \
- port:gimp2 \
+ port:gimp \
port:glib2 \
port:gtk2 \
port:jpeg \
@@ -38,13 +38,13 @@
system "strip ${destroot}${prefix}/bin/xsane"
- if {![variant_isset disable_gimp2]} {
+ if {![variant_isset disable_gimp]} {
file mkdir ${destroot}${prefix}/lib/gimp/2.0/plug-ins
system "ln -sf ${prefix}/bin/xsane ${destroot}${prefix}/lib/gimp/2.0/plug-ins"
}
}
-variant disable_gimp2 {
- depends_lib-delete port:gimp2
+variant disable_gimp {
+ depends_lib-delete port:gimp
configure.args-append --disable-gimp
}
Modified: trunk/dports/perl/p5-gimp/Portfile
===================================================================
--- trunk/dports/perl/p5-gimp/Portfile 2007-07-12 14:47:31 UTC (rev 26937)
+++ trunk/dports/perl/p5-gimp/Portfile 2007-07-12 16:10:53 UTC (rev 26938)
@@ -11,7 +11,7 @@
checksums md5 dcdc7562aae803149f54ebd6d607fc30
-depends_lib-append lib:libgimpbase-2:gimp2 port:p5-gtk2 \
+depends_lib-append lib:libgimpbase-2:gimp port:p5-gtk2 \
port:p5-pdl
patchfiles patch-configure
Modified: trunk/dports/print/gutenprint/Portfile
===================================================================
--- trunk/dports/print/gutenprint/Portfile 2007-07-12 14:47:31 UTC (rev 26937)
+++ trunk/dports/print/gutenprint/Portfile 2007-07-12 16:10:53 UTC (rev 26938)
@@ -16,14 +16,14 @@
use_bzip2 yes
checksums md5 4ec66d57c1014b503d6bea16b1c31d81
-depends_lib port:gimp2
+depends_lib port:gimp
configure.args --disable-escputil \
--disable-samples \
--disable-test \
--without-cups \
--without-readline \
- --with-gimp2-as-gutenprint
+ --with-gimp-as-gutenprint
post-configure {
foreach i {iconv intl} {
@@ -41,7 +41,7 @@
}
variant gimp_dev {
- depends_lib-delete port:gimp2
+ depends_lib-delete port:gimp
depends_lib-append port:gimp-dev
configure.env \
GIMPTOOL2_CHECK=${prefix}/gimp-2.3/bin/gimptool-2.0 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070712/9ce48e7a/attachment.html
More information about the macports-changes
mailing list