fltk.
XXX Need to bump directly to p1 because of conflict issue. (p* stuff is
transparent unless explicit, so the subpackage can conflict with
OpenEXR-<=1.2.2p0)
packing-lists was changes in significant ways, and they do not have
enough dependencies that pkg_add can detect they changed through their
signature.
Bump the pkgname, so that pkg_add -r will choose to update them.
okay pvalchev@
More annoyingly, it abort()s the current process (thanks dale),
so comment them out, add the win32 codecs, and use them instead.
For some strange reason, the audio codec insists on being launched
from its own directory.
With this change, realmedia playing works.
okay sturm@, okay pvalchev@
Relevant changes from the changelog:
* added a .asy backend for Asymptote files (
http://asymptote.sourceforge.net/ ). Thanks to John Bowman
* fixed three bugs (one memory leak, two other minor problems)
detected by the Coverity Prevent tool (http://www.coverity.com/)
* PostScript frontend: fixed a bug in tracing the bounding box of
raster images.
* fixed a bug in sub path handling - thanks to Soren Henriksen.
* fixed the handling of some special characters in the LaTeX2e
format driver.
pstopnm called the ghostscript interpreter on potentially untrusted
PostScript without specifying the -dSAFER option. Not running under
-dSAFER allows PostScript code to do file IO and to open pipes to
arbitrary external programs, including /bin/sh.
Originally reported by Max Vozeler/Debian Linux; ok brad@
Major changes:
* Replace runtime endianess check with the compile time one.
* Added support for the new predictor type (floating point predictor),
defined at the TIFF Technical Note 3.
* Added Support for custom tags, passed by value. Added support for
all DNG tags.
* Fixed an obscure heap-overflow vulnerability in the PNM reader.
* Avoid infinite loop if bogus XWD rad/green/blue masks are 0.
Also:
* Regression test fixes.
* No need to remove previously installed ImageMagick.
From new maintainer Bernd Ahlers <b.ahlers@ba-net.org>.
xzgv is a picture viewer for X, with a thumbnail-based file selector.
It uses GTK+ and Imlib. Most file formats are supported, and the
thumbnails used are compatible with xv, zgv, and the Gimp. It can also
be used with `xzgv file(s)', to effectively bypass the file selector.
From Julian Leyh <oenone@oenone.de>