[Lunar-commits] <moonbase> inkscape: Version bump. Needed a different patch for our version of poppler.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Nov 25 14:34:42 CET 2009


commit 8e3fb6ec98f388e0c59902513850eea76a361a66
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Nov 25 08:34:42 2009 -0500

    inkscape: Version bump. Needed a different patch for our version of poppler.
    
    The patch was taken from; https://bugs.launchpad.net/inkscape/+bug/487038
    and modified for our use.
---
 graphics/inkscape/BUILD   |    6 ------
 graphics/inkscape/DEPENDS |    6 +++---
 graphics/inkscape/DETAILS |   13 +++++--------
 3 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/graphics/inkscape/BUILD b/graphics/inkscape/BUILD
index 05e8337..fbb9440 100644
--- a/graphics/inkscape/BUILD
+++ b/graphics/inkscape/BUILD
@@ -1,11 +1,6 @@
 (
 
-#  This fixes a gtkctree.h (GtkCList does not name a type) make failure.
-   sedit "s:gtk/gtkclist.h:gtk/gtk.h:" src/widgets/sp-xmlview-attr-list.h
-#  done
-
    patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-   patch_it $SOURCE_CACHE/$SOURCE3 0 &&
 
    ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
                 --build=$BUILD                    \
@@ -13,7 +8,6 @@
                 --localstatedir=/var              \
                 --infodir=${GNOME26_PREFIX:-/usr}/share/info \
                 --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
-                --with-popt                       \
                 $OPTS                             &&
 
     default_make  &&
diff --git a/graphics/inkscape/DEPENDS b/graphics/inkscape/DEPENDS
index bec44b9..fe6abe3 100644
--- a/graphics/inkscape/DEPENDS
+++ b/graphics/inkscape/DEPENDS
@@ -5,6 +5,6 @@ depends gc
 depends popt
 depends boost
 
-optional_depends "lcms" "--enable-lcms" "--disable-lcms" "enable LittleCms for color management" 
-optional_depends "libgnomeprintui" "--with-gnome-print" "" "for Gnome printing support"
-optional_depends "libwpg" "" "" "for Wordperfect graphics support"
+optional_depends "lcms"    "--enable-lcms"          "--disable-lcms"          "enable LittleCms for color management" 
+optional_depends "libwpg"  ""                       ""                        "for Wordperfect graphics support"
+optional_depends "poppler" "--enable-poppler-cairo" "--disable-poppler-cairo" "for poppler support"
diff --git a/graphics/inkscape/DETAILS b/graphics/inkscape/DETAILS
index 75025be..b5a1e85 100644
--- a/graphics/inkscape/DETAILS
+++ b/graphics/inkscape/DETAILS
@@ -1,17 +1,14 @@
           MODULE=inkscape
-         VERSION=0.46
+         VERSION=0.47
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=inkscape-0.46-poppler-0.8.3.patch
-         SOURCE3=inkscape.11.early-png-header.dpatch
+         SOURCE2=inkscape-0.47-poppler-0.12.2.patch
       SOURCE_URL=$SFORGE_URL/$MODULE
      SOURCE2_URL=$PATCH_URL
-     SOURCE3_URL=$PATCH_URL
-      SOURCE_VFY=sha1:b7c53c6d2bc0de4ff24d4a6bee86359ff11bef27
-     SOURCE2_VFY=sha1:467713c582295b66aceadb114213f224300c1451
-     SOURCE3_VFY=sha1:d62e77fe0abd88acec7cb522de69c1d173538fff
+      SOURCE_VFY=sha1:aa39d5f7306edb21be4987651041bf50c13baf75
+     SOURCE2_VFY=sha1:cc4de4551353e1f95c38c0a14d2c05e911df8690
         WEB_SITE=http://www.inkscape.org
          ENTERED=20031115
-         UPDATED=20080406
+         UPDATED=20091125
            SHORT="Full featured open source SVG editor"
 
 cat << EOF


More information about the Lunar-commits mailing list