diff options
author | drochner <drochner@pkgsrc.org> | 2007-04-19 20:14:58 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-04-19 20:14:58 +0000 |
commit | 6b2e593993a13b8d94061b236b254eae27dfe500 (patch) | |
tree | 19af4565a26919d64d12d77cc0394ac76418a45f /graphics/dia/patches | |
parent | 29b5c2b54718fb1d0888da61e197f04d23a64316 (diff) | |
download | pkgsrc-6b2e593993a13b8d94061b236b254eae27dfe500.tar.gz |
update to 0.96.1
changes:
* Text rendering is now based on the TextLine objects, each of which
contain one line of text along with font and font height. This has
allowed proper control of text width and speedier rendering.
* Visio VXD files can now be imported and exported, thanks to Ian
Redfern.
-internal API changes
* A number of new keyboard shortcuts.
* Layer visibility is now undoable.
* New sheets for Business Process Modelling
-bugfixes
Diffstat (limited to 'graphics/dia/patches')
-rw-r--r-- | graphics/dia/patches/patch-aa | 23 | ||||
-rw-r--r-- | graphics/dia/patches/patch-ab | 13 |
2 files changed, 29 insertions, 7 deletions
diff --git a/graphics/dia/patches/patch-aa b/graphics/dia/patches/patch-aa index 7f1ca367360..3022b37bed2 100644 --- a/graphics/dia/patches/patch-aa +++ b/graphics/dia/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.4 2006/10/10 19:48:52 rillig Exp $ +$NetBSD: patch-aa,v 1.5 2007/04/19 20:14:59 drochner Exp $ ---- configure.orig 2006-05-25 22:49:43.000000000 +0200 -+++ configure 2006-10-10 21:45:38.000000000 +0200 -@@ -21854,7 +21854,8 @@ if test "${with_gnomeprint+set}" = set; +--- configure.orig 2007-03-29 08:11:17.000000000 +0200 ++++ configure +@@ -20515,7 +20515,7 @@ if test "${with_freetype+set}" = set; th + else + with_freetype=yes + fi; +-if test "x$with_freetype" == "xyes"; then ++if test "x$with_freetype" = "xyes"; then + + pkg_failed=no + echo "$as_me:$LINENO: checking for PANGOFT2" >&5 +@@ -20989,7 +20989,8 @@ if test "${with_gnomeprint+set}" = set; else with_gnomeprint=no fi; @@ -12,7 +21,7 @@ $NetBSD: patch-aa,v 1.4 2006/10/10 19:48:52 rillig Exp $ pkg_failed=no echo "$as_me:$LINENO: checking for GNOMEPRINT" >&5 -@@ -22717,7 +22718,7 @@ else +@@ -21927,7 +21928,7 @@ else echo "${ECHO_T}no" >&6 fi @@ -21,7 +30,7 @@ $NetBSD: patch-aa,v 1.4 2006/10/10 19:48:52 rillig Exp $ { { echo "$as_me:$LINENO: error: xgettext program not found: $XGETTEXT." >&5 echo "$as_me: error: xgettext program not found: $XGETTEXT." >&2;} { (exit 1); exit 1; }; } -@@ -25828,7 +25829,7 @@ echo $ECHO_N "checking for $am_display_P +@@ -25023,7 +25024,7 @@ echo $ECHO_N "checking for $am_display_P if test "${am_cv_python_pythondir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -30,7 +39,7 @@ $NetBSD: patch-aa,v 1.4 2006/10/10 19:48:52 rillig Exp $ echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"` fi echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5 -@@ -25846,7 +25847,7 @@ echo $ECHO_N "checking for $am_display_P +@@ -25041,7 +25042,7 @@ echo $ECHO_N "checking for $am_display_P if test "${am_cv_python_pyexecdir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else diff --git a/graphics/dia/patches/patch-ab b/graphics/dia/patches/patch-ab new file mode 100644 index 00000000000..ae5b41d44fc --- /dev/null +++ b/graphics/dia/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.5 2007/04/19 20:14:59 drochner Exp $ + +--- doc/en/usage-layers.xml.orig 2007-04-19 21:35:56.000000000 +0200 ++++ doc/en/usage-layers.xml +@@ -26,7 +26,7 @@ + </para> + </tip> + <para> +- Each new diagram comes with the default layer labelled “Background”. Of course you can change its name and settings to customize it to your needs as you can do with any other layer. ++ Each new diagram comes with the default layer labelled "Background". Of course you can change its name and settings to customize it to your needs as you can do with any other layer. + </para> + <para> + You can use layers to create overlay slide show by drawing each incremental slide in a |