[PC-BSD Commits] r2842 - pbibuild/modules/gimp
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 2 08:01:58 PDT 2008
Author: kris
Date: 2008-10-02 08:01:58 -0700 (Thu, 02 Oct 2008)
New Revision: 2842
Modified:
pbibuild/modules/gimp/copy-files
pbibuild/modules/gimp/pbi.conf
Log:
Fixed gimp to include a few more libraries that a couple of its plugins need, for SVG and wmf
Modified: pbibuild/modules/gimp/copy-files
===================================================================
--- pbibuild/modules/gimp/copy-files 2008-10-02 14:58:17 UTC (rev 2841)
+++ pbibuild/modules/gimp/copy-files 2008-10-02 15:01:58 UTC (rev 2842)
@@ -9,4 +9,5 @@
/usr/local/lib/libguten* autolibs/
/usr/local/lib/libpoppler* autolibs/
/usr/local/lib/libgail* autolibs/
-
+/usr/local/lib/librsv* autolibs/
+/usr/local/lib/libwmf* autolibs/
Modified: pbibuild/modules/gimp/pbi.conf
===================================================================
--- pbibuild/modules/gimp/pbi.conf 2008-10-02 14:58:17 UTC (rev 2841)
+++ pbibuild/modules/gimp/pbi.conf 2008-10-02 15:01:58 UTC (rev 2842)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="03"
+BUILDKEY="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list