Commit graph

9314 commits

Author SHA1 Message Date
minskim
97be63470e Import tex-epstopdf-2.16 as graphics/tex-epstopdf.
Epstopdf is a Perl script that converts an EPS file to an 'encapsulated'
PDF file (a single page file whose media box is the same as the original
EPS's bounding box). The resulting file suitable for inclusion by PDFTeX
as an image. The script is adapted to run both on Windows and on
Unix-alike systems. The script makes use of Ghostscript for the actual
conversion to PDF. It assumes Ghostscript version 6.51 or later, and (by
default) suppresses its automatic rotation of pages where most of the
text is not horizontal. LaTeX users may make use of the epstopdf
package, which will run the epstopdf script "on the fly", thus giving
the illusion that PDFLaTeX is accepting EPS graphic files.
2011-10-26 20:33:02 +00:00
tez
e4ddcc7416 update to 2.4.7 fixes SA46575 (CVE-2011-3256)
CHANGES BETWEEN 2.4.6 and 2.4.7

I. IMPORTANT BUG FIXES
 - Some vulnerabilities in handling Type 1 fonts have been fixed;
   see CVE-2011-3256.

II. MISCELLANEOUS
 - FreeType now properly handles ZapfDingbats glyph names while
   constructing a Unicode character map (for fonts which don't have one).
2011-10-26 19:24:45 +00:00
obache
8e8d29f42f * convert distutils package to register egg-info.
* pure python, no compiler is required.

Bump PKGREVISION.
2011-10-25 09:36:15 +00:00
obache
5d9d453d57 * register egg-info.
* LICENSE=gnu-lgpl-v2.1
* pure python package, c complier is not required.
* no need to buildlink with py-numpy, simple DEPENDS is sufficient.
* drop patch-aa from distinfo, it does not exist.

Bump PKGREVISION.
2011-10-25 09:24:21 +00:00
gls
ccfa6be4eb Revert previous to unbreak graphics/shotwell. 2011-10-24 17:14:05 +00:00
ryoon
f228e9d1ed Remove PKGREVISION that added by mistake. 2011-10-22 15:10:37 +00:00
ryoon
7c0dad370f Recursive revbump after graphics/ImageMagick update. 2011-10-22 15:00:20 +00:00
ryoon
fbb50f8a78 Update to 6.7.3.1
* shlib name has changed.

Changelog:
2011-10-15  6.7.3-1 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.3-1.

2011-10-15  6.7.3-1 Cristy  <quetzlzacatenango@image...>
  * Read TIFF EXIF profile before reading the image data.
  * Fix "test: no: unexpected operator" in the configure script (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19615).
  * Off by one error when writing the JPEG XMP profile (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19616).
  * Revert GetPathComponent() patch.

2011-10-09  6.7.3-0 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.3-0.

2011-10-09  6.7.3-0 Cristy  <quetzlzacatenango@image...>
  * Generate output for caption:"[!]" (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19589.

2011-10-05  6.7.3-0 Glenn Randers-Pehrson <glennrp@image...>
  * Add "png:format" property with possible values png8, png24, and png32,
    for use when prepending the format type to the filename is not convenient
    or is not possible, e.g., when embedding the PNG in a PNG-encoded ICO.

2011-10-04  6.7.2-10 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.2-10.

2011-10-04  6.7.2-10 Cristy  <quetzlzacatenango@image...>
  * Remove most of the LLVM compiler warnings.
  * Fix bug in -evaluate-sequence multiply (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19549).
  * Upgrade to sRGB V4 ICC profile (reference
    http://www.color.org/srgbprofiles.xalter).
  * Distinguish embedded PNG vs BMP within the MicroSoft ICON image format.

2011-09-30  6.7.2-10 Glenn Randers-Pehrson <glennrp@image...>
  * Recognize the sRGB version 4 ICC profile and write PNG sRGB chunk instead.
  * Use crc32 instead of "sRGB" string to recognize certain sRGB profiles.

2011-09-26  6.7.2-9 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.2-9.

2011-09-26  6.7.2-9 Cristy  <quetzlzacatenango@image...>
  * Fix race condition on image rotate @ 90 degrees.

2011-09-25  6.7.2-8 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.2-8.

2011-09-20  6.7.2-8 Cristy  <quetzlzacatenango@image...>
  * Prevent infinite loop when font is too large for specified width (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19502).
  * Fix LFS cross-compile detection (patch from Mike Frysinger).
  * Add open_utf8(), fopen_utf8(), access_utf8(), etc. utility methods.

2011-09-15  6.7.2-7 Cristy  <quetzlzacatenango@image...>
  * Convert empty .htm / .html file no longer removes source file.
  * -crop 11x2@ now returns 22 images as expected.
  * Enable reading the EXIF profile in a TIFF image under Windows.
  * Support drawing text with bitmap font.

2011-09-13  6.7.2-6 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.2-6.

2011-09-12  6.7.2-6 Cristy  <quetzlzacatenango@image...>
  * Expand pixel range for 12 bit DCM images stored in 16-bit words.
  * Gray images not displayed properly when saved as MIFF with sRGB
    colorspace.
  * OpenCL's clCreateContextFromType() no longer returns a system default.
  * Use -enable-zero-configuration for zero configuration ImageMagick
    (previously -enable-embeddable).

2011-09-10  6.7.2-5 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.2-5.

2011-09-10  6.7.2-5 Cristy  <quetzlzacatenango@image...>
  * SO bump.

2011-09-09  6.7.2-4 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.2-4.

2011-09-05  6.7.2-4 Cristy  <quetzlzacatenango@image...>
  * Fix cut-n-paste error when reading JPEG profiles.

2011-09-07  6.7.2-3 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.2-3.

2011-09-05  6.7.2-3 Cristy  <quetzlzacatenango@image...>
  * A small memory overwrite when reading TIFF with 1-bit alpha (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19417).
  * Remove a 2 byte memory leak when checking for environment variables.

2011-09-05  6.7.2-2 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.2-2.

2011-09-03  6.7.2-2 Glenn Randers-Pehrson <glennrp@image...>
  * Recognize the sRGB ICC profile and write the PNG sRGB profile instead
    of a full iCCP chunk.

2011-08-31  6.7.2-2 Cristy  <quetzlzacatenango@image...>
  * Write grayscale MIFF as a single gray pixel component, not RGB (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=19403).
  * Bail gracefully for corrupt JPEG images.
  * Bail gracefully for negative montage geometries (references
    https://bugzilla.redhat.com/show_bug.cgi?id=735599).
  * Account for DCm bits allocated 16 and significant bits 12 (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19420).
  * Fix bug when appending JPEG image profiles (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19429).

2011-08-29  6.7.2-1 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.2-1.

2011-08-29  6.7.2-1 Cristy  <quetzlzacatenango@image...>
  * The AllChannels defined changed to 0x7ffffff to avoid integer overflow.

2011-08-26  6.7.2-0 Cristy  <quetzlzacatenango@image...>
  * HDR format 32-bit_rle_xyze implies the XYZ colorspace.

2011-08-22  6.7.1-10 Cristy  <quetzlzacatenango@image...>
  * Revert FormatImageAttributeList(), FormatImagePropertyList() (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19339).

2011-08-21  6.7.1-10 Glenn Randers-Pehrson <glennrp@image...>
  * Revised configure.ac (and configure) to look for -lpng15, -lpng14, -lpng12,
    and -lpng in that order instead of just -lpng.  This should help find
    a consistent library and headers when users upgrade their libpng delegate
    from one version to another, incompatible version.

2011-08-20  6.7.1-9 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.1-9.

2011-08-20  6.7.1-9 Cristy  <quetzlzacatenango@image...>
  * Fix memory leak in text annotation (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19331).

2011-08-18  6.7.1-9 Glenn Randers-Pehrson <glennrp@image...>
  * The "-strip" option was excluding the PNG tRNS chunk (see 6.6.6-7, below);
  revised the -strip option so it behaves as
  if "-define PNG:include-chunk=none,trns,gama" had appeared on the commandline.
  * When writing a PNG8 and more than one transparent color is present,
  merge them into the image->background_color (Reference
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19329),
  finishing the implementation started in version 6.6.8-7.

2011-08-18  6.7.1-8 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.1-8.

2011-08-18  6.7.1-8 Cristy  <quetzlzacatenango@image...>
  * Caption now wraps properly for Chinese text (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19249).

2011-08-18  6.7.1-8 Glenn Randers-Pehrson <glennrp@image...>
  * The PNG encoder would sometimes fail to respect the -define PNG:color-type
    option when the incoming image was PseudoClass (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19262).

2011-08-15  6.7.1-7 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.1-7.

2011-08-15  6.7.1-7 Cristy  <quetzlzacatenango@image...>
  * Properly handled continued JPEG embedded profiles.

2011-08-12  6.7.1-6 Cristy  <quetzlzacatenango@image...>
  * Yet another attempt to read Japanese filenames under Windows.

2011-08-10  6.7.1-5 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.1-5.

2011-08-10  6.7.1-5 Cristy  <quetzlzacatenango@image...>
  * Revert -colorspace sRGB option patch (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19256).
  * Revert -type PaletteMatte option patch (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19263

2011-08-09  6.7.1-4 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.1-4.

2011-08-09  6.7.1-4 Cristy  <quetzlzacatenango@image...>
  * Revert MultiByteToWideChar() for Windows patch.

2011-08-05  6.7.1-3 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.1-3.

2011-08-05  6.7.1-3 Cristy  <quetzlzacatenango@image...>
  * Use MultiByteToWideChar() for Windows filenames (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19242).

2011-08-03  6.7.1-2 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.1-2.

2011-08-02  6.7.1-2 Cristy  <quetzlzacatenango@image...>
  * Windows does not support acosh(), asinh(), or atanh().
  * Accept filenames with time stamps and a sub-image specification (e.g.
    test-18:37.jpg[0]).

2011-08-01  6.7.1-1 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.1-1.

2011-08-01  6.7.1-1 Cristy  <quetzlzacatenango@image...>
  * Support MSL 'set gravity' element.
  * Don't report HSB colors as RGB colornames (e.g. hsb(0%,0%,100%)).
  * Support -fx acosh(), asinh(), and atanh().

2011-07-21  6.7.1-0 Anthony Thyssen <A.Thyssen@griffith...>
  * Removed a case that prevented rotations of rectangle kernels.

2011-07-01  6.7.1-0 Glenn Randers-Pehrson <glennrp@image...>
  * Use zlib default compression strategy instead of Z_RLE and Z_FIXED
    strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2,
    respectively) that don't support them.
  * Exit test loop sooner in coders/png.c when a non-gray pixel is found.

2011-06-30  6.7.0-10 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.0-10.

2011-06-30  6.7.0-10 Glenn Randers-Pehrson <glennrp@image...>
  * Added "-define PNG:compression-level|strategy|filter=value" options to
    the PNG encoder.  If these options are used, they take precedence over
    the -quality option (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?&f=1&p=73548).

2011-06-29  6.7.0-7 Glenn Randers-Pehrson <glennrp@image...>
  * Handle "-quality 97" properly in the png encoder, i.e., use intrapixel
    filtering when writing a MNG file and no filtering when writing a PNG file.
  * Added support for Z_RLE strategy in the png compressor, using
    -quality 98 or 99.

2011-06-28  6.7.0-10 Cristy  <quetzlzacatenango@image...>
  * Properly allocate points when render text with large font size (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18997).

2011-06-25  6.7.0-9 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.0-9.

2011-06-18  6.7.0-9 Cristy  <quetzlzacatenango@image...>
  * Defend against corrupt PSD resource blocks.

2011-06-15  6.7.0-8 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.0-8.

2011-06-14  6.7.0-8 Anthony Thyssen <A.Thyssen@griffith...>
  * Added Initial implementation of Cylinder to/from Plane 3D Distorts
    Includes derivative (scaled lookup), and anti-aliased horizon (validity)
    Currently can NOT handle extractions from full 360 cylinder panoramas.

2011-06-13  6.7.0-7 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.0-7.

2011-06-09  6.7.0-7 Cristy  <quetzlzacatenango@image...>
  * Fixed "conversion from unsigned __int64 to double not implemented"
    so IM can compile under VisualStudio 6.

2011-06-08  6.7.0-7 Glenn Randers-Pehrson <glennrp@image...>
  * The PNG encoder would sometimes make black pixels transparent when some
    other gray level was supposed to be the transparent color (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18900).
    This occurred only with 1, 2, 4-bit grayscale images with Q16 or Q32
    builds.

2011-06-08  6.7.0-6 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.0-6.

2011-06-08  6.7.0-6 Cristy  <quetzlzacatenango@image...>
  * Fix transient error for composite 'Over' operator.

2011-06-07  6.7.0-5 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.0-5.

2011-06-07  6.7.0-5 Cristy  <quetzlzacatenango@image...>
  * Fix one-off bug in option parser (reference
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609177).
  * Transient bug with composite 'Over' in magick/composite-private.h.

2011-06-06  6.7.0-4 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.0-4.

2011-06-03  6.7.0-4 Cristy  <quetzlzacatenango@image...>
  * Support -direction right-to-left for the label: and caption: coders.
  * Blue / green reversed for JPEG-compressed TIFF images.

2011-06-03  6.7.0-3 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.0-3.

2011-06-02  6.7.0-2 Cristy  <quetzlzacatenango@image...>
  * Use memmove() instead of memcpy() in StripString().

2011-05-27  6.7.0-2 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.0-2.

2011-05-26  6.7.0-2 Cristy  <quetzlzacatenango@image...>
  * ImageMagick now compiles on Hurd (reference
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628020).
  * Use vfprintf rather than fprintf in FormatLocaleFileList().

2011-05-26  6.7.0-1 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.0-1.

2011-05-25  6.7.0-1 Cristy  <quetzlzacatenango@image...>
  * Not all Linux'es define locale_t (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18819).

2011-05-22  6.7.0-0 Cristy  <quetzlzacatenango@image...>
  * New version 6.7.0-0.

2011-05-21  6.7.0-0 Cristy  <quetzlzacatenango@image...>
  * Avoid fault on corrupt JPEG images.
  * Avoid fault on certain DJVU images (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18807).
  * Fix -fx to interpret scientific notation properly.

2011-05-20  6.6.9-10 Cristy  <quetzlzacatenango@image...>
  * New version 6.6.9-10.

2011-05-20  6.6.9-10 Glenn Randers-Pehrson <glennrp@image...>
  * The PNG encoder now respects the -depth setting, including 1, 2, 4.
    Previously settings other than 8 and 16 were ignored (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18412).

2011-05-16  6.6.9-10 Cristy  <quetzlzacatenango@image...>
  * Don't use comma as a separator for stroked text (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18742).
  * Use C locale when generating or interpreting SVG.
  * Fix "unterminated macro" for Q32 build of coders/png.c.

2011-05-15  6.6.9-9 Cristy  <quetzlzacatenango@image...>
  * New version 6.6.9-9.

2011-05-14  6.6.9-9 Cristy  <quetzlzacatenango@image...>
  * The -scale option now considers the alpha channel when scaling.
  * Fix transient bug for HSL to RGB and back.

2011-05-12  6.6.9-9 Glenn Randers-Pehrson <glennrp@image...>
  * Fixed PNG8 reduction to work with an image that reduces to 256 colors
    plus transparency, by merging the two darkest red colors.
2011-10-22 14:55:51 +00:00
gls
346346b1a0 Updated graphics/shotwell to 0.11.5
Upstream changes:

0.11.5:
-------
This release fixes an issue in
which Shotwell could crash when using the "Import from F-Spot" feature
for the subset of users who continued to experience this problem after
the 0.11.4 upgrade. We recommend that all users upgrade.

0.11.4;
-------
This release fixes two critical
issues present in all previous versions of Shotwell 0.11.x that could
cause Shotwell to crash when using the Import from F-Spot feature.
We recommend that all users upgrade.

0.11.3:
-------
This releases fixes two critical bugs, including:
   * Shotwell could crash at the end of photo imports where one or
more files failed to import correctly
   * Showell crashed when a new tag containing a slash (/) character
was created by context-clicking on the Tags item in the sidebar and
choosing  New
and improves error reporting in the publishing system.

0.11.2:
-------
  * Improved stability working with hierarchical tags
  * Importing hierarchical tags from F-Spot doesn't generate duplicate
top-level tags
  * Fixed "server redirect contained no session key" errors in the
Facebook Connector
  * Corrected problems with item counts over mixed media
2011-10-22 13:51:02 +00:00
gls
bc52cfd384 Upgrade graphics/libraw to 0.14.2
Upstream changes:

LibRaw 0.14.2 (19-10-2011)

        Fixed bug in Canon 1D and 1Ds files decoding.
        New decoder information bit DECODER_HASRAWCURVE

LibRaw 0.14.1 (11-10-2011)

        Imported dcraw 9.11/1.445:
            Support for new cameras added: Fujifilm
	     F600EXR, Nikon P7100, Olympus E-PL3 and
	     E-PM1, Panasonic DMC-FZ150, Sony NEX-5N,
	      A65 and A77.
            Updated color data for: Olympus E-P3,
	     Panasonic G3 and GF3, PhaseOne H25, P40
	     and P65, Sony NEX-C3, NEX-5, NEX-3, A35 and A55.
            Support for dark frame extraction on Sony cameras.
        DCB demosaicing: reserving 6 pixels instead of 3 to suppress colored
	 image frame.

LibRaw 0.14.0 (21-09-2011)

        Multiple rendering (LibRaw::dcraw_process() calls) allowed without
 	 re-opening RAW file thrfough the sequence of open()/unpack() calls.
        You should be able to change any processing parameters (except
	 shot_select parameter) between dcraw_process() calls.
            New sample in samples/multirender_test.cpp: renders data 4 times:
	     in half and full modes with different white balance settings.
            Unprocessed RAW data is stored in separate data buffer: (2 bytes
	     per pixel for all Bayer-pattern images, 8 bytes per pixel for
	     Foveon, sRAW, and other full-color raw formats), so now LibRaw
	     uses 25% more memory for full processing of most common Bayer
	     images; while for just unpack memory is reduced 4 times.
	    New call LibRaw::raw2image() fills imgdata.image array with
	     fresh copy of data. There is no need to call raw2image()
	     separately if you use dcraw_process() or dcraw_document_mode_processing()
	     calls.
	    New call LibRaw::get_decoder_info() to determine raw data storage
	     layout. See samples/unprocessed_raw.cpp for an example of how to
	     use it.
    	    New call LibRaw::free_image(), deallocates imgdata.image buffer.
	     Use this call if current postprocessing results are not needed,
	     but it is to early to call recycle() because dcraw_process()
	     may be called later.
    	    New C-API calls libraw_raw2image() - C API for LibRaw::raw2image()
	     libraw_free_image() - C API for LibRaw::free_image()
	     libraw_get_decoder_info() - C API for LibRaw::get_decoder_info()

If your code uses usual open()/unpack()/dcraw_process() call sequence, then
 NOTHING CHANGED: your program should produce same results. For interactive
 programs you may skip open()/unpack() calls after adjusting processing parameters,
 so user should see image refreshed much faster.

If your code uses raw data (open+unpack calls), you need to call
 LibRaw::raw2image(), and imgdata.image will contain same bitmap as in LibRaw 0.13.x

If you code uses access to masked borders data, you need to rewrite it. See
 samples/unprocessed_raw.cpp as a sample.

Other changes:

    No separate imgdata.masked_pixels buffers, Bayer raw formats are read to
     buffer with borders. So, no ugly add_masked_border_to_bitmap() call.
    No filtering_mode parameter. Raw tone curve is applied at unpack() stage;
     zero pixels removed on postprocesing stage.
    unprocessed_raw and 4colors samples are adjusted to use new RAW data
     storage layout.
    OpenMP speedup of postprocessing steps (up to 50% for half mode and
     4-core machine)
    Most of LibRaw_datastream function bodies are moved to separate source file
    LibRaw_windows_datastream is merged to main source tree
    Imported dcraw 9.10 (1.444), support for new cameras added: ARRIRAW format,
     Canon SX30 IS, Leica D-LUX 5 and V-LUX2, Olympus E-P3, Panasonic G3 and GF3,
     Sony NEX-C3 and SLT-A35
    Support for RedOne digital movie cameras (R3D format). To enable this
     support you need to:
        install libjasper JPEG2000 support library
        compile LibRaw with -DUSE_JASPER compiler switch
         (./configure will do it for you)
        If you use own LibRaw_datastream implementation, you should implement
         make_jas_stream() call for your datastream. See bottom of
         src/libraw_cxx.cpp for implementations in datafile and mem-buffer LibRaw
         streams.

Bugfix: green matching is turned off if output image is shrinked due to wavelet
 filtering or aberration correction.
Removed imgdata.sizes.bottom_margin and right_margin data fields use
 imgdata.sizes.raw_width - width - left_margin to get right one, the same
 with bottom_margin.
Minor ./configure cleanup
Qmake files and Visual Studio Project files are updated.
New version check macroses.
Documentation changed to reflect 0.14 changes.
Removed LibRaw::rotate_fuji_raw() call and corresponding C-API call.
The LibRaw::adjust_sizes_info_only() call may be called repeated and mixed
 with dcraw_process() calls.
Postprocessing speedup and optimization, especially if cropping set.
Cropping works for FujiCCD raws. For the technical reasons, the position of
 top-left corner of crop area will be rounded to the nearest multiple of 4
 (the corner is shifted top-left).
New sample samples/postprocessing_benchmark.cpp This sample measures
 postprocessing speed. All demosaic methods, averaged white balance,
 median filtering, wavelet filtration, highlight recovery, and cropping
 are supported.

all client code should be recompiled due to internals change.
2011-10-22 13:44:12 +00:00
obache
cb016392dc Recursive Bump from exiv2 shlib major bump. 2011-10-19 06:50:00 +00:00
obache
9725d3de74 Recursive Bump from boost-libs ABI bump. 2011-10-19 06:12:58 +00:00
sbd
e04253c307 Don't add LIBPOSTFIX (aka LIBABISUFFIX) to the lua install path. 2011-10-18 22:34:06 +00:00
adam
9b26d49576 Changes 1.8.0:
* Various extensions to Local Minima and Maxima (3D algorithms, on-the-fly
  thresholding).
* Added vigra::BucketQueue, vigra::MappedBucketQueue.
* Refactored and extended 2D watershed algorithms (especially
  watershedsRegionGrowing()).
* Added the vigra::Quaternion class.
* Added Unsupervised Decomposition.
* Added mathematical functions (even(), odd(), gamma(), loggamma(), legendre(),
  besselJ(), besselY(), linearSequence(), indexSort(), inversePermutation(),
  applyPermutation(), checksum())
* Implemented wrapper of the FFTW library to support arbitrary dimensional
  Fourier transforms (see fourierTransform() and vigra::FFTWPlan) and FFT-based
  convolution (see convolveFFT() and vigra::FFTWConvolvePlan) and refactored
  vigra::FFTWComplex.
* Added cannyEdgelListThreshold(), cannyEdgelList3x3Threshold().
* Added capability to handle subarrays and anisotropic resolution to
  separableConvolveMultiArray() and related Gaussian filters. Added windowRatio
  parameters to vigra::Kernel1D::initGaussian() and
  vigra::Kernel1D::initGaussianDerivative()
* Added vigra::StridedScanOrderIterator and corresponding
  vigra::MultiArrayView::begin().
* Extended vigra::MultiArrayView. Added vigra::Shape1 ... vigra::Shape5
  convenience typedefs.
* Implemented vigra::multi_math (arithmetic and algebraic functions for
  multi-dimensional arrays).
* Extended the vigra::HDF5File class.
* Improved and documented the Timing macros for runtime measurements.
* Added support for the OpenEXR image format and multi-page TIFF. Improved
  support for the SIF format.
* vigranumpy: added axistags and completly re-implemented VigraArray and the
  conversion between Python and C++ arrays in terms of axistags.
* Minor improvements and bug fixes in the code and documentation.
2011-10-16 17:47:49 +00:00
adam
465948b074 Changes 1.7.20:
* Removed the call to png_read_transform_info() when the system libpng
  is being used, so it can be built with a system libpng.

Changes 1.7.19:
* pngcrush-1.7.18 failed to read interlaced PNGs.  Reverted the change
  from calling png_read_transform_info() to png_read_update_info().
  Since png_read_transform_info() is not exported we again cannot build
  with the system libpng15.

Changes 1.7.18:
* This version will work with either a "system" libpng14 or libpng15, or with
  the embedded libpng15.  The deprecated usage of libpng png_struct members
  and unexported functions has been removed.
* Revised the format of the time report (all on one line so you can get
  a nice compact report by piping the output to "grep coding").
2011-10-14 17:56:24 +00:00
hans
d150aec200 Fix build on SunOS. 2011-10-13 13:17:34 +00:00
obache
06493282cd Update ruby-rcairo to 1.10.1.
Release 1.10.1 (2011-10-12) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Features
--------

  * Accepted Cairo::EXTEND_PAD as extend value.
  * Suppressed a warning. [Stefan Salewski]
  * Bound CAIRO_SURFACE_TYPE_XLIB and CAIRO_SURFACE_TYPE_XCB.
  * Supported cairo 1.10.2.
  * Fixed recording surface test. #4 [Mamoru Tasaka]
  * AcceptedCairo::OPERATOR_HSL_LUMINDSITY as operator value.
    #6 [Matt Bramlage]
  * Suppressed warnings on Windows. [Nikolai Weibull]
  * Added --without-vendor-override options to extconf.rb.
    [Nikolai Weibull]
2011-10-12 14:10:36 +00:00
zafer
7510f40029 switch places with university of tokai, since washington requires epsv4 to be off to download. 2011-10-11 22:56:33 +00:00
adam
7f4c848e60 Changes 0.22:
* Exiv2 utility
  - Fixed time setting of -T option when DST is in effect.
  - Added version hex number to the output of "exiv2 -V".
* Exiv2 library
  - Exif version 2.3 missing tag codes.
  - Tamron 18-270mm lens.
  - Exif 2.3 & DNG 1.2/1.3 tags.
  - Some tests depend on system settings (locale, path, etc).
  - Sort iptc data by record number when encoding.
  - New Tamron 70-300 mm lens improperly recognized.
  - "Assertion `sv == d' failed" in 0.21.1 (r2474).
  - Build failure on MinGW with GCC >= 4.6 because of "-no-undefined".
  - Debug messages of psdimages.cpp go to stdout instead of stderr.
  - PSD resource block handling patch II.
  - Setting metadata on an image should always succeed.
  - Exiv2 fails to write to JPEG with an empty APP13 Photoshop PS3 segment.
  - Wrong ELSE statement in src/CMakeLists.txt.
  - On Windows (MSVC and MinGW builds), charset conversions now use respective
    Windows functions if iconv is not available.
  - Support for Encapsulated PostScript (*.eps) files.
  - The exiv2 library should be re-entrant.
  - Fixed typo: SupplementalCategory -> SupplementalCategories.
  - Added Tokina AT-X 107 AF DX Fish-eye 10-17mm f/3.5-4.5 lens.
2011-10-11 09:55:31 +00:00
minskim
465c53535c Update silgraphite{,-ft,-xft} to 2.3.1.
Mostly bug fixes.
2011-10-10 21:42:13 +00:00
alnsn
ea99f0cc88 Revision dump after devel/hdf5 update. 2011-10-07 10:45:16 +00:00
alnsn
0a09fdde94 Add --without-octave to CONFIGURE_ARGS. This fixes a failure with upcoming
update of devel/hdf5.
2011-10-06 20:26:28 +00:00
ryoon
4d6fdd30ac Update to 0.9.2
Changelog:
2011-09-27 Release 0.9.2:
    * Score Checking
           o Performed automatically before printing (optional)
           o Under/Overfull measures
           o Unterminated tuplets
           o Miss-matched slurs.
    * Pitch Spelling
           o Performed live on MIDI entry
           o Colors intervals that may be enharmonic spelling mistakes with a di
fferent timbre
    * Enter Accidental before or after note
           o Use enter accidental to avoid sounding spurious notes on entry.
           o Change a note to one of its enharmonic variants. Same absolute pitc
h (in Equal Temperament).
           o Change the duration of single notes in a chord to create single-voi
ce polyphony
    * Vertical Rest Positioning (for polyphony)
    * Grace Notes that come after rather than before the main note.
    * Improved display of under/overfull measures
    * Display shows if there are measures before/after those on screen and provi
des buttons to navigate
    * Better beaming control.
    * Arbitrary Dynamics text.
    * New Denemo fonts
           o Denemo's own font now uses standard unicode font symbols
           o LilyPond font accessible to scripts
           o Improved display of entered music, help texts etc.
           o Simpler scripting to display any LilyPond feature.
    * Thumbnails for .denemo files in file open dialog and for your Window Manager
           o Thumbnail shows a selection of your choice as finally typeset.
           o Default thumbnail is first three measures
    * Import images of scores for transcription
           o Scores captured bar-by-bar into Denemo, displayed directly underneath the bar they relate to.
           o Editorial decisions/errors can easily be checked
           But Linux only.
    * Bug Fixes
           o Vertical scrolling (a long-standing bug fixed at last)
           o Bookmark searching
           o Nested tuplet display
           o Redo crashes
    * Notes:
           o As yet no windows binary is available
           o Playback out of priority thread is not in this release.
           o The manual does not have the latest list of scheme commands available.
2011-10-06 11:57:24 +00:00
obache
42f6c57226 Update py-nwdiag to 0.4.2.
History
=======

0.4.2 (2011-09-30)
------------------
* Add diagram attributes: default_text_color
* Fix bugs

0.4.1 (2011-09-26)
------------------
* Add diagram attributes: default_node_color, default_group_color and
  default_line_color
* Fix bugs
2011-10-06 06:33:19 +00:00
obache
71bfd556bb Update py-actdiag to 0.1.8.
History
=======

0.1.8 (2011-09-30)
------------------
* Add diagram attribute: default_text_color
2011-10-06 06:28:25 +00:00
obache
0d87c39303 Update py-seqdiag to 0.4.1.
History
=======

0.4.1 (2011-09-30)
------------------
* Add diagram attribute: default_text_color
* Add node attribte: textcolor
* Fix bugs

0.4.0 (2011-09-26)
------------------
* Add diagram attributes: default_node_color, default_group_color and
  default_line_color
2011-10-06 06:24:35 +00:00
obache
34401a85e3 Update py-blockdiag to 0.9.2.
HIstory
=======

0.9.2 (2011-09-30)
------------------
* Add node attribute: textcolor
* Add group attribute: textcolor
* Add edge attribute: textcolor
* Add diagram attributes: default_text_attribute
* Fix beginpoint shape and endpoint shape were reversed
* Fix bugs

0.9.1 (2011-09-26)
------------------
* Add diagram attributes: default_node_color, default_group_color and
  default_line_color
* Fix bugs

0.9.0 (2011-09-25)
------------------
* Add icon attribute to node
* Make transparency to background of PNG images
* Fix bugs
2011-10-06 06:18:25 +00:00
hans
bcb7d1e0a2 Fix typo to make this build again on SunOS. 2011-10-05 16:23:39 +00:00
ryoon
4d75b6a3fa Remove .gz from man page in PLIST. 2011-10-05 14:26:51 +00:00
ryoon
fa579e5efa Update to 11.10
Changelog:
2011.10.01  v.11.10
+ New function: classic gamma curve edit for brightness and individual
  RGB colors. Applicable to the whole image or a selected object/area.
+ Printing was revised to work better with recent changes in HPLIP that
  made printing on small paper sizes more difficult. The paper size must
  be specified in the Printer Properties dialog (printer admin function)
  and not in the application program - otherwise the print fails with a
  "paper mismatch" error. This changed between Ubuntu 10.10 and 11.04.
+ New function: convert "tetragon" image into a rectangle. Useful for
  gallery paintings photographed from the side to avoid reflections,
  buildings photographed at an angle, etc.
+ At startup, check for new files, advise if synchronization is needed.
+ New option: warn if overwriting original (non-versioned) image file.
+ Slide Show: stop strange behavior when multiple monitors are used.
+ Slide Show: option to show only the most recent version of each image.
+ Slide Show: use spacebar to pause and resume slide show.
+ Pixel Edit: transparency adjustment steps were made finer.
+ Code cleanup for new compiler warnings from GCC 4.6 (Ubuntu 11.10).

2011.09.26  v.11.09.1
+ Bufgix: crash in Slide Show if the last transition type (jaws) is
  not included in the user preferences.

2011.09.01  v.11.09
+ Print Image File now has margin inputs and tiny margins also work.
+ The Portuguese translation was brought up to date.
+ Minor source code changes were made for better BSD compatibility.
+ Show RGB: labels on monitored image points were made optional.
+ Gallery: larger font for file names is used when thumbnails are large.
+ Edit Captions and Edit User Comments were combined into one function.
+ File Open will discard a preceding search result or named collection,
  and the user is notified and may proceed or cancel.
+ File > Open (menu and toolbar) can now be used to open a single RAW
  file (as tiff-16). A batch conversion function is also available.
+ CPU load monitor on status bar now includes spawned subprocesses.
+ Smart Erase: improved algorithm gives better results in some cases.
+ Panorama: image overlap requirement was relaxed.
+ Bugfix: Flatten: fix uneven conversion of pixels with max. brightness.
+ Bugfix: crash if Tools > Add Menu is started and then canceled.
+ Bugfix: minor memory leak.

2011.08.01  v.11.08
+ An Italian user guide has been added.
+ New function DRGB: change brightness and color balance using OD units.
+ Revise_RGB: added delta mode (show +/- changes from original image).
+ Show RGB: added EV and OD units, delta mode, and pixel labels on image.
+ Slide Show: two image transitions were added, "radar" and "jaws".
+ Slide Show: preferred transition modes can be selected and remembered.
+ Delete Area was renamed to Unselect Area (to reduce ambiguity).
+ F1 help topic is now determined by the last dialog opened OR USED.
+ Bugfix: disable a select-area if Undo/Redo changes the image size.
+ Bugfix: Create Blank Image got leftover EXIF data from a prior image.
+ Bugfix: buffer overflow crash in Russian locale. Several other risky
  places from long translation strings were identified and fixed.
+ Bug workaround: crash from GCC 4.5 optimization removing necessary
  code. Do-nothing variable references were added to prevent this.
+ Annoyance fix: rapid repetition of prev/next buttons or arrow keys
  was sometimes causing a "function still active" popup message.
+ Current bug: On Ubuntu 11.04 Fotoxx refuses to print with small paper
  formats (A5, A6). Ubuntu 10.10 works OK. I cannot fix this.
2011-10-05 14:21:45 +00:00
adam
ac61130abb Changes 1.7.17:
* Changed "#if !defined(PNG_NO_STDIO)" to "#ifdef PNG_STDIO_SUPPORTED"
  as recommended in the libpng documentation.
* Added PNG_UINT_32_NAME macro and used it to simplify chunk_type integer
  definitions.
2011-10-04 09:36:01 +00:00
ryoon
6d3d77eaf9 Update to 0.37
Changelog:
Gource 0.37 has been released, fixing a few bugs with timestamps
and directory deletion.

Changes since 0.35:
* Fixed SVN log GMT timestamp conversion.
* Fixed issue with sub-dirs of deleted dir not being removed in some cases.
2011-10-03 15:25:14 +00:00
adam
08cebe3a38 Changes 2.9.18:
* Added Thoby projection which models the Nikkor 10.5 lens.
* Minor fixes for libpng-1.5, GNU Hurd, libtool 2.4, and powerpc command-line.
2011-10-03 09:50:36 +00:00
dholland
195794b509 fix broken bulk build 2011-10-03 02:53:39 +00:00
dholland
568129cc51 Fix conflict with POSIX getline; fix LP64 issues found by gcc. 2011-10-03 01:45:21 +00:00
dholland
80612599f2 Add USE_TOOLS+=perl:run so REPLACE_PERL works. PKGREVISION -> 3. 2011-10-03 01:19:44 +00:00
dholland
98a64ae02d USE_TOOLS+=perl:run. REPLACE_PERL doesn't accomplish much otherwise. This
adds a dep on perl, so PKGREVISION -> 6.
2011-10-03 01:17:49 +00:00
wiz
ff6cc22837 Update to 1.5.5 to fix CVE-2011-3328, requested by tron.
Version 1.5.5beta01 [July 13, 2011]
  Fixed some typos and made other minor changes in the manual.
  Updated contrib/pngminus/makefile.std (Samuli Souminen)

Version 1.5.5beta02 [July 14, 2011]
  Revised Makefile.am and Makefile.in to look in the right directory for
    pnglibconf.h.prebuilt

Version 1.5.5beta03 [July 27, 2011]
  Enabled compilation with g++ compiler.  This compiler does not recognize
    the file extension, so it always compiles with C++ rules.  Made minor
    changes to pngrutil.c to cast results where C++ expects it but C does not.
  Minor editing of libpng.3 and libpng-manual.txt.

Version 1.5.5beta04 [July 29, 2011]
  Revised CMakeLists.txt (Clifford Yapp)
  Updated commentary about the png_rgb_to_gray() default coefficients
    in the manual and in pngrtran.c

Version 1.5.5beta05 [August 17, 2011]
  Prevent unexpected API exports from non-libpng DLLs on Windows.  The "_DLL"
    is removed from the test of whether a DLL is being built (this erroneously
    caused the libpng APIs to be marked as DLL exports in static builds under
    Microsoft Visual Studio).  Almost all of the libpng building configuration
    is moved from pngconf.h to pngpriv.h, but PNG_DLL_EXPORT remains in
    pngconf.h, though, so that it is colocated with the import definition (it
    is no longer used anywhere in the installed headers).  The VStudio project
    definitions have been cleaned up: "_USRDLL" has been removed from the
    static library builds (this was incorrect), and PNG_USE_DLL has been added
    to pngvalid to test the functionality (pngtest does not supply it,
    deliberately).  The spurious "_EXPORTS" has been removed from the
    libpng build (all these errors were a result of copy/paste between project
    configurations.)
  Added new types and internal functions for CIE RGB end point handling to
    pngpriv.h (functions yet to be implemented).

Version 1.5.5beta06 [August 26, 2011]
  Ensure the CMAKE_LIBRARY_OUTPUT_DIRECTORY is set in CMakeLists.txt
    (Clifford Yap)
  Fixes to rgb_to_gray and cHRM XYZ APIs (John Bowler):
    The rgb_to_gray code had errors when combined with gamma correction.
    Some pixels were treated as true grey when they weren't and such pixels
    and true grey ones were not gamma corrected (the original value of the
    red component was used instead).  APIs to get and set cHRM using color
    space end points have been added and the rgb_to_gray code that defaults
    based on cHRM, and the divide-by-zero bug in png_handle_cHRM (CERT
    VU#477046, CVE-2011-3328, introduced in 1.5.4) have been corrected.
  A considerable number of tests has been added to pngvalid for the
    rgb_to_gray transform.
  Arithmetic errors in rgb_to_gray whereby the calculated gray value was
    truncated to the bit depth rather than rounded have been fixed except in
    the 8-bit non-gamma-corrected case (where consistency seems more important
    than correctness.)  The code still has considerable inaccuracies in the
    8-bit case because 8-bit linear arithmetic is used.

Version 1.5.5beta07 [September 7, 2011]
  Added "$(ARCH)" option to makefile.darwin
  Added SunOS support to configure.ac and Makefile.am
  Changed png_chunk_benign_error() to png_warning() in png.c, in
    png_XYZ_from_xy_checked().

Version 1.5.5beta08 [September 10, 2011]
  Fixed 64-bit compilation errors (gcc). The errors fixed relate
    to conditions where types that are 32 bits in the GCC 32-bit
    world (uLong and png_size_t) become 64 bits in the 64-bit
    world.  This produces potential truncation errors that the
    compiler correctly flags.
  Relocated new HAVE_SOLARIS_LD definition in configure.ac
  Constant changes for 64-bit compatibility (removal of L suffixes). The
    16-bit cases still use "L" as we don't have a 16-bit test system.

Version 1.5.5rc01 [September 17, 2011]
  Removed "L" suffixes from constants in pngpriv.h

Version 1.5.5 [September 22, 2011]
  No changes.
2011-09-28 05:34:08 +00:00
joerg
62c3d557a0 Help finding glibmm's docutils 2011-09-25 19:48:49 +00:00
ryoon
8809653bba Add workaround for fix build on NetBSD 5.99.55.
It seems behaviout of flex 2.5.35 had been changed from flex 2.5.4.

Tested on NetBSD/i386 5.99.55, NetBSD/i386 5.1, and DragonFly/i386 2.10.1.
2011-09-25 13:52:26 +00:00
joerg
2bdf639be8 Fix curl/types.h fallout 2011-09-24 12:58:11 +00:00
shattered
a91f42536b Fix clang build failure. 2011-09-22 21:20:42 +00:00
taca
6c2772231a Move RUBY_VERSION_SUPPORTED=18 restriction to each Makefile from
graphics/ruby-clutter/Makefile.common, making it really work.

A short discussion with joerg@.  Thanks Joerg.
2011-09-21 15:26:46 +00:00
ryoon
9e83683630 Fix build on case insensitive filesystem. 2011-09-20 11:09:46 +00:00
taca
9117f11e47 Update ruby-chunky_png package to 1.2.4.
* Added Canvas.from_data_url to import an canvas from a PNG data URL.
2011-09-15 14:27:13 +00:00
hans
3aabd9495c Fix build on SunOS. 2011-09-14 16:53:38 +00:00
taca
ea1ed69ce5 Update ruby-chunky_png package to 1.2.3.
* Added data URL exporting.
* A few bug fixes.
2011-09-14 12:22:30 +00:00
wiz
75cec21f18 Update to 1.10, set LICENSE.
August 19, 2011: Release 1.10

 A DXF backend was added. The output is in the drawing interchange
 format used by computer aided design software. Thanks to Jonas
 Benedett Dorr for testing. The Gimppath backend was changed to be
 compatible with current versions of Gimp. The EPS, PDF, and SVG
 backends now use high-resolution bounding boxes. The default scaling
 of the EPS, PDF, and SVG backends is now fixed at 72dpi. A new option
 --flat was added to the SVG backend. A new option --tight was added
 to remove whitespace around the input image before calculating its
 scaling and placement.

December 21, 2010: Release 1.9

 The xfig and eps backends were improved, and a fixed pagesize PDF
 backend was added. Support for BMP version 4 and version 5 files, as
 well as top-down BMP files, was added. Minor speed improvements to
 Potrace and major speed improvements to mkbitmap. A Gaussian blur
 option was added to mkbitmap. Libtool is now used to build and
 optionally install the Potrace library. An optional simplified
 progress bar was added for dumb terminals. This release also contains
 some portability improvements, cross-compilation improvements, and
 minor bug fixes.
2011-09-12 21:38:52 +00:00
drochner
881960862a update to 0.11.1
changes:
-Tags can now be organized into hierarchical trees
-Paired RAW + JPEG images are treated as a single photo when imported
 from a camera
-Select different developers for RAW photos: use the development produced
 by Shotwell or by your camera
-Shotwell now uses GSettings instead of GConf to store its
 configuration information
-"Hide Photos Already Imported" setting persists between imports
-Several all-new saved search options
-JPEG mimics of RAW images are no longer stored in your home directory,
 and are now created on demand
-Shotwell now supports Windows Bitmap (.bmp) images
2011-09-12 18:15:03 +00:00
drochner
ab5d905fc4 update to 0.13.8
changes:
-Imported dcraw 9.10 (1.444)
-Bugfix: green matching is turned off if output image is shrinked due to
 wavelet filtering or aberration correction
2011-09-12 18:06:22 +00:00
drochner
e0e758b662 update to 2.34.1
This switches to the latest release branch.
2011-09-12 17:00:47 +00:00
drochner
176a5a9a99 I'm apparently the last living gqview user, so take MAINTAINERship 2011-09-12 16:50:55 +00:00
gdt
9455341df2 Add missing libs on Solaris.
From Jörn Clausen in PR pkg/45351.
2011-09-09 11:22:50 +00:00
adam
2c76991dad Fix building on Darwin 2011-09-09 08:23:58 +00:00
wiz
2986b48089 Include ../../sysutils/desktop-file-utils/desktopdb.mk per pkglint. 2011-09-09 06:42:26 +00:00
gdt
50e2e91c04 Drop maintainership; this is obsolete, I no longer use it, and I
would recommend to anyone wanting to use it to use geeqie instead.
2011-09-09 00:37:22 +00:00
gdt
1d885bab63 Note that gqview is obsolete. 2011-09-09 00:36:36 +00:00
gdt
54dd8b9367 On Solaris, add libraries needed for link.
Patch from PR pkg/45336 by Jörn Clausen.  No revbump because behavior
only changes on SunOS and there it previously did not build.
2011-09-09 00:35:31 +00:00
gdt
dd2af321f1 Note that GQview is obsolete and point to geeqie. 2011-09-09 00:26:58 +00:00
joerg
1f9f0ab4fe Remote const-discarding accessor as done for py-matplotlib itself. 2011-09-08 13:53:45 +00:00
joerg
08f3e3433e Fix compilation with clang by removing const-violating accessor. 2011-09-08 00:13:31 +00:00
drochner
b2e9f7747a split giflib into 2 pkgs: one for the lib, one for cmd line utils 2011-09-06 18:45:45 +00:00
obache
399290a4af * Add a patch for CVE-2008-4935, based on Debian's fix, adjust mktemp(1)
behavior differ between OpenBSD orign and FreeBSD one.
* Add some missing includion of header files.
* LICENSE=gnu-gpl-v2

Bump PKGREVISION.
2011-09-04 08:54:02 +00:00
obache
fde6bacf73 Install utils and docs.
Based on PR pkg/45321 by Uwe Klaus.

While here, set LICENSE=mit.

Bump PKGREVISION.
2011-09-03 15:25:01 +00:00
obache
dec69008ef Remove unwanted message.
graphics/aview-x11 package had been removed at the time x11 option was introduced
to graphics/aalib, and x11 option is enabled by default.
2011-09-02 14:02:06 +00:00
taca
d1a4844afc No need to include "../../mk/bsd.prefs.mk" since there is no conditional
any more.

No functional change.
2011-08-31 13:37:10 +00:00
drochner
ede43af80e update to 2.24.0
This switches to the latest stable branch.
2011-08-30 22:34:13 +00:00
gdt
e93defd3f7 Forcibly disable compiling with SNMP.
On systems with netsnmp, configure sort of finds SNMP, and adds
-lnetsnmp.  This is wrong because the package doesn't depend on
netsnmp, and problematic because then looking for getenv() fails.

No PKGREVISION++ because this doesn't change the behavior in cases
that previously resulted in a successful build.
2011-08-30 01:30:01 +00:00
jakllsch
cd0856b773 Update to darktable-0.9.2.
pkgsrc changes: enable flickr module.

upstream changes:

0.9.1 to 0.9.2:
not yet available

0.9 to 0.9.1:
 - new rawspeed, dcraw, libraw
 - fixed various segfaults and deadlocks
 - the pipeline is now more real HDR (unbounded color management, no more gamut clipping in between)
 - fixed a nasty bug which could cause complete loss of history for an image
 - darktable-faster now plays nicely with darktablerc (non-gconf)
 - lots of opencl improvements
 - updated translations
 - second part of our GSoC: customizable keyboard shortcuts!
2011-08-25 14:42:53 +00:00
abs
721bc4a3e8 Ensure PTHREAD_STUBLIB is set in MAKE_ENV not just PKGSRC_MAKE_ENV - fixes clean env build on Linux 2011-08-21 16:44:30 +00:00
wiz
f9d1259621 Build fix: add -std=c++0x to the compiler flags for gcc-4.4+. 2011-08-20 21:33:27 +00:00
abs
a94b790143 Fix build on 64bit Linux 2011-08-20 20:25:51 +00:00
joerg
b164a2fb3e Needs libXt for modular Xorg. 2011-08-20 15:34:13 +00:00
joerg
c1005980cb Fix C++ syntax 2011-08-20 15:33:37 +00:00
wiz
748dc139a6 Remove unneeded conditional. Test with X11_TYPE=native. 2011-08-20 14:52:57 +00:00
taca
14933ad9a3 Add ad hoc change to fix build problem with X11_TYPE == "modular". 2011-08-20 13:53:23 +00:00
wiz
8013885211 Remove png12, no packages need it. 2011-08-19 06:11:02 +00:00
joerg
ba86959a11 Kill Id from jlam's original patch 2011-08-18 13:00:26 +00:00
wiz
9436f1d4bb Update to 2.4.2. Set LICENSE.
2.4.2 Changes done by R. Dassing, Michael Potter
      Base.pm:
      The values for 'true' resp. 'false' may be of the following
      true: TRUE, true, T, t, 1 and defined
      false: FALSE, false, F, f, 0 or undefined

      Base.pm:
      Added new options xlabel and xrange which is valid for xy_plot
      and Chart::Lines, Chart::Points, Chart::LinesPoints,
      Chart::Split, Chart::ErrorBars.

      In order to use the labels, the chart module needs to have 'xlabels'
      AND 'xrange' set. Below is some example code for use:
      @labels = (['Jan', 'Feb','Mar'],
                 ['10','40','70']);
      $chart->set( xlabels => \@labels,
                   xrange => [0,100] );
      This options allow to set and position labels at the x-axis arbitrary.

      add_dataset() and app_pt() accepts now datasets as lists and as
          references to list like already mentioned in the docs


      Pie.pm:
      Optimized organisation of the placement of the labels.
      Added flag to avoid plotting of legends at all
      Using GD Version 2.0.36 as this version supports 'filledArc'

      Composite.pm:
      Correction due to Request 23166
      write the endmost value of input array
      in imagemap_data array

      Lines.pm:
      Correction due to Request 23166:
      write the endmost value of input array
      in imagemap_data array
2011-08-16 21:53:41 +00:00
wiz
938b0e8356 Update to 1.062:
Overview of changes in Cairo 1.062
==================================

* Cairo::FtFontFace: Keep the FT_Face alive long enough to avoid
  segfaults
* Add two new example programs
* Fix test failures
2011-08-16 21:51:30 +00:00
schnoebe
aa4dd6102b Add an option to select/suppress SNMP support.
(configure was finding libsnmp.so if net-snmp was installed, but
 net-snmp wasn't buildlink'd in. It would build just fine if net-snmp
 wasn't installed.)
2011-08-15 01:56:33 +00:00
obache
bb3696f957 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
wiz
2f2052ce13 Add MESSAGE, missing in previous. 2011-08-13 16:40:44 +00:00
taca
794a2bff67 Restrict dependency pattern due to gemspec.
Bump PKGREVISION.
2011-08-12 17:02:29 +00:00
taca
4cfc083e89 Update graphics/ruby-chunky_png package to 1.2.1.
Changes are unknown.
2011-08-12 17:01:47 +00:00
obache
a080ce2f1c Update nwdiag to 0.4.0.
0.4.0 (2011-08-09)
 * Add syntax for peer network
2011-08-11 12:46:29 +00:00
obache
5440db5c51 Update blockdiag to 0.8.9.
0.8.9 (2011-08-09)
 * Fix bugs
0.8.8 (2011-08-08)
 * Fix bugs
2011-08-11 12:40:57 +00:00
dholland
2dfb89d5dd Add note that next PKGREVISION bump should be to 3, as 2 was used briefly
a few months ago and then reverted.
2011-08-10 17:43:57 +00:00
wiz
36c46c79ad Update to 4.0.1, from Nicolas Thauvin.
4.0.1
	* Minor bug fixes, patch submitted by Damien Doligez

4.0.0
	* Stop supporting the autoconf build. (It might works though.)
	* Instead of autoconf, using omake and ocamlfind
	* Subpackages: no need to link codes for uninterested format.
	* Stop supporting lablgtk1
	  - Ximage2 module is now Ximage, and the older Ximage is removed
	  - OXimage2 module is now OXimage, and the older OXimage is removed

3.2.0
	* Misnamed version. It should have been 3.0.3 or something.
        * Small bug fix for image load memory allocation vulnerability

3.0.2
        * O'Caml 3.11 port.
	* Integer overflow vulnerability fix for pngread.c

3.0.1
        * Alpha channel support for png images.

3.0.0
        * new version numbering scheme
        * autoconf and makefiles cleanup
        * fix examples compilation

2.2.1
        * Now compiling with -warn-error -A
2011-08-07 20:36:20 +00:00
obache
160cd2809f + py-actdiag, py-nwdiag, py-seqdiag 2011-08-07 15:50:22 +00:00
obache
b3a4b26d37 Import py-seqdiag-0.3.8 as graphics/py-seqdiag.
`seqdiag' generate sequence-diagram image file from spec-text file.
* Generate sequence-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
2011-08-07 15:45:43 +00:00
obache
c3cf467481 Import py-nwdiag-0.3.3 as graphics/py-nwdiag.
`nwdiag' generate network-diagram image file from spec-text file.
* Generate network-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
2011-08-07 15:45:04 +00:00
obache
eaf4300662 Import py-actdiag-0.1.7 as graphics/py-actdiag.
`actdiag' generate activity-diagram image file from spec-text file.
* Generate activity-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
2011-08-07 15:43:50 +00:00
obache
d6511fe9c9 Update blockdiag to 0.8.7
0.8.7 (2011-08-06)
 * Fix bugs
0.8.6 (2011-08-01)
 * Support Pillow as replacement of PIL (experimental)
 * Fix bugs
0.8.5 (2011-07-31)
 * Allow dot characters in node_id
 * Fix bugs
2011-08-07 06:14:27 +00:00
ryoon
c26377b0ea Add gource 2011-08-06 22:05:59 +00:00
ryoon
81f46408d4 Import gource-0.35 as graphics/gource from wip/gource.
Software projects are displayed by Gource as an animated tree with
the root directory of the project at its centre. Directories appear
as branches with files as leaves. Developers can be seen working
on the tree at the times they contributed to the project.

Currently Gource includes built-in log generation support for Git,
Mercurial and Bazaar and SVN (as of 0.29). Gource can also parse
logs produced by several third party tools for CVS repositories.
2011-08-06 22:03:53 +00:00
obache
6a87f92143 Update rabbit to 1.0.4.
== 1.0.4: 2011-08-06

Theme improvements release!

=== Improvements

==== Theme

  * nari: Added. This is for nari. [Created by nari]
  * image-slide-number: Changed the default here to a cute here.
  * image-slide-number: Supported flag color customize.
  * image-timer: Changed the default tortoise to a cute tortoise.
  * rubykaigi2011: Supported the tortoise and the here.

=== Fixes

==== Documentation

  * Fixed Pango link. [Patch by Ken Muryoi]

=== Thanks

  * nari
  * Ken Muryoi

== 1.0.3: 2011-07-17

A bug fix release of 1.0.2.

=== Improvements

==== Core

  * Supported RubyGems 1.8.5.
    [Reported by okkez]
  * rabbit command doesn't use standard input as the default
    source type.

=== Fixes

==== Core

  * Fixed a problem that Wiki notation support doesn't show error.
    [Reported by kimura wataru]
  * Added missing Sinatra dependency.

==== Theme

  * footer-comment: Fixed a problem that a comment is hidden
    shortly.

=== Thanks

  * okkez
  * kimura wataru
2011-08-06 13:39:27 +00:00
wiz
4c215c7e86 Add comments to patches. 2011-08-05 18:21:13 +00:00
wiz
9253beda17 Add upstream bug report URL. 2011-08-04 23:58:35 +00:00
drochner
3bf0d5c3ce pull in boundary check from gdk2-pixbuf to fix a possible buffer
overflow by invalid GIF images, see redhat bug#727081
bump PKGREV
2011-08-03 10:01:25 +00:00
cheusov
86a63e1287 Fixed: build failure on 5.99.55
Update to 2.4.6, No answer from maintainer.

 CHANGES BETWEEN 2.4.5 and 2.4.6

  I. IMPORTANT BUG FIXES

    - For TrueType based fonts, the ascender and descender values were
      incorrect sometimes  (off by a pixel if the ppem value was not a
      multiple of 5).   Depending on the use you might now  experience
      a different  layout; the  change should  result in  better, more
      consistent line spacing.

    - Fix CVE-2011-0226  which causes a  vulnerability while  handling
      Type 1 fonts.

    - BDF fonts  containing  glyphs with negative values  for ENCODING
      were  incorrectly  rejected.  This  bug has  been introduced  in
      FreeType version 2.2.0.

    - David Bevan contributed a major revision of the FreeType stroker
      code:

      . The behaviour of FT_STROKER_LINEJOIN_BEVEL has been corrected.

      . A new  line join style,  FT_STROKER_LINEJOIN_MITER_FIXED,  has
        been introduced to support PostScript and PDF miter joins.

      . FT_STROKER_LINEJOIN_MITER_VARIABLE  has been introduced ches has
        been fixed.


  II. MISCELLANEOUS

      - SFNT bitmap fonts which contain an outline glyph for `.notdef'
        only no longer set the FT_FACE_FLAG_SCALABLE flag.

CHANGES BETWEEN 2.4.4 and 2.4.5

  I. IMPORTANT BUG FIXES

    - A rendering regression  for second-order B#zier curves  has been
      fixed, introduced in 2.4.3.


  II. IMPORTANT CHANGES

    - If autohinting  is not  explicitly disabled,  FreeType now  uses
      the autohinter if  a TrueType based font doesn't  contain native
      hints.

    - The load flag FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH  has been made
      redundant and  is simply ignored;  this means that FreeType  now
      ignores the global advance width value in TrueType fonts.


  III. MISCELLANEOUS

    - `FT_Sfnt_Table_Info' can now return the number of SFNT tables of
      a font.

    - Support for PCF files compressed with bzip2 has been contributed
      by Joel  Klinghed.  To  make this  work, the  OS must  provide a
      bzip2 library.

    - Bradley  Grainger  contributed  project  and  solution  files in
      Visual Studio 2010 format.

    - Again some fixes to better handle broken fonts.
2011-08-03 08:25:41 +00:00
dholland
91d4e44727 Add png 1.5 support and go back to current png. Should have done this a
long time ago; it was somewhat lengthy but completely straightforward.
2011-07-31 20:42:17 +00:00
gls
4dd43a54e7 Add sys/socket.h to backend/magicolor.c and backend/xerox_mfp-tcp.c.
Should fix PR pkg/45196 by Alex Hornung.
2011-07-31 20:05:58 +00:00
jakllsch
86c798ae80 povray needs old png-1.2, use it now that we have it again. 2011-07-31 17:58:09 +00:00
jakllsch
5893203599 +png12 2011-07-31 17:49:17 +00:00
jakllsch
dda9c6b1f0 Add package of png-1.2 series.
Needed for compatibility with packages that haven't been ported to png-1.5.
2011-07-31 17:48:16 +00:00
gls
7a7213c136 Add two patches from upstream to fix importing raws with libraw 0.13.6 and 0.13.7
PKGREV++
2011-07-31 17:37:00 +00:00
gls
ab682806b6 Update graphics/libraw to 0.13.7.
Upstream changes:
* Changes in cropping code:
  o cropping is now works for Fuji files (instead of crash)
  o bad pixels map and dark frame subtraction is turned off if cropping enable
  o for technical reasons, coordinates of top-left corner of crop box are
rounded to multiple of 4 for Fuji files.
* ./configure stuff fixes:
  o install static libraries only when --enable-static is set
  o compiled samples are dynamically linked if shared library not disabled.
* OpenMP enabled for Visual Studio 2008 SP1+, but not for RTM
2011-07-31 17:33:54 +00:00
minskim
f5afe86653 Do not generate an mpost format for mfplain, which is now a part of
web2c.  Noted by tron@.
2011-07-28 08:54:58 +00:00
minskim
7e8f389e19 Update ps2eps to 1.68.
Changes:
- quoted translate command string
- quote of tmpfname for coping with spaces in filenames
- added -a option
- changed handling of hiresBB (now rounded to hiresprecision, by default 0.5pt)
- added %%BeginData %%EndData as indicators for Binary Section
- added new option -b (treat as binary) to prevent filtering CR/LF stuff
- fixed help/usage formatting output
2011-07-28 07:21:07 +00:00
jakllsch
e261929ff1 Fix man page path with a patch. 2011-07-26 21:48:00 +00:00
jakllsch
d55efc53ca +darktable 2011-07-26 21:39:45 +00:00
jakllsch
fbca60fd85 Add darktable package.
darktable is a photography workflow application: a virtual lighttable
and darkroom for photographers: it manages your digital negatives
in a database and lets you view them through a zoomable lighttable.
it also enables you to develop raw images and enhance them.
2011-07-26 21:37:47 +00:00
jakllsch
4ddd997836 Correct to match reality. 2011-07-25 17:53:17 +00:00
jakllsch
e344bb5dc9 +lcms2 2011-07-25 17:50:03 +00:00
jakllsch
d495037e87 Add Little CMS 2 color correction package. 2011-07-25 17:48:55 +00:00
joerg
34531af4a4 Honour ${CC} 2011-07-21 17:04:46 +00:00
obache
8692ff62cb recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
dholland
9fc84be960 Handle installed csh scripts properly. PR 37581; also mentioned in PR
37949 and PR 37952.

Someone should try building and running this on a machine with no
native csh.
2011-07-21 05:53:23 +00:00
drochner
e47dfc9e61 replace SA# in comment with a CVE reference 2011-07-18 09:54:27 +00:00
dholland
fd668fc366 Fix broken build on NetBSD. 2011-07-17 07:45:19 +00:00
obache
494ff73fb0 Update rabbit to 1.0.2.
== 1.0.2: 2011-07-15

RubyKaigi2011 release.

=== Improvements

==== Core

  * Re-supported GTK+ 2.20. (For Debian GNU/Linux squeeze)
    [Reported by akira yamada]

==== Theme

  * title-slide-background-image: Added. It shows background
    image with title slide slide.
  * table: Supported font color customize.
  * rubykaigi2011: Added. It's for RubyKaigi2011.

=== Fixes

==== Theme

  * default-item-mark-setup: Fixed duplicated font name
    specified error.
  * edge-info-toolkit: Fixed duplicated font name
    specified error.

=== Thanks

  * yamada akira

== 1.0.1: 2011-07-15

A bug fix release of 1.0.0.

=== Fixes

==== Core

  * Removed needless albino gem dependency.

== 1.0.0: 2011-07-15

The first major release! We spent seven years for it!

=== Improvements

==== Core

  * Made Twitter related gems optional not required.
  * Disabled Clutter by default. --use-gl is required to
    enable it.
    [Reported by OBATA Akio]
  * Supported ((<blockdiag|URL:http://blockdiag.com/blockdiag/build/html/>)).

    RD:
      # blockdiag
      # relative_width = 90
      # fonts = /usr/share/fonts/opentype/ipafont/ipag.ttf, /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf
      {
        fontsize = 25;
        RD -> Rabbit;
        Hiki -> Rabbit;
        PDF -> Rabbit;
        group {
          Rabbit -> Display;
        }
      }

    Hiki:
      {{blockdiag("
      {
        fontsize = 25;
        RD -> Rabbit;
        Hiki -> Rabbit;
        PDF -> Rabbit;
        group {
          Rabbit -> Display;
        }
      }",
                  {
                    :relative_width => 90,
      #             :antialias => true,
                    :fonts => ["/usr/share/fonts/opentype/ipafont/ipag.ttf",
                               "/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf"],
                  })}}
  * Removed Anthy support.
  * Supported syntax highlighting by CodeRay.
  * Supported syntax highlighting by Emacs.
  * Improved "run from console" detection.
    [Reported by OBATA Akio]
  * Supported non-blocking mode for Twitter connection.
    [Reported by OBATA Akio]
  * Improved the default logger detection.
    [Reported by OBATA Akio]
  * Supported Nokogiri and dropped HTree.
  * Added --allotted-time option to specify presentation
    allotted time.
  * Added --comment-theme option to specify a theme for
    comment.

    For example, use --comment-theme stream-comment to
    stream comment on your slide.
  * Removed RWiki support.

==== Rabbiter

  * Added --log-status option to log streamed information
    for debug.

==== Rabbirack

  * Added. It is a new Web interface for Rabbit. It will
    deprecate Rabrick.

==== Theme

  * Added shadow-color, shadow-x and shadow-y properties to
    text element.
  * syntax-highlighting: Added. It specifies colors for
    syntax highlighting.
  * footer-comment:
    * Improved image-timer support.
    * Disabled the last comment remaining by default.
  * rabbit-powered-by: Disabled banner.
  * pdf-tortoise-and-hare: Removed because it's merged to
    pdf theme.
  * pdf:
    * Supported hare and tortoise.
    * Supported comment.
  * base: Added foreground color, background color and
    shadow color configurations.
  * default-comment: Added. It specifies a theme for comment.

=== Fixes

==== Core

  * Fixed a problem that .mo are missing in package.
    [Reported by OBATA Akio]
  * Fixed a problem that appending comment from rabbiter
    crashes Rabbit.
  * Fixed a problem that PDF file detection is failed in
    Ruby 1.9.

==== Documentation

  * Fixed link URL.
    [Reported znz]

=== Thanks

  * OBATA Akio
  * znz
2011-07-15 14:28:07 +00:00
obache
b3e4d8c19d + py-blockdiag 2011-07-15 13:56:09 +00:00
obache
5f841a3b9f Import py-blockdiag-0.8.4 as graphics/py-blockdiag.
`blockdiag` generate block-diagram image file from spec-text file.
  * Generate block-diagram from dot like text (basic feature).
  * Multilingualization for node-label (utf-8 only).
2011-07-15 13:54:07 +00:00
obache
acfde22dbd Register EGG file to be found the library from others.
Bump PKGREVISION.
2011-07-15 13:31:29 +00:00
adam
d9fb645d73 Changes 1.7.16:
* Only report best method==0 if pngcrush cannot match the input filesize.
  Otherwise, if there is no improvement, report the first matching method.
2011-07-15 09:29:06 +00:00
shattered
f6a8573565 PR/38129 -- font selection menu is populated in graphics.c, so patch it too 2011-07-14 09:52:59 +00:00
ryoon
45958e5299 Update to 11.7
Changelog:
2011.07.01  v.11.07
+ The main retouch functions can now be used in parallel
  (i.e. multiple edit dialogs can be active at the same time).
+ The last position of the main window and most dialog windows is saved
  and restored within a session and across sessions.
+ New function Match Colors: take a spot color sample from two images.
  The colors of the 2nd image are changed to match the first.
+ New function Revise RGB: select up to 9 control pixels on an image and
  adjust their RGB values. All image pixels are adjusted to match, using
  weights based on distances from the control pixels. Use this function
  to make complex color adjustments that vary across the image.
+ Brightness Ramp was revised to handle RGB colors. This is an alternative
  method to remove a color caste that varies across an image or image area.
+ Tools > Show RGB: EV and OD units are output in addition to RGB values.
  Up to five points are shown, updated live as the image is edited.
+ The Brightness/Color curves now have a range of +/-2 EV (F-stops) and
  the step-adjust buttons ([+++] etc.) are calibrated in 0.1 EV steps.
  Steps 1/3 this size can also be used. Use this function in conjunction
  with Show RGB to make calibrated color adjustments.
+ Numeric feedback was added to the sliders in retouch edit functions.
+ Missing gallery thumbnails are generated 2-3x faster (on multi-core
  processors) using multiple threads working ahead of need (usually).
+ Clone (new window) now has two variants: share desktop 50/50 or open
  a new window of the same size, slightly offset for visibility.
+ Open File now has two variants: use the same window or open a new
  window in a parallel instance of Fotoxx.
+ New toolbar button: save file as a new version (immediate, no dialog).
  The current image and its edit history remain unchanged.
+ Save-As menu and toolbar: new checkbox option to switch the current
  file to the saved file. The edit trail (undo/redo) is also retained.
+ New command line parameters:
    -prev     open the last file viewed in the previous session.
    -recent   start with a gallery of recent files (most recent at top).
  (-prev used to be default but this is no longer the case).
+ If the [undo] or [redo] button is pressed with the shift-key, they
  become "undo all" and "redo all". This makes it easier to compare
  an image having multiple edits with the original image.
+ Select Area [Unfinish] button: put a finished area back in edit mode.
+ Pixel Edit was moved from the Art menu to the Retouch menu.
+ Hourglass cursor was replaced with a BUSY sign at bottom of the window.
+ Toolbar help is a topic help like F1. Menu help opens the user guide.
+ Bugfix: warp functions were infrequently putting artifacts in the image.
+ Bugfix: Edit Collections could crash if adds and deletes were mixed.
+ Bugfix: Select Area Edge Calculation: if killed by user, the area was
  left in a half finished condition.

2011.06.13  v.11.06.2
  Bugfix: Ubuntu 11.04 32-bit: libtiff.so was moved to a really different
  location: /usr/lib/i386-linux-gnu/libtiff.so. This caused a misleading
  diagnostic when building from source, so the check and diagnostic was
  simply eliminated. The packages are not affected.
2011-07-14 08:15:35 +00:00
adam
a71b0ba99f Changes 1.6.0:
New extensions:
* GL_AMD_blend_minmax_factor
* GL_AMD_sample_positions
* GL_EXT_x11_sync_object
* GL_NV_texture_multisample
* GL_NV_video_capture
* GLX_NV_video_capture
* WGL_NV_DX_interop
* WGL_NV_video_capture
Bug fixes:
* Define GLEW_NO_GLU for no glu dependency.
* mx suffix for GLEW MX libraries, build both libraries by default.
* Cygwin build improvements
* Soname of GLEWmx shared libraries
* Query GL extension string only once
* GLX_OML_sync_control no longer requires C99
* glDraw*InstancedARB moved from GL_ARB_draw_instanced to
  GL_ARB_instanced_arrays
* glFramebufferTextureLayerEXT moved from GL_EXT_geometry_shader4 to
  GL_EXT_texture_array
* Fixes for BSD build
2011-07-13 19:47:38 +00:00
drochner
612d444394 update to 1.12
changes:
-UI improvements
-Date / time data has its own dataset type
-Add LaTeX commands \cdot, \nabla, \overline plus some arrows
-Add linevertbar and linehorzbar error bar styles
-bugfixes
2011-07-12 19:08:49 +00:00
drochner
2463e5ab1e update to 4.2.5
changes:
-minor improvements
-bugfixes
2011-07-12 19:04:00 +00:00
drochner
7d19628b50 update to 0.10.1
changes:
-Fixes "Hide Photos Already Imported"
-Multiple editing bugs fixed
-Resolves crash when two or more cameras have the same name
-Documentation now includes saved searches
-Piwigo bugs fixed
-Translation updates
2011-07-12 19:00:57 +00:00
drochner
c3a029f63c update to 0.13.6
changes: several minor and cosmetic changes
2011-07-12 18:57:37 +00:00
drochner
0191e88978 update to 0.48.2
changes: bugfixes
2011-07-12 18:55:09 +00:00
drochner
78914951d9 update to 2.4.5
changes:
-fixed rendering regression  for second-order Bezier curves
-FreeType now  uses the autohinter per default
-Support for PCF files compressed with bzip2
-misc fixes and improvements
pkgsrc change: clean up patch-ac (which fixes SA45167): put sign extension
stuff into a macro and move checks to make it closer to the upstream fix
2011-07-12 16:30:28 +00:00
wiz
1ec8ceb124 Update to 8.60, set license.
June 25, 2011 - Version 8.60 (production release)

  - Added Composite Flash tag to facilitate copying of flash information between
    XMP and EXIF
  - Added new Pentax and Canon LensType values and fixed a Pentax lens name
  - Added a few new Leica LensType's (thanks Olaf Ulrich)
  - Added a new PentaxModelID
  - Enhanced GPSDateStamp conversion to tolerate null separators (Casio EX-H20G)
  - Made DNG LinearizationCurve and Nikon ContrastCurve writable but protected
  - Renamed Nikon LinearizationTable to NEFLinearizationTable and made writable
    but protected
  - Removed Leica M8 FrameSelector tag since it seems to have evolved into an
    extension of the LensType tag for newer lenses
  - Fixed problem with order of operations when using multiple -if options

June 11, 2011 - Version 8.59

  - Added new Composite:LensID derived from XMP-aux:LensID
  - Added new PentaxModelID and CanonModelID values
  - Added a new Pentax LensType (thanks Artur)
  - Decode maker notes in Pentax Optio S1 AVI videos
  - Extract PreviewWMF from DOCX files
  - Recognize WMF images
  - Fixed decoding of CanonVRD WBAdjRGBLevels and renamed to WBAdjRGGBLevels

June 2, 2011 - Version 8.58

  - Decode a number of CameraInfo tags for the Canon EOS 600D and 1100D
  - Improved speed by a factor of 2 when reading M2TS videos
  - Fixed memory leak with -stay_open feature when writing

May 26, 2011 - Version 8.57

  - Added a couple of new Canon LensType values
  - Added a few new Nikon LensID's (thanks Robert Rottmerhusen)
  - Added format string to -v2 output for IPTC tags
  - Added extra logic to avoid misidentifying unknown IFD-style maker notes
  - Decode custom settings for Nikon D700 and D7000
  - Fixed problem recognizing NikonCaptureData for ViewNX version 2.1.1

Apr. 16, 2011 - Version 8.56

  - Added a new Canon LensType (thanks Rodolfo Borges)
  - Decode EXIF information in FujiFilm HS20EXR MOV videos
  - Decode NikonCaptureEditVersions when ExtractEmbedded option is used
    (previously called NikonCaptureHistory)
  - Decode another Samsung tag (thanks Tae-Sun Park)
  - Recognize CaptureOne ".newer" COS files
  - Reverted JSON output to pre-8.51 behaviour by removing '#' suffix from tag
    names when print conversion is disabled on a per-tag basis
  - Fixed bug introduced in 8.32 interpreting some expressions when copying tags

Apr. 11, 2011 - Version 8.55

  - Added write support for FujiFilm RAF version 0716 images
  - Added support for a number of new LR3 XMP tags (thanks Wolfgang Guelcker)
  - Decode some more Samsung tags (thanks Tae-Sun Park)
  - Improved handling of incorrectly formatted XMP
  - Recognize a few alternate PS and EPS file extensions (thanks Jeff Harmon)
  - Reverted a few Pentax macro lens names (less consistent, but at least they
    match the official Pentax names)
  - Fixed problem reading some XMP custom properties
  - Fixed minor problem in HtmlDump output for Canon MakerNotes footer

Apr. 2, 2011 - Version 8.54

  - Added a number of new values for various tags
  - Added a new Nikon LensID
  - Decode a number of encrypted Samsung SRW tags (thanks Tae-Sun Park)
  - Enhanced -s option so allow a number to be specified
  - Fixed problem reading some Casio EX-Z35 MakerNote values

Mar. 27, 2011 - Version 8.53

  - Added a new Olympus LensType
  - Added a new Nikon LensID
  - Added a new PentaxModelID value
  - Decode new Pentax MakerNotes format of Optio WG-1 GPS
  - Decode Casio, Ricoh and Sanyo face detection information (thanks Jeffrey
    Friedl and Emilio for samples)
  - Decode FujiFilm face recognition information (thanks Jeffrey Friedl)
  - Decode a new FujiFilm tag for GE models
  - Allow writing GPSLatitudeRef/GPSLongitudeRef with a signed number
  - Return proper FileType for M4P audio files
  - Combined Canon FaceDetectFrameWidth/FaceDetectFrameHeight tags into
    FaceDetectFrameSize for consistency with other makes
  - API Changes:
      - Fixed problem when specifying family 1 group in call to SetNewValue()
        when tags were previously extracted with ExtractInfo()

Mar. 20, 2011 - Version 8.52

  - Added -listr option and mechanism to recognize some unsupported file types
  - Added read support for VSD (Microsoft Visio Drawing) files
  - Added a new Pentax LensType and improved consistency of macro lens names
  - Added another CanonModelID
  - Calculate Duration for M2TS (AVCHD) videos
  - Decode a new FujiFilm tag
  - Recognize .TS extension
  - Recognize FotoStation IPTC record 240
  - Attempt to better identify FPX-format MSOffice documents with incorrect file
    extensions
  - Fixed bug applying time shift to Nikon PowerUpTime
  - API Changes:
      - Enhanced GetNewValues() to allow group name to be specified
      - Allow description flag to be set to '0' when calling GetFileType() to
        return types of recognized-yet-unsupported files

Mar. 12, 2011 - Version 8.51

  - Added -csv option for import/export of CSV database files
  - Added ability to import JSON files
  - Added read support for APP1 "Ocad" segment
  - Added a new Nikon LensID (thanks Robert Rottmerhusen)
  - Decode more Reconyx MakerNotes tags (thanks Robert Hass of Reconyx!)
  - Report the number of encryption bits in the PDF:Encryption tag value
  - Allow empty group name when specifying a tag
  - Improved decoding of Olympus ArtFilter and MagicFilter tags
  - Improved exception handling to continue with next -execute command after
    aborting a command due to a serious error
  - Fixed problem reading indexed PGF images
2011-07-12 13:48:10 +00:00
wiz
93d2e9e29e Update to 0.99.8:
xsane-0.994 -> 0.995:
---------------------

 - changed layout of copy setup, removed border around all setup tabs

 - changed layout of xsane main window

 - xsane-front-gtk.c: xsane_browse_filename_callback: xsane.cms_function_option_menu is only updated when xsane.enable_color_management is active

 - xsane-save.c: write_smtp_header(): it is allowed to specify multiple mail receivers in a comma separated list now

 - xsane-save.c: write_smtp_header(): MAIL FROM and RCPT TO use syntax "<user@domain.org>" instead of "user@domain.org" now

 - xsane-front-gtk.c: created xsane_progress_bar_set_fraction which uses the gtk2
   functions when available and which only updates the progress_bar every 2.5 percent
   what speeds up several functions - especially saving file routines -

   xsane*.c: replaced all gtk_progress_bar_update() by xsane_progress_bar_set_fraction()

 - xsane-back-gtk.c: in function xsane_back_gtk_value_update()
   replaced comparison for SANE_FIX values
     if (new_val != val)
   by
     if (abs(new_val - val) > 1)

 - changed all "scanarea" to "scan_area" or "scan area"

 - xsane-gtk-1_x-compat.h: changed gtk_progress_bar_set_ellipsize() to
   gtk_progress_bar_set_ellipsize(pbar, mode)

 - xsane_help_no_devices() changed buf size to 1024

 - translations: U=updated, N=not updated, A=added/new
   ca cs da de es fi fr hu it ja nl pa pl pt pt_BR ro ru sk sl sr sv tr vi zh zh_CN
   U  N  U  N  N  A  N  N  U  N  N  U  N  N  N     N  N  U  N  U  N  N  N  N  N
   99599 99599 96 99595 99 99595 99 99599 96 96    96 99 99599 99592 99 96 96 992

xsane-0.995 -> 0.996:
---------------------

 - removed bug when deleting medium types: removed free() command, added realloc()

 - xsane_viewer.c: reduced maximum viewer size form gdk_screen_width/gdk_screen_height to
   gdk_screen_width-1/gdk_screen_height-1

 - xsane-save.c: PDF: ICC object 4+5 are initialized with offset 0
 - xsane-save.c: PDF: objects with offset 0 are makred free (f) in xref table


xsane-0.996 -> 0.997:
---------------------

 - removed SANE_CAP_ALWAYS_SETTABLE (not SANE1)
 - added test for (opt->size == 0) for SANE_TYPE_STRING in xsane.c
 - in gtk_adjustment_new changed page_size from (min-max)*1e-30 to 0
   because new gtk versions don`t like non zero values for spinbuttons
 - added several gdk_drawable_unref(mask)

xsane-0.997 -> 0.998:
---------------------
 - removed bug saving image as 16 bit png:
   until now all low byte data has been a copy of the high byte data,
   so in fact all images saved untile xsane-0.997 are saved as 8 bit image
   in a 16 bit format.
 - changed some more gtk_adjustment_new(...) page_sizes to 0
 - added several bytes_read = and bytes_written = before fread, read, fwrite, write
 - added some items_done = before fscanf
 - corrected some format stings (missing "%s")
2011-07-12 13:25:57 +00:00
wiz
35230df5db # used by graphics/sane-frontends/Makefile 2011-07-12 13:19:26 +00:00
wiz
a65e44b2a7 # used by graphics/sane-frontends/Makefile 2011-07-12 13:19:09 +00:00
wiz
490a71930d Update to 1.0.22:
New with 1.0.22, released 2011-02-13:

* New backends: kvs20xx (Panasonic KV-S20xx),
  magicolor (Konica-Minolta )
* Significant enhancements to several backends.
* More than 80 new scanner models supported.
* Support many more networked scanners.
* Added -A option to scanimage
* Improved build system.
* Improved USB support.
* Improved udev rules.
* Documentation updates.
* Bugfixes.
2011-07-12 12:19:40 +00:00
obache
6da03e34b9 Update rabbit to 0.9.3.
(adjust default dependency to Gems)

== 0.9.3: 2010-06-25

A comment and Twitter support improved release.

=== Improvements

==== Core

  * Supported PDF viewer on Ruby 1.9.
    [Reported by tmtms]
  * [#199] Supported "~" expansion in path specified by "-I".
    [Reported by kdmsnr]
  * Supported Twitter's OAuth.
  * Supported Bundler.
  * Added Rabbit.add_cleanup_proc that is an API to register
    a hook on rabbit command finished.
  * Added rabwii command to control Rabbit via Wii Remote.
    [Based on Kiwamu Okabe's code]
  * Changed default dRuby server bind address to localhost.
  * Changed default --default-public-level to "all".
  * rabbitter: Used OAuth.
  * rabrick: Changed --druby-uri option to --rabbit-uri.
  * rabbit-command: Changed --druby-uri option to --rabbit-uri.
  * Removed comment view.
  * rabbitter: Added --user-language option.
  * Used GUI logger by default when Rabbit isn't invoked by
    rubyw.exe.
    [Helped by Nobuyoshi Nakada]
  * Added launcher mode that show file chose dialog when
    Rabbit invoked without source file on no console environment.
  * Supported tag in Hiki notation. ({{tag('tag-name', 'value')}}

==== Theme

  * title-background-image: Supported image file name in
    slide property.
    [Suggested by kdmsnr]
  * background-image-toolkit: Used slide property rather
    than options in theme.
  * image: Made image caption's font size customizable.
  * color-circle: Enabled newline-in-slides and tag theme by
    default.
  * slide-number: Made slide number position customizable.
    [Youhei SASAKI]
  * debian: Updated.
    [Youhei SASAKI]
  * dark-gradation: Added. It's Keynote like dark gradation
    theme.
    [Youhei SASAKI]
  * twitter-comment: Added. It imports tweets from Twitter
    as comments.
    [Based on Kiwamu Okabe's code]
  * comment: Removed. It's for removed comment view.
  * footer-comment: Added. It shows comments on the footer.
    [Based on Kiwamu Okabe's code]
  * clutter-comment: Added. It streams comments on slides
    with rolling by Clutter API.
  * stream-comment: Added. It streams comments on slides.

=== Fixes

==== Core

  * Fixed Clutter backend doesn't work.
    [Reported by OBATA Akio]
  * Fixed GUI logger doesn't work.
2011-07-11 09:37:50 +00:00
wiz
c1923acec8 Fix build with png-1.5. 2011-07-08 20:48:28 +00:00
wiz
295a305730 Update to 1.5.4:
Version 1.5.3beta11 [June 11, 2011]
  Fixed png_handle_sCAL which is broken in 1.5; added sCAL to pngtest.png
  Revised documentation about png_set_user_limits() to say that it also affects
    png writing.
  Revised handling of png_set_user_limits() so that it can increase the
    limit beyond the PNG_USER_WIDTH|HEIGHT_MAX; previously it could only
    reduce it.
  Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding is
    wrong (high by one) 25% of the time. Dividing by 257 with rounding is
    wrong in 128 out of 65536 cases. Getting the right answer all the time
    without division is easy.
  Added "_SUPPORTED" to the PNG_WRITE_CUSTOMIZE_ZTXT_COMPRESSION macro.
  Added projects/owatcom, an IDE project for OpenWatcom to replace
    scripts/makefile.watcom.  This project works with OpenWatcom 1.9. The
    IDE autogenerates appropriate makefiles (libpng.mk) for batch processing.
    The project is configurable, unlike the Visual Studio project, so long
    as the developer has an awk.
  Changed png_set_gAMA to limit the gamma value range so that the inverse
    of the stored value cannot overflow the fixed point representation,
    and changed other things OpenWatcom warns about.
  Revised pngvalid.c to test PNG_ALPHA_MODE_SUPPORTED correctly. This allows
    pngvalid to build when ALPHA_MODE is not supported, which is required if
    it is to build on libpng 1.4.
  Removed string/memory macros that are no longer used and are not
    necessarily fully supportable, particularly png_strncpy and png_snprintf.
  Added log option to pngvalid.c and attempted to improve gamma messages.

Version 1.5.3 [omitted]
  People found the presence of a beta release following an rc release
    to be confusing; therefore we bump the version to libpng-1.5.4beta01
    and there will be no libpng-1.5.3 release.

Version 1.5.4beta01 [June 14, 2011]
  Made it possible to undefine PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTED
    to get the same (inaccurate) output as libpng-1.5.2 and earlier.
  Moved definitions of PNG_HAVE_IHDR, PNG_AFTER_IDAT, and PNG_HAVE_PLTE
    outside of an unknown-chunk block in png.h because they are also
    needed for other uses.

Version 1.5.4beta02 [June 14, 2011]
  Fixed and clarified LEGACY 16-to-8 scaling code.
  Added png_set_chop_16() API, to match inaccurate results from previous
    libpng versions.
  Removed the ACCURATE and LEGACY options (they are no longer useable)
  Use the old scaling method for background if png_set_chop_16() was
    called.
  Made png_set_chop_16() API removeable by disabling PNG_CHOP_16_TO_8_SUPPORTED

Version 1.5.4beta03 [June 15, 2011]
  Fixed a problem in png_do_expand_palette() exposed by optimization in
    1.5.3beta06
  Also removed a spurious and confusing "trans" member ("trans") from png_info.
  The palette expand optimization prevented expansion to an intermediate RGBA
    form if tRNS was present but alpha was marked to be stripped; this exposed
    a check for tRNS in png_do_expand_palette() which is inconsistent with the
    code elsewhere in libpng.
  Correction to the expand_16 code; removed extra instance of
    png_set_scale_16_to_8 from pngpriv.h

Version 1.5.4beta04 [June 16, 2011]
  Added a missing "#ifdef PNG_READ_BACKGROUND_SUPPORTED/#endif" in pngrtran.c
  Added PNG_TRANSFORM_CHOP_16 to the high-level read transforms.
  Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again.  If this is
    not enabled, png_set_strip_16() and png_do_scale_16_to_8() aren't built.
  Revised contrib/visupng, gregbook, and pngminim to demonstrate chop_16_to_8

Version 1.5.4beta05 [June 16, 2011]
  Renamed png_set_strip_16() to png_set_scale_16() and renamed
    png_set_chop_16() to png_set_strip(16) in an attempt to minimize the
    behavior changes between libpng14 and libpng15.

Version 1.5.4beta06 [June 18, 2011]
  Fixed new bug that was causing both strip_16 and scale_16 to be applied.

Version 1.5.4beta07 [June 19, 2011]
  Fixed pngvalid, simplified macros, added checking for 0 in sCAL.
    The ACCURATE scale macro is no longer defined in 1.5 - call the
    png_scale_16_to_8 API.  Made sure that PNG_READ_16_TO_8 is still defined
    if the png_strip_16_to_8 API is present.  png_check_fp_number now
    maintains some state so that positive, negative and zero values are
    identified.  sCAL uses these to be strictly spec conformant.

Version 1.5.4beta08 [June 23, 2011]
  Fixed pngvalid if ACCURATE_SCALE is defined.
  Updated scripts/pnglibconf.h.prebuilt.

Version 1.5.4rc01 [June 30, 2011]
  Define PNG_ALLOCATED to "restrict" only if MSC_VER >= 1400.

Version 1.5.4 [July 7, 2011]
  no changes.
2011-07-08 17:47:58 +00:00
drochner
6131b69e1b add patch from upstream to fix excessive memory use due improper checking
of certain return values in GIF image loader (CVE-2011-2485)
bump PKGREV
2011-07-08 11:31:24 +00:00
drochner
5e5be1bccd avoid sign extension on right shift
(there are more occurences, but they are followed by checks for result<0)
bump PKGREV
2011-07-07 17:02:12 +00:00
drochner
6cab0071c4 propagate dependency on libXext (was introduced in the last update) 2011-07-06 20:21:03 +00:00
dholland
ab15844b62 Fix build with current png and gtk2. Fix patch-aa to not (inadvertently?)
disable optimization. No version bump since package wasn't buildable.
2011-07-05 04:28:34 +00:00
dholland
841fd490b3 Fix up xf86dga handling so it will hopefully work with -5 native X. 2011-07-05 02:14:12 +00:00
jym
5f9557b434 check-interpreter fix. 2011-07-04 00:18:07 +00:00
jym
a32813c883 check-interpreter fix. 2011-07-03 11:46:08 +00:00
alnsn
666ec6c3b4 Make GNU patch happy.
Ok by wiz@.
2011-06-30 22:50:21 +00:00
tez
c2af97fcfa The solaris stdbool.h requires c99 which is fine for jasper, but
not so good for things that depend upon jasper.  See PR#43901
This stops jasper from using stdbool.h (on solaris only.)
2011-06-21 16:20:51 +00:00
taca
9013577b58 Add and enable ruby-chunky_png. 2011-06-19 07:29:48 +00:00
taca
66006db471 Importing ruby-chunky_png version 1.2.0. It is required by newer version
of www/ruby-compass.


= Chunky PNG

This library can read and write PNG files. It is written in pure Ruby for
maximum portability. Let me rephrase: it does NOT require RMagick or any other
memory leaking image library.

== Features
* Decodes any image that the PNG standard allows. This includes all standard
  color modes, all bit depths and all transparency, interlacing and
  filtering options.
* Encodes images supports all color modes (true color, grayscale and indexed)
  and transparency for all these color modes. The best color mode will be
  chosen automatically, based on the amount of used colors.
* R/W access to the image's pixels.
* R/W access to all image metadata that is stored in chunks.
* Memory efficient (uses a Fixnum, i.e. 4 or 8 bytes of memory per pixel,
  depending on the hardware)
* Reasonably fast for Ruby standards, by only using integer math and a highly
  optimized saving routine.
* Interoperability with RMagick if you really have to.

Also, have a look at OilyPNG at http://github.com/wvanbergen/oily_png.
OilyPNG is a mixin module that implements some of the ChunkyPNG algorithms
in C, which provides a massive speed boost to encoding and decoding.
2011-06-19 07:28:08 +00:00
taca
c9933c0e74 Update ruby-mini-magick pacakge to 3.3.
Changes are unknown.
2011-06-19 01:38:58 +00:00
taca
cab30d97d2 Update ruby-gnuplot pakage to 2.3.6.
2.3.6
 * Cleanup readme (thanks blambeau again, really, for the snippets)

2.3.5
 * Cleanup readme, add examples as real code files (thanks blambeau!)
2011-06-19 01:37:30 +00:00
obache
6d9e5ac88f also accept python27 and 26, from comments, just require builtin ctype. 2011-06-14 11:17:56 +00:00
obache
e199345b42 Update ruby-gnome2 to 0.90.9.
== Ruby-GNOME2 0.90.9: 2011-06-11

NOTE: 0.90.x releases are for 1.0.0 major release.

This is the last release of 0.90.x series. The next release
will be 1.0.0!

=== Changes

==== All

  * Fixes
    * Fix a bug in version numbers.
      [Grant Schoep, Vincent Carmona]
    * Support 'bundle install' .

==== Ruby/GLib2

  * Improvements
    * Support GLib::IOChannel.new(fd) and GLib::IOChannel#fd on Windows.
    * GLib::IOChannel#write returns written byte not self.
      [backward incompatible]

==== Ruby/GTK2

  * Fixes
    * fix misc/bindings.rb sample (ruby 1.9).
      [Vincent Carmona]
    * [#3305589] fix Gtk::Window#add_accel_group misses
      a reference to accel group.
      [Piotr Korzuszek, Kouhei Sutou]
    * Support cairo related samples in Ruby 1.9.
      [Jon, Kouhei Sutou]

==== Ruby/GStreamer

  * Improvements
    * add Gst::Registry.update method.
      [Vincent Carmona]

==== Ruby/VTE

  * Fixes
    * [#3199587] fix pc install.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Poppler

  * Fixes
    * [#3292118] don't run needless tests.
      [Mamoru Tasaka, Kouhei Sutou]

==== Ruby/GtkSourceView2

  * Improvements
    * support Windows.
      [S.Kitagawa]
2011-06-12 11:43:33 +00:00
ryoon
2286ae52e6 Update to 11.06.1
Changelog:
2011.06.09  v.11.06.1
Bugfix: A hole was closed that could cause a crash if an area is
deleted while an edit function is open and active.

2011.06.01  v.11.06
+ Smart Erase and Remove Dust were made slightly more effective.
+ Brightness/Color retouching and Tone Mapping were made 25-40% faster.
+ Retouching brightness/color by "painting" with the mouse (dodge and
  burn) was made much faster (instant response on a fast computer).
+ If at startup the previous image file is no longer present then a
  gallery of the 100 most recent files viewed is shown.
+ New function: Tools > Toolbar Style: set to text, icons, or both.
+ New function: Tools > Edit Translation: edit translations interactively
  as Fotoxx is being used, and the changes are immediately effective.
+ Several other small usability improvements were made.
+ Minor bugfix: paste area edge blending lost 1 pixel around the edge.
2011-06-11 18:54:23 +00:00
obache
9572f6d892 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
wiz
018ad34f81 Disable openexr, so it doesn't break the build when it's installed
and cmake finds it, but buildlink3 hides it. Reported by Aymeric.

XXX: should be made an option instead
2011-06-09 23:28:29 +00:00
drochner
36eb39a1fb bump PKGREV for webkit-gtk shlib change 2011-06-09 11:06:06 +00:00
wiz
89c4f92b14 Update to 1.5.3rc02 for a security fix.
Version 1.5.3beta07 [May 11, 2011]
  Added expand_16 support to the high level interface.
  Added named value and 'flag' gamma support to png_set_gamma.  Made a minor
    change from the previous (unreleased) ABI/API to hide the exact value used
    for Macs - it's not a good idea to embed this in the ABI!
  Moved macro definitions for PNG_HAVE_IHDR, PNG_HAVE_PLTE, and PNG_AFTER_IDAT
    from pngpriv.h to png.h because they must be visible to applications
    that call png_set_unknown_chunks().
  Check for up->location !PNG_AFTER_IDAT when writing unknown chunks
    before IDAT.

Version 1.5.3beta08 [May 16, 2011]
  Improved "pngvalid --speed" to exclude more of pngvalid from the time.
  Documented png_set_alpha_mode(), other changes in libpng.3/libpng-manual.txt
  The cHRM chunk now sets the defaults for png_set_rgb_to_gray() (when negative
    parameters are supplied by the caller), while in the absence of cHRM
    sRGB/Rec 709 values are still used.
  The bKGD chunk no longer overwrites the background value set by
    png_set_background(), allowing the latter to be used before the file
    header is read. It never performed any useful function to override
    the default anyway.
  Added memory overwrite and palette image checks to pngvalid.c
    Previously palette image code was poorly checked. Since the transformation
    code has a special palette path in most cases this was a severe weakness.
  Minor cleanup and some extra checking in pngrutil.c and pngrtran.c. When
    expanding an indexed image, always expand to RGBA if transparency is
    present.

Version 1.5.3beta09 [May 17, 2011]
  Reversed earlier 1.5.3 change of transformation order; move png_expand_16
    back where it was.  The change doesn't work because it requires 16-bit
    gamma tables when the code only generates 8-bit ones.  This fails
    silently; the libpng code just doesn't do any gamma correction.  Moving
    the tests back leaves the old, inaccurate, 8-bit gamma calculations, but
    these are clearly better than none!

Version 1.5.3beta10 [May 20, 2011]

  png_set_background() and png_expand_16() did not work together correctly.
    This problem is present in 1.5.2; if png_set_background is called with
    need_expand false and the matching 16 bit color libpng erroneously just
    treats it as an 8-bit color because of where png_do_expand_16 is in the
    transform list.  This simple fix reduces the supplied colour to 8-bits,
    so it gets smashed, but this is better than the current behavior.
  Added tests for expand16, more fixes for palette image tests to pngvalid.
    Corrects the code for palette image tests and disables attempts to
    validate palette colors.

Version 1.5.3rc01 [June 3, 2011]
  No changes.

Version 1.5.3rc02 [June 7, 2011]
  Fixed 1-byte uninitialized memory reference in png_format_buffer() (Bug
    report by Frank Busse, related to CVE-2004-0421).
2011-06-08 06:58:58 +00:00
obache
17d854e2cb Workaround for PR#41475 is not required anymore. 2011-06-06 07:55:54 +00:00
obache
c9fffd2671 Add user-destdir installation support. 2011-06-05 06:06:10 +00:00
gls
470515d6e5 Update graphics/libraw to 0.13.5
LibRaw 0.13.5 add supports for several new cameras.

Changelog:

    * Imported new dcraw 9.08/1.443:
          o New color data for Canon 600D and 1100D, Fuji S200EXR
          o New cameras supported: Fuji HS20EXR and F550EXR, Kodak Z990, Nikon
D5100, Olympus E-PL1s and XZ-1, Samsung NX11, Sony A230 and 290.
2011-05-29 17:55:58 +00:00
hans
696f30c607 Add missing png_set_longjmp_fn assignment to fix some segfaults. 2011-05-27 16:23:53 +00:00
gls
4f3fcd9d0c Update graphics/feh to 1.14.1
pkgsrc-changes:
- Update MASTER_SITES and HOMEPAGE
- Set LICENSE

Upstream changes:

* Release v1.14.1
    * Fix compilation with curl=0
    * Make zoom_default key work properly with --geometry

Wed, 11 May 2011 11:37:32 +0200  Daniel Friesel <derf@finalrewind.org>

* Release v1.14
    * Only create caption directory when actually writing out a caption.
      <http://github.com/derf/feh/issues/42>
    * The --menu-bg option has been deprecated.  It will be removed along with
      --menu-style by the end of 2012.
      <http://github.com/derf/feh/issues/27>
    * read directory contents sorted by filename instead of 'randomly'
      (as returned by readdir) by default.  Thanks talisein!
      <https://github.com/derf/feh/pull/20>
    * Show certain warnings in the image window as well as on the commandline
      <http://github.com/derf/feh/issues/43>
    * Since the manual is way better structured and more detailed than the
      --help output, it now simply refers to the manual.  To include the old
      help text, build feh with 'help=1'
    * You can now use the next/prev/jump keys to navigate thumbnails. Use the
      render key to open the currently selected thumbnail.
      <http://github.com/derf/feh/issues/26>
    * Change a patch for NETWM fullscreen support to only apply to fullscreen
      windows.  This fixes the moving windows bug in fluxbox (since fluxbox
      doesn't report its window border width).
      <http://github.com/derf/feh/issues/22>
      <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570903>
    * Minor manpage fixes.
      <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625683>
    * Fix --auto-zoom / --zoom max/fill documentation, the "Auto-Zoom" menu
      option is now always checked when these options are used
    * Set _NET_WM_NAME and _NET_WM_ICON_NAME properties
      <http://github.com/derf/feh/issues/44>
    * The 'A' key (toggle_aliasing) now actually changes the current window,
      and not just the default for new windows
    * The zoom_default key now works fine with --scale-down
      <http://github.com/derf/feh/issues/41>
    * Fix access of uninitialized memory / malloc/realloc clash in continued
      theme definition handling.  Having a theme line with just one
      option/value pair used to produce undefined behaviour

Sat, 23 Apr 2011 22:00:27 +0200  Daniel Friesel <derf@finalrewind.org>

* Release v1.13
    * Fix segfault upon unloadable images when image-related format specifiers
      (e.g. %h) are used in --title
    * Show images in current directory when invoked without file arguments
    * Option to disable antialiasing, either global (--force-aliasing) or per
      image (press 'A' to toggle, keybinding toggle_aliasing)
    * Use SIGUSR1/SIGUSR2 to reload all images in multiwindow mode
    * Fix Imlib2 caching bug in reload (only worked after the second try)
    * The --bg options are now Xinerama-aware.  That is, they set the image in
      the respective mode (scale/fill/max/center) on each Xinerama screen. Use
      --no-xinerama to disable this.

Sat, 12 Mar 2011 22:49:53 +0100  Daniel Friesel <derf@finalrewind.org>

* Release v1.12
    * Add --zoom fill as equivalent for --auto-zoom
    * Add --zoom max (zooming like in --bg-max)
    * --menu-style is now deprecated
    * http images are now viewed using libcurl, not wget (thanks to talisein)
      This adds libcurl as dependency, and removes the wget recommendation
    * Slight build system change: make now has flags, e.g.
      "make xinerama=0 debug=1". By default feh is compiled with xinerama and
      libcurl support enabled, see README.
    * Remove builtin http client (--builtin)
    * Fix compilation issues with libpng 1.5.1

Wed, 09 Feb 2011 20:11:26 +0100  Daniel Friesel <derf@finalrewind.org>

* Release v1.11.2
    * Use wget --no-clobber to prevent TOCTTOU-based hole allowing a
      well-informed attacker to rewrite arbitrary user files with images.
      The attacker needs to know feh's PID and the URL the user gave it.
      It is still possible for an attacker to _create_ arbitrary files via the
      same hole.

Wed, 26 Jan 2011 21:07:19 +0100  Daniel Friesel <derf@finalrewind.org>

* Release v1.11.1
    * Show correct image dimensions in for cached thumbnails
    * Allow commandline options to override those set in a theme
    * Remove support for FEH_OPTIONS (was deprecated >5 years ago)
    * Restrict available modifiers to Control/Mod1/Mod4

Sat, 22 Jan 2011 11:48:33 +0100  Daniel Friesel <derf@finalrewind.org>

* Release v1.11
    * Patch by Pascal Bleser: Use getaddrinfo for builtin http client,
      this enables IPv6 support
    * Fix zooming when --scale-down is used
    * The themes are now read from ~/.config/feh/themes (BC for .fehrc exists)
    * Key bindings can now be configured via ~/.config/feh/keys
    * Removes --rcpath, use XDG_CONFIG_HOME instead
    * Increase movement steps for Ctrl+Left etc.
    * Make in/out zoom use equal zoom ratio

Fri, 03 Dec 2010 19:41:45 +0100  Daniel Friesel <derf@finalrewind.org>

* Release v1.10.1
    * Partially fix --scale-down behaviour (zooming is still broken)
    * Fix buffer overflow when using --draw-actions
    * Fix segfaults after trying to load several unloadable images
    * Fix fehrc created by feh (contined escape errors)

Thu, 07 Oct 2010 20:15:12 +0200  Daniel Friesel <derf@finalrewind.org>

* Release v1.10 (aka "2.0 will come real soon now")
    * Patch by Stefan Mark: Add --bg-max (scaled with borders)
    * Removed rather obscure --bg-seamless mode
    * Short option -Y for --hide-pointer
    * Panning via keys: Make it behave like scrolling (inverted directions)
    * Workaround for Xinerama fuckups: Set XINERAMA_SCREEN to the correct
      xinerama screen number
    * Add --info option to display custom image information
    * Do not change to the next slide when executing an action with ; as first
      character (this character is stripped when executing the action)
    * Speed up panning, zooming etc. by hiding image overlay text
    * Zoom button: Zoom to 100% on button release, not button click
    * --draw-filename: Always show position in filelist

Tue, 24 Aug 2010 19:23:36 +0200  Daniel Friesel <derf@chaosdorf.de>

* Release v1.9
    * Add --fullscreen option, --full-screen is now deprecated
    * Removed --menu-border option, it is largely useless
    * Add short options: -P for --cache-thumbnails,
                         -K for --caption-papth,
                         -G for --draw-actions
                    and  -J for --thumb-redraw
    * Patch by Noel Cragg: Improve support for tiling window managers
    * Set correct window title when starting feh in paused mode
    * Add Up/Down keys for zooming
    * When zooming via keyboard: Always zoom around the center of the window
    * The image can now be panned with Ctrl + arrow keys

Fri, 25 Jun 2010 16:07:20 +0200  Daniel Friesel <derf@chaosdorf.de>

* Release v1.8
    * support LDLIBS in Makefile/config.mk
    * Don't make the --thumbnails window fullscreen. The images launched from
      thumbnail mode may be fullscreen, though. You can still use 'v' to
      toggle fullscreen, should you really need it.
    * --font now sets the global default font (for action/filename display etc.)
    * Rename --screen-clip 0 to --no-screen-clip
    * Allow multiline theme definitions (via backslash, like in the shell)
    * Center the image after pressing <keypad /> or <keypad *>
    * Saving the filelist from thumbnail mode caused undefined behaviour due
      to handling of uninitialised memory. Since I consider this a rarely
      useful action, the feature has been disabled for thumbnail mode.
    * Remove -G/--wget-timestamp option. It was probably not working
      correctly, plus it contained a code execution hole when used with
      malicious URLs containing shell metacharacters (but only if those URLs
      led to a valid file)
    * Don't add ?randomnumber to URLs when downloading them, it confuses some
      servers and is not really neccessary in general

Thu Jun 10 12:12:04 CEST 2010  Daniel Friesel <derf@chaosdorf.de>

* Release v1.7
    * Fix segfault in Thumbnail mode when trying to open a no longer
      existing image (e.g. when the file was renamed by a previous action)
    * Set a negative slideshow-delay to start the slideshow in paused mode
    * Remove Shift+Key bindings, they were doing the same as Nothing+Key
      anyways. Plus, I might want to bind Shift + <already used key> to other
      stuff in the future
    * Documentation improvements
    * Remove undocumented hjkl menu keys. Most of the menu options can also be
      accessed directly with keys, plus the number of non-qwerty users (which
      have no use for these shortcuts) is growing.
    * Draw a nice little message when in caption editing mode with empty
      caption (to indicate that caption editing is actually active)
    * caption mode: Automatically create caption directory if it doesn't exist
    * Slideshow mode: SIGUSR1 = next image, SIGUSR2 = previous image

Sat Jun  5 21:35:25 CEST 2010  Daniel Friesel <derf@chaosdorf.de

* Release v1.6.1
    * Fix omitted image borders at high zoom levels
    * Re-add getopt_long files (possibly relevant for non-glibc systems)
    * Do not require a running X server for -L, -u, -U options

Tue Jun  1 10:21:19 CEST 2010  Daniel Friesel <derf@chaosdorf.de>

* Release v1.6
    * Patch by aaptel: Support numpad keys for actions
    * Fix blur mode (Ctrl + left mouse key)
    * Center images in index/thumbnail mode relative to the text below them
    * Support caching of "large" (up to 256x256 pixels) thumbnails
    * New --thumb-redraw option as workaround to speed up thumbnail mode
      (thumbnail mode redrawing is quite slow, so now a redraw only happens
      every 10 thumbnails by default - can be changed with this option)
    * Because of that: Major speed improvements for --thumbnails, especially
      with cached thumbnails
    * Do not link against Xext and freetype, they're only used by other libs
    * Fix "make uninstall". You do NOT want to call this for feh versions
      1.4.2 to 1.5

Thu May  6 08:34:39 CEST 2010  Daniel Friesel <derf@chaosdorf.de>

* Release v1.5
    * Rewrite parts of the menu code & fix a memory leak while there
    * Make --start-at work with filenames instead of list positions
    * Add keybinding to toggle pointer visibility (see --hide-pointer)
    * Sort manual a bit

Thu Apr 22 22:28:09 CEST 2010  Daniel Friesel <derf@chaosdorf.de>

* Release v1.4.3
     * Warp the pointer when reaching a window border in pan mode
     * Various zoom mode improvements, should be more intuitive now
       + When entering zoom mode, always continue from previous zoom level
       + The image part you clicked on to start zoom mode will remain where it
         is. The zoom happen around at that pixel.
     * Manpage review

Fri Apr  2 16:20:55 CEST 2010  Daniel Friesel <derf@chaosdorf.de>

* Release v1.4.2
     * Replace autoconf by config.mk
     * patch by decklin: Use z key to randomly jump in the filelist
     * patch by muennich: Correctly set [Paused] window title in slideshow mode
     * patch by dylan: Remove temporary files if url opening fails
     * Fix problems with unexpectedly empty filelists

Tue Mar 16 07:56:36 CET 2010  Daniel Friesel <derf@chaosdorf.de>

  * Release v1.4.1
     * Fix chrome theme in the default .fehrc
     * Rename cam to feh-cam and gen_cam_menu.sh to gen-cam-menu
     * Add manual for feh-cam and gen-cam-menu (from Debian)
     * Fix lossless rotate for filenames with spaces etc.

Thu Mar  4 14:55:02 CET 2010  Daniel Friesel <derf@chaosdorf.de>

  * Release v1.4
     * Lots of documentation fixes/improvements
       (including previously undocumented options)
     * Fix --(un)loadable option
     * Add --draw-actions (show defined actions and their number)
     * Use <keypad begin> to antialias the image
     * Fix some keypad keys (+,-,/,*)
     * The button-related options have changed (NOT backwards-compatible)
     * Remove --xinerama option
     * Use jpegtran binary instead of libjpeg for lossless rotation
     * Add --bg-fill option (patch by Anonymous)

Mon Feb  8 21:47:56 CET 2010  Daniel Friesel <derf@chaosdorf.de>

  * Release v1.3.5
     * Import various Debian patches
     * Update feh(1) manpage
     * Make feh -l / feh -O work without a running X
     * Don't die after encountering three or more unloadable images
       (former "No more slides in show" error)
     * Depracate --xinerama <0|1>, use --no-xinerama or nothing instead
     * Fix transparency in thumbnail mode
2011-05-25 19:44:26 +00:00
is
3fa7dc3806 DESTDIR support 2011-05-24 12:26:00 +00:00
dmcmahill
a9625cef56 add a missing /lib to the prefix to be able to find -lGraphicsMagick 2011-05-20 22:06:31 +00:00
obache
02ab7e2109 rearrange Makefile fragments so that entries will be in right order. 2011-05-20 11:35:50 +00:00
obache
3c806572db * Change MASTER_SITES subdir to usual simple one.
* Add missing tail / of HOMEPAGE.
2011-05-19 05:13:45 +00:00
obache
8201d4174c sort. 2011-05-19 04:17:14 +00:00
obache
6426eff871 Moudulalize GraphicsMagick, for let PerlMagick to lightweight.
Bump PKGREVISION.

It introduce bump PKGREVISION of p5-GraphicsMagick.
While here,
 * move distinfo and patches location to Makefile.common.
 * let to exactly linked against installed GraphicsMagick.
2011-05-18 14:26:26 +00:00
drochner
07001889d3 update to 1.4.4
changes: misc bugfixes and cleanup

The code structure around Xshm has changed -- someone please
check the Interix specific patches.
2011-05-18 10:04:26 +00:00
drochner
58571259ee reset PKGREV for base pkg update 2011-05-18 09:48:59 +00:00
dmcmahill
ddc807553a add and enable several perl modules needed to support databases/koha. PR pkg/43929 2011-05-18 02:23:22 +00:00
obache
43bbfddde2 out of my control anymore... 2011-05-17 11:44:28 +00:00
obache
b66be18ab6 fixes buildlink with pre x11 option GraphicsMagick. 2011-05-17 11:34:04 +00:00
dmcmahill
9f814a0859 Initial import of graphics/p5-GraphicsMagick version 1.3.12
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

This is an objected-oriented Perl interface to GraphicsMagick, a fork of
ImageMagick. It provides an interface similar to that PerlMagick provides
to ImageMagick, but wit a different class name.
Use the module to read, manipulate, or write an image or image sequence from
within a Perl script. This makes it suitable for Web CGI scripts.
2011-05-17 11:17:24 +00:00
dmcmahill
80b42bc9ab Initial import of graphics/p5-GD-Barcode version 1.15
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

GD::Barcode is a subclass of GD and allows you to create barcode image with GD.
This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22".

From 1.14, you can use this module even if no GD (except plot method).
2011-05-17 11:14:08 +00:00
dmcmahill
f4617566ca Initial import of graphics/p5-Barcode-Code128 version 2.01
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

Barcode::Code128 generates bar codes using the CODE 128 symbology. It can
generate images in PNG or GIF format using the GD package, or it can generate a
text string representing the barcode that you can render using some other
technology if desired.

The intended use of this module is to create a web page with a bar code on it,
which can then be printed out and faxed or mailed to someone who will scan the
bar code. The application which spurred its creation was an expense report tool,
where the employee submitting the report would print out the web page and staple
the receipts to it, and the Accounts Payable clerk would scan the bar code to
indicate that the receipts were received.

The default settings for this module produce a large image that can safely be
FAXed several times and still scanned easily. If this requirement is not
important you can generate smaller image using optional parameters.

If you wish to generate images with this module you must also have the GD.pm
module (written by Lincoln Stein, and available from CPAN) installed.

If the GD module is not present, you can still use the module, but you will not
be able to use its functions for generating images. You can use the barcode()
method to get a string of "#" and " " (hash and space) characters, and use your
own image-generating routine with that as input.
2011-05-17 10:51:26 +00:00
adam
83d1fdee2b Added LICENSE; do not depend on png 2011-05-17 07:23:46 +00:00
taca
23dc6ede58 Update pear-Image_Canvas package to 0.3.3.
* pkgsrc change: Avoid depends on gd extension in package.xml since it
  is covered by pkgsrc's denedency.


0.3.3		2010-10-25 14:36 UTC

Changelog:

Automatically built QA release
Bug #16808 imagefilledpolygon(): You must have at least 3 points in your
array - ghhoriuchi

Bug #16927 PDF class implementation incomplete? - daveo

Bug #17191 Deprecated: Assigning the return value of new by reference - neufeind
2011-05-16 13:21:04 +00:00
taca
9f9595daaa Avoid depends on gd extension in package.xml since it is covered by
pkgsrc's denedency.

Bump PKGREVISION.
2011-05-16 13:18:59 +00:00
dmcmahill
6ed0324fc0 repair PKGREVISION which was messed up in the previous commit 2011-05-16 10:00:40 +00:00
dmcmahill
294943fc78 Add options.mk for GraphicsMagic and add options for building without X
or a few other dependencies.  This is part of PR pkg/43929 from
Edgar Fuß
2011-05-16 01:18:54 +00:00
gls
7f8547cfef Update graphics/shotwell to 0.9.3
Pkgsrc changes:
- Add librsvg as a dependency, as it is required to deal with .svg icons.

Upstream chnages:
    * Resolves issue where setting the desktop background didn't work in Gnome3
	* Mimics are now deleted when a RAW photo is removed
	* Event dates are now only shown once in the Event view
	* Fixes a number of translation issues
2011-05-14 18:55:59 +00:00
abs
378755d88d Add libXt to the PKG_OPTIONS:Mx11 to fix modular x11 build 2011-05-13 12:55:39 +00:00
adam
d6fd3cb9e9 Changes 1.10.0:
* Documentation: Context::arc(): Correct the documentation, as in the C
  documentation.

Changes 1.9.8:
* Surface:
  - added create() for creating a sub-surface representing a rectangle on a
    target surface
  - PDF versioning API: get_versions(), restrict_to_version(),
    version_to_string()
  - add get_device()
  - add new surface type enum values
* Device
  - add acquire() and release() functions
  - Add Device::Lock convenience class
* Region
  - UNSTABLE API CHANGE: Fix do_union(), subtract(), intersect() to throw
    exceptions instead of returning error statuses to be consistent with the
    rest of the cairomm API
  - add xor() functions
  - add API for creating a region from a list of rectangles
  - implement copy()
2011-05-12 11:12:48 +00:00
adam
74d8a69b5d Changes 6.6.9.8:
* Fixed some cut-and-paste errors in new png.c code that caused PNG8
  reductions to fail.

Changes 6.6.9.8:
* Add various Option Flags, and fix option skip counts for plus forms
  of simple operators where plus form is the same as minus form.
  For example the incorrect counts produces a weird error, and posible
  future segmentation fault in a command like  convert rose: +border show:

Changes 6.6.9.7:
* Fix FX default for interpolation to Bilinear.
* Fix pixel interpolation for -draw image over (reference
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18612).
* Write the proper bKGD chunk value in grayscale PNG images (reference
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18624).
* Added Inverse method for Sparse Color Interpolation
2011-05-11 11:38:48 +00:00
ryoon
30f9ba599b * Set LICENSE=gnu-gpl-v3
* include sysutils/desktop-file-utils/desktopdb.mk
2011-05-11 01:31:01 +00:00
ryoon
2647535f30 Update to 11.05.1
* On DragonFly, not works yet (like before).

fotoxx change log
=================

2011.05.02  v.11.05.1
+ The new version of alien replaces text files in /usr/share/doc/appname
  with compressed (.gz) versions, making the menu Help > Change Log etc.
  fail. Program was revised to accept either normal or compressed files.
+ Context help (F1) for Remove Dust did not work.

2011.05.01  v.11.05
+ New function Erase Dust: erase dust spots on images from scanned slides.
+ Named image collections were made easier to create and revise. Images
  can be added, removed and rearranged using a thumbnail gallery.
+ The trim (crop) function better handles zoom and scroll. The desired
  image size can be input directly, in addition to the mouse drag method.
+ Smart Erase was made faster (noticeable on slow processors).
+ Create Blank Image: simplify UI and create new file automatically.
+ Minor UI improvement: inform user if the current search results or
  named collection must be abandoned to open a non-member image file.
+ Select Area: edge distance calculation for hairy edges is >2x faster.
+ Image tags with imbedded blanks are allowed.
+ Bugfix: Smart Erase was sometimes missing a few pixels.
+ The supplied .deb and .rpm packages are now built using Ubuntu 10.04
  instead of Ubuntu 8.10. These packages (using newer libraries) may
  not be installable on less current Linux releases.

2011.04.01  v.11.04
+ Vertical panorama was implemented (previously possible but clumsy).
+ Slide Show can optionally play a music file or play list.
+ A pre-planned slide show can be started from the command line.
+ Initialization for new installs was simplified and the user warning was
  strengthened (need fewer frustrated users who don't read user guides).
+ Smart Erase was made easier by combining the select and erase functions.
+ Select ellipse: keep the ellipse centered at the drag origin.
+ Select by color: the search range for matching pixels was limited to
  3x the mouse radius. This works better, allowing edges with varying
  color to be more easily followed and selected. The remaining interior
  areas can be selected with an extra click in the finish dialog.
+ Paste Area was made easier to use by automating the finish step.
+ Unbend was extended to fix more types of perspective problems.
+ Toolbar buttons were rearranged to reduce the risk of accidentally
  overwriting the original image.
+ The total image file limit of 100,000 was removed. The practical limit
  depends on how much main memory is available for the image search index.
  1 GB is enough for >1 million files, and only needed when searching.
+ Bugfix: possible crash in slide show with "ellipse" transitions.
+ Bugfix: HDF: first manual tweak caused an annoying random jump.
+ Bugfix: crash if initial warning message ignored and then open a file.

2011.03.13  v.11.03.1
+ Bugfix: possible crash if area select along bottom edge of image.
+ Bugfix: possible crash following a revision of lens parameters.
+ Bugfix: select area: edge of image can also be edge of area.

2011.03.01  v.11.03
+ Composite functions Pano, HDR, HDF and Stack run 2-3 times faster.
+ Printing: intermediate file was changed from .jpeg to .tiff to correct
  slight blurring of some color edges in high-resolution images.
+ New art function: create color outline drawings.
+ New function: adjust monitor gamma with live feedback.
+ Plugins: add external image editors to Fotoxx menu: Fotoxx edits may
  precede and follow, [undo] / [redo] buttons work, etc.
+ Smart Erase: can use a tighter area around the object to be erased.
+ Panorama: the math was simplified to a pure cylindrical projection.
+ Select Area: added select for rectangular and elliptical areas.
+ Notify user of delay for thumbnail creation when new images are found.
+ New slide show transition: ellipse expanding from the center.
+ Select Area: brighter outlines for freehand draw and follow edge.
+ Unbend: panorama curve is more accurately flattened.
+ bugfix: crash reading 4-channel tiff file in strip format.
+ bugfix: panorama crash if image overlap reaches zero during alignment.
+ bugfix: crash if trying to save to a .gif file (converts to .jpg).
+ bugfix: fixed small memory leak in metadata viewer.

2011.02.01  v.11.02
+ Retouch functions can be incrementally "painted" with the mouse, with
  variable radius and strength.
+ Area cut and paste: edge effects are more effectively suppressed and
  the pasted area/object can be rotated as well as resized.
+ Curve edit (used in image retouch functions): curve data can be saved
  to a file or loaded from a file as part of the curve edit dialog.
+ New function: Smart Erase: erase power lines and other small defects
  by replacing them with pixels from the neighborhood.
+ New functions: Make Image Collection and Open Image Collection. Images
  may be assigned to named collections. A collection can be recalled and
  used for a slide-show, export, etc.
+ New function: Combine photos of the same subject taken at different
  moments, remove tourists, cars, etc. that come and go.
+ Panorama pre-align was made a little easier (check the user guide).
+ Tag Edit and Tag Management were separated to simplify operation.
+ New 1-time function: Tools > Fix Tag Delimiters: make tags (keywords)
  compatible with Photoshop. Other photo managers may not be compatible.
  This is optional and can be done at any time without affecting Fotoxx.
+ Art > Dots: dot rows are offset by 1/2 dot pitch, which looks better.
+ Expand Brightness Range: use sliders and show brightness histogram.
+ 1-time function to rebuild thumbnails now has a fast incremental mode.
+ Obsolete functions removed: convert old tag and parameter formats.
  (if you have startup problems, delete /home/<user>/.fotoxx).
+ Bugfix: Edit Info function could not be canceled before using it.
+ Bugfix: Edit Info (metadata) limit raised from 100 to 1000 characters.
+ Bugfix: Stop meaningless EXIF diagnostic when a blank image is created.
+ Bugfix: Annotate crash if font set to tiny and then increased.
+ tags_index file was renamed to search_index

2011.01.07  v.11.01.2
+ Bugfix: select whole image was not working. What went wrong between
  testing and release is a mystery, but now it is fixed.

2011.01.06  v.11.01.1
+ Revise startup warnings about thumbnails and tag index file to make
  them less intrusive and perhaps easier to understand.
+ French translation was updated.

2011.01.01  v.11.01
+ Select Area: Select the whole image and use overall brightness or a
  single RGB color brightness to control the application of a retouch
  function. This allows tone mapping, noise reduction, etc. to apply
  in darker image areas but not brighter areas (or the inverse).
+ New art function: make a dot matrix image (à la Roy Lichtenstein).
+ Slide Show was given a few dubiously useful but cute image transition
  modes (fade-out/fade-in and various kinetic image replacement methods).
+ Open Recent File: the 100 most recent image files are presented in a
  gallery window to make it easier to go back to a desired image.
+ If grid lines are active when an image is printed, the grid lines will
  also appear on the printed image.
+ The status bar shows if a select-area is active or a function is busy.
+ A new blank image can be created and used as a basis for mashups
  using cutouts from other images plus annotation text.
+ After a first-time install, the user is now advised to run the 1-time
  indexing program so that image searches will function correctly.
+ Batch add and delete tags have a popup window to monitor progress.
+ Search Images output (gallery window) is sorted to follow the physical
  organization of the underlying files. Groupings and sequences implied
  by the file organization (directories and file names) are preserved
  in the generated window of thumbnail images. This was always a claimed
  fotoxx capability, but was not always working as advertised.
+ Bugfix: image was sometimes not being resized to fit window after a
  size change (trim, resize), possibly giving a false impression.
+ Bugfix: inverting a select area did not work with some edit functions.

2010.12.07  v.10.12.1
Three minor GUI improvements:
+ pixel edit: notify if select area is active to avoid user confusion.
+ fix inconsistent behavior of select area draw and follow edge.
+ bugfix: "Save As" with a name like "2010.12" resulted in "2010.jpg".

2010.12.01  v.10.12
This release has many small user interface improvements and bug fixes.
+ Switching the mouse between dialogs and main window was simplified,
  making it easier to zoom and pan when a dialog owns the mouse or to
  control two active dialogs alternating ownership of the mouse.
+ Select Area by color: in firewall mode, pixels within the mouse radius
  are unconditionally selected. Left drag now works as an un-select.
+ Select Area by freeform drawing: drawing lines along the edge of the
  image is no longer so tedious.
+ The HDF "paint" mode was made more responsive for slow CPUs.
+ Image captions (IPTC: Caption-Abstract) are now searchable (along
  with tags, dates, stars, comments, file names). Image captions are
  searched for given words. Run Tools > Rebuild Tags Index to update
  the search index (one-time conversion job).
+ Data functions (EXIF/IPTC/etc. tags, comments, captions) were moved
  into one menu. The "big text" functions (comments, captions) were
  made easier to view and edit with a conventional text edit interface.
+ Info > Search Images: searching file names works without wildcards,
  (e.g. search "rosi" matches /xxx/rosi/xxx.jpg and /xxx/Rosixxx.jpg).
+ Info > Search Images: date range default month/day is 01/01 for low
  limit and 12/31 for high limit, so "2009 to 2010" is two full years.
+ Info > Search Images: "match any" and "match all" can be specified
  separately for tags, comments/captions, and file names.
+ Rotated images are no longer automatically uprighted. Instead, use
  the R or L key to permanently fix as needed. This saves time for
  every image opened since the EXIF data need not be read.
+ File > Open Recent File: opens the combo box file list automatically.
+ File > Open Previous File: opens most recent file that still exists.
+ File > Save As with "new version" selected: the version naming was
  changed to reduce the risk of conflict with a user file naming system.
  Format: originalname.jpg >> *.v01.jpg >> *.v02.jpg >> etc.
+ Buttons [Prev] and [Next] more reliably find previous or next files
  even if files have been deleted or renamed outside Fotoxx.
+ Dialogs that need significant time now show an hourglass, even when
  the mouse cursor stays inside the dialog window.
+ Tools > Clone: screen is split 50/50 between the two instances.
+ Transform > Trim: dragging the margins is smoother for slow CPUs.
+ Zoom: limit was raised from 200% to 400%. This makes it easier
  to do a very precise area selection.
+ Annotate Image: text can be optionally outlined with a different color.
+ The user guide was audited and many small corrections were made.
+ Bugfix: quotes in EXIF/IPTC/etc. data were replaced with escaped
  quotes to prevent the exiftool command from failing.
+ Bugfix: Area copy and paste: fixed small edge defects that sometimes
  happened when the pasted area was reduced in size.

2010.11.08  v.10.11.2
+ Bugfix: Trashing an image deleted User Comments for other images in the
  tag index file, causing the Search function to fail for comments search.
  Run Tools > Rebuild Tags Index if you are using the comments feature.

2010.11.01  v.10.11.1
+ Bugfix: crash if fotoxx start and quit without opening an image file.

2010.11.01  v.10.11
+ Search Tags: a simpler alternative is provided for those not wanting to
  maintain an elaborate image tag system: search based on user comments
  and/or image folder and file names. Match on any or all search words
  entered, with optional wildcard matching for folder and file names.
  NOTE: Run Tools > Rebuild Tags Index for this feature to work.
+ Edit functions operating within a small area were made more responsive
  for slow CPUs: Warp Area, Paste Area, Annotate Image, Edit Pixels.
+ Annotate Image: both text and background color and transparency can be
  specified. Traditional-looking watermarks can be made. Annotation data
  can be saved as a file, so annotations can be kept and re-used.
+ Grid lines: either line count or line spacing can be specified. Line
  counts are independent of image size. G-key toggles grid on/off.
+ New function: Warp Image (linear): an alternative way to compensate
  for perspective distortions. Change line slopes without curving them.
+ Pixel edit now works within a selected area. This makes it easy to paint
  inside an area using an opaque or transparent color and a large brush.
+ Select Area by Color: optional "firewall" mode: already-selected pixels
  become a barrier to the propagation of newly-selected pixels.
+ Buttons in Select Area dialog were made available as menu functions
  with their own F1 help topics (a small convenience improvement).
+ Dialog boxes now open near the upper right corner of the main window
  instead of the middle (a small convenience improvement).
+ File > Save As: retain the same current file and image set if saving
  to a different directory. Otherwise make the new file the current file
  and add it to the current image set (directory or tag search results)
  (a small convenience improvement).
+ New function: File > Open Previous: go back to the previous file,
  also if in another directory (a small convenience improvement).
  (File > Open Recent is unchanged: choose from last 30 files).
+ Bugfix: missing or corrupted parameters file could cause a crash.

2010.10.16  v.10.10.2 and 10.10.3
+ Bugfix: restored lost F1 links to user guide.
+ Bugfix: trim button [invert] did not work. [gold] ratio was inverted.
+ The Dutch translation was updated.
+ Edit EXIF User Comments and Annotate Image (write text on image) were
  made into separate functions. The old interface was confusing.
+ Annotate on slow (Atom) processors now works acceptably fast.
+ Grid lines dialog revised to use line spacing instead of line counts.
+ Trim ratio buttons are customized with a GUI instead of a text file.
+ Window repaint speed (expose event) was doubled (no impact on edits).

2010.10.02  v.10.10.1
+ Bugfix: Annotate function was missing the translation capability.
+ Annotate on slow (Atom) processors was made faster, but still slow.
+ The Italian translation was updated.

2010.10.01  v.10.10
+ New function Annotate Image: Text can be edited and viewed in a live
  window updated with each image opened, or written directly on the
  image using any font, size and rotation.
+ New function E-mail: select multiple images, downsize within specified
  limits, and e-mail using the preferred e-mail program.
+ A small improvement was made in the visibility of grid lines.
+ Max. working threads was raised to 6 (newest CPUs have up to 6 cores).
+ Image trim (crop): the preset aspect ratio buttons can be customized
  by editing a parameters file.
+ More parameters are saved and restored across sessions: trim size,
  grid lines, e-mail size, edit resize, batch resize.
+ The word "mass" in menus and help text was replaced with "batch".

2010.09.10  v.10.9.1
+ Chinese translation was updated.
+ Bugfix: save-as: file names like xxx.yyy.jpg got truncated to xxx.jpg.
+ Usability improvement: A set of files generated by searching tags is no
  longer discarded if a member file is opened, saved, renamed, or trashed.

2010.09.01  v.10.9
+ The Portuguese translation was updated.
+ New: Stack function: combine multiple images of the same subject for
  noise reduction. Use mean or median pixel RGB values and optionally
  discard the most extreme RGB values (noisiest) from the mix.
+ New: make a B/W or color negative, or make a positive from a negative.
+ New: delete or replace a tag for selected or all images.
+ The brightness/contrast curve edit function was revised to better
  preserve detail in the brightest image areas.
+ The Retouch curve edit functions are generally 30% faster.
+ The interplay between the main window and gallery window was revised.
  The gallery window overlays the main window, with the current image in
  the top row. When an image is clicked in the gallery, the main window
  overlays the gallery window, showing the selected image. Both windows
  are still present and can be dragged apart if wanted. The perception
  is that they both alternately occupy the same window.
+ The functions Burn CD/DVD, Mass Add/Delete Tags, and Mass Resize can
  now be used together with Search Tags: use Search Tags to establish a
  set of images from which the files to mass-process can be selected.
+ Select Area dialog: buttons added: [enable] [disable] [invert].
  This makes editing areas a bit faster than using separate menus.
+ A small improvement was made in the Select Area follow-edge algorithm.
+ Default extensions for "Save As" were changed from .jpeg and .tiff to
  .jpg and .tif because some programs don't recognize the longer forms.
+ "Save As" sets the current file to the newly saved file instead of
  remaining at the prior file. This makes fotoxx work more like other
  apps. Use the "recent file" menu to go back if wanted. Any edits are
  still active and can be undone or further edited and saved again.
+ HDR/HDF: auto-trim the edges where all input images do not overlap.
+ Curve editing was generally revised not to truncate curves beyond the
  first and last anchor points. Curves are projected to the graph limits.
+ Internal cleanup: generalize the saving and restoring parameters across
  sessions. Add mass-resize width/height to the saved parameters.
+ Bugfix: Sharpen: gradient method: threshold did not work correctly.
+ Bugfix: rounding error in HDF was causing 1-pixel alignment errors.
+ Bugfix: gtk function call within a thread was causing a (rare) crash.
+ Bugfix: huge tag in iptc:keywords caused a loop in tag editing.
2011-05-11 01:27:03 +00:00
cheusov
390511e5bf Closes PR pkg/41217.
Fix PLIST issue on Linux and other OSes, tested on NetBSD-5.1 and Linux.
Oked by wiz@
2011-05-09 13:06:29 +00:00
wiz
7674b6e376 regen for targz change 2011-05-08 09:11:08 +00:00
wiz
fb373c4d50 Update to 1.5.3beta06:
Version 1.5.3beta06 [May 8, 2011]
  Removed the -D_ALL_SOURCE from definitions for AIX in CMakeLists.txt
  Implemented premultiplied alpha support: png_set_alpha_mode API
2011-05-08 09:09:20 +00:00
obache
15ca6908ad Switch to use default EXTRACT_SUFX for distfile, .tar.gz is the only long term
provided archive for libpng beta release.
2011-05-08 06:02:43 +00:00
drochner
05769089de make Python extensions work (adds Python dependency), add some
CHECK_INTERP_SKIPs to quell false warnings
bump PKGREV
2011-05-06 09:32:49 +00:00
adam
72730ee48e Changes 1.5.3beta05:
* Added the "_POSIX_SOURCE" feature test macro to ensure libpng sees the
  correct API. _POSIX_SOURCE is defined in pngpriv.h, pngtest.c and
  pngvalid.c to ensure that POSIX conformant systems disable non-POSIX APIs.
* Removed png_snprintf and added formatted warning messages.  This change adds
  internal APIs to allow png_warning messages to have parameters without
  requiring the host OS to implement snprintf.  As a side effect the
  dependency of the tIME-supporting RFC1132 code on stdio is removed and
  PNG_NO_WARNINGS does actually work now.
* Added PNG_WRITE_OPTIMIZE_CMF_SUPPORTED macro to make the zlib "CMF" byte
  optimization configureable.
* IDAT compression failed if preceded by a compressed text chunk (bug
  introduced in libpng-1.5.3beta01-02).  This was because the attempt to
  reset the zlib stream in png_write_IDAT happened after the first IDAT
  chunk had been deflated - much too late.  In this change internal
  functions were added to claim/release the z_stream and, hopefully, make
  the code more robust.  Also deflateEnd checking is added - previously
  libpng would ignore an error at the end of the stream.
2011-05-06 07:19:22 +00:00
ryoon
32889e24ac * Replace '#!.../env python' with PYTHONBIN, fix build.
* Bump PKGREVISION.
2011-05-04 11:16:23 +00:00
adam
70c593f1c9 Changes 2.46:
* Added a basic "use" test for GD::Simple
2011-05-04 09:43:40 +00:00
obache
d55c2fda79 exactly disable MMX/AMD64 optimization if pkg option is off.
part of PR#44931.
2011-05-04 02:00:02 +00:00
gdt
b9fcd67e3d +mscgen 2011-05-03 11:20:20 +00:00
gdt
78adedd622 Import mscgen-0.20 as graphics/mscgen.
Mscgen is a small program that parses Message Sequence Chart
descriptions and produces PNG, SVG, EPS or server side image maps
(ismaps) as the output.

Packaged by Jan Danielsson via wip.
2011-05-03 11:19:23 +00:00
wiz
dc02548c48 Update to 1.5.3beta04 to fix a regression reported on tech-pkg (see beta03,
last entry).

Version 1.5.3beta01 [April 1, 2011]
  Re-initialize the zlib compressor before compressing non-IDAT chunks.
  Added API functions to set parameters for zlib compression of non-IDAT
    chunks.

Version 1.5.3beta02 [April 3, 2011]
  Updated scripts/symbols.def with new API functions.
  Only compile the new zlib re-initializing code when text or iCCP is
    supported, using PNG_WRITE_COMPRESSED_TEXT_SUPPORTED macro.
  Improved the optimization of the zlib CMF byte (see libpng-1.2.6beta03).
  Optimize the zlib CMF byte in non-IDAT compressed chunks

Version 1.5.3beta03 [April 16, 2011]
  Fixed gcc -ansi -pedantic compile. A strict ANSI system does not have
    snprintf, and the "__STRICT_ANSI__" detects that condition more reliably
    than __STDC__ (John Bowler).
  Removed the PNG_PTR_NORETURN attribute because it too dangerous. It tells
    the compiler that a user supplied callback (the error handler) does not
    return, yet there is no guarantee in practice that the application code
    will correctly implement the error handler because the compiler only
    issues a warning if there is a mistake (John Bowler).
  Removed the no-longer-used PNG_DEPSTRUCT macro.
  Updated the zlib version to 1.2.5 in the VStudio project.
  Fixed 64-bit builds where png_uint_32 is smaller than png_size_t in
    pngwutil.c (John Bowler).
  Fixed bug with stripping the filler or alpha channel when writing, that
    was introduced in libpng-1.5.2beta01 (bug report by Andrew Church).

Version 1.5.3beta04 [April 27, 2011]
  Updated pngtest.png with the new zlib CMF optimization.
  Cleaned up conditional compilation code and of background/gamma handling
    Internal changes only except a new option to avoid compiling the
    png_build_grayscale_palette API (which is not used at all internally.)
    The main change is to move the transform tests (READ_TRANSFORMS,
    WRITE_TRANSFORMS) up one level to the caller of the APIs.  This avoids
    calls to spurious functions if all transforms are disabled and slightly
    simplifies those functions.  Pngvalid modified to handle this.
    A minor change is to stop the strip_16 and expand_16 interfaces from
    disabling each other; this allows the future alpha premultiplication
    code to use 16-bit intermediate values while still producing 8-bit output.
    png_do_background and png_do_gamma have been simplified to take a single
    pointer to the png_struct rather than pointers to every item required
    from the png_struct. This makes no practical difference to the internal
    code.
  A serious bug in the pngvalid internal routine 'standard_display_init' has
    been fixed - this failed to initialize the red channel and accidentally
    initialized the alpha channel twice.
  Changed png_struct jmp_buf member name from png_jmpbuf to tmp_jmpbuf to
    avoid a clash with the png_jmpbuf macro on some platforms.
2011-05-03 09:07:35 +00:00
wiz
9b23f4612a Avoid using /usr/bin/env. On the other hand, the script using python
is only needed by packages using vigra-config to find vigra, so don't
depend on python here -- let the packages using it pull it in themselves.

Bump PKGREVISION.
2011-05-02 12:57:22 +00:00
wiz
75cc14731f Get rid of /usr/bin/env, and depend on xdg-utils for the xdg-open
the desktop file is using. Bump PKGREVISION.
2011-05-02 12:37:14 +00:00
obache
3e195e0314 Let lua support optionify, and exactly control it (disabled by default).
PR#44916.
2011-04-29 11:41:07 +00:00
wiz
6d16e287f4 Remove patch-aa that was removed from distinfo. 2011-04-28 08:44:18 +00:00
joerg
a7b1ca3d1e Allow patch levels for dependencies 2011-04-26 11:52:51 +00:00
kefren
a8ad1307e8 Update to libgdiplus-2.10, part of mono-2.10 2011-04-25 14:03:17 +00:00
obache
9ea3b36c23 recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
obache
60b8235ab9 note "used by ..." comments. 2011-04-20 12:17:02 +00:00
obache
af3d485111 note a "used by ..." comment. 2011-04-20 12:12:48 +00:00
wiz
905fc62565 Fix palette cases, after bug report from Gentoo.
Bump PKGREVISION.
2011-04-19 10:28:31 +00:00
drochner
5e5c77be66 trim library search path so that the dynamic version of libpython
is found for building the Python plugin module
(I still think that no Python library needs to be linked in for modules,
but I want to keep the change minimal.)
Inspired by an observation by Mark Davies, see the
"python buildlink3.mk and lib/python2.?/config" thread on tech-pkg.
bump PKGREVISION
2011-04-15 17:14:52 +00:00
drochner
10e98be3b4 add patches from upstream, via Debian/Ubuntu:
-possible buffer overflows when parsing config files of plugins
 (CVE-2010-4540, CVE-2010-4541, CVE-2010-4542)
-possible buffer overflow in PSP image parser plugin (CVE-2010-4543)
bump PKGREV
2011-04-15 16:39:09 +00:00
drochner
d4b6b5f719 update to 0.9.2
This is a bug fix release that fixes a translation issue and several
critical publishing bugs.
2011-04-14 16:24:39 +00:00
drochner
b1761ed1e9 update to 2.12.3
changes:
-bugfixes
-translation updates
2011-04-14 16:22:54 +00:00
drochner
da72bafa98 sync w/ base pkg 2011-04-14 15:58:01 +00:00
drochner
8f378ac01c update to 2.30.2
changes:
-use libchamplain08 for map display
-translation updates
2011-04-14 15:57:25 +00:00
wiz
cf1950d152 Update to 3.9.5:
Many bugs and security issues are resolved in this stable release.
2011-04-12 08:57:57 +00:00
adam
7b632da783 Changes 1.2.4:
* The -T/--threshold option was added to set the minimum optimization gain
  needed before a file is optimized. The default is to optimize if gain is
  even just one byte.
* Some minor fixes were also done.
2011-04-11 07:02:20 +00:00
minskim
913280edb7 Add tex-pst-barcode{,-doc}. 2011-04-05 19:39:25 +00:00
minskim
8f663d963c Import tex-pst-barcode-doc-0.08 as graphics/tex-pst-barcode-doc.
This is documentation for tex-pst-barcode.
2011-04-05 19:38:05 +00:00
minskim
c1324414c2 Import tex-pst-barcode-0.08 as graphics/tex-pst-barcode.
An earlier version (0.03) was packaged by David Rankin in PR 33390.

The pst-barcode package allows printing of barcodes, in a huge variety
of formats (see documentation for details). As a pstricks package,
pst-barcode requires pstricks. The package uses PostScript for
calculating the bars. For PDF output use a multi-pass mechansism such as
pst-pdf.
2011-04-05 19:37:53 +00:00
drochner
1bbe3d1a39 update to 0.9.1
changes:
-new search bar
-TIFF support
-plugin framework, mostly for exporting
-many more improvements and bugfixes
2011-04-05 18:34:20 +00:00
drochner
51d6bd8e96 update to 0.13.4
changes:
-imported dcraw 9.07/1.442, support for more cameras
-bugfixes
2011-04-05 18:08:46 +00:00
drochner
80ba30e60e update to 0.3.1
changes: logging improvements
2011-04-05 17:57:41 +00:00
drochner
28229c8cb2 update to 2.90
changes:
-handle more tags and data formats
-bugfixes
2011-04-05 16:57:49 +00:00
drochner
e15bad8c78 update to 1.11
changes:
-New data point picker for finding coordinates of points on plot
-New data navigator window for filtering, sorting and examining
 dataset statistics
-UI improvements, minor feature improvements
-bugfixes
2011-04-05 16:53:47 +00:00
wiz
9ce2aeae85 Update to 1.5.2:
Version 1.5.2beta01 [February 13, 2011]
  More -Wshadow fixes for older gcc compilers.  Older gcc versions apparently
    check formal parameters names in function declarations (as well as
    definitions) to see if they match a name in the global namespace.
  Revised PNG_EXPORTA macro to not use an empty parameter, to accommodate the
    old VisualC++ preprocessor.
  Turned on interlace handling in png_read_png().
  Fixed gcc pendantic warnings.
  Handle longjmp in Cygwin.
  Fixed png_get_current_row_number() in the interlaced case.
  Cleaned up ALPHA flags and transformations.
  Implemented expansion to 16 bits.

Version 1.5.2beta02 [February 19, 2011]
  Fixed mistake in the descriptions of user read_transform and write_transform
    function prototypes in the manual.  The row_info struct is png_row_infop.
  Reverted png_get_current_row_number() to previous (1.5.2beta01) behavior.
  Corrected png_get_current_row_number documentation
  Fixed the read/write row callback documentation.
    This documents the current behavior, where the callback is called after
    every row with information pertaining to the next row.

Version 1.5.2beta03 [March 3, 2011]
  Fixed scripts/makefile.vcwin32
  Updated contrib/pngsuite/README to add the word "modify".
  Define PNG_ALLOCATED to blank when _MSC_VER<1300.

Version 1.5.2rc01 [March 19, 2011]
  Define remaining attributes to blank when MSC_VER<1300.
  ifdef out mask arrays in pngread.c when interlacing is not supported.

Version 1.5.2rc02 [March 22, 2011]
  Added a hint to try CPP=/bin/cpp if "cpp -E" fails in scripts/pnglibconf.mak
    and in contrib/pngminim/*/makefile, eg., on SunOS 5.10, and removed "strip"
    from the makefiles.
  Fixed a bug (present since libpng-1.0.7) that makes png_handle_sPLT() fail
    to compile when PNG_NO_POINTER_INDEXING is defined (Chubanov Kirill)

Version 1.5.2rc03 [March 24, 2011]
  Don't include standard header files in png.h while building the symbol table,
    to avoid cpp failure on SunOS (introduced PNG_BUILDING_SYMBOL_TABLE macro).

Version 1.5.2 [March 31, 2011]
2011-04-05 12:47:56 +00:00
tron
23d843320e Re-add "MAKE_JOBS_SAFE=no" as the build breaks on an 8 core machine. 2011-04-05 11:43:08 +00:00
wiz
a09e68dd80 Fix build with png-1.5. 2011-04-05 11:04:39 +00:00
drochner
44b09c95c0 delete some unused Makefile rules which are not prefixed by TABs
correctly, leading to refusal by recent gmake
2011-04-04 12:17:29 +00:00
adam
edb75fbbeb Changes 10.35.80:
* asciitopgm: fix bug: memory corruption on too-long lines.
* asciitopgm: fix bug: improper handling of blank lines.

Changes 10.35.79:
* configure: don't default to /usr/X11R6/lib/libX11.so just because
  /usr/X11R6 exists.  /usr/X11R6/lib must exist.
* pngtopnm: fix bug: -verbose reports history chunk present when
  it's really a palette.
2011-04-04 09:17:24 +00:00
zafer
707f6b34ba add LICENSE, update HOMEPAGE 2011-04-03 22:23:47 +00:00
wiz
b5979c8234 Fix build with png-1.5. 2011-04-03 16:38:41 +00:00
wiz
db39edf9b2 Fix build with png-1.5. 2011-04-03 13:47:01 +00:00
wiz
8b5099714b Fix build with png-1.5. 2011-04-03 11:58:22 +00:00
wiz
a24ceb6edc Link against libgif now that default has changed, and fix build with png-1.5. 2011-04-03 11:40:07 +00:00
wiz
8d6a75bcb7 Fix CVE-2008-4863 using the Debian patch by James Vega.
Bump PKGREVISION.
Mark MAKE_JOBS_SAFE=no since installation fails with -j16.
2011-04-01 11:31:56 +00:00
wiz
e5be77ec43 Set LICENSE. 2011-04-01 10:59:56 +00:00
adam
fa62114998 Simplified conditionals 2011-03-31 13:37:21 +00:00
drochner
95bcc3e8fe add patch from upstream
(http://bugzilla.maptools.org/show_bug.cgi?id=2300)
to fix possible buffer overflow in the "thunder" decoder (CVE-2011-1167)
bump PKGREV
2011-03-31 11:05:44 +00:00
asau
7bdbfe689c Support staged installation. 2011-03-31 08:07:01 +00:00
gdt
16772f1c76 Add hunk: don't assume bare split writes @_, because new perl doesn't.
Rename patchfile for new convention, and add comments.
2011-03-28 19:36:30 +00:00
joerg
09653c04f2 Dependency is restricted to 2.5+ 2011-03-28 18:01:40 +00:00
wiz
2763bd0e33 Fix build with png-1.5. Reported by joerg. 2011-03-28 08:01:20 +00:00