Commit graph

9980 commits

Author SHA1 Message Date
he
dc8b77a72e Add a patch to avoid gnuplot always segfaulting on a NULL pointer
de-reference on the first command.
Bump pkgrevision.
2012-10-24 13:32:54 +00:00
wiz
2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00
wiz
2a6052867f As drochner remarks, the problem with missing xextproto is, once again,
that libXext/bl3.mk doesn't include xextproto/bl3.mk.

Since the supposed gains for this are minimal and the annoyances are high,
do include xextproto/bl3.mk in libXext/bl3.mk.
2012-10-23 10:11:51 +00:00
wiz
43ffa0a90c Add xextproto buildlink3.mk, needed at least on NetBSD-5.1 with modular
xorg.
2012-10-23 07:58:26 +00:00
rh
80877d9740 Update Cenon to 3.9.6
Notable changes include:
+ New, Images: save as BMP, GIF, JPG, PNG (saves a lot of diskspace)
+ New, ProjectSettings: Units of measure for the document
+ New, Inspector: Inspector Accessory, replacing the Text item
+ Groups can be selected by "Select equal Color" (menu item: Edit -> Select Color)
+ LayerDetails: new switch to tell a layer whether to be used for
  batch production.
+ Image: selection handling improved
  - select at border or inside according to preferences setting
  - for clipped images: select at or inside clipped area
+ Empty text will be removed, no asterisk '*' when clicking around in text mode
+ Fix, pasting of several layers to one layer keeps order of graphics elements
+ Fix, Image: splitting of clipped image keeps image behind path
+ Fix, Text: creating a text at the right border of the document,
  now sets the correct text box in all zoom steps
+ Fix, Text with Paragraph/Character-Colors is working again
+ Fix, Text: improvements of redisplay after editing text
+ Build Contour: Text offset Y fixed again for vertical centered text
+ Cosmetics in Inspectors, Knobs, etc.
+ Fix, Apple: scrolling without clutter
+ PS-Import: error-tolerant import of PostScript from Windows applications
  like Corel-Draw, Eurocut, etc., that often contain garbage before data.
+ Fix, PS-Import via GhostScript: imported objects get a default color
+ Fix, PS-Import: issues with GhostScript 8.56 and above hopefully solved
  (not tested yet)
+ Fix, Gerber-Export: small fixes like export of open Paths
+ Fix, Apple: position of the contour of mirrored text corrected
+ Fix, Apple: newly created text gets textbox a little heigher to
  be displayed more safely
+ Fix, Apple: workaround - finally it's now possible to save Cenon
  documents compatible with OpenStep and GNUstep
+ Fix, Apple: workaround - it's now possible to save 4 bit images on Apple
+ Fix, Apple: workaround for new color spaces added in OS X >= 10.4
  Some colors turned to black on saving.
+ Apple: search of Cenon files in Library/Application Support/Cenon added
+ Documentation updated
2012-10-22 22:59:47 +00:00
wiz
8f3c8d19af Update to 1.12.6. 2012-10-22 15:16:19 +00:00
wiz
c28d99fdf7 Update to 1.12.6:
Release 1.12.6 (2012-10-22 Chris Wilson <chris@chris-wilson.co.uk>)
===================================================================
Thanks to everyone who download cairo-1.12.4 and gave us their feedback.
It truly was invaluable and has helped us to fix many portability issues
that crept in with some of the new features. This release aims to fix
those stability issues and run on a wider range of systems.

Bug fixes
---------

  Fix the recording surface to actually snapshot the source and so fix
  PDF drawing.

  Calling XSendEvent with an XShmCompletionEvent is incompatabile with
  older Xorg servers.

  Reorder CloseDisplay chain so that XShm is not reinstantiated after
  shutdown, causing a potential crash if the Display was immediately
  recreated using the same memory address.

  Make sure that the Xserver has attached to the SHM segment before
  deleting it from the global namespace on systems that do not support
  deferred deletion.

  Type1 subsetting support for PDF (and PS) was once again improved to
  work with a larger number of PDF readers.

  GLESv2 build fixes and improved support for embedded GPUs.

  Tweak the invisible pen detection for applications that are currently
  using too large values for geometric tolerance.

  A build fix for older freetype libraries.
2012-10-22 14:53:58 +00:00
wiz
38992b5c17 Update to 3.232. Add missing REPLACE_PERL.
3.232	Monday May 28, 2012, 05:20:00 PM -0700

	* lib/Image/Size.pm
	Removed the "!" flag in pack template for EMF. It was not
	needed and it broke on earlier Perls.

3.231	Wednesday May 23, 2012, 11:30:00 PM -0700

	* lib/Image/Size.pm
	Small change to swfmxsize for short-buffer issues.

	* lib/Image/Size.pm
	Multiple changes in this commit: Abandoned AutoLoader; moved
	POD to the end of the file now that all the per-format
	subroutines are part of the file-proper; fixed cases where lack
	of ImageMagick would cause the error message to be overwritten.

	* t/all.t
	* t/kazeburo-bar.jpg (added)
	New test (and image) for JPG tag-offset issue.

	* lib/Image/Size.pm
	Applied patch from github user kazeburo: bug fix for some jpeg
	files

	* imgsize
	Fixed so that default output now catches errors. Previously,
	you would get an "undefined" warning if there was an error in
	parsing/sizing the input file.

	* lib/Image/Size.pm
	Turns out the 4 bounding-box ints for EMF are signed.
2012-10-21 23:05:30 +00:00
wiz
ebd71850f2 Update to 9.01:
Aug. 25, 2012 - Version 9.01 (production release)

  - Added a couple of new CanonModelID values
  - Added a couple of new Canon LensType values (thanks Pascal de Bruijn)
  - Added a new PentaxModelID and a few new Pentax PictureMode values
  - Decode a new Pentax ISO tag
  - Improved -listx output for XMP structure tags
  - Fixed "unexpected end of file" problems with some compressed MIE files

Aug. 18, 2012 - Version 9.00

  - Added support for PDF encryption V5.6 (new in Adobe Reader X)
  - Added a few new XMP-cc tags and changed a few others to rdf:resource type
  - Added a new Sony LensType and values for other Sony tags (thanks Jos Roost)
  - Added a new Nikon LensID
  - Added a new Panasonic LensType (thanks Olaf Ulrich)
  - Added patch to fix simple XMP tags written incorrectly as lang-alt type
  - Decode some Panasonic RW2 lens distortion correction tags
  - Decode some WEBP image characteristics from the VP8 bitstream
  - Decode more Leica MakerNote information
  - Calculate CurrentIPTCDigest for IPTC in PostScript files
  - Changed the names of a couple of WBShift tags
  - Improved parsing of -if expressions to interpret a dash after a tag name as
    a minus sign instead of part of the tag name
  - Patched problem with conditional deletion of an incorrectly null-terminated
    JPEG Comment
  - Fixed hang bug when reading unsupported Microsoft Xtra information in MOV
    videos

Aug. 3, 2012 - Version 8.99

  - Added patch to avoid "Error renaming temporary file" errors in Windows
  - Decode some new Sony tags and values (thanks Mike Reit and Jos Roost)
  - Improved Italian translation (thanks Michele Locati)
  - Improved decoding of H264 ImageStabilization
  - Changed names of PanasonicRaw ImageWidth/Height tags, and added new
    Composite tags to calculate actual size of RW2 images
  - Fixed "Corrupted Ricoh RMETA data" warning for images from some Ricoh models
  - Fixed problem writing information to some EPS images

July 28, 2012 - Version 8.98

  - Added a new Pentax LensType and two new PentaxModelID's
  - Added a new CanonModelID and a new Olympus CameraType
  - Added a new Composite Duration tag for Vorbis audio files
  - Added more elements to Microsoft Regions XMP structure and fixed tag name
    documentation for this
  - Decode a number of new Sony tags (thanks Jos Roost)
  - Changed name of Minolta BatteryLevel tag to BatteryState
  - Patched problem with conditional deletion of IPTC string-type tags which are
    incorrectly null terminated (ie. written by Picasa 2.0)
  - Fixed problem copying Canon 5DmkIII MakerNotes from CR2 to JPEG images
  - Fixed runtime error when writing some images with corrupted EXIF

July 6, 2012 - Version 8.97

  - Added a new Canon LensType
  - Added support for GPX attitude information as written by Arduino
  - Added write support for XMP-expressionmedia:CatalogSets
  - Made CFARepeatPatternDim and CFAPattern2 writable but protected
  - Minor improvement to decoding of Sony FaceInfo
  - Fixed problem reading some GPX track logs

June 30, 2012 - Version 8.96

  - Added -globalTimeShift option
  - Added new values for a couple of Nikon tags (thanks Michael Relt)
  - Added a few new Sony PictureEffect values
  - Added a new Olympus LensType
  - Decode a new Sony A100 tag and improved/renamed some others (thanks Igal
    Milchtaich)
  - Changed -restore_original and -delete_original options to scan directories
    only for writable file types
  - Enhanced -srcfile option to allow multiple source files to be specified
  - Patched possible round-off problem when extracting rational values
  - Fixed bug which could cause runtime error when reading some HTML files and
    improved reliability when extracting HTML "meta" tags
  - API Changes:
      - Added GlobalTimeShift option

June 16, 2012 - Version 8.95

  - Added a few new Sony PictureEffect values
  - Added a new Olympus lens type (thanks Niels Kristian Bech Jensen)
  - Improved decoding of Canon IntelligentContrast
  - Improved user-defined lens logic to attempt to choose the best matching
    user-defined lens if more than one is possible

June 9, 2012 - Version 8.94

  - Added ability to read/write IPTC as a block
  - Added a few Nikon LensID's (thanks Mike Pollock and Robert Rottmerhusen)
  - Added a new Olympus LensType (thanks Brad Grier)
  - Added new values for a few Olympus tags
  - Decode more Sony tags (thanks Jos Roost and Igal Milchtaich)
  - Decode Canon IntelligentContrast and add a new CanonModelID
  - Changed names of Canon Sort/LongFocal tags to Min/MaxFocalLength

May 26, 2012 - Version 8.93

  - Added some new Nikon RetouchHistory values
  - Added a couple of new Pentax LensType values
  - Added some new Olympus MagicFilter and LensType values
  - Added a new CanonModelID
  - Decode more Sony tags (thanks Jos Roost)
  - Decode some MakerNote information in Olympus E-M5 MOV videos
  - Decode a couple more Canon tags
  - Patched to overcome formatting problems in Samsung NX200 JPEG maker notes

May 12, 2012 - Version 8.92

  - Added read support for PCD (Kodak Photo CD Image Pac) files
  - Added Geotag support for Winplus Beacon text-format GPS log files
  - Added support for Leica X2 MakeNotes
  - Added NewGUID tag
  - Decode Panasonic ManometerPressure tag (thanks Christoph Mitterer)
  - Decode more Sony tags (thanks Jos Roost)
  - Changed a few Canon-mount Tokina lens model names for consistency

May 5, 2012 - Version 8.91

  - Added -progress option
  - Added support for XMP fpv namespace
  - Added a new Canon EasyMode value and fixed an incorrect one
  - Added a couple of new Canon LensTypes
  - Decode a number of new tags for the Canon 1DX and 5DmkIII
  - Improved the names of a few Sony tags (thanks Jos Roost)
  - Fixed -sep option to apply to interpolated tag values in a string when
    copying
2012-10-21 23:03:28 +00:00
wiz
cbcec6d1ce Update to 1.17. No NEWS found. 2012-10-21 22:58:11 +00:00
cheusov
79c36718a3 avoid CONFLICTS between 2012-10-21 08:56:48 +00:00
joerg
e0db280858 const global objects must have a defaulted constructor.
Make sure that functions are defined before used in templates.
2012-10-20 22:10:18 +00:00
wiz
5eaacb2825 Remove p5-gtk, p5-Gdk-Imlib, and p5-Gdk-Pixbuf, as discussed on tech-pkg
and pkgsrc-users.
2012-10-20 15:43:08 +00:00
wiz
51c24298ab Replace patch with SUBST_SED. 2012-10-20 13:32:54 +00:00
wiz
28ba072d18 Update to 1.12.4 again. 2012-10-20 00:55:39 +00:00
wiz
f825477768 Second try at updating to 1.12.4 with an additional patch from
Chris Wilson (upstream).

Fixes problems on NetBSD and OS X.

Bump PKGREVISION compared to last 1.12.4 version.
2012-10-20 00:55:05 +00:00
drochner
79d2ef002a update to 2.36.4
changes: build fixes
2012-10-19 18:33:07 +00:00
drochner
f98ab8393b update to 2.4
from the announcement:
Version 2.4 is a featured release that introduces new functionality as
well as many performance and security improvements.
Main additions are:
-Black point detection from the algorithm disclosed by Adobe
-Added support for transforms on planar data with different stride
-Added a new plug-in type for optimizing full transforms
-Linear (gamma 1.0) profiles can now operate in unbounded mode
-Added "half" float support

approved by the maintainer
2012-10-19 17:52:38 +00:00
jperkin
beb3bcdfa2 Don't enable dri on Solaris 10 and lower. 2012-10-17 11:36:02 +00:00
minskim
d8c65a8406 Update tex-pstricks to 2.33.
Changes since 2.23:
2.33  2012-09-23  - fix a trailing space in \pst@Pyth
2.32  2012-09-20  - added more blendmodes for distiller
2.31  2012-08-24  - fixed bug with the star version of \psellipticarc
                    and the additional setting of showpoints
2.30  2012-08-13  - fixed bug with the star version of \psellipticarc
                  - added fillstyle options eovlines, eohlines,
                                            eovlines*, and eohlines*
2.29  2012-06-04  - fixed itroduced trailing space with boolkey
2.28  2012-05-24  - added \add@psCode, which uses \pstVerb
                    instead of \pstverb
2.27  2012-03-11  - activate \tx@strokeopacity for \psgrid
2.26  2012-02-19  - showgrid=top is now possible
2.25  2012-02-12  - modifications to the code of curveticks
2.24  2012-02-09  - add option for curveticks with option symbol
2012-10-16 22:24:17 +00:00
minskim
303b4219ec Add tex-auto-pst-pdf{,-doc}. 2012-10-16 22:10:58 +00:00
minskim
16728007eb Import tex-auto-pst-pdf-doc-0.6 as graphics/tex-auto-pst-pdf-doc.
This is documentation for tex-auto-pst-pdf.
2012-10-16 22:07:51 +00:00
minskim
a54029a31f Import tex-auto-pst-pdf-0.6 as graphics/tex-auto-pst-pdf.
The package uses --shell-escape to execute pst-pdf when
necessary. This makes it especially easy to integrate into the
workflow of an editor with just "LaTeX" and "pdfLaTeX" buttons.
Wrappers are provided for various psfrag-related features so
that Matlab figures via laprint, Mathematica figures via
MathPSfrag, and regular psfrag figures can all be input
consistently and easily.
2012-10-16 22:07:28 +00:00
wiz
cbe13be7b0 Recursive bump for new gtkglext pangox-compat dependency. 2012-10-16 17:47:19 +00:00
wiz
6d9d753373 Depend on pangox-compat now that pango doesn't supply pangox any longer.
Bump PKGREVISION.
2012-10-16 17:43:56 +00:00
wiz
58f6f02102 Use REPLACE_PYTHON. Set LICENSE. Bump PKGREVISION. 2012-10-16 08:00:52 +00:00
asau
20215fe8ea Remove "-ldl" for FreeBSD as a workaround.
Configuration script correctly detects that libdl is not needed
for dlsym(3) but ignores the result for not yet identified reason.
Noticed on FreeBSD 9.0.
2012-10-15 17:33:33 +00:00
minskim
6adea4293c Update tex-mptopdf{,-doc} to 2012.
Changes:
    - Supports texexec.
2012-10-14 21:59:40 +00:00
wiz
bb610deb4d Update to 0.9.13. Update HOMEPAGE and MASTER_SITES.
* Changes in libotf 0.9.13

** This is a bug fix release.
2012-10-14 18:06:39 +00:00
obache
750d684c02 m17n projects has moved to Savannah. 2012-10-13 01:35:43 +00:00
wiz
dfdd5bc1c5 Add hack to work around gcc-4.5.4 bug on NetBSD/amd64.
Suggested by SAITOH Masanobu <msaitoh@execsw.org> in PR 47051.
2012-10-10 18:11:08 +00:00
drochner
0e6a61f18e update to 1.1.9
changes:
-bugfixes
-support for newer ffmpeg/libav
2012-10-10 13:32:09 +00:00
drochner
640d7c983e explicitly disable xcb if the option is deselected 2012-10-10 13:29:25 +00:00
drochner
f10822597f update to 2.6.3
changes: bugfixes
2012-10-10 13:24:49 +00:00
drochner
32ee6cf211 remove obsolete patch 2012-10-10 13:23:44 +00:00
drochner
f9beac0633 reset PKGREV for base pkg update 2012-10-10 13:22:48 +00:00
drochner
49c560dc79 update to 2.36.3
changes: build fixes
2012-10-10 13:08:04 +00:00
drochner
ffbc3fb7f6 switch to lcms2, bump PKGREV 2012-10-10 13:06:14 +00:00
drochner
58be0cb4b0 update to 6.7.9.10
changes: many fixes and improvements
pkgsrc change: switch to lcms2
2012-10-10 11:48:39 +00:00
drochner
a2de1d49b1 update to 0.13.1
new major release, many fixes and improvements
2012-10-10 11:41:12 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
wiz
5cbbb0046d Revert update here as well, to match cairo again. 2012-10-08 21:55:02 +00:00
wiz
7077c68a86 Downgrade cairo back to yesterday's version.
1.12.4 causes SHM problems on OS X and NetBSD.

E.g. for firefox, during startup, on 6.99.12/amd64:
###!!! ABORT: X_ShmAttach: BadAccess (attempt to access private resource denied); 11 requests ago: file /scratch/devel/xulrunner/work/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 157
###!!! ABORT: X_ShmAttach: BadAccess (attempt to access private resource denied); 11 requests ago: file /scratch/devel/xulrunner/work/mozilla-release/toolkit/xre/nsX11ErrorHandler.cpp, line 157
zsh: segmentation fault (core dumped)  firefox

Or for xchat on OS X Lion:
The program 'xchat' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
  (Details: serial 5738 error_code 10 request_code 133 minor_code 1)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
2012-10-08 21:54:05 +00:00
jaapb
ff1184e506 Revision bump associated with the update of lang/ocaml to version 4. 2012-10-08 15:18:20 +00:00
tron
670b9d44f3 Add patch from cairo's GIT repository to fix crashes with older versions
of X.org. XChat now works again under Mac OS X Lion.
2012-10-08 12:29:08 +00:00
marino
c31ba952df graphics/gdk-pixbuf2*: Fix base sync problem permanently
gdk-pixbuf2, gdk-pixbuf2-jasper, and gdk-pixbuf2-xlib have been manually
synced.  Usually the base package would get updated and the others would
be forgotten resulting in an unnecessary mismatch.

Create a common makefile to permanently fix this problem.
2012-10-08 08:04:28 +00:00
wiz
fc23f56fdf Update to 1.12.4:
Release 1.12.4 (2012-10-05 Chris Wilson <chris@chris-wilson.co.uk>)
===================================================================
More bugs, and more importantly, more fixes. On the cairo-gl side, we
have refinements to the MSAA compositor which enables hardware
acceleration of comparitively low-quality antialiasing - which is useful
in animations and on very high density screens. For cairo-xlib, we have
finally enabled SHM transport for image transfers to and from the X
server. A long standing required feature, SHM transport offers a notable
reduction in rendering latency by reducing the number of copies
required to upload image data - given hardware and driver support,
cairo-xlib can now perform zero copy uploads onto the GPU. And as usual
Adrian Johnson has been very busy fixing many different corner cases in
cairo-pdf, impoving opacity groups and font subsetting. Last, but not
least, for cairo-image Søren Sandmann Pedersen added support for
rendering glyphs to pixman and using that from within cairo. The new
glyph rendering facility reduces the overhead for setting up the
compositing operation, improving glyph thoughput for the image backend
by a factor of about 4. And before he did so, he also fixed up a few
bugs in the existing glyph rendering code. So many thanks to Andrea
Canciani, Adrian Johnson, Chuanbo Weng, Dongyeon Kim, Henry Song, Martin
Robinson, Søren Sandmann Pedersen and Uli Schlachter for their
contributions, finding and fixing bugs.

Bug fixes
---------

 Interior boxes were being dropped when amalgamating regions during
 tesselation.
 https://bugs.freedesktop.org/show_bug.cgi?id=49446

 Allow building without gtk-doc installed

 Invalid edge generation whilst reducing complex polygons.
 https://bugs.freedesktop.org/show_bug.cgi?id=50852

 Stroking around tight cusps

 Use locale correct formats for reading font subsetting and valid
 buffers.
 https://bugs.freedesktop.org/show_bug.cgi?id=51443

 Ensure that the type1 subset includes all the glyph encodings
 https://bugs.freedesktop.org/show_bug.cgi?id=53040

 Upload the whole source for a repeating pattern.
 https://bugs.freedesktop.org/show_bug.cgi?id=51910

 Fix damage tracking to handle continuation chunks corectly and so
 prevent crashes on win32.
 https://bugs.freedesktop.org/show_bug.cgi?id=53384

 Avoid emitting miter joins for degenerate line segments
 https://bugzilla.mozilla.org/show_bug.cgi?id=407107

 Convert the relative path semgents into the backend coordinates
 and then back again to user coordinates (cairo_copy_path,
 cairo_append_path)
 https://bugs.freedesktop.org/show_bug.cgi?id=54732

 Fix extents computations for a degenerate path consisting only of a
 move-to
 https://bugs.freedesktop.org/show_bug.cgi?id=54549

 Prevent crashing on a degenerate project edge after polygon
 intersection
 https://bugs.freedesktop.org/show_bug.cgi?id=54822
2012-10-07 22:17:54 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
abs
3f4691bad9 update to match gdk-pixbuf2 version 2012-10-04 11:53:03 +00:00
abs
e38364cc69 Add a note to remember to update graphics/gdk-pixbuf2-xlib 2012-10-04 11:45:32 +00:00
cheusov
4b97be0632 Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT) 2012-10-04 00:21:58 +00:00
cheusov
11c7685b77 CONFLICTS between python modules 2012-10-03 23:40:35 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
adam
9defbe92dd Changes 2.26.4
* Make tiff loader threadsafe
* Support saving ICC profiles in jpeg
* Add some missing annotations
* Documentation improvements
* Translation updates
2012-10-03 14:36:10 +00:00
adam
a69516c0b4 Changes 1.7.38:
* Bail out of a trial if byte count exceeds best byte count so far.
* Added -bail and -nobail options.  Use -nobail to get a complete report
  of filesizes.
* Added -blacken option, to enable changing the color samples of any
  fully-transparent pixels to zero in PNG files with color-type 4 or 6,
  potentially improving their compressibility.
2012-10-03 11:03:59 +00:00
tron
56f4821731 Revert unintentional revision bump. 2012-10-02 17:18:28 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
wiz
88edc8d491 Update to 1.5.13:
Version 1.5.13beta01 [August 8, 2012]
  Do not compile PNG_DEPRECATED, PNG_ALLOC and PNG_PRIVATE when __GNUC__ < 3.
  Removed references to png_zalloc() and png_zfree() from the manual.
  Revised PNG_FP_EXPORT and PNG_FIXED_EXPORT macros to avoid generating
    lone semicolons (patch ported from libpng-1.6.0beta11).

Version 1.5.13beta02 [September 10, 2012]
  Corrected handling of the image array and the row_pointers array in example.c
  When png_set_filler is used to strip a filler channel during write, the
    code prior to 1.5 would ignore the case where the output required an
    alpha channel or when the output was a palettized PNG.  In libpng-1.5 the
    ignorance was lost and libpng proceeded to strip the channel resulting
    in a bad (potential memory overwrite) failure later.  This reverts
    the behavior to the pre-1.5 state but issues a warning. libpng-1.6 is
    expected to issue an error on the erroneous png_set_filler call.
  Use png_memset() consistently (pngmem.c contained some bare "memset" calls).

Version 1.5.13rc01 [September 17, 2012]
  No changes.

Version 1.5.13 [September 27, 2012]
  No changes.
2012-10-02 16:58:46 +00:00
tron
2a2e83c60e Increase the minium required version of the "x11/libxcb" package to 1.6.
There are at least two packages ("graphics/cairo" and "x11/xlsclients")
which require this. And we definitely want to avoid the situation where
both the based and "pkgsrc" version get used at the same time.

Bump all the packages which use the "x11/libxcb" package except the two
which already require version 1.6. For those package remove the manually
set minimum required version.

Change discussed with Thomas Klausner in private e-mail.
2012-10-02 12:09:40 +00:00
tron
3be36ff17b The "cairo" package needs at least version 1.6 of the "libxcb" library.
Set the minimum version accordingly. The package now uses "libxcb" from
"pkgsrc" under Mac OS X Snow Leopard which fixes the build.

Bump package revision because of the dependence change.
2012-10-02 07:39:30 +00:00
adam
14530f2edc Changes 4.0.3:
MAJOR CHANGES:
None
CHANGES IN THE SOFTWARE CONFIGURATION:
Updated to use Automake 1.12.4. Avoids security problem with 'make distcheck' (CVE-2012-3386).
CHANGES IN LIBTIFF:
Various memory buffer access fixes.
Fix handling when writing RGBA jpeg compressed imagery (http://trac.osgeo.org/gdal/ticket/4732).
Fix to work properly with IJG JPEG 7+.
New functions TIFFFieldTag(), TIFFFieldName(), TIFFFieldDataType(), TIFFFieldPassCount(), TIFFFieldReadCount(), TIFFFieldWriteCount() to use as external accessors for the opaque type TIFFField.
Fix bug rewriting image tiles in a compressed file (http://trac.osgeo.org/gdal/ticket/4771).
Add TIFF/FX tag support in libtiff.
CHANGES IN THE TOOLS:
tiff2pdf: Fail when TIFFSetDirectory() fails. This prevents core dumps or perhaps even arbitrary code execution when processing a corrupt input file (CVE-2012-3401).
tiff2pdf: Fix two places where t2p_error didn't get set after a malloc failure. No crash risk AFAICS, but the program might not report exit code 1 as desired.
CHANGES IN THE CONTRIB AREA:
None
2012-10-01 18:11:29 +00:00
ryoon
e5a7dd102f Update to 12.10
Changelog:
Fotoxx change log
=================

2012.10.01  v.12.10
+ This release focuses on user interface and efficiency improvements.
+ The user manual and F1 help are now available in Castilian Spanish.
+ The search index was revised for greater scalability. Metadata edits
  and related image searching should remain fast beyond 500K images.
  A fresh resync of the search index will be done at first startup.
+ A custom graphic menu in a popup window was implemented. Frequently
  used functions can be added and the layout arranged to taste.
+ RAW files can be opened in Ufraw (menu or thumbnail click).
+ A more precise world map was implemented (new download will be made).
+ Large image files open 30% faster and memory consumption is reduced.
+ The batch RAW converter now has a dialog to configure the parameters.
+ New pan/scroll mode: image sticks to mouse and moves with mouse.
+ Stop unnecessary refreshes of the image gallery for metadata edits.
+ Added support for exotic PNG formats (e.g. palletized) via GTK library.
+ Vignette bugfix: stop radius increase if vignette is moved off-center.

2012.09.01  v.12.09.1
Bugfix: memory management error having uncertain impact.

2012.09.01  v.12.09
+ RAW files can be opened via menu, command line or drag and drop.
+ RAW files can be seen in thumbnail galleries like other image files.
+ RAW file editing tool Ufraw was integrated into the Fotoxx menu.
+ RAW file batch conversion parameters (dcraw) are user configurable.
+ RAW file batch conversion is faster (about 50/minute on a strong PC).
+ A wavelet denoise method was added (adapted from ufraw/dcraw).
+ Deep color PNG files are supported (16 bits/color).
+ Vignette: center of shading/brightening can be moved with the mouse.
+ Images can be copied to the clipboard with a right-click popup menu.
+ Trim: target circle added in the middle of the trim rectangle.
+ World map shows locations of geotagged photos, click to see gallery.
+ User interface simplified for location-based or map-based image search.
+ A tool was added to remove chromatic abberation (color fringes).
+ Select area by mouse and color: small user interface improvement.
+ More dialogs preserve user inputs within and across Fotoxx sessions.
+ New command line option: start up with a specified menu function.
+ Panorama: option for zero image curve (e.g. to combine scanned images).
+ Gallery is updated live if a file add/delete is done outside Fotoxx.
+ Bugfix: click geotag group >> gallery window sometimes did nothing.
+ Bugfix: memory leak when processing metadata (tags, captions ...).

2012.08.20  v.12.08.1
+ New GUI translation for Catalan is available.
+ Bugfix: bad fflush() call in exiftool_server caused fotoxx to crash
  in some distros using newest c-libraries (observed in Mageia alpha).
2012-10-01 13:02:24 +00:00
dholland
8366766976 Revert version 1.15, which was committed presumably by accident during the
cairo revbump earlier this month and was probably meant to be part of a
yet-uncommitted update. It doesn't appear to be correct with the current
version.
2012-09-29 23:34:11 +00:00
dholland
5174783e10 Revert rev. 1.40, which added checksums for four nonexistent patches and
was apparently committed by accident during the cairo revbump earlier
this month.
2012-09-29 23:28:22 +00:00
jperkin
41132a0f53 Enable dri by default on Solaris. The 'vmware' driver from modular-xorg is
still non-functional, but this at least gets us further along.
2012-09-28 11:33:47 +00:00
jperkin
1fa2908931 Add libiconv buildlink. 2012-09-28 08:55:19 +00:00
jperkin
f9dd42cd77 Ensure that MODULE_ARCH is syncronised between pkgsrc and configure script.
Fixes package on Solaris.
2012-09-27 13:20:42 +00:00
jperkin
f7979ea8b5 USE_TOOLS += gm4. 2012-09-25 15:25:05 +00:00
wiz
39fdd27fd5 Fix SYSCONFDIR support. Bump PKGREVISION. 2012-09-24 23:10:59 +00:00
ryoon
296f76c77e Recursive revbump from multimedia/libvpx 1.1.0 update 2012-09-22 13:48:15 +00:00
ryoon
e6825a5d65 Fix build with boost-1.51.0. 2012-09-21 11:28:43 +00:00
taca
d3f863b9d4 Update optipng to 0.7.3, security fix for SA50654 (CVE-2012-4432).
Version 0.7.3   16-sep-2012
-------------
!! Fixed a use-after-free vulnerability in the palette reduction code.
   This vulnerability was accidentally introduced in version 0.7.
2012-09-21 04:07:22 +00:00
jperkin
c578190337 Pull in libiconv. Fixes build on Solaris. 2012-09-18 19:24:44 +00:00
taca
03e5535ac3 Add and enable ruby-oily_png. 2012-09-16 06:39:22 +00:00
taca
4f0d8f4b14 Add ruby-oily_png package version 1.0.2.
This Ruby C extenstion defines a module that can be included into
ChunkyPNG to improve its speed.
2012-09-16 06:38:26 +00:00
taca
4931aa076c Update ruby-gnuplot to 2.5.0.
2.5.0
 * save output to instance variable, thanks for the patch.
2012-09-16 06:36:08 +00:00
taca
0d2eb9b4a1 Update ruby-chunky_png to 1.2.6.
Changes are unavailable.
2012-09-16 06:35:34 +00:00
wen
e6801ee09a Updated to 2.4.5
Upstream changes:
2.4.5 Typo in _draw_x_ticks corrected
      Methods scalar_png(), scalar_jpeg() corrected for result.
      Test routine t/scalarImage.t added
      Chart.pod corrected

2.4.4 The brush styles to points and linespoints are extended.
      Not only circles represent the points but a number of different
      brush styles, linke donut, Star and so on.

2.4.3 Corrections to imagemap production in Composite.pm and Lines.pm
2012-09-15 15:12:20 +00:00
obache
d76d024350 Recursive bump from mysql51-client library changed to use openssl. 2012-09-15 15:03:21 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
obache
5f6c363516 After update of recent boost, -lboost_system is required.
PR 46873 by Tero Kivinen.

Bump PKGREVISION.
2012-09-14 14:38:12 +00:00
wiz
40437316f7 Resign maintainership -- I haven't been maintaining this really for quite
some time.
2012-09-14 13:44:29 +00:00
drochner
f29ce16e98 revbump for poppler update
also switch to lcms2 - it is pulled in by poppler and picked up
by the build anyway
2012-09-14 12:21:51 +00:00
jperkin
ed42e3fce2 The Solaris linker requires an archive contain at least one symbol, so
provide one.

Fixes Solaris build.
2012-09-13 15:50:08 +00:00
dsainty
d6b84a39f7 Expose glXGetProcAddress.
The consequences of not making this patch are platform dependent - some build
chains will still expose the symbols, but some will not.  The API expects
them to be exposed.

Fixes Cairo 1.12.2 build on Ubuntu 11.10 and CentOS 6.3, presumably due to
later versions of gcc (4.6.1 in the Ubuntu case).

Bump PKGREVISION.
2012-09-12 14:12:28 +00:00
obache
8788b7e5ef Update ruby-rcairo to 1.12.2.
Release 1.12.2 (2012-06-03) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Improvements
------------

  * Added Cairo::Device.supported?.
    [GitHub#11] [Reported by Cédric Boutillier]
  * Added Cairo::Device.gl_texture_supported?.
  * Added Cairo::Surface.supported?.
  * Defined all surfaces even if a surface isn't available. Use
    Cairo::Surface.XXX_supported? method to check surface
    availability.
  * Added Cairo::Pattern.xxx_supported?.
    [GitHub#12] [Reported by Mamoru Tasaka]
  * [experimental] Supported auto native package install.

Thanks
------

  * Cédric Boutillier
  * Mamoru Tasaka

Release 1.12.1 (2012-03-31) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Improvements
------------

  * Re-supported cairo < 1.10.0.
    [ruby-gnome2-devel-en] Help me install my own program [Eric C.]

Fixes
-----

  * Fixed a problem that an unresolved symbol is referenced.

Thanks
------

  * Eric C.

Release 1.12.0 (2012-03-25) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Improvements
------------

  * Supported cairo 1.12.0.
    * Cairo::Surface#supported_mime_type?
    * Cairo::Surface#create_similar_image
    * Cairo::Surface#map_to_image
    * Cairo::Surface#unmap_to_image
    * Cairo::RecordingSurface#extents
    * Cairo::MeshPattern
    * Cairo::RasterSourcePattern
    * Cairo::MimeType::UNIQUE_ID
  * Supported glesv2 surface.

Fixes
-----

  * Fixed a bug that Cairo::HINT_METRICS_ON can't be specified. #8
    [Vasily Fedoseyev]

Thanks
------

  * Vasily Fedoseyev
2012-09-10 09:23:37 +00:00
obache
a29dad2200 Fixes PKGPREFIX for python and ruby by blbump(1). 2012-09-10 09:22:41 +00:00
dholland
6374470583 Restore PLIST.carbon=yes, lost during update. Should fix remaining
problem in PR 46924.
2012-09-09 01:28:06 +00:00
tron
13d2f3b767 Revert update of distribution file version without proper update
of the package.
2012-09-08 14:48:45 +00:00
obache
891dea7ed4 cairo-1.12.2 require pixman>=0.22.0.
PR 46924.
2012-09-08 08:53:03 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
adam
0b831003b0 Changes 1.12.2:
After such a long gestation period for the release of Cairo 1.12, we
inevitably accumulated a few bugs that were flushed out by broadening the
test base. Thanks to everybody who tried the release, apologies to any one
unfortunate enough to encounter a bug and many thanks for reporting it.
2012-09-07 15:24:03 +00:00
taca
dfd9a0b6d4 Update pear-Image_Canvas to 0.3.5.
Changelog:

QA release

* Doc Bug #19253	incorrect-fsf-address
* Bug #16992		dotted lines do not show up in SVG
2012-09-04 16:06:09 +00:00
sno
a76f11d1e6 Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.

Bumping revision
2012-09-03 11:16:19 +00:00
adam
f64b40ebb8 Version 1.7.37:
Reverted pngcrush.c back to 1.7.35 and fixed the bug with PLTE handling.

Version 1.7.36:
  Reverted pngcrush.c to version 1.7.34 because pngcrush is failing with
    some paletted PNGs.
  Separated CFLAGS and CPPFLAGS in the makefile (with "-I" and "-DZ_SOLO"
    in CPPFLAGS)
2012-09-03 05:27:39 +00:00
spz
c1291153c7 let's make this dependable :) 2012-09-01 17:04:55 +00:00
adam
1ddd7e6a38 Changes 0.7.2:
* Upgraded libpng to version 1.4.12.
* Upgraded zlib to version 1.2.7-optipng.
! Fixed the display of huge (4GB+) file/IDAT sizes on 32-bit platforms.
! Issued a proper error message if the output IDAT can't fit in 2GB.
  Acknowledged this limitation in the user manual.
  (Thanks to John Sauter for the report.)
! Fixed the output file cleanup that should occur after a write error.
* Added the option -debug and various undocumented debug features.
* Moved the PNG reduction module (opngreduc) to a separate sub-project.
2012-09-01 09:19:20 +00:00
adam
fd49a9ab7a Changes:
* clean-up
* converted to LIBTOOL
* builds on OS X
2012-08-31 16:29:49 +00:00
obache
4f538ddd1f == Ruby-GNOME2 1.1.5: 2012-08-29
This is a network support improvement release!

=== Changes

==== Ruby/GLib2

  * Improvements
    * windows: Bundled glib-networking.

==== Ruby/GIO2

  * Improvements
    * Added Gio::TlsCertificate.
    * Added Gio::TlsCertificateFlags.

==== Ruby/GTK2

  * Improvements
    * Added Gtk.show_uri.

  * Fixes
    * Gtk::TreeStore#reorder:
      Fixed wrong the number of reorder values check.
      [SF.net#3561748] [Reported by Nounou]
2012-08-30 13:36:32 +00:00
jnemeth
62a4766f33 sort 2012-08-30 07:30:03 +00:00
wiz
1f441ff191 Direct inclusion of librsvg/rsvg-cairo.h is deprecated and leads to build
errors. "Don't do it, then!"
2012-08-29 16:26:51 +00:00
obache
fb0eef126f Recursive bump from boost-libs update. 2012-08-29 11:22:09 +00:00
gdt
267e9e3429 add patch comments 2012-08-28 00:30:44 +00:00
wiz
9be499a9b8 Update to 1.1:
Geeqie 1.1
==========

- support for stereoscopic images
  - input: side-by-side (JPS) and MPO format
  - output: single image, anaglyph, SBS, mirror, SBS half size (3DTV)

- custom tiff loader - better handling of large tiff files

- rewritten file grouping
2012-08-27 22:19:32 +00:00
dholland
eeffc6c979 Update conditional in patch-ac to match patch-ab. 2012-08-25 22:12:10 +00:00
shattered
465abb375f Remove dependency on poppler-qt -- kpdf is still built. 2012-08-25 10:43:09 +00:00
ryoon
65d66f64f4 Linux should be fixed. 2012-08-24 20:35:38 +00:00
prlw1
2e34191550 Add yesterday's new packages to their respective category Makefiles - thanks wiz 2012-08-24 15:47:25 +00:00
ryoon
407a2a8280 Fix checksum 2012-08-24 13:49:05 +00:00
ryoon
76e4accf7f Fix build on older NetBSD current.
* Improve libexecinfo detection
2012-08-24 12:48:11 +00:00
dholland
243c5b2c02 Restrict the version to <0.14. 2012-08-23 23:01:01 +00:00
drochner
2c1f974412 this wants lcms v2 2012-08-23 20:26:34 +00:00
prlw1
0c224adc76 devel/glib2/schemas.mk already pulls in blk3 2012-08-23 19:31:01 +00:00
prlw1
3b30c29e25 Add eog 3.4.3 the GNOME 3 image viewer 2012-08-23 19:11:02 +00:00
drochner
e43f403fed +gthumb3 2012-08-23 18:24:25 +00:00
drochner
ecfcc58ca2 add gthumb3-3.0.3, a new major branch which requires gtk3 2012-08-23 18:23:47 +00:00
drochner
fdd4299fdc update to 2.36.2
changes:
-deprecate including headers apart from rsvg.h directly
-minor fixes
2012-08-23 14:33:30 +00:00
drochner
f6731f8556 sync w/ base pkg 2012-08-23 14:30:59 +00:00
drochner
9cf06e6453 update to 2.26.3
changes:
-minor fixes
-translation updates
2012-08-23 14:28:42 +00:00
marino
f162cdcb03 Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
marino
10b4e3cc0f graphics/graphviz: Add tcl/tk 8.5 support
The PLIST was hardcoded for tcl8.4.  Leverage the tcl Makefile.version
to generate PLIST_SUBST variable so it won't break with tcl8.6.
2012-08-21 21:44:00 +00:00
wiz
24db3ba767 Fix CVE-2012-3481 using Nils Philippsen's patch.
Bump PKGREVISION.
2012-08-20 12:54:01 +00:00
ryoon
64bdcdcffe Recursive revbump from graphics/libwebp update.
Thank you, obache@.
2012-08-18 08:49:40 +00:00
ryoon
baab05dbba Bump PKGREVISION
* ABI of grapics/libwebp is changed
2012-08-18 01:37:42 +00:00
ryoon
10074b53cd Update to 0.2.0
* Add BUILDLINK_ABI_DEPENDS to buildlink3.mk

Changelog:
- 8/3/12: version 0.2.0
  * Add support for ARGB -> YUVA conversion for lossless decoder
    New functions: WebPINewYUVA, WebPIDecGetYUVA
  * Add stats for lossless and alpha encoding
  * Security related hardening: allocation and size checks
  * Add PAM output support to dwebp

- 7/19/12: version 0.1.99
  * This is a pre-release of 0.2.0, not an rc to allow for further
    incompatible changes based on user feedback.
  * Alpha channel encode/decode support.
  * Lossless encoder/decoder.
  * Add TIFF input support to cwebp.
  Incompatible changes:
    * The encode ABI has been modified to support alpha encoding.
    * Deprecated function WebPINew() has been removed.
    * Decode function signatures have changed to consistently use size_t over
      int/uint32_t.
    * decode_vp8.h is no longer installed system-wide.
    * cwebp will encode the alpha channel if present.
2012-08-18 01:34:55 +00:00
mef
84fcd6dd9f Fix PR pkg/46681.
PLIST of doxygen varies depending on graphviz configuration.
Say, graphviz configured with PKG_OPTIONS.pangocairo yes or no.

Graphviz/buildlink3.mk will set PKG_BUILD_OPTIONS.graphviz
for use with doxygen PLIST variation.

Thanks Ian McWilliam for reporting and testing the problem.
2012-08-17 01:02:05 +00:00
drochner
5f2df83981 update to 1.16
changes:
* Experimental MathML support
* Add upper/lower-left/right arrows
* Add options to clip text/lines/shapes to graphs
* Add stacked-area option to bar plot widget
* Draw stacked bar plots top-down for better overlapping line behaviour
* Axis labels can be placed at left or right of axes, in addition to centre
* Line widget now has length-angle or point-to-point modes. Better support
  for only specifying some coordinates.
* Exception dialog records more detailed traceback
* Use top level windows for non-modal dialogs, giving minimize in window
  and no always-on-top behaviour
* Zero length vectors and arrows in vector fields are not plotted
* Add support for strings to be translated
* Add "Sort" dataset plugin
* Add "Histogram 2D" dataset plugin
* Add "Divide by Maximum" and "Normalize" dataset plugins
* Support for *args and **kwargs for custom functions
* Custom colormaps can be defined in the custom editing dialog
2012-08-16 15:41:27 +00:00
drochner
4e0f4c854e bump PKGREV for muparser shlib major change 2012-08-15 17:39:52 +00:00
drochner
03c45d7394 librsvg links against libpangocairo, propagate this dependency too 2012-08-14 10:40:51 +00:00
wiz
3191ee3480 Remove libcroco bl3.mk, I've added it back to librsvg/buildlink3.mk 2012-08-14 08:46:57 +00:00
wiz
a64cea75b6 libcroco somehow leaks as well, so add it to buildlink3.mk again. Sorry
for the breakage.
2012-08-14 08:46:17 +00:00
tron
db02c6d206 Fix build problem caused by recent changes to "librsvg" package.
No revision bump as the package didn't build before anyway.
2012-08-14 07:56:41 +00:00
wiz
744c90554a Bump PKGREVISION for fix in librsvg/buildlink3.mk. 2012-08-13 14:25:37 +00:00
wiz
29c2354fd7 Correct dependencies in buildlink3.mk:
Does not forward libcroco dependency
DOES forward cairo dependency (see .pc file)

Bump PKGREVISION so that the upcoming revbump makes sense.
2012-08-13 14:25:00 +00:00
drochner
e05e6e126f PKGREV bump for poppler shlib major change 2012-08-13 12:18:37 +00:00
drochner
f4e42e3c7c PKGREV bumps for poppler shlib major change 2012-08-13 11:25:56 +00:00
wiz
f1492fb091 Add upstream bug report URL. 2012-08-12 22:04:47 +00:00
marino
a42b52b982 graphics/darktable: Fix DragonFly build
DragonFly needs same macro switches as FreeBSD here.
2012-08-12 07:47:29 +00:00
ryoon
fc7a344741 Update to 12.08
* Drop gmake from USE_TOOLS, bmake is sufficient
* Support NetBSD-current's libexecinfo
* Switch to gtk3

Fotoxx change log
=================

2012.08.01  v.12.08
+ Menus now show a popup descriptions if the mouse dwells on the menu.
+ Auto-synchronization (indexing of new image files) was made optional.
  If disabled, metadata edit and search functions are also disabled.
  These can be restored at any time by synchronizing the image files.
+ The size of a printed image (in centimeters) can be set in advance.
+ A 1-click sepia coloring was added (aged photo effect).
+ If Linux standard trash and desktop trash folder both fail (possible
  with some distros) give the option to simply delete the image file.
+ Painting and scrolling the gallery window was made faster.
+ Navigating the gallery window to other directories was simplified.
+ A gallery from an image search or collection can be discarded and
  replaced with a directory gallery using a toolbar button.
+ Bugfix: Edit Collections: keep the gallery window scroll position
  stable when adding or removing images from a collection.
+ Bugfix: If the initial gallery window is list view (no thumbnails),
  then the gallery window displayed only a blank window.
+ Bugifx: Crash if a retouch function is "painted" with the mouse and
  and the function is canceled before any change is made.
+ Bugfix: Show RGB [clear] button cleared image tags but not the dialog.
+ Web site was changed from squarespace.kornelix.com to kornelix.com.

2012.07.05  v.12.07.1
+ Bugfix: World map loses the mouse connection and becomes unresponsive
  after a left mouse click/drag is used to zoom/pan the map image.

2012.07.03  v.12.07
+ Tabs are now used to switch between the image and gallery windows.
+ List Geotag Groups by country, country/city, or country/city/date.
  Nearby dates can be grouped together. Click a listed group to get the
  corresponding thumbnail image gallery, view or edit images from there.
+ Click a location on a world map, get the corresponding image gallery.
+ Several small UI improvements in geotag edit and report functions.
+ Bugfix: edit collection: removing images was sometimes not possible if
  some images still in the collection had been deleted from disk.
+ Bugfix: memory leak if successive images are viewed in rapid sequence.
+ Bugfix: Art > Dots treatment was destroyed when saved to a file.
+ Bugfix: crash in Open Recent File if the first file had been deleted.

2012.06.17  v.12.06.2
+ The Spanish and Galician translations were updated.
+ bugfix: crash following use of Batch Add Geotags function.
+ Bugfix: stop unwanted gallery window from appearing when the control
  key is used to link mouse actions to the main window.

2012.06.01  v.12.06.1
+ bugfix: version check for exiftool failed for locales having a comma
  decimal point instead of a period (e.g. 8,60 instead of 8.60).

2012.06.01  v.12.06
+ The Spanish and Galician translations were updated (as of v.12.05).
+ Package exiftool version 8.60 or later is now a requirement.
  (this translates into Ubuntu 11.10 or later)
+ New: List geotag groups (city, country, date, image count), click on a
  group to show a thumbnail gallery, click thumbnails to view or edit.
+ Added and revised geotag locations were separated from the download set,
  to make them easier to keep when changing computers or Linux releases.
+ Geotag search for "null" can be used to find images with no geotags
  (also within other search criteria such as date).
+ New: Voodoo retouch function improves most images with one click.
+ Thumbnail files are now .jpeg instead of .png. Initialization after a
  new install is about 40% faster, and thumbnails are 1/3 as large.
+ There are now three thumbnail options: no thumbnails, thumbnails in the
  image directories (as before), or use a designated thumbnail directory.
+ Flatten Brightness: prevent "color bands" in monotone bright areas.
+ Rotate function user interface was improved and made more responsive.
+ Keyboard shortcuts can be revised and new ones added by the user.
+ Stop popup messages from getting hidden behind other windows.
+ Block "save to file" if an edit dialog is active (unpredictable result).
+ Edit history log was moved from EXIF:EditStatus to EXIF:ImageHistory
  because this is the de facto standard.
+ Metadata reports were changed to use EXIF tag names instead of tag
  descriptions. These are needed to directly edit metadata.
+ Slide Show: added continuous loop option (last goes back to first).
+ Trim: new option to start automatically for each new file opened
  (work through a batch of new photos more quickly).
+ Trim: new convenience button to do rotate and return to trim.
+ The [prev] and [next] buttons pre-load the next file ahead of need.
  This can speed-up sequential viewing of images on a slow computer.
+ F11 toggles main window to full-screen (no menu/toolbar) and back.
+ Bugfix: geotag retrieval failure with photos from some cameras.
+ Bugfix: Keyboard shortcut T (for Trim) caused a crash.

2012.04.21  v.12.05
+ Geotagging and reporting was added. Geotags may be entered using city
  names, with substring matching. Click the wanted city from multiple
  candidates. Multiple images can be processed rapidly. Batch processing
  is also available. Search images by city [country] or within radius of
  a given location. Output is a gallery of clickable thumbnails. Select
  locations to assign or search from a world map. Database has 3000+
  cities and others can be added as needed from a web geocoding service.
+ Search Images function was simplified. Searching by date, rating, tags,
  comments, caption, filename, geotags, and any other metadata is in one
  GUI with buttons to select the unusual options.
+ Bugfix: captions and comments with imbedded quotes were causing some
  metadata edits to fail (do nothing).
+ Bugfix: stop GUI lockup if window is resized by user while panorama or
  other composite function is still computing.
+ Bugfix: stop paranoia if an image directory is read-only and thumbnail
  subdirectory cannot be created - just leave out the thumbnails.
+ Bugfix: GUI was too difficult to view and edit the same collection.

2012.04.01  v.12.04
+ Select Area by color tones is almost 2x faster with less flicker.
+ New: Erase an object by overpainting with selected background.
+ New: Vignette Tool: change brightness or color in a radial pattern.
+ Art > Tiles: an optional 3D depth effect was added.
+ Edit Pixels: do area edge blending same as other edit functions.
+ Gamma Curve: buttons [++] etc. added as in brightness/color curves.
+ Select Area: "tweak" mode added: nudge an edge line using the mouse.
+ White Balance: slider added to adjust the impact from 0 to 100%.
+ Gallery window navigation was made a little more flexible.
+ First time startup: initial thumbnail creation and image file indexing
  is 2x faster (2000+ images/min. on a strong PC with 4 cpu cores).
+ New: Help > Log File: view the current (live) log file.
+ Memory allocation failure: no crash, exit with a reasonable message.
+ Bugfix: rare crash when a concurrent edit function completes.

2012.03.14  v.12.03.2
+ Bugfix: Select Area / Finish: crash in cairo. This is apparently a new
  bug in gtk3/cairo which affects some distros (but not current Ubuntu).
  Fotoxx was changed to avoid the problem: remove calls to gdk_flush().
  This can make Fotoxx appear to "freeze" during Select Area / Finish.

2012.03.04  v.12.03.1
+ Bugfix: Select Area: cancel button did not kill the Finish process.
+ Bugfix: Retouching a zoomed image caused temp. change in aspect ratio.

2012.03.01  v.12.03
+ Mouse-driven area select and edit functions respond much faster.
+ The internal image format was changed from int-16 to float-32 per
  RGB color. This simplified the code and made some edit functions
  slightly faster. There is no visual image impact. The main memory
  needed to edit a 20 megapixel image has grown to about 800 MB.
+ The exiftool program is started as a server process and left running.
  This eliminates a significant startup delay for every image opened.
+ Indexing of new files at startup was made much faster: typically
  1-2 seconds on a strong PC if only a few new images are found.
+ A toolbar button is used to change the mouse-drawing color for select
  and edit functions. Similar buttons on many dialogs were removed.
+ The pixel edit function was made easier and faster to use.
+ An edited file can be saved in the additional formats .bmp and .ico.
+ Setting the zoom ratio was simplified: each 2x zoom is 1-3 clicks.
+ Create Blank Image: the file type can be .jpg, .tif, .png, or .bmp.
+ The E-mail function was removed because Thunderbird and Evolution do
  not work (or no longer work) with the "standard" xdg-email protocol
  for attachments. Use Tools > Batch Convert to select images, export,
  and reduce size (if wanted) for attaching to e-mail or uploading.
+ Bugfix: If the top image directory was set to /home/<user>, thousands
  of unwanted files in /home/<user>/.thumbnails/* were being indexed.
+ Bugfix: Stack/Noise image alignment was poor if there was significant
  camera movement between photos.
+ Bugfix: Progress monitoring for some functions was very inaccurate.
+ Bugfix: some .gif files produced empty thumbnail images.
+ Bugfix: file synchronization at startup was sometimes wasting time
  with unnecessary updates.

2012.02.01  v.12.02
+ Fotoxx was converted to use GTK3 and Cairo. It will no longer build
  or install on older Linux releases lacking these libraries.
+ Multiple (up to 10) top image directories are now supported.
+ The gallery thumbnail size is saved and restored across sessions.
+ Bugfix: crash if an image present 2+ times in a collection is removed.
+ Bugfix: crash in slide show "jaws" transition.
+ RPM packages are built using Fedora and rpmbuild instead of alien.

2012.01.04  v.12.01.2
+ Italian user guide was updated.
+ Swedish translation was updated.
2012-08-12 07:20:15 +00:00
obache
b993648369 Update dcraw to 9.16.
PR 46718 by YAMAMOTO Takeshi.

Changes since 9.04 from RCS file:
* Support the Samsung NX1000 and Sony RX100.
* Support the Canon EOS 650D, Samsung NX20, and Sigma SD1
* Fixed gravity sensor for Canon 5D Mark III with Firmware Version 1.1.x.
* Decode CAMF and IMAG blocks from Sigma SD15 and DP cameras.
  Added "-E" and "-I" options to support raw pixel substitution.
  Support Adobe Lossy DNG and the Imacon Flexframe 3f format.
  Support the Canon G1-X, 1D-X, 5D Mark III, the Fuji X-Pro1, X-S1,
  and many others.
* Support the Casio EX-Z500.
* Support the Canon S100, Nikon 1 J1 and V1, Panasonic GX1, Fuji X10,
  and Samsung NX200 with color matrices from DNG Converter 6.6.
* Copied new color matrices from DNG Converter 6.5.
* Support ARRIRAW and Redcode R3D raw formats (video only).
  Support the Leica D-LUX 5 and V-LUX 2, Panasonic G3 and GF3,
  Olympus E-P3, Sony NEX-C3 and SLT-A35, and Canon SX30.
  Updated support for Nikon encrypted WB and Canon sRAW/mRAW.
* Support the Fuji HS20EXR/F550EXR, Kodak Z990, Leaf AFi-II 12,
  Nikon D5100, and Samsung NX11 and NX100.
* Support the Hasselblad 9044x6732 back, Leaf 1068x1464 back, Fuji X100,
  and Canon 600D and 1100D.
* Support high-ISO images from the Samsung WB2000.
* Read correct camera WB from Nikon NRW and Samsung SRW files.
  Copied color matrices from Adobe DNG Converter 6.3.
* Support the Nikon D3100 & D7000 & P7000, Panasonic FZ40 & FZ100 & LX5,
  Samsung WB2000, Nokia X2, Canon SX120 & PowerShot G12, Hasselblad H4D,
  Pentax 645D & K-5 & K-r, Sony SLT-A33 & SLT-A55V.
2012-08-11 09:45:11 +00:00
drochner
c756f4dd2e update to 2.14.4
changes:
-bugfixes
-translation updates
2012-08-10 15:27:29 +00:00
drochner
f1fae7e8a8 sync w/ base pkg 2012-08-10 15:24:11 +00:00
drochner
526634e5d6 update to 2.26.2
changes:
-minor bugfixes
-documentation improvement
-translation updates
2012-08-10 15:23:42 +00:00
drochner
3e3fe9f701 update to 4.6.0
changes:
- New syntax supporting multi-line blocks of code delimited by curly braces
     if (<cond>) { ... } else { ... }
     do for [<iteration-spec>] { ... }
     while (<cond>) { ... }
- Time formats can handle fractional seconds to microsecond precision.
- User-definable linetypes that can be used to establish a locally
  preferred default sequence of colors or dash/thickness/point styles.
- Statistical summary of the data to be plotted (new command "stats")
- New terminal drivers:  qt  context  epscairo  cairolatex
- Improved support for UTF-8, SJIS and other multi-byte encodings

pkgsrc change: added "qt4" and "wxwindows" options (not enabled
 by default)
2012-08-10 15:14:53 +00:00
marino
a7372728c4 graphics/panomatic: Set ZT_POSIX for DragonFly
Add DragonFly to the list of BSDs with posix threads to fix build.
2012-08-07 16:44:50 +00:00
obache
ab4e71d90b Bump PKGREVISION for change of PostgreSQL default version to 9.1. 2012-08-05 10:02:09 +00:00
drochner
8a6fd4c63f update to 0.12.3
changes: bugfixes
requires libraw-0.14
2012-08-04 14:38:24 +00:00
drochner
934b73e1ae update to 0.14.7
This switches to the new major release.
The most significant change of this version is multiple rendering
of same RAW data without re-opening RAW file.
So, it is possible to implement near-realtime preview of entire image in
half-resolution mode and realtime preview of selected area (e.g. around
mouse pointer position) in full-resolution mode.
+Support for more cameras
2012-08-04 14:36:42 +00:00
drochner
e32e671414 this needs libraw-0.13.* 2012-08-04 14:32:55 +00:00
drochner
61e3aeb3bf +libraw013 2012-08-04 14:32:13 +00:00
drochner
4c3cec0821 take a snapshot of current libraw - future versions are incompatible 2012-08-04 14:31:27 +00:00
drochner
6f60dd6a1a move documentation to a better location, bump PKGREV 2012-08-04 13:42:21 +00:00
riastradh
95d711f739 Fix Cairo hack on Mac OS X.
gcc-4.2 is residual from older Xcode installs.  If you've installed
only the Xcode with a bad compiler, the workaround is no good.  But
omitting -flto works around the problem too, so do that.
2012-08-04 04:00:49 +00:00
drochner
e6368549a9 update to 1.2.1
changes:
-many bugfixes
-minor improvements and speedup
2012-08-01 15:43:03 +00:00
drochner
a71278fa8d remove tiff dependency - libtiff's bl3 file was fixed to pull this in
a while ago
2012-08-01 15:34:14 +00:00
drochner
441c9074ca update dependency - shlib major had changed 2012-08-01 15:30:45 +00:00
adam
7a4ccb5512 Changes 1.7.35:
* Removed FOPEN of fpout except for the last trial.  The open files caused
  "pngcrush -brute -e _ext.png *.png" to fail on the 10th file (about the
  1024th compression trial) due to being unable to open the output file.
2012-08-01 11:45:51 +00:00
wiz
5c05ec6ff6 Fix possible security problem. Bump PKGREVISION. 2012-07-30 09:25:29 +00:00
wiz
632de1f7f5 Remove invalid master site. 2012-07-30 09:21:46 +00:00
wiz
129cb44589 Fix possible denial of service. Bump PKGREVISION. 2012-07-30 09:20:08 +00:00
wiz
21001213d3 Update to 1.0.5:
1.0.5:
This has a good chance of being the last one in a series of stable
releases (with stuff backported from our latest and greatest).
Thanks to Pascal for maintaining it! As such, it comes with a short
list of maintenance things as change log:

    Update to RawSpeed r438
    Update to LibRaw 0.14.7
    White balance presets for Nikon Coolpix P7100 and Panasonic GF3
    White balance preset updates for Canon EOS 7D, Canon EOS 350D
    Standard Color Matrices for Canon EOS 650D, Canon EOS 5D Mark
    III, Canon EOS 1D X, Canon PowerShot G1 X, Canon PowerShot
    SX220, Nikon D3200, Nikon D4, Nikon D800, Olympus E-M5, Panasonic
    GF5, Sony SLT-A37/A57, Leica X1/X2, Sony DSC-RX100
    A few memory leaks were resolved
    A few generic bugs were resolved

1.0.4:
The changes over darktable 1.0.3 are:

    More robust OpenMP compiler detection code
    New warming/cooling filter presets for color correction plugin
    Lighttable thumbnails should be slightly faster and sharper
    Correctly restore panels when using Tab.
    Checking if an export target directly is read-only
    Writing of hierarchical tags in our .xmp has been improved
    Don't list system display profile for anything but the display
    profile selection
    We disabled scrollwheel scrolling in darkroom mode as it
    sometimes conflicts with widget behavior
    Lighttable thumbnails are now color managed with some caveats (1)
    Improved color rendition:
        Nikon D800
        Canon EOS 5D Mark III
    White balance presets:
        Canon EOS 5D Mark III
        Canon EOS 7D (updated)
        Olympus E-M5
        Samsung NX100 (updated)
        Olympus E-PL1 (updated)
        Olympus E-PL2 (updated)
        Olympus E-PL3 (updated)

(1) Lighttable color management caveats:

Our previous releases didn't have any color management in lighttable
mode (and the filmstrip), in this release we have a quick-fix
implementation of color management for lighttable mode. For 1.0.4,
newly imported files use the Preview JPEG by default for the
thumbnail, in that case it's still not color managed. After entering
darkroom mode (after which the thumbnail is regenerated in case
you changed the history stack) it will be color managed. Without
changed history stack the thumbnail will always be the embedded
JPEG. If you need lighttable mode to be color managed all the time
you can disable reading of the Preview JPEGs in our Preferences
dialog "don't use embedded preview jpeg but half-size raw", do note
that this will significantly slow down thumbnail generation and
consequently will slow down new imports. To have darktable regenerate
all old previews (in a color managed fashion) you can delete the
~/.cache/darktable/mipmaps* files.
2012-07-29 20:20:47 +00:00
marino
28a027fddf graphics/camlimages: Fix tiff-4.0 regression
When tiff was upgraded to 4.0, camlimages stopped building.  Both
caml and tiff redefine several common typedefs such as uint32.  Unlike
the 3-series of tiff, tiff-4.0 also redefined int64 and uint64.  The
existing hack didn't foresee int64 and uint64 getting used, and so
camlimages broke.

One patch was created and another revised to override the caml typedef
definitions with macros before tiff.h is included.  The original
tiffread.c patch was reworked to override uint16 and uint32 *again*
after the tiff.h include and not before as it was originally.  Very ugly
all around, but I just extended what camlimages was already doing.
2012-07-29 12:52:55 +00:00
reed
c76b6bf1ec Improve description 2012-07-28 21:30:00 +00:00
reed
6be0691516 improve description 2012-07-28 21:29:08 +00:00
adam
160cb71acc Changes 1.7.34:
* Compute and report sum of critical chunk lengths IHDR, PLTE, IDAT, and IEND,
  plus the 8-byte PNG signature instead of just the total IDAT data length.
  Simplify finding the lengths from the trial compressions, by replacing
  the write function with one that simply counts the bytes that would have
  been written to a trial PNG, instead of actually writing a PNG, reading it
  back, and counting the IDAT bytes.  The savings, while measurable, are
  not very significant -- The "-brute" and default pngcrush runs that I
  tried are between one and five percent faster.  Most of the time is
  expended in zlib compression of the IDATs, which is not affected by
  the change.
* Removed comments about the system library having to be libpng14 or earlier.
  This restriction was fixed in version 1.7.20.
2012-07-28 10:57:40 +00:00
bsiegert
8095393948 Do not try to use EOVERFLOW if it is equal to ERANGE, such as in MirBSD.
Fixes MirBSD build.

PKGREVISION++.
2012-07-26 10:58:46 +00:00
adam
36621baae2 Changes 1.7.33:
* Ignore all ancillary chunks except during the final trial.  This can be
  significantly faster when large ancillary chunks such as iCCP are present.

Changes 1.7.32:
* Fixed bug introduced in 1.7.30: Do not call png_set_check_for_invalid_index()
  when nosave != 0 (otherwise pngcrush crashes with the "-n" option).
2012-07-25 20:14:01 +00:00
jperkin
ac6dd50509 Remove SunOS patch, the ld(1) options are actively harmful and cause
R_AMD64_32 relocation errors in 64-bit mode.  The default options should
work fine.

Bump PKGREVISION.
2012-07-25 14:42:02 +00:00
obache
c1fe79a226 Update rabbit to 1.0.9
== 1.0.9: 2012-07-21

A bug fix release of 1.0.8.

=== Improvements

==== rabbit-mode.el

  * Changed prefix for insert commands to ((%C-cC-i%)).

==== rabbit

  * Supported numeric character reference in RD and Hiki:

    RD:
      (('&#x1D11E;')) in hex
      (('&#119070;')) in decimal

    Hiki:
      {{code_point(0x1d11e)}} in hex
      {{code_point(119070)}} in decimal

==== rabbirack

  * Removed needless encoding change.

==== rabbiter

  * Supported twitter-stream 0.1.16. Earlier versions aren't supported.
  * Re-implemented connection related codes by Ruby/GIO2.
2012-07-22 12:27:40 +00:00
obache
b89fd674ce Update ruby-gnome2 to 1.1.4.
== Ruby-GNOME2 1.1.4: 2012-07-21

This is a easy to install release!

=== Changes

==== All

  * Improvements
    * Supported automatic required native packages install.

==== Ruby/GLib2

  * Improvements
    * mkenums: Supported "/* < flags > */" tag.
    * mkenums: Supported two or more upper case characters such as "IO".
      * Before: GIOStatus -> g_iostatus
      * After:  GIOStatus -> g_io_status
    * GIOCondition: Changed to GLib::Boxed object from integer.
    * GLib::Source#attach doesn't require context.

  * Fixes
    * Fixed wrong type conversion for GIOCondition.

==== Ruby/GIO2

  * Improvements
    * Gio::Socket#create_source: Supported callback.

  * Fixes
    * Fixed return values.
    * Fixed wrong type conversions.

==== Ruby/GTK2

  * Improvements
    * Re-supported GTK+ 2.10.0. [GitHub:115] [Patch by Grant Schoep]

  * Fixes
    * Fixed a typo in test script.
      [GitHub:109] [Reported by kimura wataru]

==== Ruby/GStreamer

  * Fixes
    * Fixed a test failure with GStreamer 0.10.36.
      [GitHub:111] [Reported by mtasaka]
2012-07-22 09:29:16 +00:00
taca
b6fceb3ae4 - Reset PKG_REVISION by both php53 and php54 are updated.
- Remove supporting php5 (PHP 5.2.x) supporting codes.
2012-07-20 12:30:36 +00:00
wiz
0714bb7de0 Fix CVE-2012-3401, buffer overflow in tiff2pdf.
Bump PKGREVISION.
2012-07-19 21:41:45 +00:00
wiz
68808ff07a Recursive bump for startup-notification* dependency change, requested
by Obache.
2012-07-15 08:22:46 +00:00
prlw1
ef4d1b6f4d Update OpenCV to 2.4.2, highlights include:
- New keypoint descriptor FREAK contributed by EPFL group
- Improved face recognizer class and tutorial added by Philipp Wagner
2012-07-13 18:13:59 +00:00
adam
f05248f5df exif-0.6.21 (2012-07-12):
* New translations: cs, eo, hr, sr, uk
  * Updated translations: da, de, fi, id, is, it, nl, pl, sk, sv, vi, zh_CN
  * Improved the man page
  * Prevent NULL pointer dereference on out of memory situation
  * Fixed bug that caused read past the end of a buffer (CVE-2012-2845)
2012-07-13 16:43:34 +00:00
adam
0908d84fa4 libexif-0.6.21 (2012-07-12):
* New translations: en_AU, uk
  * Updated translations: cs, da, de, en_CA, nl, pl, sk, sv, vi
  * Added more supported lens in Canon MakerNote
  * Added some defensive NULL pointer checks
  * Fixed a number of security and stability issues due to buffer overflows,
    bad pointer dereferences and division-by-zero including bug 3434540
    and bug 3434545 (CVE-2012-2812, CVE-2012-2813, CVE-2012-2814,
    CVE-2012-2836, CVE-2012-2837, CVE-2012-2840, CVE-2012-2841,
    CVE-2012-2845)
2012-07-13 16:35:25 +00:00
wiz
4ea18741ca CVE-2012-3358:
A heap-based buffer overflow was found in the way OpenJPEG, an
open-source JPEG 2000 codec written in C language, performed parsing of
JPEG2000 having certain number of tiles and tilesizes. A remote
attacker could provide a specially crafted JPEG 2000 file, which when
opened in an application linked against openjpeg would lead to that
application crash, or, potentially arbitrary code execution with the
privileges of the user running the application.

http://code.google.com/p/openjpeg/source/detail?r=1727

Bump PKGREVISION.

pkglint cleanups while here.
2012-07-11 09:07:21 +00:00
wiz
fd1c22c3b7 Update to 1.5.12:
Removed scripts/makefile.cegcc from the *.zip and *.7z distributions; it
    depends on configure, which is not included in those archives.
  Changed "a+w" to "u+w" in Makefile.in to fix CVE-2012-3386.

I don't see CVS-2012-3386 as a vulnerability that applies to pkgsrc,
since to trigger it, you have to run 'make distcheck', and pkgsrc
never does that.
2012-07-11 09:00:41 +00:00
wiz
815eb7da1d Better fix for NetBSD-5.1, from upstream bug report via Rhialto. 2012-07-08 23:03:17 +00:00
wiz
ef3ab316d2 Add upstream bug report. 2012-07-08 21:54:04 +00:00
wiz
8805311d82 rsvg_get_file_path is an externally visible function.
Fixes NetBSD-5.1/amd64 build.

Patch from Rhialto on pkgsrc-users.
2012-07-08 21:20:08 +00:00
sbd
2a9da3a5f3 Add missing zlib buildlink.
Bump PKGREVISION.
2012-07-08 10:00:23 +00:00
wiz
5efae35952 Add comment (hi drochner!) 2012-07-05 10:23:23 +00:00
drochner
b8dc0644f0 sync w/ base pkg 2012-07-04 20:41:29 +00:00
drochner
1c13cc2e40 make this build with poppler-0.20, bump PKGREV 2012-07-04 20:30:22 +00:00
joerg
bd12a2183e Define ABS before using it. Don't use the address of a function when a
call is desired.
2012-07-03 18:10:03 +00:00
joerg
c96d85908b Don't shadow variables declared in the same function. 2012-07-03 18:08:58 +00:00
joerg
8b2c939d2d Don't return values from void functions. 2012-07-03 18:08:20 +00:00
joerg
311029b97e --no-var-tracking doesn't really exist. 2012-07-03 18:07:03 +00:00
adam
70c5001522 Changes 1.7.31:
* Dropped *.tar.bz2 from distribution.
* Added a comma that was missing from one of the "usage" strings (error
    introduced in version 1.7.29).

Changes 1.7.30:
* Only run the new (in libpng-1.5.10) test of palette indexes during the
    first trial.
2012-07-03 18:00:52 +00:00
prlw1
f227a7a632 Update to 1.1.1:
- When path clipping changes a LINETO to a MOVETO, it also changes
  any CLOSEPOLY command to a LINETO to the initial point. This fixes
  a problem with pdf and svg where the CLOSEPOLY would then draw a
  line to the latest MOVETO position instead of the intended initial
  position. - JKS

- The radius labels in polar plots no longer use a fixed padding,
  but use a different alignment depending on the quadrant they are
  in.  This fixes numerical problems when (rmax - rmin) gets too
  small. - MGD
2012-07-02 17:19:05 +00:00
drochner
9dce0dba5d update to 2.4.10
changes:
-bugfix: Incremental glyph loading as needed by ghostscript was broken
-minor other improvements
2012-07-02 16:48:24 +00:00
drochner
af102e69f3 update to 2.4.14
changes:
-disable aalib by default
-"--list-all-config" to dump the full config tree + values
-bugfixes
-translation updates

pkgsrc note: dropped aalib support
2012-07-02 16:12:34 +00:00
adam
9fde0ec108 Revbump after updating boost 2012-07-02 13:37:35 +00:00
dholland
f91b8b8497 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
wiz
d255f11d06 Update to 2.96:
Jun 18 2012:
Fix printing file info when -ft option is used
Do not skip readonle files with -st option
2012-07-01 17:36:16 +00:00
dholland
cbe0f570fe Fix checksum for patch-af, which Joerg accidentally reverted. (Hi, Joerg.) 2012-06-26 17:47:26 +00:00
joerg
4b92941009 Fix build with Clang. 2012-06-25 11:29:13 +00:00
sbd
8e4450659e SET_LIBDIR=yes 2012-06-25 10:28:11 +00:00
obache
cde793db55 Update GraphicsMagick to 1.3.16.
1.3.16 (June 24, 2012)
==========================

Security Fixes:

  * Don't translate 'comment' and 'label' attributes if the request is
    made while a file is being read.  Only translate such attributes
    if they come from the command line or API user.

Bug fixes:

  * SWT: SWT reader suffered from a number of implementation errors
         which caused it not to work any more.  Works again.

  * XBM: Fix memory leak observed when reading file in 'ping' mode.

  * Support -trim on images which use a consistent (single color)
    transparent background.  In this case, trim is done based on
    opacity rather than foreground color.

  * Include <sys/types.h> in order to assure that 'size_t' and
    'ssize_t' are declared.  This is necessary since
    MagickExtentImage() uses these types as part of its definition.

  * +repage was not working because parser was insisting that it
    should include an argument.

  * -units was scaling existing resolution the wrong way around
     (i.e. multiplying rather than dividing).

  * PerlMagick: Fix compilation with Perl 5.16.

  * PingBlob(): PingBlob was not working for all cases.  Is now based
    on BlobToImage() for assured reliability.

New Features:

  None

Feature improvements:

  * MAT: Animated movies inside 4D matrices are loaded now.

  * PDF: File base name is used as the document title.

  * PNG: Fix issues observed specifically with libpng 1.5.10.

Performance Improvements:

  * Pixel iterators should be more efficient now if the image uses a
    file-backed cache.

  * Motion blur algorithm does scale well as cores are added so
    include OpenMP support for it by default.

Windows Delegate Updates:

  * JPEG: Updated to IJG 8d release.

  * PNG: Updated to 1.5.11 release

  * TIFF: Updated to 4.0.2 release.

  * Zlib: Updated to 1.2.7 release.

  * libxml2: Updated to 2.8.0 release.

Behavior Changes:

  None
2012-06-24 02:03:45 +00:00
dholland
0f574648b2 Add missing <cstddef> to get size_t defined; should fix Solaris build. 2012-06-24 01:49:14 +00:00
dholland
efb538824a Add -lX11 on Solaris, same as DragonFly. Add missing libX11 buildlink.
PKGREVISION -> 11.
2012-06-23 20:06:04 +00:00
dholland
1beb53f559 Add missing limits.h to fix the Solaris build. 2012-06-23 19:58:51 +00:00
wiz
6060d4d090 Update to 4.0.2 for CVE-2012-2113.
* tif_getimage.c: added support for _SEPARATED CMYK images.
     * tif_getimage.c: Added support for greyscale + alpha.
     * Added TIFFCreateCustomDirectory() and TIFFCreateEXIFDirectory()
       functions.
     * tif_print.c: Lots of fixes around printing corrupt or hostile input.
     * Improve handling of corrupt ycbcrsubsampling values.
     * tif_unix.c: use strerror to get meaningful error messages.
     * tif_jpeg.c: fix serious bugs in JPEGDecodeRaw().
     * tif_jpeg.c: Fix size overflow (zdi-can-1221,CVE-2012-1173).
2012-06-20 21:07:14 +00:00
dholland
f58a25c504 Appears to also need libXmu on Linux. 2012-06-18 05:44:25 +00:00
dholland
56d32ffff9 add <cstdio> for linux build. 2012-06-18 05:41:00 +00:00
obache
3868ff272b Update rabbit to 1.0.8.
== 1.0.8: 2012-06-17

A bug fix release of 1.0.7.

=== Fixes

==== rabbit

  * Fixed a bug that image isn't displayed. [Reported by TAKATSU Tomonari]
2012-06-17 08:53:28 +00:00
dholland
6ee9ea3486 Add gnome-keyring-sharp. No version bump as it wasn't (and still isn't)
actually buildable.
2012-06-16 22:06:02 +00:00
tron
039e4f8fd6 Fix 32 bit build under Mac OS X Lion. 2012-06-16 20:52:18 +00:00
dholland
93f3300374 Back-propagate the changes that patch-ac makes to doc/Makefile.in to
doc/Makefile.am. Otherwise, the changes are lost when automake is
rerun, which now (?) happens sometimes (?) during the build. This then
leads to massive PLIST divergence. Bump PKGREVISION in case anyone,
such as perhaps the person who updated it, installed it without
PKG_DEVELOPER set.
2012-06-16 06:47:25 +00:00
markd
e43be93ef2 Update to KDE SC 4.8.4
Bug fixes.
2012-06-16 04:45:28 +00:00
taca
d76cc9319d Update HOMEPAGE. 2012-06-16 03:25:41 +00:00
joerg
72972c3e32 Drop .extern, it is ignored by GNU as and not supported by LLVM. 2012-06-15 18:52:26 +00:00
sbd
a5f279dac6 Recursive PKGREVISION bump for misc/kdepimlibs4 buildlink addition. 2012-06-14 22:09:28 +00:00
bsiegert
b94c497dc2 Re-do the MirBSD hack and move it to hacks.mk, where it belongs. It needs
to be _after_ the inclusion of pthread.builtin.mk. This hopefully fixes the
MirBSD build once and for all.
2012-06-14 19:53:07 +00:00
wiz
5610e35d8a Update to 1.5.11:
Version 1.5.11beta01 [April 28, 2012]
  Revised scripts/makefile.darwin: use system zlib; remove quotes around
    architecture list; add missing ppc architecture; add architecture options
    to shared library link; don't try to create a shared lib based on missing
    RELEASE variable.
  Enable png_set_check_for_invalid_index() for both read and write.
  Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED/#endif in pngpriv.h around
    declaration of png_handle_unknown().
  Added -lssp_nonshared in a comment in scripts/makefile.freebsd
    and changed deprecated NOOBJ and NOPROFILE to NO_OBJ and NO_PROFILE.

Version 1.5.11rc01 [May 23, 2012]
  No changes.

Version 1.5.11rc02 [May 29, 2012]
  Fixed some typos in comments.
  Revised CMakeLists.txt to not attempt to make a symlink under mingw.
  Added two images to contrib/pngsuite (1-bit and 2-bit transparent grayscale),
    and renamed three whose names were inconsistent with those in
    pngsuite/README.txt.

Version 1.5.11rc03 [June 4, 2012]
  Do not depend upon a GCC feature macro being available for use in generating
    the linker mapfile symbol prefix.
  Made fixes for new optimization warnings from gcc 4.7.0. The compiler
    performed an optimization which is safe but then warned about it.
    Changing the type of 'palette_number' in pngvalid.c removes the warning.

Version 1.5.11rc04 [June 6, 2012]
  Improved performance of new do_check_palette_indexes() function.

Version 1.5.11rc05 [June 7, 2012]
  Don't check palette indexes if num_palette is 0 (as it can be in MNG files).

Version 1.5.11 [June 14, 2012]
  Include zlib.h in contrib/gregbook and contrib/visupng examples.
2012-06-14 15:40:35 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
obache
fbb2f1a10f note "used by". 2012-06-13 11:57:42 +00:00
obache
e3dca02a58 not used by x11/modular-xorg-server/option.mk 2012-06-13 11:30:38 +00:00
prlw1
f8875188bc Make the config files povray.conf and povray.ini install to
/usr/pkg/etc/povray/3.6
2012-06-12 20:07:07 +00:00
wiz
f98e8b0585 Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
taca
7fd74cb71e Add fix for http://secunia.com/advisories/49125/.
Bump PKGREVISION.
2012-06-12 14:54:23 +00:00
obache
72eb45d18d Update py-actdiag to 0.3.3.
History
        =======

        0.3.3 (2012-04-23)
        ------------------
        * Set hyperlinks to header of lanes on SVG image
        * Fill background of lane header with lane.color attribute
2012-06-12 13:41:20 +00:00
obache
1d196338a4 Update py-blockdiag to 1.1.6.
History
        =======

        1.1.6 (2012-06-06)
        ------------------
        * Support for readthedocs.org
        * reST directive supports :caption: option
        * Fix bugs

        1.1.5 (2012-04-22)
        ------------------
        * Embed source code to SVG document as description
        * Fix bugs
2012-06-12 13:37:00 +00:00
obache
571c36bb60 pixman hack is only required for X11_TYPE=native. 2012-06-11 12:48:44 +00:00
adam
ee567a4bd7 Changes 1.7.29:
* Set "things_have_changed" flag when adding text chunks, so the "-force"
  option is no longer necessary when adding text to an already-compressed
  file.
* Direct usage message and error messages to stderr instead of stdout. If
  anyone is still using DOS they may have to change the "if 0" at line
  990 to "if 1".
* Added "pngcrush -n -v files.png" to the usage message.
2012-06-11 07:06:21 +00:00
obache
2142e13240 Update rabbit to 1.0.7.
== 1.0.7: 2012-05-29

twitter-stream 0.1.15 support release.

=== Improvements

==== rabbit

  * Supported markdown extension as Markdown file.
  * Supported Markdown's link markup. [Patch by KITAITI Makoto]

==== Theme

  * default-preformatted: Added @preformatted_centering variable that
    changes alignment of preformatted text.
    [Patch by kimura wataru]
    * (({true})): Centering (default)
    * (({false})): Left align

==== rabbiter

  * Supported twitter-stream 0.1.15.

=== Fixes

==== rabbit

  * Fixed computation of spacing.

==== Theme

  * Fixed a bug that horizontal centering isn't reset.

==== Documentation

  * Fixed typos [Reported by @tmtms]

=== Thanks

  * KITAITI Makoto
  * kimura wataru
  * @tmtms
2012-06-07 11:56:28 +00:00
ryoon
1b66bfaba4 Bump PKGREVISION.
Fix build when xz is installed from pkgsrc on NetBSD 5.1.2
libpixbufloader-tiff.so uses liblzma.

* Add xz buildlink3.mk
2012-06-06 21:37:12 +00:00
adam
58272f6b21 Rev.1: enable OpenEXR; fix buildling on case-insensitive file-systems; fix installation on Mac OS X 2012-06-06 13:56:48 +00:00
gdt
d64fdf9cb1 Update to 8.90.
Apr. 28, 2012 - Version 8.90 (production release)

(Many minor bugfixes, new lens types, etc. - no major changes.)
2012-06-05 22:43:24 +00:00
drochner
4c4bbfe1c2 bump PKGREV for geos shlib name change 2012-06-02 16:39:42 +00:00
wiz
dcf12aeb38 adam reports that OS X 10.6 patch is not needed any longer, remove it. 2012-06-02 11:56:35 +00:00
obache
1ca9a4da22 Honor PKGMANDIR. 2012-06-02 04:13:04 +00:00
obache
92e444ba7c kill xdg-desktop-menu command, to avoid unwanted behavior with privileted build
as PR 46443.
2012-06-02 04:06:34 +00:00
wiz
c2354172ee Update to 0.7.1. Set LICENSE.
Version 0.7.1 :
Windows-only bugfix.

Version 0.7.0 :

* Interface
  * Added new option: output on new image
  * Added new energy functions based on luma
  * Added edit buttons for aux layers
  * Switch to smaller, always-on-top interface while
    creating/editing aux layers
  * After creating/editing aux layers the focus goes back
    to the layer which is to be rescaled
  * If an aux layer is deleted during or between sessions,
    it is not substitued by another one and the corresponding
    setting is made inactive
  * Added info icons for aux layers
  * Added text to some buttons
  * No longer use extra layers to create the image thumbnail
    (this means no more "flashing" in the layers toolbox when
    staring the plugin or creating a new aux layer)
  * Modified behaviour: pressing "Back" in the interactive
    dialog saves the plugin values
  * Bugfix: fixed Windows localization
  * Bugfix: fixed some minor issues arising when working on
    a new layer and going back and forth through
    interactive/non-interactive modes
2012-06-01 22:00:32 +00:00
wiz
ed52aa18bd Remove inline so gimp-liquid-rescale and clang are happy.
Bump PKGREVISION.

While here, set LICENSE.
2012-06-01 21:59:27 +00:00
wiz
b0dafde777 Add upstream bug report URLs. 2012-06-01 21:24:57 +00:00
wiz
4b3c7a18a1 Update HOMEPAGE. 2012-06-01 20:54:52 +00:00
wiz
a3f23bddd5 Update to 2.4.1. Now builds with clang. Python option
not tested. New ffmpeg support not enabled in package.

2.4.1

June, 2012

The changes since 2.4.0

    The GPU module now supports CUDA 4.1 and CUDA 4.2 and can be
    compiled with CUDA 5.0 preview.

    Added API for storing OpenCV data structures to text string
    and reading them back:

    cv::calcOpticalFlowPyrLK now supports precomputed pyramids as
    input.

    Function signatures in documentation are made consistent with
    source code.

    Restored python wrappers for SURF and MSER.

    45 more bugs in our bug tracker have been fixed

2.4.0

May, 2012

The major changes since 2.4 beta

    OpenCV now provides pretty complete build information via
    (surprise) cv::getBuildInformation().

    reading/writing video via ffmpeg finally works and it's now
    available on MacOSX too.
    note 1: we now demand reasonably fresh versions of ffmpeg/libav
    with libswscale included.
    note 2: if possible, do not read or write more than 1 video
    simultaneously (even within a single thread) with ffmpeg 0.7.x
    or earlier versions, since they seem to use some global structures
    that are destroyed by simultaneously executed codecs. Either
    build and install a newer ffmpeg (0.10.x is recommended), or
    serialize your video i/o, or use parallel processes instead of
    threads.

    MOG2 background subtraction by Zoran Zivkovic was optimized
    using TBB.

    The reference manual has been updated to match OpenCV 2.4.0
    better (though, not perfectly).

    >20 more bugs in our bug tracker have been closed
    (http://code.opencv.org/projects/opencv/roadmap).

    Asus Xtion is now properly supported for HighGUI. For now, you
    have to manually specify this device by using
    VideoCapture(CV_CAP_OPENNI_ASUS) instead of
    VideoCapture(CV_CAP_OPENNI).

2.4 beta

April, 2012

As usual, we created 2.4 branch in our repository
(http://code.opencv.org/svn/opencv/branches/2.4), where we will
further stabilize the code. You can check this branch periodically,
before as well as after 2.4 release.

Common changes

    At the age of 12, OpenCV got its own home! http://code.opencv.org
    is now the primary site for OpenCV development and http://opencv.org
    (to be launched soon) will be the official OpenCV user site.

    Some of the old functionality from the modules imgproc, video,
    calib3d, features2d, objdetect has been moved to legacy.

    CMake scripts have been substantially modified. Now it's very
    easy to add new modules - just put the directory with include,
    src, doc and test sub-directories to the modules directory,
    create a very simple CMakeLists.txt and your module will be
    built as a part of OpenCV. Also, it's possible to exclude
    certain modules from build (the CMake variables
    "BUILD_opencv_<modulename>" control that).

New functionality

    The new very base cv::Algorithm class has been introduced. It's
    planned to be the base of all the "non-trivial" OpenCV
    functionality. All Algorithm-based classes have the following
    features:
        "virtual constructor", i.e. an algorithm instance can be created by name;
        there is a list of available algorithms;
        one can retrieve and set algorithm parameters by name;
        one can save algorithm parameters to XML/YAML file and then load them.

    A new ffmpeg wrapper has been created that features multi-threaded
    decoding, more robust video positioning etc. It's used with
    ffmpeg starting with 0.7.x versions.

    features2d API has been cleaned up. There are no more numerous
    classes with duplicated functionality. The base classes
    FeatureDetector and DescriptorExtractor are now derivatives of
    cv::Algorithm. There is also the base Feature2D, using which
    you can detect keypoints and compute the descriptors in a single
    call. This is also more efficient.

    SIFT and SURF have been moved to a separate module named nonfree
    to indicate possible legal issues of using those algorithms in
    user applications. Also, SIFT performance has been substantially
    improved (by factor of 3-4x).

    The current state-of-art textureless detection algorithm,
    Line-Mod by S. Hinterstoisser, has been contributed by Patrick
    Mihelich. See objdetect/objdetect.hpp, class Detector.

    3 face recognition algorithms have been contributed by Philipp
    Wagner. Please, check opencv/contrib/contrib.hpp, FaceRecognizer
    class, and opencv/samples/cpp/facerec_demo.cpp.

    2 algorithms for solving PnP problem have been added. Please,
    check flags parameter in solvePnP and solvePnPRansac functions.

    Enhanced LogPolar implementation (that uses Blind-Spot model)
    has been contributed by Fabio Solari and Manuela Chessa, see
    opencv/contrib/contrib.hpp, LogPolar_* classes and
    opencv/samples/cpp/logpolar_bsm.cpp sample.

    A stub module photo has been created to support a quickly
    growing "computational photography" area. Currently, it only
    contains inpainting algorithm, moved from imgproc, but it's
    planned to add much more functionality.

    Another module videostab (beta version) has been added that
    solves a specific yet very important task of video stabiliion.
    The module is under active development. Please, check
    opencv/samples/cpp/videostab.cpp sample.

    findContours can now find contours on a 32-bit integer image
    of labels (not only on a black-and-white 8-bit image). This is
    a step towards more convenhich results in better edge maps

    Python bindings can now be used within python threads, so one
    can write multi-threaded computer vision applications in Python.

OpenCV on GPU

    Different Optical Flow algorithms have been added:
        Brox (contrtions;
        Improved performance.

    pyrUp/pyrDown implementations.

    Matrix multiplication on GPU (wrapper for the CUBLAS library).
    This is optional, user need to compile OpenCV with CUBLAS
    support.

    OpenGL back-end has been implemented for highgui module, that
    allows to display GpuMat directly without downloading them to
    CPU.

Performance

    A few OpenCV functions, like color conversion, morphology, data
    type conversions, brute-force feature mer have been optimized
    using TBB and/or SSE intrinisics.

    Along with regression tests, now many OpenCV functions have
    got performance tests. Now for most modules one can build
    opencv_perf_<modulename> executables that run various functions
    from the particular module and produce a XML file. Note that
    if you want to run those tests, as well as the normal regression
    tests, you will need to get (a rather big)
    http://code.opencv.org/svn/opencv/trunk/opencv_extra directory
    and set environment variable OPENCV_TEST_DATA_PATH to
    "<your_copy_of_opencv_extra>/testdata".

Bug fixes

    In this version we fixed literally hundreds of bugs. Please,
    check http://code.opencv.org/projects/opencv/versions/1 for a
    list of fixed bugs.

Known issues

    When OpenCV is built statically, dynamically created classes
    (via Algorithm::create) can fail because linker excludes the
    "unused" object files. To avoid this problem, create classes
    explicitly, e.g

    1 Ptr<DescriptorExtractor> d = new BriefDescriptorExtractor;
2012-06-01 20:53:56 +00:00
drochner
149c1769b5 update to 0.48.3.1
changes:
-bugfixes
-build fixes, in particular for newer glib2
2012-06-01 20:23:10 +00:00
drochner
23c45a16e4 -on i386/-current, sse2 must be explicitly enabled, otherwise
the build fails
-fix gcc version detection - the original regex doesn't work for
 unknown reasons (possibly a bug in cmake's regex implementation)
-deal with icon-theme.cache
2012-05-31 12:45:33 +00:00
dsainty
8be930e59e Remove hashes for deleted patches. 2012-05-29 23:42:24 +00:00
marino
2e7091bb9e graphics/xart: Fix post-extract chmod again
Three months ago, the post-extract command was modified because it didn't
work on Solaris.  The fix provided broke the non-root user build.  The
problem with the original post-extract command was that it started with
$WRKDIR instead of $WRKSRC.  Return this target back to a tweaked version
of the original post-extract command (and cross fingers that it still
works on Solaris)
2012-05-27 18:32:50 +00:00
dholland
4612107fe3 Since a proper solution does not appear to be forthcoming anytime soon,
add a hack for "the pixman problem" on netbsd-5. Add -lpixman-1 to the
libs in cairo's .pc file when on netbsd-5.
2012-05-27 18:21:44 +00:00
shattered
1610747fd5 PR/30432 -- Add command-line options to set TV alignment. Patch taken
from upstream tracker.
2012-05-26 10:13:29 +00:00
he
46427dcd31 Add fix for http://secunia.com/advisories/49125/, taken from
http://bugzilla-attachments.gnome.org/attachment.cgi?id=212053.
2012-05-25 08:31:35 +00:00
he
85a637b239 Add fix for http://secunia.com/advisories/49125/, taken from
http://bugzilla-attachments.gnome.org/attachment.cgi?id=212053.
Bump pkgrevision.
2012-05-25 08:29:36 +00:00
adam
467e2b6152 Changes 1.7.28:
* Write proper copyright year for zlib, depending upon ZLIB_VERNUM

Changes 1.7.27:
* Increased row_buf malloc to row_bytes+64 instead of row_bytes+16, to
  match the size of big_row_buf in pngrutil.c (it is 48 in libpng14, 15, 16,
  and 64 in libpng10, 12.  Otherwise there is a double-free crash when the
  row_buf is destroyed.

Changes 1.7.26:
* Increased the text_text buffer from 2048 to 10*2048 (Ralph Giles), and
  changed an incorrect test for keyword length "< 180" to "< 80".  The
  text_text buffer was inadvertently reduced from 20480 to 2048 in
  pngcrush-1.7.9.
* Added -DZ_SOLO to CFLAGS, needed to compile zlib-1.2.6.
* Changed user limits to width and height max 500000, malloc max 2MB,
  cache max 500.
* Added -nolimits option which sets the user limits to the default
  unlimited values.
2012-05-25 08:01:33 +00:00
jdc
6e33b14bd3 Add: patch-babl_babl-fish-reference.c 2012-05-25 07:38:30 +00:00
jdc
a14641ebcb Fix a segmentation fault when generating documentation. See:
https://bugzilla.gnome.org/show_bug.cgi?id=676491
2012-05-25 07:37:21 +00:00