summaryrefslogtreecommitdiff
path: root/graphics/Cenon/patches/patch-aa
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2012-10-22 22:59:47 +0000
committerrh <rh@pkgsrc.org>2012-10-22 22:59:47 +0000
commitf1fbfae79ee29038d84f331590f019c1c27fa05d (patch)
treecfbd6820fe825ed3f383277ff906f8b1e033fd2b /graphics/Cenon/patches/patch-aa
parent05746a27677584612a9f43e0be15e945b6886d92 (diff)
downloadpkgsrc-f1fbfae79ee29038d84f331590f019c1c27fa05d.tar.gz
Update Cenon to 3.9.6
Notable changes include: + New, Images: save as BMP, GIF, JPG, PNG (saves a lot of diskspace) + New, ProjectSettings: Units of measure for the document + New, Inspector: Inspector Accessory, replacing the Text item + Groups can be selected by "Select equal Color" (menu item: Edit -> Select Color) + LayerDetails: new switch to tell a layer whether to be used for batch production. + Image: selection handling improved - select at border or inside according to preferences setting - for clipped images: select at or inside clipped area + Empty text will be removed, no asterisk '*' when clicking around in text mode + Fix, pasting of several layers to one layer keeps order of graphics elements + Fix, Image: splitting of clipped image keeps image behind path + Fix, Text: creating a text at the right border of the document, now sets the correct text box in all zoom steps + Fix, Text with Paragraph/Character-Colors is working again + Fix, Text: improvements of redisplay after editing text + Build Contour: Text offset Y fixed again for vertical centered text + Cosmetics in Inspectors, Knobs, etc. + Fix, Apple: scrolling without clutter + PS-Import: error-tolerant import of PostScript from Windows applications like Corel-Draw, Eurocut, etc., that often contain garbage before data. + Fix, PS-Import via GhostScript: imported objects get a default color + Fix, PS-Import: issues with GhostScript 8.56 and above hopefully solved (not tested yet) + Fix, Gerber-Export: small fixes like export of open Paths + Fix, Apple: position of the contour of mirrored text corrected + Fix, Apple: newly created text gets textbox a little heigher to be displayed more safely + Fix, Apple: workaround - finally it's now possible to save Cenon documents compatible with OpenStep and GNUstep + Fix, Apple: workaround - it's now possible to save 4 bit images on Apple + Fix, Apple: workaround for new color spaces added in OS X >= 10.4 Some colors turned to black on saving. + Apple: search of Cenon files in Library/Application Support/Cenon added + Documentation updated
Diffstat (limited to 'graphics/Cenon/patches/patch-aa')
-rw-r--r--graphics/Cenon/patches/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/Cenon/patches/patch-aa b/graphics/Cenon/patches/patch-aa
new file mode 100644
index 00000000000..a734b49a4c8
--- /dev/null
+++ b/graphics/Cenon/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.3 2012/10/22 22:59:47 rh Exp $
+
+Prepend DESTDIR to allow staging.
+
+--- GNUmakefile.postamble.orig 2010-02-19 03:18:02.000000000 +0000
++++ GNUmakefile.postamble
+@@ -21,9 +21,9 @@
+ after-install::
+ # copy library
+ #rm -R $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME)
+- cp -R Library/$(APP_NAME)/ $(GNUSTEP_LOCAL_LIBRARY)/
++ cp -R Library/$(APP_NAME) ${DESTDIR}$(GNUSTEP_LOCAL_LIBRARY)/
+ # set permissions (rrr)
+- chmod -R ugo+rX $(GNUSTEP_LOCAL_APPS)/$(APP_NAME).*
++ chmod -R ugo+rX ${DESTDIR}$(GNUSTEP_LOCAL_APPS)/$(APP_NAME).*
+ #chmod -R ugo+rX $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME)
+
+ # Things to do before uninstalling