Commit graph

9528 commits

Author SHA1 Message Date
drochner
0c0274984e update to 3.7.5.5
This fixes two DOS problems due to insufficient imput validation
(CVE-2012-0247, CVE-2012-02478).
2012-02-13 11:01:06 +00:00
drochner
b63a7233fa update to 2.3
changes:
-minor feature additions
-bugfixes
2012-02-10 18:48:19 +00:00
drochner
126877e924 switch on introspection support, bump PKGREV 2012-02-10 15:41:40 +00:00
sbd
cea7c87537 Add SET_LIBDIR=yes 2012-02-09 21:44:27 +00:00
drochner
ff50a9c5e5 comment out vala build dependency - this would only be needed if
vala files are patched
2012-02-09 19:23:35 +00:00
drochner
0738eb9a52 this doesn't build with vala-0.14, make sure it picks up 0.12 2012-02-09 19:17:13 +00:00
wiz
7f0835a56e Bump ABI depends, which was the whole cause of the PKGREVISION bump. Oops. 2012-02-07 07:54:45 +00:00
wiz
0179011f50 Add libwebp. Ride tiff PKGREVISION bump from a few hours ago. 2012-02-06 14:24:18 +00:00
wiz
5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
wiz
833922aab2 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
wiz
2742bd7b0f Add patch for tiff-4.0. 2012-02-06 12:32:08 +00:00
wiz
379f888f27 Update tiff to 4.0:
At long last, libtiff 4.0.0 is finally released.  Libtiff 4.0.0 is the
successor to the libtiff 3.9.X release series.  It is intended to be
largely API compatible with the 3.9.X releases, but it is definitely
not ABI compatible so any software which plans to use it will need to
be recompiled.  With appropriate care, source code can easily compile
with both the 3.9.X releases and libtiff 4.0.0.

This release supports the BigTIFF TIFF format in which all offsets are
unsigned 64-bit, supporting huge files.  APIs which deal with tag
offsets are necessarily updated to pass 64-bit values.  I/O functions
supporting the TIFFClientOpen() interface are updated to pass 64-bit
offset values.
2012-02-06 12:30:52 +00:00
sbd
947244b173 Switch to using REPLACE_CSH. 2012-02-06 06:19:17 +00:00
sbd
c99a836208 Recursive PKGREVISION bump for audio/fluidsynth BUILDLINK_ABI_DEPENDS bump. 2012-02-05 22:49:37 +00:00
adam
395b4e9a1a Changes 2.6.12:
Bug fixes:
* GIMP 2.6.10 segfaults when CTRL-left click on a layer mask
* GIMP fails to import a path from SVG
* Crash or Gtk-CRITICAL on File->Open
* [abrt] gimp-2:2.6.11-1.fc14: py-slice.py:172:slice:TypeError: integer argument
  expected, got float
* gimp(1) manpage fixes
* Sample Colorize does not function non-interactively
* file-pdf-load: Don't use deprecated API
* file-psp: fix for bogus input data
* Fixes for some buffer overflow problems
* Guard against crash due to quitting while DND is processed
* fails to build with -Werror=format-security
* script-fu: make server IPv6 aware
2012-02-04 21:10:43 +00:00
drochner
24a6c614a9 update to 2.14.2
changes:
-bugfixes
-translation update
2012-02-03 15:37:54 +00:00
sbd
fafdd45fbf SET_LIBDIR=yes 2012-02-03 07:09:34 +00:00
sbd
7bfab1a2e7 Remove G_DISABLE_DEPRECATED so this builds with new glib. 2012-02-03 00:57:59 +00:00
wiz
05b2beb928 Fix build on NetBSD 5.0. From Robert Elz in PR 45888. 2012-02-02 21:35:19 +00:00
drochner
60824cbdf1 remove G_DISABLE_DEPRECATED from Makefile to fix build with recent glib2,
addresses PR pkg/45912 by Joern Clausen
2012-02-02 17:27:18 +00:00
wiz
b3082f9743 Update to 1.5.8:
Version 1.5.8beta01 [January 15, 2011]
  Removed '#include config.h"' from contrib/libtests/pngvalid.c.  It's not
    needed and causes trouble for VPATH building.
  Moved AC_MSG_CHECKING([if libraries can be versioned]) later to the proper
    location in configure.ac (Gilles Espinasse).
  Fix bug in pngerror.c: some long warnings were being improperly truncated
    (bug introduced in libpng-1.5.3beta05).

Version 1.5.8rc01 [January 21, 2012]
  No changes.

Version 1.5.8rc02 [January 25, 2012]
  Fixed Min/GW uninstall to remove libpng.dll.a
  Conditionalize the install rules for MINGW and CYGWIN in CMakeLists.txt
2012-02-01 23:05:19 +00:00
obache
3f1b93a7bf Update rabbit to 1.0.5.
== 1.0.5: 2012-01-30

Markdown support release!

=== Improvements

==== rabbit

  * Added note mode. [Added by nari]

==== rabbirack

  * Supported wait.

==== Rendering

  * Improved rendering speed. (Especially CodeRay is used case)
  * SVG: Supported reflection.

==== Markup

  * Improved markup detection accuracy by using extension.
  * RD: Accepted "block-quote" keyword and "block_quote"
    keyword as block quote markup keyword.
  * Supported Markdown support by kramdown.

==== Theme

  * syntax-highlighting: Added the default foreground color.
  * nari: Supported headline-align.
  * tag: Supported tag handler customization.
  * slide-show: Supported wait.
  * slide-footer-info: Improved @slide_footer_info_line_color
    customizability.
    [Suggested by kimura wataru]

=== Fixes

==== rabbit

  * [GitHub#4]: Added missing warning method.
    [Patch by TAKATSU Tomonari]

==== rabbirack

  * [GitHub#5]: Supported Rack 1.2.1.
    [Reported by TAKATSU Tomonari]

==== rabbit-command

  * [GitHub#3]: Fixed a wrong variable name.
    [Patch by TAKATSU Tomonari]

==== rabbitter

  * Supported HTTPS. [Patch by OBATA Akio]

==== Theme

  * [GitHub#2]: default-slide: Fixed broken headline-align
    slide property. [Reported by nari]

==== Documents

  * Fixed wrong ML address in English.
2012-02-01 12:57:50 +00:00
wiz
3e01da33be png uses zlib license, just with very many (co)authors.
Set it, and remove separate png-license file.
Ok troxel
2012-01-30 13:18:53 +00:00
sbd
3bf7055097 SET_LIBDIR=YES 2012-01-30 03:54:22 +00:00
marino
316bb41b9a graphics/autopano-sift-C: Fix indirect linking error on DragonFly 2012-01-29 21:07:12 +00:00
marino
41a95f9d52 graphics/flphoto: Fix indirect linking error on DragonFly
In this case LIBS.DragonFly has to be used instead of LDFLAGS.DragonFly
in order to directly link libstdc++.
2012-01-29 15:49:17 +00:00
marino
96e23394bc graphics/ristretto: Fix indirect linking error on DragonFly 2012-01-29 10:15:56 +00:00
marino
2afe8dd91f graphics/lprof: Fix indirect linking error on DragonFly 2012-01-29 10:15:01 +00:00
marino
78804042ce graphics/blinkentools: Fix indirect linking error on DragonFly 2012-01-29 10:13:16 +00:00
wiz
8a43c5ca3b Enable webp. Bump PKGREVISION. 2012-01-28 23:49:41 +00:00
wiz
3b36624eae Remove unrecognized configure argument. 2012-01-28 23:49:30 +00:00
wiz
78183b20dd Update to 2.3:
Fixed a 0 byte allocation issue in _cmsCreateSubAllocChunk
Fixed encoding for floating point tags in Lab/XYZ
Fixed Absolute colorimetric intent issues
Fixed a bug on the range of data in transicc, when colorant tag is specified
Adding a memory alignment macro for CGATS parser
Updated to ICC spec 4.3
2012-01-28 15:54:06 +00:00
wiz
de14785d30 Recursive bump for removal of jpeg/tiff/png buildlink3.mk files
from SDL_image. If one of these packages needs them, it should
include them itself.
2012-01-28 11:00:51 +00:00
wiz
6ad1f55592 Update to 1.2.12. Add webp support. Update LICENSE (see below).
While here, remove png/tiff/jpeg includes from buildlink3.mk
since they are hidden by the library (library not linked against
them, headers not included in public headers). Recursive bump
coming next.

1.2.12:
Sam Lantinga - Thu Jan 19 23:18:09 EST 2012
 * Fixed regression in 1.2.11 loading 8-bit PNG images with libpng

1.2.11:
Sam Lantinga - Sat Jan 14 17:54:38 EST 2012
 * Fixed loading 8-bit PNG images on Mac OS X
Sam Lantinga - Sat Dec 31 09:35:40 EST 2011
 * SDL_image is now under the zlib license
Michael Bonfils - Mon Nov 28 21:46:00 EST 2011
 * Added WEBP image support
Thomas Klausner - Wed Jan 19 19:31:25 PST 2011
 * Fixed compiling with libpng 1.4
Sam Lantinga - Mon Jan 10 12:09:57 2011 -0800
 * Added Android.mk to build on the Android platform
Sam Lantinga - Mon May 10 22:42:53 PDT 2010
 * Fixed loading HAM6 images with stencil mask
Mark Tucker - Fri, 27 Nov 2009 12:38:21 -0500
 * Fixed bug loading 15 and 16 bit BMP images
2012-01-28 11:00:01 +00:00
shattered
05f7215d49 kpdf: depend on urw-fonts and add them to search path.
Unbreaks display of most PDF files after removal of standard PS fonts
from ghostscript-fonts.
2012-01-26 21:14:30 +00:00
rhaen
c0e3bda792 Updated to 8.75
Changes:

Jan. 8, 2012 - Version 8.75 (production release)

  - Added -php output option (thanks Marcel)
  - Decode another AIFF tag and handle character encoding in AIFF text values
  - Recognize PHP files
  - Enhanced Geotag feature to write speed/track from NMEA GPRMC sentence, and
    orientation information from Honeywell NMEA PTNTHPR sentence
  - Changed verbose XMP output to print raw values
  - Lowered default priority of "avoided" tags so they don't override other
    same-named tags when reading with duplicate tags disabled
  - Patched tests to ignore MirBSD leap-second unconformity
  - Patched ZIP module to avoid failed tests with Perl 5.6.2 on GNU/Linux 2.6
  - Fixed problem reading xref table of some PDF files created by PScript5.dll
  - Fixed problem reading RicohSubdir from AVI videos of the GR Digital 4

Dec. 28, 2011 - Version 8.74

  - Added read/write support for Hasselblad FFF images
  - Added iptcCore.args convenience file to the distribution package
  - Catch CONT signal to allow calling applications to trigger an immediate
    response (avoiding a delay of up to 0.01 sec) after writing arguments to a
    -stay_open ARGFILE
  - Protect against some infinite loops that could be created when using some of
    the advanced exiftool options
  - Improved decoding of Samsung PictureWizard (thanks Pascal de Bruijn)
  - Improved handling of bad IFD entries in -htmlDump output
  - Changed print conversion of EXIF:FNumber and XMP:FNumber to use 2 decimal
    digits for values less than 1.0, and disable conversion for invalid values
  - Tightened up the -stay_open feature to fix a few potential problems
  - Fixed bug using -csv+= or -json+= for non-list-type tags
  - Fixed problem deleting unknown makernotes as a block
  - API Changes:
      - Enhanced SetNewValue() AddValue option to allow this option to be
        ignored for non-list tags

Dec. 16, 2011 - Version 8.73

  - Added read support for OpenEXR and Radiance RGBE images
  - Added a couple of new Nikon LensID's (thanks Robert Rottmerhusen)
  - Added a new PentaxModelID
  - Added a new Olympus CameraType
  - Created new FileSequence tag for use in batch processing
  - Decode maker notes from Pentax Optio RZ18 AVI videos
  - Tolerate unrecognized IPTC records (but still issue warning)
  - Changed ScaleFactor35efl calculation to also use Pentax SensorSize
  - Minor changes to two Samsung lens names (thanks Pascal de Bruijn)

Dec. 8, 2011 - Version 8.72

  - Added support for reading XMP from INX files
  - Added PDF HasXFA tag
  - Added a new XMP Colorants field (not in 2010 XMP specification)
  - Decode Casio BestShotMode for yet more cameras
  - Decode a few more Casio ImageStabilization values
  - Decode a few more Olympus tags and added conversion for CameraType
  - Protect against reading insanely large XMP (> 300 MB) in INDD files
  - Extract large (> 64 kB) unknown XMP tags as binary data
  - Reduced memory requirements for XMP processing (by 1/10)
  - Fixed another place where empty XMP structures could hide (in lists)

Nov. 19, 2011 - Version 8.71

  - Added two new Olympus LensType values (thanks Martin Hilbers)
  - Avoid recreating duplicate groups when deleting whole groups and adding back
    tags in the same step
  - Fixed problem where the QuickTime -charset option didn't work for some tags
  - Fixed bug introduced in 8.69 which could cause excessive memory usage when
    reading QuickTime videos with the -u option
  - Fixed problem where existing empty XMP structure couldn't be deleted or
    overwritten as a structured tag

Nov. 15, 2011 - Version 8.70

  - Compatibility Notice: Changed order of operations when batch processing with
    -tagsFromFile option to be consistent with non-batch mode
  - Added -listItem option
  - Added read support for IDML files
  - Added a new Canon LensType (thanks Jon Charnas)
  - Added a couple of new Samsung LensType's (thanks Tae-Sun Park)
  - Added support for another DigiKam XMP tag
  - Decode a couple more ID3 tags
  - Decode Casio BestShotMode for more cameras
  - Improved decoding of Casio AFMode
  - Extract unknown FLAC blocks as binary data
  - Changed ITC:ImageType to make "numerical" value more friendly
  - Changed priority of two unreliable Samsung tags
  - Fixed bug where ExifTool could produce improperly formatted XMP when writing
    structure elements to a previously empty XMP structure (the empty XMP
    structure was not being properly deleted).  Affected XMP is repaired by
    re-writing any element of the structure with this version of ExifTool
  - API Changes:
      - Added ProtectSaved option to SetNewValue() and return save count from
        SaveNewValues()

Nov. 9, 2011 - Version 8.69

  - IMPORTANT: Fixed bug which could corrupt GIF images when writing a Comment
    to a GIF image containing XMP metadata
  - Added ability to read/write ICC_Profile in GIF images
  - Added ability to specify internal encoding of EXIF "ASCII" strings and
    QuickTime strings
  - Added a new DigiKam XMP tag
  - Decode a number of new Sony tags
  - Decode a few new Pentax tags and added a few new values
  - Decode a few new QuickTime and ID3 tags
  - Decode Casio BestShotMode for a number of models
  - Improved validity checking of ICC_Profile segments in JPEG image
  - Tolerate UTF-8 byte order mark (BOM) in input CSV and JSON files
  - No longer trim trailing spaces from arguments in -@ argfiles
  - Upgraded Windows executable version to use PAR 1.002
  - Changed priority of the Sony DynamicRangeOptimizer tags
  - Changed MWG feature to use UTF8 encoding for EXIF strings by default
  - Changed the -b option to avoid loading large binary values for tags that
    have been excluded with the -x option or --TAG
  - Changed Canon AFMicroAdjActive to AFMicroAdjMode and improved decoding
  - Fixed problem where the PreviewImage could be lost when writing to images
    from some newer Sony cameras
  - Fixed problem reporting duplicate information when -if used with -TAG#
  - Fixed incorrectly written XMP-tiff:YCbCrSubSampling tag
  - Fixed problem opening files with names beginning and/or ending with some
    characters such as SPACE, '>', '<' and '|'; however file names ending
    with '|' are still not allowed
  - API Changes:
      - Added CharsetEXIF and CharsetQuickTime options

Oct. 21, 2011 - Version 8.68

  - Added a new CanonModelID and a new SonyModelID
  - Added new Canon and Pentax LensType's
  - Decode more makernote information from Nikon MOV videos
  - Improved decoding of Sony LensSpec and enabled writing of this tag
  - Overhauled Minolta/Sony LensType list for consistency with official Sony
    lens names and removed a couple of anomalous entries (thanks Jos Roost)
  - Fixed problem with negative temperatures in Reconyx makernotes
  - Fixed bug which could cause runtime warnings when -f used with -X and -l
  - Fixed some minor problems when using -X with MWG option
  - Fixed issue where some missing tags could be printed when -f option was used
    in combination with wildcard tag names

Oct. 13, 2011 - Version 8.67

  - Added a new Canon LensType (thanks Norbert Wasser)
  - Decode tags from FujiIFD in HS10 and X100 RAF images
  - Decode LocationInfo tags from Nikon maker notes
  - Decode GPS tags from Nikon MOV videos
  - Decode information from Microsoft "Xtra" atom in QuickTime files
  - Decode Sony LensSpec information (thanks Jos Roost)
  - Use more specific MakerNotes names in warning messages and verbose output
  - Updated Canon CustomFunctions for the EOS 600D and 1100D
  - Improved handling of some corrupted RIFF files
  - Improved decoding of Samsung manual lens types (thanks Pascal de Bruijn)
  - Changed "No writable tags found" warning to "No writable tags set from"
  - Fixed problem handling resource forks in newer versions of OS X
  - Fixed problem writing XMP as a block to Jpeg2000 images
  - Fixed problem which could cause XMP and IPTC to be ignored when using MWG
    feature with TIFF images and performing multiple operations in a single
    command

Oct. 3, 2011 - Version 8.66

  - Added the ability to use "$GROUP:all" in -if and -p expressions (evaluates
    to "1" if any tag exists in the specified group, or "0" otherwise)
  - Added a new Sony/Minolta LensType (thanks Florian Knorn)
  - Added list of recommended modules to Perl installation
  - Decode ColorBalance information for a few new Nikon models
  - Updated Canon CustomFunctions for the EOS 600D and 1100D
  - Fixed problem writing "now" to MWG date/time tags
2012-01-26 20:16:11 +00:00
joerg
a7fe7a83f4 Reset maintainer, domain doesn't exist 2012-01-26 14:17:38 +00:00
sbd
0baf031533 Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
wiz
42ce25d5c8 + AfterShotPro. 2012-01-23 23:33:05 +00:00
wiz
4d4ca1470f Initial import of AfterShotPro first release (dubbed 1.0 for pkgsrc).
Corel(R) AfterShot(TM) Pro is a fast, flexible photo workflow
solution that combines robust photo management, advanced non-destructive
adjustments and complete RAW processing. Organize your photos in
catalogs or folders. Find images quickly with extensive Metadata
tools that let you search by camera settings, keywords, tags and
more. Experiment with and alter images freely with non-destructive
adjustment tools and apply enhancements precisely with selective
editing. Easily output your work for albums, web sites or client
review. With RAW support, powerful batch processing and incredible
speed, AfterShot Pro is the fast way to professional photos.
2012-01-23 23:32:32 +00:00
sbd
417824592c Add PLIST.Linux with Linux only files.
Bump PKGREVISION
2012-01-23 20:19:00 +00:00
joerg
d7d51726d2 Disable integrated assembler for clang and force default visiblity to
hidden, otherwise some assembler relocations don't work on AMD64.
2012-01-23 08:08:25 +00:00
wiz
a0fff77c24 Update to jpeg-8d:
Version 8d  15-Jan-2012
-----------------------

Add cjpeg -rgb option to create RGB JPEG files.
Using this switch suppresses the conversion from RGB
colorspace input to the default YCbCr JPEG colorspace.
This feature allows true lossless JPEG coding of RGB color images.
The recommended command for this purpose is currently
cjpeg -rgb -block 1 -arithmetic.
SmartScale capable decoder (introduced with IJG JPEG 8) required.
Thank to Michael Koch for the initial suggestion.

Add option to disable the region adjustment in the transupp crop code.
Thank to Jeffrey Friedl for the suggestion.

Thank to Richard Jones and Edd Dawson for various minor corrections.

Thank to Akim Demaille for configure.ac cleanup.
2012-01-20 12:33:07 +00:00
is
b439f3caba Fix build problem on IRIX (missing strdup prototype). Reported in
PR 45766, patch from there.
2012-01-19 20:17:47 +00:00
drochner
c712c6113b update to 1.1.6
changes:
-handle more attributes
-added support of clipPath element
-added support of visibility style property
-fixed handling of aspect ratio of video
2012-01-19 19:19:21 +00:00
drochner
3eee908d22 reset PKGREV for base pkg update 2012-01-18 18:37:16 +00:00
drochner
78a629db9b update to 0.97.2
changes:
-bugfixes
-translation updates
-more colors for SADT
2012-01-18 18:36:51 +00:00
obache
5555e3865a Update blockdiag to 1.1.2.
1.1.2 (2011-12-26)
        ------------------
        * Support font-index for TrueType Font Collections (.ttc file)
        * Allow to use reST syntax in descriptions of nodes
        * Fix bugs
2012-01-18 10:40:39 +00:00
sbd
0fea84f4dc Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-17 21:43:18 +00:00
obache
31f2e8e494 Update ruby-gnome2 to 1.1.2.
== Ruby-GNOME2 1.1.2: 2012-01-15

This is a bug fix release of 1.1.1.

=== Changes

==== Ruby/GLib2

  * Fixes
    * [GitHub#94] install missing header files.
      [Reported by mtasaka]

==== Ruby/Pango

  * Fixes
    * [GitHub#94] install a missing header file.
      [Reported by mtasaka]

==== Ruby/GdkPixbuf2

  * Fixes
    * [GitHub#94] install missing header files.
      [Reported by mtasaka]

=== Thanks

  * mtasaka

== Ruby-GNOME2 1.1.1: 2012-01-14

This is a bug fix release of 1.1.0.

=== Changes

==== Ruby/GLib2

  * Fixes
    * [ruby-list:48587] Re: [ANN] Ruby-GNOME2 1.1.0
      fix wrong parent class for GLib::IOChannelWin32Socket.
      [Reported by ashbb]

==== Ruby/GTK2

  * Fixes
    * Fixed a bug that Gtk::ActionGroup#add_radio_actions always fail.

==== Ruby/GStreamer

  * Improvements
    * [win32] Supported FLAC.

=== Thanks

  * ashbb
2012-01-15 12:34:44 +00:00
obache
23b8d7f5cb bump API version to 1.1.0, switched to jpeg8 compatible API/ABI. 2012-01-15 10:11:53 +00:00
dholland
4c8f8b0d89 USE_TOOLS+=perl (failed in today's solaris build) 2012-01-14 15:38:59 +00:00
obache
368da44445 gsed related clean up.
* Stop to treat NetBSD's sed as GNU sed, not full compatible.
  * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and
    real GNU sed is required.
  * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD.
* convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
2012-01-14 07:44:33 +00:00
hans
27dd9aa2b2 Force gsed only on NetBSD. 2012-01-14 03:24:15 +00:00
hans
2021c0e11b Convert to USE_TOOLS=zip. 2012-01-14 02:09:35 +00:00
drochner
4b7223a86c Since this is thought to be a plug-in replacement for pkgsrc/jpeg,
it should provide the jpeg-8 API/ABI rather than the -6b one.
So switch to 1.1.0 with the jpeg8 "configure" option.
Tested to be binary compatible on i386, at least for simple
image viewers.
being here, add "test" target
2012-01-13 20:15:33 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
adam
a8ab4a387f Changes 1.7.24:
* Do not append a slash to the directory name if it already has one.

Changes 1.7.23:
* Ignore any attempt to use "-ow" with the "-d" or "-e" options, with warning.
* Include zlib.h if ZLIB_H is not defined (instead of checking the libpng
  version; see entry below for pngcrush-1.7.14), and include string.h
  if _STRING_H_ is not defined (because libpng-1.6 does not include string.h)
* Define SLASH = backslash on Windows platforms so the "-d" option will work.
2012-01-12 16:21:08 +00:00
hans
7606ed58cc Fix build on SunOS. 2012-01-12 15:34:24 +00:00
obache
78e89c4dd7 Update ruby-gnome2 to 1.1.0.
== Ruby-GNOME2 1.1.0: 2012-01-05

This is a source cleanup release.

=== Changes

==== Ruby/GLib2

  * Improvements
    * [GitHub#65] Supported GLib 2.31. [Reported by mtasaka]
    * Supported comparing between GLib::Enum/GLib::Flags and Symbol.
  * Fixes
    * [GitHub#1] Fix GLib::Spawn regression.
      [Patch by Geoff Youngs]
    * Plugged memory leaks.
    * Fixed a crash by GC on Ruby 1.9.
  * Changes
    * Remove optional Ruby-GetText-Package dependency.

==== Ruby/GTK2

  * Improvements
    * [ruby-gnome2-devel-en] FileChooserDialog raising warnings on Windows:
      Added hicolor-icon-theme into gem on Windows.
      [Suggested by wNikolai Weibull]
  * Fixes
    * Fixed a crash by GC.
    * Plugged memory leaks.
    * Fixed Gdk::GC#colormap= uses wrong value.
    * Fixed Gtk::TextBuffer#serialize uses wrong value.

==== Ruby/Pango

  * Fixes
    * Plugged memory leaks.

==== Ruby/GdkPixbuf

  * Improvements
    * Gdk::Pixbuf.new supports hash argument.
  * Fixes
    * Plugged memory leaks.

==== Ruby/GStreamer

  * Improvements
    * Supported Windows gem.
    * Improved memory management.
  * Fixes
    * [GitHub#86] Gstreamer: test_caps test fails. [Reported by mtasaka]
    * [GitHub#87] GStreamer: test_span test fails. [Reported by mtasaka]
    * [GitHub#87] GStreamer: test_create_clock test fails.
      [Reported by mtasaka]
    * [GitHub#89] GStreamer: test_fraction_range_new test fails.
      [Reported by mtasaka]
    * [GitHub#91] GStreamer: test_state "sometimes" fails.
      [Reported by mtasaka]

==== Ruby/Poppler

  * Fixes
    * Fixed a wrong conversion in Poppler::Document#find_dest.
      [Reported by Chloé Desoutter]
2012-01-11 13:47:30 +00:00
drochner
0c48111164 sync w/ base pkg update 2012-01-09 17:26:49 +00:00
drochner
286fc00be2 update to 2.24.1
changes:
-bugfixes
-translation updates
2012-01-09 17:25:48 +00:00
obache
bfb58ce856 REcursive bump from boost-libs shlib bump. 2012-01-09 03:01:49 +00:00
obache
78cb977b26 Recursive bump from boost-libs shlib bump. 2012-01-09 02:54:24 +00:00
ryoon
53402655de Update to 12.01.2.
Changelog:
2012.01.04  v.12.01.2
+ Italian user guide was updated.
+ Swedish translation was updated.

2012.01.04  v.12.01.1
+ Bugfix: zoom causes infinite loop after new installation.

2012.01.01  v.12.01
+ New function Search Metadata: search and report image metadata
  (EXIF/IPTC/etc.), using a combined image and text display format.
+ Synchronize Files is 2x faster for an initial installation or after
  importing a large number of new photos (>1000/min. on a fast PC).
+ "my mouse" was removed from all edit and selection dialogs. The mouse
  belongs to the last widget clicked. The main window can be zoomed and
  scrolled during such dialogs by using CTRL + mouse click or drag.
+ Mouse wheel can do zoom-in and zoom-out.
+ Zooming an image re-centers it on the mouse position, and the mouse
  position follows the zoom center to the middle of the window.
+ Zoom ratio configurable: choose 1-4 zooms for each 2x increase in size.
+ DRGB (print color adjust) can save corrections to a file for re-use.
+ Some user settings in various menus were collected together in the
  new menu function Tools > User Settings.
+ Bugfix: Search Image was finding false matches for images with very
  large caption or comments.
+ Bugfix: cannot escape file open dialog if open previous or open recent
  is attempted when there are no previous files (initial installation).
+ Bugfix: interactive GUI translation function failed to initialize.

2011.12.03  v.11.12.2
+ Italian translation was updated.
+ Locale of lc_RC will prefer a .po file named "lc_RC", fallback to "lc".

2011.12.02  v.11.12.1
+ Bugfix: crash at startup - top image directory not correctly
  initialized from previous fotoxx installation.

2011.12.01  v.11.12
+ New function Auto-Trim: automatically trim unused edge areas left over
  from panorama, HDR, HDF, stack, warp and unbend functions.
+ New function: Find bright or dark "stuck" pixels (camera sensor defect)
  (1x1/2x2/3x3 blocks) and fix them by interpolating neighboring pixels.
  Pixel locations can be saved and applied later to other images.
+ Select Area was extended to both select and unselect by matching colors,
  and the pixel search range was made adjustable 1-20x mouse radius.
+ Batch Resize/Export function now supports output of JPEG, PNG, TIFF.
  This can be used to select and convert files to a different format.
+ Convert RAW Files now supports output of JPEG, PNG, TIFF-8, TIFF-16.
+ Warp Area algorithm was made a bit more intuitive and controllable.
+ GUI language translation procedure was simplified.
+ Bugfix: restored some lost translations of dialog buttons.
+ Bugfix: Trim dialog mouse ownership was sometimes misleading.
+ Bugfix: WarpArea did not reset itself if selected area was changed.
+ Bugfix: crash if parallel instances of fotoxx are simultaneously
  editing images and using undo/redo.
2012-01-08 12:35:45 +00:00
obache
987643cae4 Reset PKGREVISION from base pkg update. 2012-01-08 05:26:53 +00:00
obache
642e3df7ad Update GraphicsMagick to 1.3.13.
While here, remove unwanted buildlink and add lzma option.

1.3.13 (December 24, 2011)
==========================

Security Fixes:

  None

Bug fixes:

  * In I/O blob, don't rewind already open file handle passed to
    OpenBlob() since we don't know the intended state of this file
    handle, and because it prevents appending to an existing file.

  * In AppendImageProfile(), don't leak profile buffer while appending
    a chunk to an existing profile.

  * Fix deadlock in ClonePixelCache() which was caused by using the
    same semaphore pointer in the source and destination images.

  * Removed bogus SyncBlob() code which sometimes caused a crash and
    was not useful.

  * Fixed crash or hang which occured when the user entered CONTROL-C
    while threaded code was being executed.

  * Fix core dump in AcquireOneCacheViewPixelInlined() when the image
    is in CMYK space.

  * In MontageImages (montage), fix crash observed with "-geometry
    x+0+0".

  * The TIFF reader was crashing for images which use the
    TIFFTAG_OPIIMAGEID tag.

  * AppendImages() (-append) was failing when only one image was
    provided.

  * The `animate`, `display`, and `identify` commands now report any
    error only once, and then proceed to the next file name rather
    than quitting.

  * Don't change the locale settings in InitializeMagick() since this
    may cause problems for international users.  API users are still
    responsible for assuring that locale settings don't break floating
    point parsing and output (i.e. floating point decimal needs to be
    '.' rather than ',').

  * RPM build is fixed (PerlMagick build was broken).

  * RPM build installs documentation to expected places on Red Hat
    type systems.

  * Fixes for usage with OpenSolaris.

  * DESTDIR is supported by PerlMagick build.

  * The matte channel was not being properly enabled or respected for
    TXT images.

  * InitializeMagick() and DestroyMagick() are now fully thread safe.

  * When a shear angle was as zero, the shear request was being
    ignored entirely.

  * In DispatchImage(), the `K` channel was always output as black for
    "CMYK" specification unless the image matte flag was True.

  * MATLAB fixes.

  * PNG fixes.

  * PCL fixes for printing bi-level image on Konica-Minolta printers.

  * EPT error handling fixes.

  * JPEG reader was sometimes truncating large IPTC profiles.

  * JPEG writer now handles errors properly rather than allowing
    libjpeg to exit the program (or hanging if driven by Magick++).

  * JPEG reader now treats an unhandled EXP marker as a warning rather
    than a hard error.

  * File open errors are now reliably reported.

  * Improved rendering precision when using the drawing APIs.

  * For the Magick++ Image backgroundColor(), borderColor(), and
    matteColor() methods, preserve the opacity part of the
    user-specified color.

New Features:

  * Add support for drawing text using a bitmap font.

  * benchmark command supports a -stepthreads option to execute the
    specified command with an increasing number of threads to measure
    how an algorithm benefits from threading.  This mode includes a
    column to show the speedup compared with one thread, and the
    Karp-Flatt metric

  * Added Add support for invoking "gs-cmyk" and "gs-cmyka" entries in
    delegates.mgk when ColorSeparationType or ColorSeparationMatteType
    is requested.  These cause Ghostscript to always output CMYK PAM
    format (even if the input file was not in CMYK format).

  * EXIF profiles are preserved when writing JPEG files.

  * The -mosaic command now respects the composition option specified
    by -compose as well as the image background color specified by
    -background.

  * The TXT coder now supports multiple image frames.

  * For image normalization (-normalize), add support for
    histogram-threshold setting to specify the percentage of the
    histogram to discard when computing image normalization parameters
    (default is 0.1%).  For example `-set histogram-threshold 0.01
    -normalize`.

  * Added an `INFO` coder which produces textual image description
    output similar to `identify` but may be used with convert like "gm
    convert myfile info:-".

  * Support application of the PDF crop box via '-define
    pdf:use-cropbox=true'.

  * For PCL printer output, define pcl:fit-to-page in order for the
    printer to scale the image to fit the page.

  * Added order dither 5x5, 6x6, and 7x7 circular dither patterns to
    create a halftone effect.

  * PNM subformats are now reported as the specific subformat rather
    than just "PNM".

  * NetPBM's PAM format is now supported.

  * MacPaint image format reader is added.

  * Added TIFF LZMA compressor support.

  * Added TIFF support for a tiff:group-three-options define to allow
    power-users to set the value of the GROUP3OPTIONS tag.

  * New core C API function SetImageColorRegion() to set the constant
    pixel color for a specified region of the image.

  * New Wand C API function MagickWriteImagesFile() to append images
    to a provided file handle.

  * New Wand C API function MagickSetImageSavedType() to allow
    specifying the storage type used when saving the file (rather than
    changing the current image characteristics).

  * In Wand C API, the functions NewPixelWand(), NewDrawingWand(), and
    NewMagickWand() invoke InitializeMagick() automatically in case
    user forgets to do so.

  * New Wand C API function MagickSetFormat() to allow setting the
    file or blob format before it has been read.

  * New Wand C API function MagickSetDepth() to set the depth used
    when reading from an image format which requires that the depth be
    specified in advance.

Feature improvements:

  * Now compiles properly with libpng 1.4.X and 1.5.X.

  * Lcms 2.X is supported.

Performance Improvements:

  * TGA read performance improved.

  * PNM read/write performance improved.

  * Convolution (-convolve, -sharpen, -guassian, etc.) is faster.

  * Adaptive threshold image (-lat) is faster.

  * Image trimming (-trim) is faster.

Behavior Changes:

  * For DPX format and packed 10 bits, datums are now represented in
    the same (reversed) order for all RGB and YCbCr formats.
    Previously YCbCr 4:4:4 formats were not swapping the word datums
    because the only real-world files encountered did not swap the
    word datums.

  * The -colors, -map, and -monochrome options now take effect
    immediately rather than at the end of all other processing.

  * Removed non-standard multi-frame extension for SGI format.

  * Windows install footprint is more consistent between DLL and
    static builds.

  * LZMA compressed tarball is in 'xz' format rather than deprecated
    'lzma' format.
2012-01-08 05:25:54 +00:00
dholland
9c4f4be4b1 Update the png handling file in the included copy of vigra from pkgsrc
vigra (which is 1.8.0) to fix build with recent libpng.

I'm not sure if the resolution handling changes (search for "254") are
desirable or not. if something goes wrong, try reverting that.

The package should probably be changed to use pkgsrc vigra, but I
don't want to do that right now.
2012-01-02 22:43:48 +00:00
sbd
7ae0494e91 Get sane-backends building on Linux again by adding a buildlink for
graphics/libv4l and updateing PLIST.Linux
2012-01-02 22:26:39 +00:00
obache
acfc736c64 fixes last commit (variable name changes). 2011-12-29 02:34:02 +00:00
obache
8be88b956a Need to use PKG_BUILD_OPTIONS for conditional buildlink. 2011-12-26 08:54:36 +00:00
sbd
3e76091122 Remove '-gnu' from MODULE_ARCH in configure so it matches the PLIST on linux. 2011-12-26 02:56:51 +00:00
joerg
5818b83857 Fix build with newer lcms 2011-12-22 16:31:15 +00:00
drochner
ee7a1eb849 add patches from Redhat to add some input validation and fix a
memory allocation error; both could lead to heap buffer overflows
(CVE-2011-4516, CVE-2011-4517)
bump PKGREV
2011-12-22 16:17:57 +00:00
wiz
802a91cfd9 At least on NetBSD, this needs pthreads, so include pthreads.bl3.mk. 2011-12-20 14:11:33 +00:00
drochner
58f201e4f5 update to 0.18
changes:
-based on DCRaw v 9.06
-New Traditional Chinese translation
-Port UFRaw to OpenSolaris
2011-12-17 13:58:28 +00:00
drochner
c7e0e99951 update to 2.14.1
this switches to the new 2.14 release branch -- many new features
and UI improvements
2011-12-17 13:50:38 +00:00
reed
a8f7408ada Remove sentence about experimental backends (for example
no glitz here).

Rejustify long lines while here.
2011-12-16 18:40:28 +00:00
dholland
12a955c79d Yet another package that thinks it's a good idea to conditionalize on
X headers' include guards, which changed at some point. Hack it to
recognize what's there nowadays as well as the old symbol.

While here, deploy INSTALLATION_DIRS to work around apparent dir
permission problems in the package's own install logic.
2011-12-16 05:14:27 +00:00
minskim
eeb7369472 Update tex-metapost{,-doc} to 1.212.
Changes:

* MetaPost now adheres to the openin_any / openout_any settings in
   texmf.cnf

* In some cases 'readfrom' made the file's path be prepended to the
   actually read string from the file.

* The 'prologues:=3 output' with embedded labels was unreliable,
   especially when the resulting eps was included into a TeX document
   via dvips.

* 'newinternal numeric' has been fixed, it generated an error in
   metapost 1.211.

* Label regeneration sometimes failed to run when the file time stamps
   were close together.

* Reallocation of the string pool during output file name creation
   ('outputtemplate') could cause corruption in the created file's name.
2011-12-15 22:34:40 +00:00
marino
e4c5cb6c8e graphics/xzgv: Directly link libraries as required for default ld v2.22 2011-12-15 18:52:35 +00:00
marino
12fa2e35fa graphics/xpaint: Directly link libraries as required for default ld v2.22 2011-12-15 18:49:53 +00:00
marino
173654bfde graphics/vigra: Fix copy/paste error on DragonFly patch 2011-12-15 18:48:02 +00:00
wiz
0b0f51d434 Update png to 1.5.7:
Changes since the last public release (1.5.6):
  Added support for ARM processor (Mans Rullgard)
  Fixed bug in pngvalid on early allocation failure; fixed type cast in
    pngmem.c; pngvalid would attempt to call png_error() if the allocation
    of a png_struct or png_info failed. This would probably have led to a
    crash.  The pngmem.c implementation of png_malloc() included a cast
    to png_size_t which would fail on large allocations on 16-bit systems.
  Fix for the preprocessor of the Intel C compiler. The preprocessor
    splits adjacent @ signs with a space; this changes the concatentation
    token from @-@-@ to PNG_JOIN; that should work with all compiler
    preprocessors.
  Paeth filter speed improvements from work by Siarhei Siamashka. This
    changes the 'Paeth' reconstruction function to improve the GCC code
    generation on x86. The changes are only part of the suggested ones;
    just the changes that definitely improve speed and remain simple.
    The changes also slightly increase the clarity of the code.
  Check compression_type parameter in png_get_iCCP and remove spurious
    casts. The compression_type parameter is always assigned to, so must
    be non-NULL. The cast of the profile length potentially truncated the
    value unnecessarily on a 16-bit int system, so the cast of the (byte)
    compression type to (int) is specified by ANSI-C anyway.
  Fixed FP division by zero in pngvalid.c; the 'test_pixel' code left
    the sBIT fields in the test pixel as 0, which resulted in a floating
    point division by zero which was irrelevant but causes systems where
    FP exceptions cause a crash. Added code to pngvalid to turn on FP
    exceptions if the appropriate glibc support is there to ensure this is
    tested in the future.
  Added versioning to pnglibconf.h comments.
  Installed more accurate linear to sRGB conversion tables. The slightly
    modified tables reduce the number of 16-bit values that
    convert to an off-by-one 8-bit value.  The "makesRGB.c" code that was used
    to generate the tables is now in a contrib/sRGBtables sub-directory.
  Added run-time detection of NEON support.
  Multiple transform bug fixes plus a work-round for double gamma correction.
    libpng does not support more than one transform that requires linear data
    at once - if this is tried typically the results is double gamma
    correction. Since the simplified APIs can need rgb to gray combined with
    a compose operation it is necessary to do one of these outside the main
    libpng transform code. This check-in also contains fixes to various bugs
    in compose and rgb to gray (on palette).
  Fixes for C++ compilation using g++ When libpng source is compiled
    using g++. The compiler imposes C++ rules on the C source; thus it
    is desireable to make the source work with either C or C++ rules
    without throwing away useful error information.  This change adds
    png_voidcast to allow C semantic (void*) cases or the corresponding
    C++ static_cast operation, as appropriate.
  Added --noexecstack to assembler file compilation. GCC does not set
    this on assembler compilation, even though it does on C compilation.
    This creates security issues if assembler code is enabled; the
    work-around is to set it by default in the flags for $(CCAS)
  Removed "zTXt" from warning in generic chunk decompression function.
  Validate time settings passed to pngset() and png_convert_to_rfc1123()
    (Frank Busse).
  Added MINGW support to CMakeLists.txt
  Reject invalid compression flag or method when reading the iTXt chunk.
  Moved pngvalid.c into contrib/libtests
  Rebuilt Makefile.in, configure, etc., with autoconf-2.68
  Replaced an "#if" with "#ifdef" in pngrtran.c
  Revised #if PNG_DO_BC block in png.c (use #ifdef and add #else)
  Revised pngconf.h to use " __declspec(restrict)" only when MSC_VER >= 1400,
    as in libpng-1.5.4.
  Put CRLF line endings in the owatcom project files.
  Updated CMakeLists.txt to account for the relocation of pngvalid.c
  Minor fixes to pngvalid.c for gcc 4.6.2 compatibility to remove warnings
    reported by earlier versions.
2011-12-15 17:16:26 +00:00
taca
f7e1e8ef96 Relax dependency to ruby-subexec.
Bump PKGREVISION.
2011-12-15 15:38:05 +00:00
taca
d44ce2fdd4 Update ruby-chunky_png pacakge to 1.2.5.
Changes are unknown.
2011-12-15 15:37:18 +00:00
obache
d249ccab0f check X11_TYPE for dependency condition check of xwininfo. 2011-12-15 09:14:18 +00:00
marino
302ff407e7 graphics/vnc2swf: Fix logic flaw for Makefile dependency
On DragonFly, X11BASE equals LOCALBASE meaning any detected binaries on
X11BASE came from pkgsrc itself and not the native platform as intended.
The result is that x11/xwininfo was not getting added to the DEPENDS list
after that package was installed.
2011-12-15 08:34:32 +00:00
marino
3ad66cc4e6 graphics/vigra: Fix ambiguous math functions for DragonFly 2011-12-15 08:33:44 +00:00
marino
dcc6500d6a graphics/viewnoir: USE_TOOLS+= msgfmt 2011-12-15 08:32:16 +00:00
marino
08c645acc5 graphics/opencv: Add support for DragonFly 2011-12-14 18:27:22 +00:00
marino
eb414c291e graphics/libjpeg-turbo: Simple configure fix for DragonFly 2011-12-14 18:25:53 +00:00
marino
83711b3d8a graphics/gqview-devel: explicitly list all linked libraries
Required for default linking behavior of binutils 2.22 ld
2011-12-14 00:19:15 +00:00
marino
80a561472b graphics/gpicview: USE_TOOLS+= msgfmt 2011-12-14 00:17:45 +00:00
marino
df7854dbe6 graphics/glx-utils: explicitly list all linked libraries
Required for default linking behavior of binutils 2.22 ld
2011-12-14 00:16:13 +00:00
marino
2c5dc843e6 graphics/gimp2-wideangle: explicitly list all linked libraries
Required for default linking behavior of binutils 2.22 ld
2011-12-14 00:15:24 +00:00
marino
43dc7bc8ba graphics/gimp-fix-ca: explicitly list all linked libraries
Required for default linking behavior of binutils 2.22 ld
It's kind of ugly to tag it on to the LINK_PTHREAD variable, but renaming
that variable could satisfy the pedants.
2011-12-13 20:09:27 +00:00
marino
c2130f1108 graphics/frameworks: explicitly list all linked libraries
Required for default linking behavior of binutils 2.22 ld
2011-12-13 20:07:05 +00:00
marino
b52382a605 graphics/evas-svg: Needs pango too. 2011-12-13 20:04:33 +00:00
marino
a8f462ec5a graphics/evas: Improve conftest (Fixes DragonFly)
S_IRUSR and S_IWUSR are defined in <sys/stat.h> on DragonFly, but the
conftest for the Cache Server wasn't pulling that header in.  After
patching the conftest, the package builds normally.  There was no need
to patch the source itself, so it was a bad test.
2011-12-13 20:03:26 +00:00
hiramatsu
8d54459080 Update p5-Image-ExifTool to recent production release 8.65.
Changes from previous:
----------------------
Sept. 24, 2011 - Version 8.65 (production release)

  - Added a few new CanonModelID's
  - Added a new Sony/Minolta LensType
  - Added a new Canon LensType (thanks Klaus Reinfeld)
  - Added a number of new Olympus ArtFilter/MagicFilter values
  - Included new .args files in distribution: exif2iptc.args and iptc2exif.args
  - Enhanced writing of date/time tags to recognize "now" for the current time
  - Improved decoding of H264 Gain
  - Minor improvement to -htmlDump for some invalid IFD entries
  - Allow PostScript date/time tags to be written without the -n option
  - Allow NikonCapture:ExposureAdj2 to be written without the -n option
  - Fixed problem introduced in version 8.62 where DateTimeOriginal in IFD0 of
    NEF images was no longer updated when shifting times
  - Fixed problem where keywords could be duplicated when exporting to XMP while
    using the MWG module
  - Fixed problem reading PDF images with extra whitespace before xref table
  - Fixed format problem in CSV output for filenames containing a comma or quote
  - Fixed problem reading concatenated AVI videos

Sept. 10, 2011 - Version 8.64

  - Added 2 new ACDSee XMP tags (thanks Hannes Leubbers)
  - Added a new Sony FileFormat value
  - Added a new CanonModelID
  - Added a few new Pentax DigitalFilter and ImageTone values
  - Enhanced -execute option to allow a command ID number to be added
  - Enhanced -csv and -json import features to also key on canonical SourceFile
    path (requires Cwd module)
  - Improved Composite LensID logic for some Sony cameras
  - Fixed misleading error message when using -if option on file that doesn't
    exist
  - Fixed problems decoding a number of inconsistent tags in the Sigma SD1 maker
    notes

Aug. 27, 2011 - Version 8.63

  - Added support for a number of new Open Document file extensions
  - Added a few new CanonModelID and SonyModelID values
  - Added a new Ricoh GXR LensID
  - Added a new Sony/Minolta LensType (thanks Mladen Sever)
  - Added patch to read the improperly formatted DateTimeOriginal in AVI videos
    written by the Kodak Easyshare Sport camera
  - API Changes:
      - Added QuickTimeUTC option

Aug. 21, 2011 - Version 8.62 - "JPEG2000 Update"

  - Added read support for JPEG2000 codestream format (J2C)
  - Added a few new Nikon LensID's (thanks Robert Rottmerhusen)
  - Added a few new Pentax LensType's
  - Added a few new Sony/Minolta LensType's (thanks Wolfram for 2 of these)
  - Added two new Sony Teleconverter values (thanks Wolfram)
  - Decode a few more JPEG2000 UUID's written by Adobe JPEG2000 plugin
  - Decode additional JPEG2000 ColorSpecification information
  - Recognize a few more JPEG2000 file extensions
  - Updated some CanonModelID's
  - Tolerate extra comma at end of line in imported -csv files
  - Changed name of Kodak Type9 SerialNumber tag to UnknownNumber
  - Fixed bug which in rare situations could result in an erroneous "IFD pointer
    references previous IFD" warning
  - Fixed another memory leak when writing and removed circular references from
    ExifTool object to prevent future bugs like this
  - Fixed problem in Windows where values in the -X (XML) output containing
    CR+LF were converted to CR+CR+LF
  - Fixed superfluous warning which could occur when using += to decrement a
    numerical tag
  - Fixed an incorrectly spelt Pentax city name (thanks John Francis)

July 16, 2011 - Version 8.61

  - Added the ability to increment/decrement tags with numerical values using +=
  - Added support for Extensis Portfolio XMP tags plus a number of non-standard
    and/or undocumented XMP-xmp and XMP-xmpMM tags
  - Added read support for Microsoft Compiled HTML (CHM) format
  - Added read support for Ogg Video (OGV) files
  - Added new LensType values for Pentax (thanks Heike Herrmann), Sony/Minolta
    (thanks Fabio Suprani and Florian Knorn), Nikon (thanks Jens Kriese),
    Olympus and Sigma cameras
  - Added a new QuickTime VendorID
  - Recognize DEX (Dalvik Executable) files
  - Identify Windows 64-bit EXE/DLL files and relax EXE validation
  - Validate date/time values when reading NMEA GPS log files
  - Changed decoding of CFAPattern to return a string of numbers with -n option
  - Extract all unknown makernote blocks as undef, regardless of actual format
  - Improved print conversion of Pentax ShakeReduction
  - Fixed problem processing some Ogg files with multiple streams
  - Fixed incorrect namespace URI for stArea (used by MWG 2.0 regions)
  - Fixed problem with spaces in -geotag path when using wildcards
  - Fixed problem writing PDF:Keywords list items individually if they contain
    special characters
  - API Changes:
      - Enhanced SetNewValue() to allow increment/decrement of numerical tags
2011-12-13 12:29:43 +00:00
obache
06d2fa5605 * apply patch for python<=2.5, taken from upstream.
* install manual page.

Bump PKGREVISION.
2011-12-12 11:33:27 +00:00
marino
a321d90616 graphics/eog-plugins: USE_TOOLS+= msgfmt 2011-12-12 07:12:52 +00:00
marino
316ab7c3fe graphics/osg: Fix all platforms
1) Modified current patch to support DragonFly
2) Fixed includes for ffmeg headers
3) The API for ffmpeg's sample format changed, so tell it to use old API.
   This can be removed when OpenSceneGraph version is upgraded
4) The PLIST was missing ffmpeg plugin.  I guess it never built before.
2011-12-11 11:59:06 +00:00
minskim
3fb6d0a2f1 Add graphviz-dot-mode. 2011-12-09 21:56:38 +00:00
minskim
590c68ed09 Import graphviz-dot-mode-0.3.7 as graphics/graphviz-dot-mode.
The graphviz-dot-mode will do font locking, indentation, preview of
graphs and eases compilation/error location.  There is support for
both GNU Emacs and XEmacs.
2011-12-09 21:53:44 +00:00
adam
f413853c9b Changes 0.1.8:
* New operations: spread, vignette, map-relative, noise-reduction, plasma,
    fractal-trace, exr-save, lens-correct, emboss, cubism, ripple,
    color-to-alpha, color-rotate, red-eye-removal, convolution-matrix,
    deinterlace, polar-coordinates, lens-distortion, pixelise.
* Split GeglView GTK Widget into separate utility library
* build/test improvements.
* Buffer:
* Added lohalo resampler, API and infrastructure for doing non affine
  resamplings.
2011-12-09 17:45:13 +00:00
adam
dc7fe9fa4e Changes 0.1.6:
Build improvements, remove blatantly wrong conversions from extensions,
made it possible to distinguish format_n formats from others, improvements
to vala/gobject introspection support.
2011-12-09 17:43:53 +00:00
drochner
a03a684eb1 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
adam
b7a64f8ae8 Changes 1.7.22:
This release adds the "-ow" option to overwrite the input file with the
compressed file. If an output filename is given on the command line, it will be
used as a temporary file and removed after compression. If not, "pngout.png" is
used as a temporary file
2011-12-09 11:50:21 +00:00
drochner
38229d2ca2 don't need automake to build anymore 2011-12-07 18:31:05 +00:00
drochner
c5672173e0 depend on qwt<6 2011-12-07 15:55:28 +00:00
obache
dcd378e156 Update py-nwdiag to 0.7.0.
History
=======

0.7.0 (2011-11-19)
------------------
* Accept N/A rack-unit
* Add fontfamily attribute for switching fontface
* Fix bugs

0.6.1 (2011-11-06)
------------------
* [rackdiag] Support multiple racks rendering
* [rackdiag] Add rack attribute: unit-height, weight, ampere, ascending
* [rackdiag] Support putting multiple items to same rack-unit

0.6.0 (2011-11-06)
------------------
* Add rackdiag which supports genarating rack-structure diagram
* Add docutils extension
* Fix bugs

0.5.3 (2011-11-01)
------------------
* Add class feature (experimental)

0.5.2 (2011-11-01)
------------------
* Follow blockdiag-0.9.7 interface

0.5.1 (2011-10-19)
------------------
* Follow blockdiag-0.9.5 interface

0.5.0 (2011-10-07)
------------------
* Change shape of trunkline like a pipeline
* Add network attribute: color
* Add diagram attribute: default_network_color
2011-12-07 13:43:30 +00:00
obache
087179ca2b Update py-actdiag to 0.3.0.
History
        =======

        0.3.0 (2011-11-19)
        ------------------
        * Add fontfamily attribute for switching fontface
        * Fix bugs

        0.2.4 (2011-11-10)
        ------------------
        * Fix dependencies (do not depend PIL directly for pillow users)

        0.2.3 (2011-11-06)
        ------------------
        * Add docutils exetension
        * Fix bugs

        0.2.2 (2011-11-01)
        ------------------
        * Add class feature (experimental)

        0.2.1 (2011-11-01)
        ------------------
        * Follow blockdiag-0.9.7 interface

        0.2.0 (2011-10-19)
        ------------------
        * Follow blockdiag-0.9.5 interface

        0.1.9 (2011-10-11)
        ------------------
        * Fix bugs
2011-12-07 13:27:14 +00:00
obache
005c4331bc Update py-seqdiag to 0.7.1.
History
        =======

        0.7.1 (2011-11-30)
        ------------------
        * Fix bugs

        0.7.0 (2011-11-19)
        ------------------
        * Add fontfamily attribute for switching fontface
        * Fix bugs

        0.6.3 (2011-11-06)
        ------------------
        * Add docutils extention
        * Fix bugs

        0.6.2 (2011-11-01)
        ------------------
        * Add class feature (experimental)

        0.6.1 (2011-11-01)
        ------------------
        * Follow blockdiag-0.9.7 interface

        0.6.0 (2011-10-28)
        ------------------
        * Add edge attributes: note, rightnote, leftnote, notecolor
        * Add diagram atteribute: default_note_color

        0.5.2 (2011-10-27)
        ------------------
        * Implement auto edge height adjusting
        * Fix bugs

        0.5.1 (2011-10-24)
        ------------------
        * Fix bugs

        0.5.0 (2011-10-21)
        ------------------
        * Add diagram attributes: activation, autonumber
        * Add edge attribute: failed
        * Add separator syntax

        0.4.3 (2011-10-19)
        ------------------
        * Follow blockdiag-0.9.5 interface

        0.4.2 (2011-10-11)
        ------------------
        * Fix bugs
2011-12-07 13:21:10 +00:00
obache
14285e77a6 Update py-blockdiag to 1.1.1.
1.1.1 (2011-11-27)

    * Add node attribute: href (thanks to @r_rudi!)
    * Fix bugs

1.1.0 (2011-11-19)

    * Add shape: square and circle
    * Add fontfamily attribute for switching fontface
    * Fix bugs

1.0.3 (2011-11-13)

    * Add plugin: attributes
    * Change plugin syntax; (cf. plugin attributes [attr = value, attr, value])
    * Fix bugs

1.0.2 (2011-11-07)

    * Fix bugs

1.0.1 (2011-11-06)

    * Add group attribute: shape
    * Fix bugs

1.0.0 (2011-11-04)

    * Add node attribute: linecolor

    * Rename diagram attributes:
            * fontsize -> default_fontsize
            * default_line_color -> default_linecolor
            * default_text_color -> default_textcolor

    * Add docutils extention

    * Fix bugs

0.9.7 (2011-11-01)

    * Add node attribute: fontsize
    * Add edge attributes: thick, fontsize
    * Add group attribute: fontsize
    * Change color of shadow in PDF mode
    * Add class feature (experimental)
    * Add handler-plugin framework (experimental)

0.9.6 (2011-10-22)

    * node.style supports dashed_array format style
    * Fix bugs

0.9.5 (2011-10-19)

    * Add node attributes: width and height
    * Fix bugs

0.9.4 (2011-10-07)

    * Fix bugs

0.9.3 (2011-10-06)

    * Replace SVG core by original's (simplesvg.py)
    * Refactored
    * Fix bugs
2011-12-07 13:12:08 +00:00
joerg
e7f045d00f Fix build with newer CUPS 2011-12-06 19:54:46 +00:00
sbd
8eca42f859 Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
joerg
7f82faf4aa Fix build with newer GCC 2011-12-05 22:48:58 +00:00
joerg
6e92288aa6 + edje 2011-12-05 17:35:46 +00:00
joerg
298d1a2c1d Import edje-1.1.0, derived from pkgsrc/edje:
Edje is a complex graphical design & layout library.
2011-12-05 17:35:03 +00:00
joerg
50236d6b25 Update evas to 1.1.0. Includes auto-alignment for text, ICO support, PSD
loading, external processors for PDF etc and many bug fixes and
performance improvements.
2011-12-05 17:33:31 +00:00
wiz
63e2039a6b Update to 2.93. Set LICENSE.
May 7 2010:
Fix a compiler warning

Dec 29 2010:
Make -n behave like -nf, and get rid of that option.

Dec 2 2011:
Handle IPTC in UTF8 (as per photoshop CS5)
2011-12-05 10:46:07 +00:00
wiz
32f17cd856 Update to 3.60:
New or changed in 3.60:

    added option (-minlinewidth) for adjusting very thin (e.g. zero-width) lines to a minimal width.
    added an option (-pslanguagelevel) for easy switching the language level to be used by GhostScript during interpretation of the PostScript/PDF file.
    new driver for the "Context Free" drawing tool (http://www.contextfreeart.org/ ) contributed by Scott Pakin.
    fixed the windows binary version - some drivers were missing.
    fixed some problems in handling composite fonts (FontType = 0)
    windows 32 bit binary can call 64 bit ghostscript as exe (i.e. not via DLL interface)
    support for 64 bit windows and Office 2010
2011-11-30 21:07:20 +00:00
drochner
9c39436a94 update to 4.4.4
changes:
-minor feature additions
-bugfixes
2011-11-30 11:00:50 +00:00
drochner
188c235937 update to 1.14
changes:
-Added interactive tutorial
-Improved CSV import
-reduced size of output SVG files
-misc graph feature additions
-UI improvements
-bugfixes
2011-11-30 10:59:13 +00:00
wiz
02a738e21c There is no reason this package must care about lib/lua/5.1. Remove @pkgdir
for it from the PLIST.  Bump PKGREVISION.
2011-11-29 23:04:20 +00:00
drochner
b164e246fe don't bl3 libXp explicitely where it is just meant as indirect
dependency of an Xaw variant -- if at all, this will be handled
by the Xaw bl3 file
2011-11-29 17:55:07 +00:00
hans
a571f5e0a0 Fix perl usage. 2011-11-29 17:47:41 +00:00
darcy
52f6c6d5ef General cleanups.
The old starship site is gone.  Get from NetBSD.org now.

Change homepage to a working one.

Add license.  Note that the only license reference I could find was "It
is distributed for free under a BSD-style license" which I took to mean
"original-bsd."

Doesn't work under Python 3.  Since it is deprecated in favour of the
py-imaging module there is no point in struggling with it.

Added comment to patch and regenerated distinfo.

No PKGREVISION bump since there are no changes to any code that ever built.
2011-11-29 16:26:57 +00:00
drochner
f413a95d20 modify an autoconf test so that the compiler can't calculate the
result at compile time (as it does with newer gcc), fixes build
2011-11-27 14:20:42 +00:00
drochner
23d96d3870 make this build with newer qt4 versions (QAssistantClient was removed) 2011-11-27 13:24:58 +00:00
joerg
cb14797aa4 Let this build with newer GCC.
XXX Might have LP64 issues with the casts
2011-11-26 17:12:24 +00:00
sbd
86985ff188 Recursive bump for devel/exempi buildlink addition. 2011-11-26 06:09:10 +00:00
joerg
935bc9f490 Fix build with newer GCC 2011-11-25 21:59:26 +00:00
joerg
567332bd56 Fix build with GCC 4.5 2011-11-25 21:58:42 +00:00
joerg
640ee81f7d Fix build with modern GCC versions 2011-11-25 21:57:36 +00:00
joerg
08dcb0ae3d Fix build with newer GCC 2011-11-25 21:56:46 +00:00
joerg
bab4482c6b Fix build with modern GCC 2011-11-25 21:56:18 +00:00
joerg
c6c804112d asy needs more memory than available by default, unlimit. 2011-11-25 21:55:06 +00:00
joerg
3622d27851 Regen 2011-11-25 20:30:26 +00:00
joerg
edab8bc9be Fix build with newer GCC 2011-11-24 14:02:54 +00:00
joerg
1eaff0f831 Fix GCC 4.5 fallout 2011-11-24 14:01:46 +00:00
joerg
f29a031ca6 Fix build with modern GCC 2011-11-24 14:00:53 +00:00
joerg
d9450b8d47 Fix build with GCC 4.5 2011-11-24 13:59:50 +00:00
joerg
f35e37b95d Fix build with modern GCC 2011-11-24 13:57:21 +00:00
joerg
f75d94d81f Fix build with newer GCC 2011-11-23 23:29:45 +00:00
gls
c8fea0c515 Update graphics/wxsvg to 1.1.4
pkgsrc changes:
 - set LICENSE

upstream changes:

Version 1.1.4 <2011.11.22>
--------------------------

  * added SVG image handler

Version 1.1.3 <2011.11.14>
  --------------------------

  * SVGImageElement: added support of SVG images
  * added support of Gaussian blur filter

Version 1.1.2 <2011.08.14>
--------------------------

  * added handling of preserveAspectRatio attribute

Version 1.1.1 <2011.08.04>
--------------------------

  * fixed text rendering
  * fixed rendering of video

Version 1.1.0 <2011.07.24>
--------------------------

  * updated cairo backend - it's default backend now
  * added rendering with alpha
  * added wxSVGTBreakElement

Version 1.0.10 <2011.06.13>
--------------------------

  * fixed wxSVGCanvasImage::Init()

Version 1.0.9 <2011.06.05>
--------------------------

  * fixed wxSVGCanvasImage::GetDefaultHeight()

Version 1.0.8 <2011.02.23>
--------------------------

  * fixed wxFfmpegMediaDecoder::GetFrameAspectRatio()
2011-11-23 21:29:14 +00:00
joerg
93fb35febc Fix build with newer libgii. 2011-11-23 15:40:52 +00:00
joerg
9058ca5853 Needs bison. 2011-11-23 15:40:27 +00:00
ryoon
b8e544e11c Update to 1.0.0
Changelog:
Version 1.0.0:
- toolbar with color, brush selector and brush settings dropdown
- tool windows can be docked instead of floating
- locked alpha brush mode
- basic layer compositing modes
- new scratchpad area
- lots of other improvements (about 500 commits)
2011-11-23 11:00:55 +00:00
hiramatsu
b1628f3f06 Update p5-GD-SecurityImage to 1.71.
Changes from previous:
1.71 Sun Sep  4 00:58:52 2011
    => Major Perl::Critic refactoring.
    => Pod fix by Gregor Herrmann.
2011-11-22 11:18:10 +00:00
sbd
d82cb3e038 Recursive bump for graphics/ImageMagick buildlink addition. 2011-11-20 22:11:21 +00:00
sbd
a69f37aa51 Add missing archivers/xz buildlink.
Bump PKGREVISION
2011-11-20 22:09:37 +00:00
obache
29c0e4a3f1 Update ruby-rcairo to 1.10.2.
Release 1.10.2 (2011-11-20) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Fixes
-----

  * Added missing pkg-config dependency. #8 [Will Bryant]
2011-11-20 09:01:48 +00:00
dholland
546b8a8908 Apply the proper buildlink prefix for gtk2 instead of hardwiring /usr/pkg. 2011-11-20 01:16:23 +00:00
ryoon
42e35c5dfe Update to 11.11.1
Changelog:
2011.11.05  v.11.11.1
Fix some problems in v.11.11 released a few days ago:
+ Bugfix: crash in vertical panorama.
+ Bugfix: crash after moving images to trash and "Open Recent Files".
+ Restore user feedback for functions running more than a few seconds.

2011.11.01  v.11.11
+ Creating and editing collections was made easier and more intuitive.
+ Synchronize Files always works incrementally and runs automatically at
  startup. Image navigation/viewing is immediately possible but editing
  is blocked until the synchronize is finished (normally a few seconds).
+ Straighten Image: fix less than optimal results for images needing
  a large correction. Menu was renamed to Keystone Correction.
+ New menu: Help > User Guide Changes: summary of changes in the user
  guide for recent releases (minimize effort to keep up with changes).
+ New menu: Help > Edit Functions Summary: a one-page "quick reference"
  summary of all the image editing functions.
+ New topic added to the user guide: How to organize a large image
  collection to minimize effort and to optimize image searching.
+ The status bar now shows if a dialog is waiting for input
  (and possibly hidden under another window).
+ New keyboard shortcut: N = Rename Image File.
+ Transform and Retouch menus were rearranged to follow typical workflow.
+ Rotate and warp dialogs have convenience buttons to grid line setup.
+ Grid setup: the x and y grids can be moved around over the image.
+ New utility: update collections if the top image directory is moved.
+ The package build method was updated to improve Debian packaging and
  include dependencies on non-library programs. The RPM packages do
  not include this because the package names are not compatible.
2011-11-20 00:00:28 +00:00
hiramatsu
653ed25a2a Update MASTER_SITES. 2011-11-18 05:21:33 +00:00
drochner
c4b93b117b update to 2.12.4
changes: translation updates
2011-11-17 12:59:14 +00:00
drochner
4efadc1f07 update to 2.34.2
changes: bugfixes
2011-11-17 12:51:08 +00:00
obache
7a765726fc regen distinfo. 2011-11-17 09:00:54 +00:00
wiz
1befaca3a1 Fix typo. Ride last night's update. 2011-11-17 08:12:40 +00:00
minskim
7449bde38b Use a stricter condition to enable the hack. 2011-11-16 03:45:03 +00:00
minskim
ae6dd984c2 Use non-llvm gcc on Darwin to avoid a link error.
See https://trac.macports.org/ticket/31469 for details.
2011-11-16 03:13:28 +00:00
sbd
6c1bcc271a Recursive bump for multimedia/ffmpeg buildlink addition. 2011-11-16 01:33:15 +00:00
jakllsch
dc9d10f1d5 remove old patch. 2011-11-15 21:22:12 +00:00
jakllsch
dd36df08c4 Update to darktable-0.9.3. 2011-11-15 21:19:02 +00:00
drochner
aa0b10cf02 update to 2.4.8
changes:
-fixed vulnerabilities in handling CID-keyed PostScript fonts
 (CVE-2011-3439)
-new API 'FT_Get_PS_Font_Value'
2011-11-15 19:42:17 +00:00
adam
2604c4d74a Changes 1.7.21:
* Defined TOO_FAR=32767 in Makefile (instead of in pngcrush.h)
2011-11-15 14:47:29 +00:00
dholland
8c652bea96 Not MAKE_JOBS_SAFE. 2011-11-14 14:37:19 +00:00
dholland
2313ef244d Add missing <stdio.h>, should fix or improve linux build 2011-11-14 02:44:40 +00:00
dholland
2957b66dac needs msgfmt 2011-11-14 02:37:00 +00:00
dholland
77ec2374d8 Disable the logic that regenerates the version information .c file, as it
(1) uses ed and breaks on linux, and (2) contrives to generate the wrong
version number.
2011-11-14 02:35:25 +00:00
gls
eb3880b7e6 Update graphics/shotwell to 0.11.6
This release fixes a critical bug
in which adding or modifying tags in the single-photo view could
result in the loss of tag data. We recommend that all users upgrade.
2011-11-09 20:59:21 +00:00
taca
6b9a0108b4 * Remove .require_paths from PLIST
* Bump PKGREVISION.
2011-11-08 15:37:33 +00:00
drochner
db3b4c0a1f oops, forgot to commit 2011-11-07 18:00:25 +00:00
drochner
bfe9bd331f add patch from upstream to fix possible buffer overflow in LZW decoder
by invalid GIF file (CVE-2011-2896)
bump PKGREV
2011-11-07 17:59:47 +00:00
drochner
cea2bbfe5c sync w/ base pkg 2011-11-07 12:28:54 +00:00
drochner
785d067914 update to 2.1
changes:
-Experimental --scale-down and --auto-zoom tiling support
-The button-options -0 through -9 are no longer supported.
 Use .config/feh/buttons instead (see feh manpage)
-more minor UI changes
-bugfixes
2011-11-07 12:26:59 +00:00
drochner
49b65739f6 update to 1.4.5
changes:
-bugfixes
-cleanup, spelling fixes
2011-11-07 12:14:15 +00:00
drochner
6a5705abf1 update to 1.13
changes:
* Graphs are rendered in separate threads for speed and a responsive
  user interface
* A changed Graph is rendered immediately on document modification,
  improving latency
* A new ternary plot widget is included
* Size of pages can be modified individually in a document
* Binary data import added
* NPY/NPZ numpy data import added
* Axis and tick labels on axes can be rotated at 45 deg intervals
* Labels can be plotted next to points on non-orthogonal plots
* Add an option for DPI of output EPS and PDF files* Graphs are rendered
  in separate threads for speed and a responsive user interface
* A changed Graph is rendered immediately on document modification,
  improving latency
* A new ternary plot widget is included
* Size of pages can be modified individually in a document
* Binary data import added
* NPY/NPZ numpy data import added
* Axis and tick labels on axes can be rotated at 45 deg intervals
* Labels can be plotted next to points on non-orthogonal plots
* Add an option for DPI of output EPS and PDF files
-more minor changes
-bugfixes
2011-11-07 12:09:50 +00:00
drochner
97df727166 update to 2.4.11
changes:
-Switched %n behaviour to be linear increasing, instead of a folder index
-translation updates
2011-11-07 11:04:21 +00:00
wiz
8278595a5a Update to 1.5.6, which integrated part of patch-aa (see beta04).
Version 1.5.6beta01 [September 22, 2011]
  Fixed some 64-bit type conversion warnings in pngrtran.c
  Moved row_info from png_struct to a local variable.
  The various interlace mask arrays have been made into arrays of
    bytes and made PNG_CONST and static (previously some arrays were
    marked PNG_CONST and some weren't).
  Additional checks have been added to the transform code to validate the
    pixel depths after the transforms on both read and write.
  Removed some redundant code from pngwrite.c, in png_destroy_write_struct().
  Changed chunk reading/writing code to use png_uint_32 instead of png_byte[4].
    This removes the need to allocate temporary strings for chunk names on
    the stack in the read/write code.  Unknown chunk handling still uses the
    string form because this is exposed in the API.

Version 1.5.6beta02 [September 26, 2011]
  Added a note in the manual the png_read_update_info() must be called only
    once with a particular info_ptr.
  Fixed a typo in the definition of the new PNG_STRING_FROM_CHUNK(s,c) macro.

Version 1.5.6beta03 [September 28, 2011]
  Revised test-pngtest.sh to report FAIL when pngtest fails.
  Added "--strict" option to pngtest, to report FAIL when the failure is
    only because the resulting valid files are different.
  Revised CMakeLists.txt to work with mingw and removed some material from
    CMakeLists.txt that is no longer useful in libpng-1.5.

Version 1.5.6beta04 [October 5, 2011]
  Fixed typo in Makefile.in and Makefile.am ("-M Wl" should be "-M -Wl")."

Version 1.5.6beta05 [October 12, 2011]
  Speed up png_combine_row() for interlaced images. This reduces the generality
    of the code, allowing it to be optimized for Adam7 interlace.  The masks
    passed to png_combine_row() are now generated internally, avoiding
    some code duplication and localizing the interlace handling somewhat.
  Align png_struct::row_buf - previously it was always unaligned, caused by
    a bug in the code that attempted to align it; the code needs to subtract
    one from the pointer to take account of the filter byte prepended to
    each row.
  Optimized png_combine_row() when rows are aligned. This gains a small
    percentage for 16-bit and 32-bit pixels in the typical case where the
    output row buffers are appropriately aligned. The optimization was not
    previously possible because the png_struct buffer was always misaligned.
  Fixed bug in png_write_chunk_header() debug print, introduced in 1.5.6beta01.

Version 1.5.6beta06 [October 17, 2011]
  Removed two redundant tests for unitialized row.
  Fixed a relatively harmless memory overwrite in compressed text writing
    with a 1 byte zlib buffer.
  Add ability to call png_read_update_info multiple times to pngvalid.c.
  Fixes for multiple calls to png_read_update_info. These fixes attend to
    most of the errors revealed in pngvalid, however doing the gamma work
    twice results in inaccuracies that can't be easily fixed.  There is now
    a warning in the code if this is going to happen.
  Turned on multiple png_read_update_info in pngvalid transform tests.
  Prevent libpng from overwriting unused bits at the end of the image when
    it is not byte aligned, while reading. Prior to libpng-1.5.6 libpng would
    overwrite the partial byte at the end of each row if the row width was not
    an exact multiple of 8 bits and the image is not interlaced.

Version 1.5.6beta07 [October 21, 2011]
  Made png_ptr->prev_row an aligned pointer into png_ptr->big_prev_row
    (Mans Rullgard).

Version 1.5.6rc01 [October 26, 2011]
  Changed misleading "Missing PLTE before cHRM" warning to "Out of place cHRM"

Version 1.5.6rc02 [October 27, 2011]
  Added LSR() macro to defend against buggy compilers that evaluate non-taken
    code branches and complain about out-of-range shifts.

Version 1.5.6rc03 [October 28, 2011]
  Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.
  Fixed compiler warnings with Intel and MSYS compilers. The logical shift
    fix for Microsoft Visual C is required by other compilers, so this
    enables that fix for all compilers when using compile-time constants.
    Under MSYS 'byte' is a name declared in a system header file, so we
    changed the name of a local variable to avoid the warnings that result.
  Added #define PNG_ALIGN_TYPE PNG_ALIGN_NONE to contrib/pngminim/*/pngusr.h

Version 1.5.6 [November 3, 2011]
  No changes.
2011-11-06 23:53:46 +00:00
minskim
2ccd47a260 Replace the updmap script with the version in TeX Live 2011.
Updating font maps is considerably faster with this version.
2011-11-06 08:43:28 +00:00
ryoon
4d161a1a2b Add qiviewer 2011-11-03 06:04:37 +00:00
ryoon
840906c8b6 Import qiviewer-0.5.0 as graphics/qiviewer from wip/qiviewer
This program has been written with help of Qt library, to be a
lightweight image viewer, similar to eog or viewnior for Gnome.
2011-11-03 06:03:13 +00:00
shattered
911123643d Update version number. Current 4.0 tarball is actually 4.0.6. 2011-11-02 20:22:15 +00:00
obache
fa07ce5310 Revert hard coded "ruby19" with ${RUBYPKGPREFIX}.
It was accidenally replaced by recursive bump for graphics/freetype2.
2011-11-02 00:16:07 +00:00
sbd
6e686dc4e9 Revert hard coded "py26" with "${PYPKGPREFIX}".
"${PYPKGPREFIX}" was accidentally replace with "py26" by blbump when I
did the recursive bump for graphics/freetype2 and I forgot to change them
back :(.
2011-11-01 23:18:23 +00:00
ryoon
3ff2da045b Set LICENSE 2011-11-01 16:56:27 +00:00
ryoon
ba949de7b5 Add gpicview 2011-11-01 16:45:11 +00:00
ryoon
9fbfb9d81f Import gpicview-0.2.2 as graphics/gpicview from wip/gpicview
Extremely lightweight and fast with low memory usage X image viewer.
It is part of LXDE.
2011-11-01 16:43:44 +00:00
tron
f8dabb25fa Replace hard coded "py26" with "${PYPKGPREFIX}" to make this build with
Python 2.7 again.
2011-11-01 11:48:58 +00:00
drochner
b644f19663 propagate libXt dependency if necessary, fixes build problems 2011-11-01 09:35:36 +00:00
sbd
e93e5d65e3 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
sbd
6867d3f9e1 Add missing archivers/bzip2 buildlink
Bump PKGREVISION
2011-11-01 05:57:41 +00:00
ryoon
a82fc53247 Add viewnior 2011-10-28 21:16:32 +00:00
ryoon
82d6ca23b5 Initial import of viewnior-1.1 as graphics/viewnior from wip/viewnior
This is Viewnior, an image viewer program. Created to be simple,
fast and elegant. It's minimalistic interface provides more
screenspace for your images.
2011-10-28 21:14:58 +00:00
ryoon
007659db8b Add libwebp 2011-10-28 13:49:44 +00:00
ryoon
7e117d12d7 Initial import of libwebp-0.1.3 as graphics/libwebp from wip/webp
WebP is a image format that provides lossy compression for photographic
images. A WebP file consists of VP8 image data, and a container
based on RIFF.
2011-10-28 13:48:00 +00:00
minskim
4dceafaf2e Add tex-pst-pdf{,-doc}. 2011-10-27 18:26:58 +00:00
minskim
d7942181ec Import tex-pst-pdf-doc-1.1v as graphics/tex-pst-pdf-doc.
This is documentation for tex-pst-pdf.
2011-10-27 18:25:17 +00:00
minskim
60ba32926b Import tex-pst-pdf-1.1v as graphics/tex-pst-pdf.
The package pst-pdf simplifies the use of graphics from PSTricks and
other PostScript code in PDF documents. As in building a bibliography
with BibTEX additional external programmes are being invoked. In this
case they are used to create a PDF file (\PDFcontainer) that will
contain all this graphics material. In the final document this contents
will be inserted instead of the original PostScript code. The package
works with pstricks and requires a recent version of the preview
package.
2011-10-27 18:24:57 +00:00
minskim
9518fbd7c2 Add tex-pdfcrop{,-doc}. 2011-10-27 18:07:20 +00:00
minskim
21ea220a3b Import tex-pdfcrop-doc-1.32 as graphics/tex-pdfcrop-doc.
This is documentation for tex-pdfcrop.
2011-10-27 18:05:55 +00:00
minskim
fa655b8e1e Import tex-pdfcrop-1.32 as graphics/tex-pdfcrop.
A Perl script that can either trim pages of any whitespace border, or
trim them of a fixed border.
2011-10-27 18:05:13 +00:00
minskim
2164f4a889 Update tex-pstricks{,-doc} to 2.23.
Changes:
- The new macro \psLoop allows a loop without defining a variable.
- Instead of using the package pst-fill one can now use the fill style
  dots.
2011-10-27 18:01:54 +00:00
ryoon
252c47e5c7 Recursive PKGREVISION bump from graphics/djvulibre-lib 2011-10-27 10:41:22 +00:00
ryoon
71e3503b7f Update to 4.8
Changelog:
NEW IN VERSION 4.6
--------------------
- Show total page number in page combo and page info box.
- Decode percent encoding in annotation and outline hyperlinks.
- Properly handle non-ascii filenames in export and save dialogs.
- Subtle changes to PgUp/PgDn/Home/End/Space/Backspace view changes.
- Fixed suffix management in export/save/print dialogs.

NEW IN VERSION 4.7
--------------------
- Fix for crash on quick PgUp PgDn sequences.
- Fix scrollbars in continuous mode.
- Fix plugin for some webkit based browsers.

NEW IN VERSION 4.8
--------------------
- Added option to invert luminance.
- Added shortcut ctrl+g to go to the page combo.
- Fixed export issues under win32.
- Mouse wheel can be configured to control the zoom.
- Animated page movements.
2011-10-27 10:36:50 +00:00
ryoon
b5cfcd3755 Update to 3.5.24
Changelog:
NEW IN VERSION 3.5.24
---------------------
- Added option "-u" in djvused.
- Added option "-o djvufile" in djvuxmlparser.
- Added support for <CHARACTER> tag in djvuxmlparser.
- Added print-xmp, set-xmp, remove-smp in djvused.
2011-10-27 10:34:08 +00:00
ryoon
b86bed2fcf Update to 3.5.24
Changelog:
NEW IN VERSION 3.5.24
---------------------
- Set ddjvuapi_version to 20.
- Added ddjvuapi support for changing the white point.
2011-10-27 10:32:56 +00:00
minskim
f0bf49e246 Add tex-epstopdf{,-doc}. 2011-10-26 20:34:03 +00:00
minskim
aeb8327239 Import tex-epstopdf-doc-2.16 as graphics/tex-epstopdf-doc.
This is documentation for tex-epstopdf.
2011-10-26 20:33:12 +00:00
minskim
97be63470e Import tex-epstopdf-2.16 as graphics/tex-epstopdf.
Epstopdf is a Perl script that converts an EPS file to an 'encapsulated'
PDF file (a single page file whose media box is the same as the original
EPS's bounding box). The resulting file suitable for inclusion by PDFTeX
as an image. The script is adapted to run both on Windows and on
Unix-alike systems. The script makes use of Ghostscript for the actual
conversion to PDF. It assumes Ghostscript version 6.51 or later, and (by
default) suppresses its automatic rotation of pages where most of the
text is not horizontal. LaTeX users may make use of the epstopdf
package, which will run the epstopdf script "on the fly", thus giving
the illusion that PDFLaTeX is accepting EPS graphic files.
2011-10-26 20:33:02 +00:00
tez
e4ddcc7416 update to 2.4.7 fixes SA46575 (CVE-2011-3256)
CHANGES BETWEEN 2.4.6 and 2.4.7

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

LibRaw 0.14.2 (19-10-2011)

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

LibRaw 0.14.1 (11-10-2011)

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

LibRaw 0.14.0 (21-09-2011)

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

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

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

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

Other changes:

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

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

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

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

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

Features
--------

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

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

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

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

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

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

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

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

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

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

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

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

Changes since 0.35:
* Fixed SVN log GMT timestamp conversion.
* Fixed issue with sub-dirs of deleted dir not being removed in some cases.
2011-10-03 15:25:14 +00:00
adam
08cebe3a38 Changes 2.9.18:
* Added Thoby projection which models the Nikkor 10.5 lens.
* Minor fixes for libpng-1.5, GNU Hurd, libtool 2.4, and powerpc command-line.
2011-10-03 09:50:36 +00:00
dholland
195794b509 fix broken bulk build 2011-10-03 02:53:39 +00:00
dholland
568129cc51 Fix conflict with POSIX getline; fix LP64 issues found by gcc. 2011-10-03 01:45:21 +00:00
dholland
80612599f2 Add USE_TOOLS+=perl:run so REPLACE_PERL works. PKGREVISION -> 3. 2011-10-03 01:19:44 +00:00