Patches provided by Mathias Drochner and modified by me. This fixes PR 46698.
Changes:
* xetex.ch: XeTeX uses 256 math font families.
* XeTeX_ext.c, pdfimage.cpp, am/xetex.am: Always use poppler.
Patches provided by Matthias Drochner and modified by me.
Changes:
* src/spc_pdfm.c: use kpse to find media.
* dvipdfmx.c: allow inclusion of subsidiary config files, directive i
* data/config/dvipdfmx.cfg: document the i directive
* pdfdev.c (handle_multibyte_string): Handle UTP-16 surrogates
for UCS-4 supplementary planes.
The extensions provided by xdvipdfmx provide support for the Extended DVI
(.xdv) format used by xetex, including support for platform-native fonts
and the xetex graphics primitives, as well as Unicode/OpenType text.
1) This release fixes an inappropriate change to the internal
library version number (.soname or equivalent) made in 5.2.8.
All distributors should immediately apply this update to their
distributions to avoid other software linking against
libgutenprint breaking.
2) Duplicate Transparency entries in the media types for Canon
iP4100 and similar printers have been removed.
3) The range of fine position adjustment of CD media has been
increased for Epson printers.
4) The German translation has been updated.
5) Canon PIXMA Pro9000 plain media high quality mode bug fix.
2) Make bsdlpr and cups options the members of a PKG_OPTIONS_NONEMPTY_SETS.
(Because it is an error to build xfce4-print without lpr and cups support.)
3) On SunOS and Linux make cups the suggested option, otherwise make
bsdlpr the suggested options.
Bump PKGREVISION.
This switches to the 0.20 release branch - many fixes and improvements.
(0.18 was skipped)
The qt3 frontend isn't supported anymore - the poppler016 pkg is kept
for now for KDE3. Atm, it conflicts with newer popper pkgs. This can be
fixed by renaming include paths and libraries, but this would need
modifications of the KDE3 pkgs.
This is the last version which supports the qt3 frontend, needed
by KDE3 (until it switches to "trinity" which seems to maintain a qt3
frontend for newer poppler versions)
Update to 3.12.6
PR pkgsrc/46475
remove use of strnlen to support building on older platforms
that do not support the function.
Changelog/Release Notes:
Significant Changes:
- 'hp-check' tool when run with "--fix" option resolves missing
dependencies/groups/plugin and disable SELinux
- Added PIN to PRINT support for HP Color LaserJet CM4540 MFP
- libusb-1.0 support added
Added Support for the Following New Printers:
- HP DeskJet Ink Advantage 2510 All-in-One Series
- HP DeskJet Ink Advantage 3525 e-All-in-One
- HP DeskJet Ink Advantage 4610 All-in-One Series
- HP DeskJet Ink Advantage 4620 e-All-in-One Series
- HP DeskJet Ink Advantage 5525 e-All-in-One
- HP DeskJet 2510 All-in-One Series
- HP DeskJet 3520 e-All-in-One Series
- HP OfficeJet 4610 All-in-One Series
- HP OfficeJet 4620 e-All-in-One Series
- HP Photosmart 5520 e-All-in-One Series
- HP LaserJet 400 M401
- HP LaserJet 400 MFP M425 Series
- HP LaserJet Enterprise 500 MFP M525 Series
- HP LaserJet Enterprise 500 Color MFP M575 Series
- HP LaserJet Professional P 1102w Printer
- HP LaserJet Professional P1107w Printer
- HP LaserJet Professional P1107 Printer
- HP LaserJet Professional P1109w Printer
- HP LaserJet Professional P1109 Printer
- HP LaserJet Professional M1137 MFP
- HP LaserJet Professional M1138 MFP
- HP LaserJet Professional M1139 MFP
- HP LaserJet Professional P1567
- HP LaserJet Professional P1568
- HP LaserJet Professional P1569
- HP LaserJet Professional P1607dn Printer
- HP LaserJet Professional P1608dn Printer
- HP LaserJet Professional P1609dn Printer
Launchpad fixes:
1007836 - Log files from Print to Photo Tray attempt, not working
Issues fixed:
- HPLIP installation hangs at "Remove and Install" on Fedora 16 64bit OS
- Supplies information was not getting refreshed unless hp-toolbox was
re-launched
- Fix for multiple queues configured warning message
- Added dynamic cartridge part number display support for LEDM devices
- Enabled Low ink alert message display for LEDM devices
Detailed Change Log:
- libusb-1.0 support added
- cleaned up hp-upgrade zombie processes
- Added auto refresh in hp-systray when new device added or removed
using hp-toolbox
- Fixed the issue of Dbus install failure centOS 6
- Removed obsolete ftime function and added gettimeofday
- Added the hplipjs filter in the hplip.list.in file to include this
filter in the RHEL5 & RHEL6 for PIN to PRINT
- SELinux disable supported in hp-check --fix
- Added Wget as dependency in HPLIP build
* Changes from 5.2.7
1) The Canon driver has been significantly overhauled for this
release, and output (and in some cases functionality) may be
significantly different from previous releases. We expect to
perform further work in future releases. Specific changes
include:
[Massive list of Canon printers with changes]
2) New printers supported in this release:
[many]
3) A problem whereby printing did not work at all on some Linux
distributions has been fixed (3299815 CUPS PPD broken on Linux).
4) A crash with the EPSON Stylus Photo R3000 has been fixed.
5) Printing on the Epson Stylus NX200, SX200, and SX205 is believed
to be corrected.
6) A build problem with libgutenprintui2 and testpattern on certain
platforms has been fixed.
7) Chinese (Mandarin), Galician, and Ukrainian translations have
been added.
8) (API) Added function stp_vars_copy_from() to override settings in
one settings object with those in another.
They already weren't bl3'd in, so this is to ensure they aren't
accidentally picked up (as happens on Mac OS X).
It remains to optionize them or (better) make split packages.
From Edgar Fuß on tech-pkg@.
MuPDF 1.0 (2012-04-24)
The 1.0 release is here!
MuPDF 1.0 RC1 (2012-03-29)
The 1.0 release rapidly approaches! This version brings with it a whole host of features, including:
Removal of all global variables: we now pass a context pointer
through the code freeing us from the use of globals within the
library.
Multi-threaded operation: while MuPDF does not require a thread
library, hooks are in place so that if one is used, significant
speedups can be gained from using multiple cores to render.
New error handling: a portable exception-like system is used
to allow neater handling of errors. This leads to more stability
and better resilience to broken files.
Public/Private API: the API has undergone a significant revision
(required by some of the above changes, plus renaming/revising
for clarity and consistency), and has been split into public
and private headers. The plan is that the public portion of
the API should remain much more static in future.
Improved Text Extraction device: a cleaner API to the experimental
text extraction device, offering a list of styles, and more
cleanly delineated content.
Documentation: All public header entry points/structures are
now documented and overviews of how to call the library to
render pages both in single and multi-threaded mode are given.
A new scavenging memory manager; makes much better use of the
memory available by freeing cached items 'just in time'.
Many, many, bugfixes.
This is such a large and significant version that we're doing a
release candidate first to allow us to correct any obvious bugs
that are found. Please try it and let us know how you get on!
New in 1.9.60:
* New constants from 1.5:
- IPP_AUTHENTICATION_CANCELED
- IPP_PKI_ERROR
- HTTP_NOT_IMPLEMENTED
- HTTP_BAD_GATEWAY
- HTTP_SERVICE_UNAVAILABLE
- HTTP_GATEWAY_TIMEOUT
- HTTP_NOT_SUPPORTED
- HTTP_AUTHORIZATION_CANCELED
- HTTP_PKI_ERROR
New in 1.9.59:
* Password callbacks can now return None to indicate they want to
abort the current operation.
New in 1.9.58:
* cups.Connection.adminExportSamba
New in 1.9.57:
* Fixed rpm provides script for newer versions of rpm.
New in 1.9.56:
* Builds against older versions of CUPS again.
New in 1.9.55:
* cups.IPP_QUALITY_DRAFT, cups.IPP_QUALITY_NORMAL,
cups.IPP_QUALITY_HIGH
* cups.IPP_PORTRAIT, cups.IPP_LANDSCAPE, cups.IPP_REVERSE_PORTRAIT,
cups.IPP_REVERSE_LANDSCAPE
* cups.IPP_RES_UNITS_CM, cups.IPP_RES_UNITS_INCH
* Support for IPP_TAG_RESOLUTION as triplet (xres, yres, units).
New in 1.9.52:
* cups.Connection.getPPDs2(): New method, identical to getPPDs() but
returning all attribute values as lists.
New in 1.9.50:
* cups.Connection.getPPD3()
* cups.Connection.getJobs() now takes optional requested_attributes argument.
* cups.Connection.getPrinterAttributes(): member-names is now always a list.
* cups.HTTP_NOT_MODIFIED constant.
* cups.PPD_ORDER_ANY constant.
* cups.PPD_ORDER_DOCUMENT constant.
* cups.PPD_ORDER_EXIT constant.
* cups.PPD_ORDER_JCL constant.
* cups.PPD_ORDER_PAGE constant.
* cups.PPD_ORDER_PROLOG constant.
* cups.PPD.emitString() method.
* cups.PPD.emit() method.
* cups.PPD.emitAfterOrder() method.
* cups.PPD.emitFd() method.
* cups.PPD.emitJCL() method.
* cups.PPD.emitJCLEnd() method.
New in 1.9.48:
* cups.Connection.cancelJob()'s optional second argument is now a keyword.
The perl man page generation script has an unnecessary file type check
that causes no man pages to be generated on DragonFly and possibly other
platforms.
After properly identifying the template file, it checks to see if it's type
nroff, troff, or groff. On DragonFly it is type "ASCII". Just skip the
check completely, the templates were extracted from the verified tarball.