and bump PKGREVISION.
This is for PR #31852.
objdump showed me that it didn't use qt3-tools libraries.
And it appeared to start up fine without it.
Also, the PR submitter said he could run scribus without the
qt3-tools installed.
(Maybe this should be set in x11/qt3-tools/buildlink3.mk?)
* Depend on poppler 0.4.0
* Pass in timestamp to to handle opening multiple windows over dbus
better (Ryan Lortie)
* Really quit when rendering postscript files.
* Set textdomain to libglade.
* Fix rotation of thumbnails multiple times
* Fix selection for non-continuous case
* Disable selection for rotated case
* findbar fixes
Release 0.4.2
- Fix a rotation bug.
- Fix freetype pkg-config check
- Default to built-in decompression.
Release 0.4.1
- Fix and simplify glib rotation API.
- Fix build issue with freetype flags.
Release 0.4.0
- Real text selection.
- API breakage in glib wrapper: dropping dest_x and dest_y
arguments from poppler_page_render_to_pixbuf().
- Updates to glib printing API from Martin Kretzschmar to
support setting paper size and duplex from the application.
- Much work on Qt4 bindings and Arthur output device. Still
work in progress, thouhg.
This release contains preview-latex
(which install could be disabled by an option, but is it useful ?)
Many bugfixes, and support for different languages
libgnomeprint 2.12.1
Christian Persch:
* Fix the missing page of the print dialog. [#316692]
* Don't crash or leak when printing to an invalid file. [#312803]
Jody:
* Fix transparent image rendering. [#316018]
* Patch leaks. [#312928, #312929, #316517]
* Update paper preview on custom paper size change [#306886]
* Fix instability in filters [#316490]
Jürg Billeter:
* select the default printer. [#155144]
------------------------------------------------------------------------------
libgnomeprint 2.11.0
Ivan Wong:
* Port to win32.
* GDI backend.
Jody:
* Fix pdf generation.
* Fix duplex for cups printers.
* Re-enable duplex-tumble for printers without ppd.
* Add some G_GNUC_PRINTF to improve api warnings.
Lutz:
* Prepare to modularize transports and drivers.
* More work on clipboard support for previews.
Owen:
* Fix pango handling of vertical offsets.
changes:
-supports the proposed OpenICC specification for color management profiles
-adds updated English documentation, along with many GUI translation updates
-Many locale and Unicode fixes and enhancements
* Added support for lgrind.
* Added a dist target for creating a distribution archive of all source files.
* Added support for using tex2page for html output.
* When using pdflatex, directly convert tgif and xfig drawings to PDF instead
of to encapsulated postscript.
* When using pdflatex, do not create @file{.dvi} files as part of the default
target.
* Added a LANDSCAPE variable which when set will add landscape flags to various
tools.
* Make the default flag for exporting xfig drawings to encapsulated postscript
be -L eps instead of -L ps.
This fixes PR #31102 which I just reopened.
The problem could be seen when installing another package
that depends on mpage. But couldn't be seen when directly
building within pkgsrc/print/mpage.
------------------
Added the continuous view mode, including the '-cont' switch and the
'continuousView' config file option.
At high zoom levels, don't rasterize the entire page - this avoids
problems running out of memory.
Added "search backward" and "match case" options to the find dialog.
Support explicitly masked images and soft masked images.
Add support to DCTStream for 16-bit quant tables.
Don't segfault if the user clicks on an outline entry with a broken
destination.
Changed the makefiles and configure script to skip building pdftoppm
(in addition to xpdf) if X, Motif, or FreeType is not found; changed
the error message in the configure script to match.
Move an inline function in JArithmeticDecoder.cc to avoid compiler
errors.
Fixed a bug in the rasterizer that was sometimes causing infinite
loops with round line caps on vertical lines.
Various rasterizer optimizations.
Look for intermediate resize events - try to avoid lagging when the
user is doing an opaque resize.
The FormType key in Form XObjects is optional.
Handle external 16-bit TrueType fonts correctly, using the Unicode
cmap.
Add class declarations to TextOutputDev.h to work with stricter C++
compilers.
More...
patch provided by Jason White in PR 31089
* Version 1.16:
- added %%Orientation comment to the prolog (thanks to Ken Pizzini
<ken@gnu.org>)
- added Slovak translation and .holiday file (thanks to M.F. PSIkappa
<psi@platon.atlantis.sk>)
- added Russian translation (thanks to Alexei A. Gaidioukov
<lexey@cda.ipmce.su>)
released by Mark Hanson 2005-01-01, mbh@panix.com
USE_MSGFMT_PLURALS to build on NetBSD<=2
-do a bit better faking up a "ghostscript" for "configure", to allow
build w/o a ghostscript installed (this is to avoid a hard dependency
on a specific ghostscript version)
1) Simplify the way how an emacs version is picked when no emacs
is installed, but a user try to install an Emacs Lisp package.
Just pick up the version set as EMACS_TYPE than searching for
versions already installed etc. If the EMACS_TYPE version is
not supported by the Emacs Lisp Package, just fail. EMACS_TYPE
be default to GNU Emacs 21.
(In other words, users should set EMACS_TYPE as they want.
Otherwise GNU Emacs 21 is used.)
2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
used. This keeps dependency graph of Emacs-Lisp-packages-
installed-for-XEmacs consistent.
3) Document EMACS_* variables as much as possible.
4) Provide more cookies for PLIST. Maybe utilized later.
Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour. So no version / revision bumps in this commit.
V0.3 (2005-04-04)
* Upgraded to new GtkFileChooser (requires gtk 2.4).
* Page number elements are drawn.
* Template bug is fixed.
* Full gradient support.
* Remote control support
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.