Commit graph

7558 commits

Author SHA1 Message Date
dsainty
4cc0a75ff7 For Linux, pull in stdint.h to make this patch work. This fixes the
compile for some platforms, and is no change for platforms where this
package previously successfully compiled.

XXX The serious portability issues in the patched file remain, but are
no doubt more widespread than this one file anyway.
2009-01-28 00:37:27 +00:00
drochner
3009ab9b01 update to 2.3.8
changes:
-improvements for fonts in an SFNT wrapper (used on Mac)
-FT_MulFix is now an inlined function; by default, assembler code
 is provided for x86 and ARM.  See FT_CONFIG_OPTION_INLINE_MULFIX
 and FT_CONFIG_OPTION_NO_ASSEMBLER (in ftoption.h) for more
-handling of `tricky' fonts has been generalized and changed slightly
-API additions
-bugfixes
2009-01-27 19:29:32 +00:00
drochner
4de4ddd8f3 +geeqie 2009-01-27 19:16:19 +00:00
drochner
378ab2454e Import geeqie-1.0alpha3, an image viewer which continues gqview
(which is abandoned). Still alpha, but works well for Greg Troxel and me.
2009-01-27 19:14:31 +00:00
obache
c2879b625f Update GraphicsMagick to 1.3.5.
1.3.5 (January 26, 2009)
=========================

Security Fixes:

  * BMP and DIB formats were throwing an assertion for negative height
    values.  This caused the process to crash.

Bug fixes:

  * Don't install Magick++ headers if C++ is disabled.

  * Linux RPM SPEC file needs to always install the loadable module
    .la files or else the modules won't load.

  * Windows runtime DLLs were for the wrong compiler version,
    resulting in failure to execute if the correct runtime DLLs are
    not available.

New Features:

  * None

Feature improvements:

  * FITS: Parsing is more robust.

Performance Improvements:

  * None
2009-01-27 04:38:44 +00:00
drochner
374ff67ea8 update to 2.4.4
changes:
-Updated translations
-SIGUSR2 added ... "exit interval capture after next shot"
2009-01-26 15:44:21 +00:00
drochner
617d84807a deal with desktopdb 2009-01-26 15:22:03 +00:00
adam
c65a207d26 Removed gimp26, gimp updated to 2.6.4 2009-01-24 21:01:54 +00:00
adam
532b523eac Changes 2.6.4:
* Bugs fixed:
	Perspective transformation jagged edges / comb effect
	jpg save dialog: "cancel" is treated like "commit" for settings
	Using clone tool on a layer with a part out of canvas causes crashes
	crash when the drawable is changed while a color tool is active
	GIMP crashes on selecting Tools->GEGL operation
	python-fu-foggify does not check if image is in rgb mode
	Hue selection mode does not cross the 0-360 degrees line
	Scrollbars not resized when we extend the canvas size
	PF_PALETTE: 'TypeError' when used in a plugin that is registered in
		<Image>
	Compilation with --as-needed
	PF_SLIDER and PF_SPINNER 'Step' values do not change consistently...
	Default image dimensions are not correctly transferred in the file/new
		dialog box
	GIMP can't save to mounted filesystem if file exists
* Updated translations
2009-01-24 20:55:05 +00:00
adam
0f2af373bc Changes 0.0.22:
GeglOperation
* operation names are now prefixed, the ops in GEGL use 'gegl:' as prefix.
* gegl:opacity - combine value and aux mask input when both are available.
* gegl:src-in - deal correctly with extens.
* gegl:path - new op covering the stroke/fill needs of SVG.
* deprecated gegl:shift, the affine familiy of operations now
  uses the same fast code paths for integer translations.
GeglBuffer
* Profiling motivated speed ups in data reading/writing.
* Remove left-over swapfiles from dead processes at startup.
GeglNode
* made gegl_node_add_child and gegl_node_remove_child public API.
GeglPath
* Vector path representation infrastructure, supporting poly lines and beziers
  by default, the infrastructure allows extensions from applications with
  other curve types (smooth curves, spiro curves and others.).
2009-01-24 12:57:30 +00:00
obache
60bf974c5d Use BUILDLINK_PREFIX.glut instead of PREFIX for builtin glut, a part of PR 40457. 2009-01-24 08:33:26 +00:00
jschauma
65e9c90d89 Give up maintainership, as I have not so much as looked at pkgsrc in
well over a year now.  Sorry. :-(
2009-01-23 21:14:16 +00:00
sketch
0e5ba0de3e Fix comment syntax. 2009-01-20 21:27:51 +00:00
kefren
47b1630589 Update to mono 2.2 2009-01-19 22:39:01 +00:00
wiz
b58016f758 Update to 1.8.2:
Overview of changes from pycairo 1.8.0 to pycairo 1.8.2
=======================================================

Pycairo 1.8.0 resulted in crashes for some applications using threads. So
upgrading to 1.8.2 is recommended for threaded applications.

Bug Fixes: #19287: Threading support results in crashes in cairo.ImageSurface

New Methods:
    Context.set_scaled_font

API Changes:
    Matrix multiplication:
    old code: matrix3 = matrix1 * matrix2
    new equivalent code: matrix3 = matrix1.multiply(matrix2)
    matrix3 = matrix1 * matrix2
    is now equivalent to matrix3 = matrix2.multiply(matrix1)
    which is consistent with standard matrix multiplication.
2009-01-18 17:12:56 +00:00
obache
2466e4c6bc Add pfstools and pfstmo. 2009-01-18 12:49:30 +00:00
obache
1080cabf44 Import pfstmo-1.3.2 as graphics/pfstmo.
Based on PR 39438 by Thomas Zander.

Pfstmo package contains the implementation of state-of-the-art tone
mapping operators. The motivation here is to provide an implementation
of tone mapping operators suitable for convenient processing of both
static images and animations.
2009-01-18 12:48:19 +00:00
obache
ea5852368a Import pfstools-1.7.0 as graphics/pfstools.
Based on PR 39437 by Thomas Zander.

A set of command line tools for reading, writing, manipulating
and viewing high-dynamic range (HDR) images and video frames.
2009-01-18 12:46:39 +00:00
obache
7ef4862904 Update RMagick to 2.9.0.
Changes:
RMagick 2.9.0
    o Fix #23209, improve RVG's letter spacing (patch from Jonah Fox)
    o Add Draw#kerning= attribute(available in ImageMagick 6.4.7-8)
    o Add Draw#interword_spacing= attribute (available in ImageMagick
      6.4.8-0)
    o Add Draw#kerning, Draw#interword_spacing primitive methods (available in
      ImageMagick 6.4.8-3)
    o Feature #23171, support ImageList, Draw, Pixel marshaling.
    o Support all the new EvaluateOperator constants
2009-01-17 01:49:06 +00:00
obache
0c099cee85 GL/glut.h include GL/glu.h, so need to include glu/buildlink3.mk. 2009-01-16 07:55:17 +00:00
obache
2edca94fa4 Update GraphicsMagick to 1.3.4.
1.3.4 (January 13, 2009)
=========================

Security Fixes:

  * None.

Bug fixes:

  * Now runs under Windows Vista (as a 32-bit application).

  * Fix for colorspace transform math overflow in Q32 build.

New Features:

  * Windows build supports OpenMP and requires Windows 2000 or later
    (source code still supports Windows '98).

  * Support large files under Windows.

  * Support reading/writing 16 and 24 bit float TIFF files.

  * Support reading/writing 64 bit integer TIFF files.

  * Added "Log", "Max", "Min", and "Pow" options to -operator.

Feature improvements:

  * Debug logging now properly prints 64-bit offset values.

Performance Improvements:

  * Improve resource estimation for Microsoft Windows systems.
2009-01-16 04:17:38 +00:00
wiz
1107a73c13 Update to 2.24.3. Add gnome-vfs dependency (no effective change, but the
configure script asks for it). Add dependency version patterns.

Changes:
version 2.24.3
  - Added Catalan documentation
2009-01-14 15:48:23 +00:00
wiz
872e35b181 Update to 2.24.3.1. Sync list of dependencies with eog's configure
script.

Version 2.24.3.1
----------------

 * Re-roll 2.24.3 tarball using gtk-doc 1.11 to avoid build errors due to
   using a too recent version in the original release (bug #567578).
2009-01-14 15:19:38 +00:00
ahoka
e389f803b3 Update description from http://www.cairographics.org/ 2009-01-14 14:32:53 +00:00
obache
8de03eb83e Changes the path to put videodev.h. Fixes PR 40394.
And changes the path for such a purpose to ${BUILDLINK_DIR}/include.
2009-01-14 11:27:34 +00:00
wiz
d5e9db17c1 Add an ignore pattern. 2009-01-13 16:27:24 +00:00
wiz
c24b742a1c Update to 2.24.3:
Version 2.24.3
--------------

 * Memory leaks fixes (Felix Riemann)
 * Compilation fixes (Daniel Macks)
 * Code fixes (Tom Parker, Friedrich Oslage, Felix Riemann)
 * Documentation improvements (Felix Riemann)

Bug fixes:

 #560070, Sub-optimal -I flag ordering (Daniel Macks)
 #560073, Poor linking against convenience libs (Daniel Macks)
 #564290, eog_image_load doesn't correctly clear errors on read issues (Tom Parker)
 #564526, eog SIGBUS on sparc (Friedrich Oslage)

New and updated translations:

- Ivar Smolin [et]
2009-01-13 16:22:13 +00:00
obache
9b4e7be43b Also need to buildlink freetype2 and libxml2, Magick-config --libs show ups
those libraries.
2009-01-13 12:55:30 +00:00
obache
2c1b56196c jasper and wmf support was split up into individual options. 2009-01-13 11:52:30 +00:00
jmcneill
5f032ca2b2 drop maintainership 2009-01-12 16:19:07 +00:00
wiz
5870718beb Update to 2.23.1:
2.23.1:

* CanvasAA: Added a CanvasAA(GnomeCanvas*) constructor,
  to allow use with libglademm or Gtk::Builder.
  (Murray Cumming)
  Bug #541007 (Federico Poloni)
2009-01-12 15:37:45 +00:00
jmcneill
3daf2e4f71 pkgsrc changes;
* install xdg desktop shortcut
 * install hicolor 48x48 icon
 * use /dev/video0 as the default device instead of /dev/video
2009-01-10 21:48:51 +00:00
jmcneill
2baa048c94 + frameworks 2009-01-10 21:08:54 +00:00
jmcneill
9f3a6322ad Import graphics/frameworks version 0.3.7.
Frameworks is stop-motion animation frame capture software primarily for
Linux. Frameworks captures images from a camera and strings them together into
an animation. These still images may then be combined into a single video file
using other software. Only video4linux webcams are currently supported; work
is being done to add other types of digital cameras including IEEE 1394
camcorders, and USB still cameras. Frameworks is designed to be easily used
alongside the GIMP Animation Package (GAP).

Frameworks provides an interface to camera brightness and other controls. It
captures images as frame_0001.png, frame_0002.png, and so on. Frameworks
provides animation assistance in the form of onion skinning: displaying ghost
images of previous frames, and continuous preview: continuous playback of the
most recent few seconds followed by the live view from the camera. No editing
features are provided.
2009-01-10 21:08:14 +00:00
jmcneill
d4721d091f Add libv4l1 compatibility support, bump PKGREVISION. 2009-01-10 21:04:22 +00:00
minskim
7ee946450c silgraphite uses C99 features. 2009-01-09 20:32:19 +00:00
joerg
340c04aee4 Fix PLIST. Bump revision. 2009-01-08 18:21:54 +00:00
tron
0189ac3d1c Disable OpenMP support. It is randomly detected under Mac OS X Leopard
with the latest version of Xcode Tools which breaks the build, probably
because "buildlink3" doesn't allow to pick up the library.
2009-01-08 14:29:18 +00:00
adam
1b2796448b Changes 1.6.13:
* Added "-time_stamp" directive, to cause pngcrush to write a new timestamp
  on the output file instead of replicating the timestame from the input file.
2009-01-08 12:19:09 +00:00
jmcneill
4ec01559b5 Update ucview to 0.22.
- small changes to plugin api
- support video downscaling for ogg/theora videos
- russian translation
2009-01-08 01:09:14 +00:00
jmcneill
ab26aff16f Update unicap to 0.9.3.
0.9.3:
- optionally use libv4l to support more cameras
- fix installation directory of plugins for x64 systems
- fix scaling of ogg/theora video
- use categories for v4l2 properties

0.9.2:
- Severall small bug fixes and improvements ( see ChangeLog )
- The EeePC packages got updated
2009-01-08 01:08:37 +00:00
wiz
7df1b517d9 Update to 5.8:
2009.01.01  v.5.8
+ Visual feedback for brightness/contrast/color edits was made faster by
  using the window image instead of the (usually much larger) main image.
  The main image is updated when the changes are committed.
+ Erratic mouse drag in warp function was fixed.
+ Color balance was separated from brightness/whiteness adjustments.
+ Bug fix: last translation in a .po file sometimes got comment appended.
+ Sharpen, blur and noise reduction, when applied within an image area,
  can now use "blend width" to soften the boundaries.
+ Added a modified "top hat" noise reduction method, which is more
  effective for some types of noise.
+ Zoom- returns to normal display at once instead of many steps
2009-01-07 23:42:04 +00:00
gdt
fcdb33d6b6 Update to production release 7.60.
Many minor changes omitted.  Highlights:

  - Added read support for Panasonic RW2 raw images (and extract meta
    information from embedded PreviewImage as Doc1)
  - Recognize DCP (DNG Camera Profile) files
  - Added read/write support for EXIF files
  - Added ability to write EXIF as a block (finally!)
  - Decode CameraOrientation for a number of Canon EOS models (thanks Bogdan)
2009-01-07 22:24:31 +00:00
wiz
86e6ce6164 Fix cairo DEPENDS. 2009-01-07 21:06:02 +00:00
wiz
2ef9d845c0 Update to 1.8.0:
Overview of changes from pycairo 1.6.4 to pycairo 1.8.0
=======================================================
General Changes:
    Pycairo 1.8.0 requires cairo 1.8.0 (or later).
    Add documentation (available separately)

Bug Fixes:
    18101: Add support for threading
    18947: cairo.SurfacePattern should INCREF the used surface

New Methods:
    ScaledFont.get_scale_matrix
    Surface.mark_dirty_rectangle
    Surface.set_fallback_resolution

New Constants:
    cairo.EXTEND_PAD
    cairo.HAS_IMAGE_SURFACE
    cairo.HAS_USER_FONT

API Changes:
    Surface.mark_dirty: no longer accepts keyword arguments with default
    values.
    PycairoPattern_FromPattern (C API): has a new 'base' argument - to fix
    #18947.

Other Changes:
    Allow unknown cairo Pattern/Surface types to use the pycairo base
    Pattern/Surface type.
2009-01-07 21:05:22 +00:00
wiz
68477d9d4c Update to 1.8.6:
Release 1.8.6 (2008-12-13 Chris Wilson <chris@chris-wilson.co.uk>)
=========================================================
The cairo community is pleased to announce the 1.8.6 release of the
cairo graphics library. This is the third update to cairo's stable
1.8 series and contains a small number of bug fixes (in particular a
few fixes for failures of cairo 1.8.4 on Quartz and PDF, and build fixes for
a couple of backends). This is being released just under a month after
cairo 1.8.4.

We recommend that everyone using cairo upgrade to 1.8.6.

-Chris

Build fixes
-----------
Fix build of DirectFB backend with debugging enabled:

   Bug in _cairo_directfb_surface_release_source_image function
   http://bugs.freedesktop.org/show_bug.cgi?id=18322

Fix build on OS/2.

Bug fixes
---------
Workaround a mis-compilation of cairo_matrix_invert() that generated invalid
matrices and triggered assertion failures later. The issue was reported by
Peter Hercek.

Invalid computation of the modulus:

   https://bugzilla.mozilla.org/show_bug.cgi?id=466258

Invalid referencing of patterns in the Quartz backend:

   Failed assertion `CAIRO_REFERENCE_COUNT_HAS_REFERENCE
   (&pattern->ref_count)' when using cairo quartz backend
   http://bugs.freedesktop.org/show_bug.cgi?id=18632

Invalid references to glyphs after early culling, causing segmentation faults
in the PDF backend:

   http://lists.cairographics.org/archives/cairo/2008-December/015976.html

Check for XRender in the XCB backend, or else we may attempt an invalid memory
access:

    XCB backend fails with missing render.
    https://bugs.freedesktop.org/show_bug.cgi?id=18588
2009-01-07 16:39:10 +00:00
drochner
da6ff6ba85 update to 0.9.5beta2
changes: bugfixes
2009-01-07 13:33:37 +00:00
drochner
d3447b7724 update to 3.1.1
changes: bugfixes
2009-01-07 13:29:45 +00:00
drochner
0fcefcb7b8 update to 0.1.8
changes:
- API changed: Move all Exiv2 classes acess methods to interanl provate container.
               ABI number set to 5.0.0.
- Fix broken compilation with Exiv2 0.18.
- Support TIFF metadata writting mode (require Exiv2 >= 0.18).
- Added new methods canWriteComment(), canWriteExif(), canWriteIptc().
- Added new method supportMetadataWritting().
- Do not change file time-stamp when metadata are changed.
2009-01-07 13:26:30 +00:00
adam
062459d47d Changes 6.4.8-3:
* Reverse argument and option in Throw*InvalidArgumentException()
  macro for proper exception message.
* Recognize negative geometries for -shear and -annotate (.e.g. 45x-30).
* Fix Y shear angle for -shear option.

Changes 6.4.8-2:
* Use GetImageArtifact() to retrieve -attentuate option value for +noise.
* Support reading FITS test files.
* Replace input.ttf with the public domain Tuffy.ttf font.
* MagickNewImage() no longer faults when parameters are incorrect (reference
* Allocate strings returned by XGetResourceInstance().
* The -append gravity is relative to the container.

Changes 6.4.8-1:
* Reference cache rather than acquiring when cloning an image.

Changes 6.4.8-0:
* Cross-compilation failure using MinGW on Linux for ImageMagick trunk
* Add -interword-spacing option to convert.
* Initialize the black channel when testing the CMY colorspace.
* remove calls to exit() in MagickWand.
* Validate -affine arguments.
* Accept -attentuate as an option for convert.
* Properly create RGBA image if colormapped image has transparency.
* Support X11 geometry like this: +-4+-4;  wierd but X11 supports it.
2009-01-07 08:58:07 +00:00
gdt
e2ea716a7d Bump per revbump(1) due to exiv2 update which changed shlib major. 2009-01-07 01:43:49 +00:00
gdt
f9e4bf6be0 Update to 0.18. Minor changes omitted.
- 0000473: [design] Support Preview images. (Vladimir Nadvornik)
	 - [exif] Added Nikon decryption algorithm and use it to decode
	   lens data.
  - 0000524: [design] Publish only API objects in the installed header files.
  - 0000523: [miscellaneous] C++ symbol visibility support for gcc builds.
  - 0000464: [metadata] Write support for PNG images. (Gilles Caulier)
  - 0000462: [exif] Write support for TIFF format ("New TIFF parser").
2009-01-07 01:07:51 +00:00
drochner
486cc0c913 sync w/ base pkg 2009-01-06 21:48:36 +00:00
drochner
b4148413cf update to 0.1.7
changes:
-NEF processing code changed (some overflow control added)
-ew cameras: Canon G10 & 5D Mk2, Leaf AFi 7, Leica D-LUX4,
 Panasonic FX150 & G 1, Fujifilm IS Pro
2009-01-06 18:57:14 +00:00
drochner
ef0dab01ee update to 0.1.7
changes: bugfixes
2009-01-06 18:54:00 +00:00
drochner
59310e5403 update to 0.1.6
changes: Added a version method to get runtime library version
2009-01-06 18:51:02 +00:00
adam
b3e183c14a Changes 3.5.21:
- Speed improvement on multicore platforms
- Ddjvu now can produce pdf output.

Changes 3.5.20:
- Csepdjvu handle gsdjvu hyperlink comments.
- Djvudigital therefore handles hyperlinks.
2009-01-06 18:03:23 +00:00
wiz
4ef758d49e Update to 1.2.34:
version 1.2.34beta01 [November 27, 2008]
  Revised png_warning() to write its message on standard output by default
    when warning_fn is NULL. This was the behavior prior to libpng-1.2.9beta9.
  Fixed string vs pointer-to-string error in png_check_keyword().
  Added png_check_cHRM_fixed() in png.c and moved checking from pngget.c,
    pngrutil.c, and pngwrite.c, and eliminated floating point cHRM checking.
  Added check for zero-area RGB cHRM triangle in png_check_cHRM_fixed().
  In png_check_cHRM_fixed(), ensure white_y is > 0, and removed redundant
    check for all-zero coordinates that is detected by the triangle check.
  Revised png_warning() to write its message on standard output by default
    when warning_fn is NULL.

version 1.2.34beta02 [November 28, 2008]
  Corrected off-by-one error in bKGD validity check in png_write_bKGD()
    and in png_handle_bKGD().

version 1.2.34beta03 [December 1, 2008]
  Revised bKGD validity check to use >= x instead of > x + 1
  Merged with png_debug from libpng-1.4.0 to remove newlines.

version 1.2.34beta04 [December 2, 2008]
  More merging with png_debug from libpng-1.4.0 to remove newlines.

version 1.2.34beta05 [December 5, 2008]
  Removed redundant check for key==NULL before calling png_check_keyword()
    to ensure that new_key gets initialized and removed extra warning
    (Arvan Pritchard).

version 1.2.34beta06 [December 9, 2008]
  In png_write_png(), respect the placement of the filler bytes in an earlier
    call to png_set_filler() (Jim Barry).

version 1.2.34beta07 [December 9, 2008]
  Undid previous change and added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
    PNG_TRANSFORM_STRIP_FILLER_AFTER conditionals and deprecated
    PNG_TRANSFORM_STRIP_FILLER (Jim Barry).

version 1.0.42rc01, 1.2.34rc01 [December 11, 2008]
  No changes.

version 1.0.42, 1.2.34 [December 18, 2008]
  No changes.
2009-01-05 20:22:26 +00:00
shattered
7517c07f8a Update to 0.9, take maintainership. Changes (from NEWS):
xzgv now uses GTK 2, with gdk-pixbuf as the image rendering back-end.
  imlib1 is no longer supported. Gamma, brightness and contrast are not
  currently supported.

I've also included a fix for the "missing preview icons" problem (patch-ad).

OK by wiz@.
2009-01-05 16:08:20 +00:00
he
5a6ef6a095 Update from version 2.01nb1 to 2.02.
Upstream changes:

2.02 Mon Dec  1 11:55:06 GMT 2008
    - update documentation to clarify cache_size
    - note that new images have undefined content (thanks to barbie)
2009-01-05 12:56:34 +00:00
epg
88696abb1c Fix patch-aa to setup.py: incdirs and libdirs are lists of strings, not
just strings.
2009-01-05 06:50:23 +00:00
wiz
b371d32dd8 Update to 4.0.2:
Comix 4.0.2

    - Brazilian Portuguese translation updated by Marcelo Góes.

    - Traditional Chinese translation updated by Wayne Su.

    - Catalan translation updated by Carles Escrig Royo.

    - Internal filenames in archives created by the archive editing dialog
    no longer contain temporary filename cruft.
2009-01-04 22:19:23 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00
gdt
804ae7853f 24/12/2008 - UFRaw-0.15 released, based on DCRaw v 8.89.
* Multiprocessing support using OpenMP. Patch by Bruce Guenter.
* Add progress report during the loading of raw files.
* Add JPEG optimization to reduce the file size without effecting image quality.
* Compatibility with the just released Exiv2-0.18.
* Support sRAW1 and sRAW2 formats of the Canon 50D and 5D Mark II.
* Some annoying bugs got squashed.
2009-01-04 01:12:38 +00:00
adam
0dbb1a7f3a Changes 1.6.12:
* Eliminated a memory leak in libpng with writing bad tEXt chunks.
2009-01-03 19:36:43 +00:00
jmcneill
4f4e80e4e3 Fix typo. 2008-12-24 16:43:29 +00:00
jmcneill
21bc1a9c27 Fix build on NetBSD when sys/videoio.h isn't available. 2008-12-24 04:04:04 +00:00
wiz
9cc846c3f5 Update to 4.0.1:
Comix 4.0.1

    - Croatian translation updated by Adrian C.

    - Polish translation updated by Darek Jakoniuk.

    - Russian translation updated by Артем Смирнов.

    - Simplified Chinese translation updated by Xie Yanbo.

    - Re-added the "flip pages when scrolling off the page" preference
    from previous Comix versions. Thanks to Mamoru Tasaka.

    - Added a portability module for handling home directories in a more
    portable way. Thanks to Oddegamra.
2008-12-21 10:37:28 +00:00
he
b3749e1f03 Update from version 2.03nb1 to 2.04.
Pkgsrc changes:
 o Adjust dependencies according to META.yml

Upstream changes:

2.04 Fri Dec 12 21:31:24 GMT 2008
    - perltidy everything
    - add human- and machine-readable license
    - add use warnings
2008-12-21 00:39:02 +00:00
markd
848eb33ba8 Update to py-matplotlib-gtk2 0.98.0
three years of updates.
2008-12-19 22:39:47 +00:00
markd
a1bd9d0ae1 Update to matplotlib-0.98.0
3 years worth of updates.
2008-12-19 22:35:41 +00:00
jnemeth
5b7d2ad0f2 sort, add and enable gimp26 2008-12-19 07:52:29 +00:00
bjs
073c7d9320 Recursive dependency bump for multimedia/x264-devel. It's tough
to know which packages are affected by the update and how, so to be
safe, I'm doing a full bump.
2008-12-18 17:28:15 +00:00
hira
751e37cc3b Bump BUILDLINK_API_DEPENDS. 2008-12-18 16:43:28 +00:00
reinoud
970e47aeb4 Fix float reading by using a union instead of a cast. Newer gcc's would
generate incorrect code effectively breaking the package.

I know this solution is still lame but its fix comes from the still uncomitted
lib3ds version 2.0.0. Should one day be fixed/done correctly for non i386.
2008-12-18 13:15:10 +00:00
hira
9bd4d8b349 Update Xfce to 4.4.3. This is bug fix release.
Changes since 4.4.2:

x11/xfce4-panel:
  * Quite a bit code changed in the dnd code. Mostly to fix a segfault
    in FreeBSD-amd64, but more problems were discovered and a lot of
    code was simplified.
  * Don't respond the uri drags, we don't use it and it only causes
    problems like hiding the panel when a file was dragged over the
    panel (Bug #3815).
  * Fix crash with xrandr 1.2 (Bug #3620)

x11/xfce4-desktop:
  * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting
    (Bug #1026).
  * Fix incorrect initial desktop font size when setting custom font
    size if a custom font was never set before (Bug #3957).

wm/xfce4-wm:
  * Fix automaximize on move
  * Remove trailing \0 in UTF-8 strings, that causes libwnck to
    rightfully complain that NET_WM_NAME contains invalid UTF-8
  * Exit on SelectionClear event so that xfwm4 exits even with WM who
    do not send a ClientMessage event such as Openbox (Bug #2374)
  * Backport overlay and compositor support from trunk (Bug #3849)
  * Filter out grab/ungrab events so we don't end up redrawing the
    frame twice
  * Set monitor when positionning menu (Bug #4162)
  * Reduce flickering during resize (Bug #4283)
  * Fix NET_WM_STATE claiming maximization vertical and horizontal even
    if only horizontal of vertical is actually set (Should fix Bug #3969)
  * Loosen the rule that prevents an application from iconifying itself
    when skip_taskbar is set (Bug #4434)
  * Rework visual depth selection of the frame window (Bug #4452)
  * Add support for NET_MOVERESIZE_WINDOW
  * Take gravity bit into account in configure resize only requests to
    comply with standard (Bug #3634)
  * Add client windows to save set to avoid loosing all windows in case
    of crash
  * Use guint32 instead of Time internally to avoid potential issues in
    64bits
  * Add a "--replace" command line option to replace ICCCM2 compliant
    window managers (Bug #3731)

x11/libxfce4gui:
  * Fix format-string vulnerability in dialog code

x11/xfce4-terminal:
  * Update to latest trunk translations.

sysutils/xfce4-thunar:
  * Update to latest trunk translations.

editors/xfce4-mousepad:
  * Sort recent items by most recently used.

x11/xfce4-utils:
  * Fix missing translated chars (Bug #3543)

Updated translations:
  * Basque
  * Brazilian Portuguese
  * Catalan
  * Chinese Traditional
  * Danish
  * Estonian
  * Finnish
  * French
  * Galician
  * German
  * Indonesian
  * Japanese
  * Korean
  * Kurdish
  * Latvian
  * Norwegian
  * Polish
  * Sinhala
  * Slovak
  * Slovene
  * Spanish
  * Turkish
  * Urdu
2008-12-17 12:50:02 +00:00
obache
2d1aa30a67 Added and enabled rbclutter packages. 2008-12-16 12:37:17 +00:00
obache
39c319569f Import ruby-clutter-gtk-0.8.0 as graphics/ruby-clutter-gtk.
This is a binding for the Clutter GTK+ widget for use from Ruby.
2008-12-16 12:29:31 +00:00
obache
3d677666c2 Import ruby-clutter-cairo-0.8.0 as graphics/ruby-clutter-cairo.
This is a binding for the Clutter Cairo library for use from Ruby.
2008-12-16 12:27:49 +00:00
obache
d3b9131cf3 Import ruby-clutter-core-0.8.0 as graphics/ruby-clutter-core.
This is a binding for the Clutter Core library for use from Ruby.
2008-12-16 12:26:20 +00:00
obache
12ce300332 Import ruby-clutter-0.8.0 as graphics/ruby-clutter.
This is a set of bindings for the Clutter libraries for use from Ruby.
2008-12-16 12:22:38 +00:00
hasso
441e607bc6 Restrict it to python 2.4 and 2.5 only because of restrictions in x11/py-gtk2. 2008-12-16 06:47:11 +00:00
drochner
87cdcb4bd8 remove a patch which I had only added to work around a missing file
in the tarball - the file was added in the last release
2008-12-15 20:11:04 +00:00
drochner
b17f753a52 add another Canon set lens to the table used to decode "maker notes"
(this one is arguably too poor to be used on a digital body, but anyway)
2008-12-15 20:01:08 +00:00
drochner
84dbf5e5ee calculate the weekday displayed in metadata in a portable way,
so that it shows the correct one on NetBSD
bump PKGREVISION
2008-12-15 19:56:25 +00:00
minskim
da4f3a8f93 Add silgraphite-xft. 2008-12-15 00:47:08 +00:00
minskim
708e5a7182 Import silgraphite-xft-2.3 as graphics/silgraphite-xft.
Graphite is a smart font engine that basically takes a unicode string
and font formatting information (features, size, etc.) and returns a
set of positioned glyphs.  In reality, Graphite does more than this in
that it handles cursor tracking and interaction with the rendering
engine for string selection, etc.

This package is a wrapper for Xft.
2008-12-15 00:44:52 +00:00
hasso
78a327e028 Needs msgfmt. 2008-12-14 20:52:04 +00:00
hasso
d019995a9f Needs msgfmt. 2008-12-14 19:21:01 +00:00
obache
743a7a1a88 Renamed graphics/py-pyclutter to graphics/py-clutter. 2008-12-14 15:53:45 +00:00
obache
cb0576a0d3 Import py-clutter-0.8.2 as graphics/py-clutter.
This package contains the Python modules that allow you to use the
Clutter toolkit in Python programs.
2008-12-14 15:50:21 +00:00
obache
cc4d25f97b Added enabled clutter packages. 2008-12-14 11:26:10 +00:00
obache
4d44e3910c Import python-pyclutter-0.8.2 as graphics/py-pyclutter.
This package contains the Python modules that allow you to use the
Clutter toolkit in Python programs.
2008-12-14 11:19:24 +00:00
obache
183a0726b9 Import p5-clutter-0.8.2.0 as graphics/p5-clutter.
Perl bindings to the Clutter OpenGL canvas.  Clutter aims to give a nice
and easy GObject based API for creating fast, heavily stylised applications,
such as media box UI, presentations, kiosk style applications, etc.

Clutter uses OpenGL for rendering.

The Clutter Perl bindings allow you to write canvas-based applications in
a Perlish and object-oriented way, freeing you from having to care about
casting and memory management of the original Clutter C API, and yet
remaining close to its spirit.
2008-12-14 11:13:32 +00:00
obache
a6a259e170 Import clutter-gtk-0.8.2 as graphics/clutter-gtk.
Clutter-GTK is a library providing facilities to integrate Clutter into GTK+
applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the
default ClutterStage into any GtkContainer.
2008-12-14 11:06:42 +00:00
obache
1663dc376c Import clutter-cairo-0.8.2 as graphics/clutter-cairo.
An experimental clutter cairo 'drawable' actor. Sucks a bit as renders
cairo via an image surface and thus no real cairo rendering
acceleration. Experiments with glitz and sharing GL contexts for such
acceleration proved problematic. Needs more investigation.
2008-12-14 11:04:35 +00:00
obache
77c9f3e8bb Import clutter-box2d-0.8.0 as graphics/clutter-box2d.
A glue layer between clutter and box2d that provides a special group where the
actors can be set to be static or dynamic in regard to a physics simulation. The
source tree currently contains an embedded version of box2d trunk.

Features:
  - Children of the ClutterBox2d group can be simulated as static or dynamic
    rigid bodies. Collision detection.
  - Specifying the gravity of the world.
  - play/pause control over the box2d physics engine
  - Setting linear and angular velocities of simulated children.
  - automatic position synchronization between clutter and box2d.
  - joints
      - prismatic.
      - revolute.
      - distance (spring)
      - mouse (for dragging objects around and manipulating them).
2008-12-14 11:02:30 +00:00
obache
2767f4f503 Import clutter-0.8.4 as graphics/clutter.
Clutter it an open source software library for creating fast, visually
rich and animated graphical user interfaces.
2008-12-14 10:57:18 +00:00
minskim
9166601b15 Add silgraphite-ft. 2008-12-13 07:01:27 +00:00
minskim
f6677e623a Import silgraphite-ft from pkgsrc.
Graphite is a smart font engine that basically takes a unicode string
and font formatting information (features, size, etc.) and returns a
set of positioned glyphs.  In reality, Graphite does more than this in
that it handles cursor tracking and interaction with the rendering
engine for string selection, etc.

This package is a wrapper for FreeType.
2008-12-13 06:58:01 +00:00
gdt
35e21251b8 Update to 1.6.3. Add TEST_TARGET even though it doesn't seem to do
much.

From the (hard-to-find) release notes on upstream trac:

Major changes in 1.6.3

  Ensure that the header testlib.h is included in distributed
  tarball. Fixes ticket30.
2008-12-11 17:35:54 +00:00
obache
2fa72c7eb0 Update GraphicsMagick to 1.3.3.
1.3.3 (December 9, 2008)
========================

Security Fixes:

  * None.

Bug fixes:

  * 'identify' was throwing an assertion when used on colormapped
    files (this bug was introduced by 1.3.2).

  * With the -segment option, eliminate trashing the image colors when
    used on huge images.

  * 'identify -format "%c"' now reports the entire comment regardless
    of size.

  * Argument to -convolve is no longer arbitrarily truncated so huge
    convolution kernels may now be specified from the command line.

Performance Improvements:

  * Image segmentation (-segment) is now accelerated using OpenMP and
    uses several other tactics to improve execution performance.

  * 'identify "*"' now successfully works in a 32-bit application when
    used in a directory containing a million files.

  * 'identify' now executes quickly when used on TIFF files.
2008-12-10 00:48:21 +00:00
wiz
547d514046 Remove outdated program, replaced by graphics/fotoxx. 2008-12-09 15:13:17 +00:00
wiz
f61811eef2 + fotoxx, - fotox. 2008-12-09 15:11:59 +00:00
wiz
842034b860 Initial import of fotoxx-5.7.1:
Fotoxx is a free open source Linux program for editing image files
from a digital camera. The goal of fotoxx is to meet most image
editing needs while remaining easy to use.

Navigate images with a pageable thumbnail window, edit an entire
image or selected areas, change brightness and contrast, flatten
brightness distribution, change color intensity, reduce the number
of colors (posterize), make panoramas, make HDR images, crop, rotate
(any angle), rescale, fix red-eye, fix perspective (slanted
buildings), warp, sharpen, blur, remove noise (speckles), add tags
to images and search by tags, make a collage of images and text,
print.
2008-12-09 15:10:34 +00:00
minskim
dd7827b4c8 Add graphics/silgraphite. 2008-12-09 01:56:32 +00:00
minskim
c3fb913449 Import silgraphite from pkgsrc-wip.
Graphite is a project under development within SIL's Non-Roman Script
Initiative and Language Software Development groups to provide
rendering capabilities for complex non-Roman writing systems.

Its smart-font engine is the bit that takes a Unicode string, font
formatting information (features, size, etc.), and a font, and returns
a set of positioned glyphs.  Graphite also does more than this, in
that it can handle cursor tracking and interaction with the
application for string selection, etc.
2008-12-09 01:54:25 +00:00
wiz
c112e98446 Depend on py-sqlite. Ride update. 2008-12-06 19:43:27 +00:00
wiz
7394b92b66 Update to 4.0.0:
Comix 4.0.0

    - Comix has been completely rewritten from scratch. On the surface things
    look quite a bit like they used to, but the internal workings are
    entirely new. There are too many changes for them all to be mentioned
    here, but a couple of highlights are a much more functional library and a
    new archive editing dialog. The work on this new version of Comix has
    been going on in rather sporadic phases for almost two years, and during
    that time I have received help from lots of different people. Now, I must
    admit, I can no longer remember them all. So instead of trying to list as
    many as I can here, I will instead simply say thank you to everyone who
    have contributed fixes, patches, suggestions or encouraging words. Thanks!
2008-12-06 18:40:33 +00:00
obache
b27c5f3e1f Update RMagick to 2.8.0.
Changes:
RMagick 2.8.0
    o Add the endian, scene, and transparent_color attributes to Image::Info
    o Deprecate Image#endian= attribute setter
    o Add the transparent_chroma method to the Image class (available in
      ImageMagick 6.4.5-6)
    o Add the sparse_color method to the Image class (available in ImageMagick
      6.4.3)
    o Detect change to ParseSizeGeometry signature in ImageMagick 6.4.6-9 and
      compile accordingly.
    o Update Image#change_geometry to work with the new ParseSizeGeometry API
      in ImageMagick 6.4.6-9.
2008-12-05 01:19:52 +00:00
wiz
f5d78eee4e Update to 1.2.7, security fixes were already in pkgsrc.
1.2.7:
Sam Lantinga - Sun Nov  2 15:08:27 PST 2008
 * Fixed buffer overflow in BMP loading code, discovered by j00ru//vx
Sam Lantinga - Fri Dec 28 08:34:54 PST 2007
 * Fixed buffer overflow in GIF loading code, discovered by Michael Skladnikiewicz
2008-12-03 08:33:07 +00:00
wiz
5a3407f574 Add intltool to USE_TOOLS, it's needed.
Add missing file to PLIST, noted by César Catrián Carreño in PR 40087.

Bump PKGREVISION.
2008-12-03 08:19:19 +00:00
wiz
e26c54402f Update to 2.24.2:
version 2.24.2
- print vendor and product id while probing devices. provide some more device informations for easier bug triaging.
- don't use random access glist methods when accessing a list sequentially.
  properly free list elements after use, fixes bug #560514, courtesy of Giuseppe Fuggiano
- print the cheese version if the -v flag is set
- free gslist properly without a memory leak, fixes bug #560347, courtesy of Giuseppe Fuggiano
- cheese now supports webcams which support only one resolution, fixes bug #560032, courtesy of Hans de Goede
- change the default font of the countdown widget to bitstream vera sans bold
  - added/updated translations
    - pt_BR, courtesy of Joao Emanuel
    - de, courtesy of Hendrik Richter
    - uk, courtesy of Maxim V. Dziumanenko
    - ca, courtesy of Joan Duran
2008-12-02 11:47:09 +00:00
wiz
ed69af37a5 Update to 2.24.2:
Version 2.24.2
--------------

 * Fix warnings when dbus disabled (Felix Riemann)
 * Code fixes (Felix Riemann)
 * Fix compilation under Mac OS X (Felix Riemann)
 * Fix broken keyboard keys (Frederic Peters)

Bug fixes:

  #560065, Build failure: local variable-name collides with system-header symbol (Felix Riemann)
  #560336, need to update the eggtreemultidnd.[ch] copy from libegg (Felix Riemann)
  #560396, can't open menu with keyboard when no image is shown (Frederic Peters)

New and updated translations:

- Ivar Smolin [et]
- Maxim Dziumanenko [uk]
2008-12-02 11:39:30 +00:00
obache
060f1c95ff Remove ftp.mirror.ac.uk from MASTER_SITES, it is not in download page
and can'resolve now.
Add official http site instead.
2008-12-01 12:01:18 +00:00
obache
f5a7b81cf3 Remove from MASTER_SITES other than SourceForge.
Download page for current version only link to SourceForge.
2008-12-01 11:56:18 +00:00
wiz
7734a170fe + f-spot. 2008-11-30 23:57:38 +00:00
wiz
dc31315b35 Initial import of f-spot-0.5.0.3, packaged in wip by me with lots of
help from Mihai Chelaru (kefren):

F-Spot supports 16 common files types, including JPEG, GIF, TIFF,
RAW, and others.

It can import your photos from your hard drive, camera (including
PTP type), or iPod.

Photos can be tagged for searching and grouping, and the timeline
gives quick sense of temporal location, and quantity of photos
taken.  F-Spot can view and export EXIF and XMP metadata in your
images.

Other features include fullscreen and slideshow modes.

Editing photos in F-Spot is a breeze. Easily rotate, crop, resize,
and adjust red eye and other color settings with a few simple
clicks. Versioning ensures your originals are never altered.

Enter descriptions of photos that are saved in the actual file so
other people and programs will be able to see them, whether they
use F-Spot or not.

F-Spot allows for quick and precise color adjustments, including
brightness, contrast, hue, saturation, and temperature.
2008-11-30 23:56:48 +00:00
obache
dca0625c6b Various fixes:
* Remove copy of X11 header files for old X11,
  it may cause build failure with recent X, like a PR 39975.
* Need rgb.txt, add dependency on x11/rgb for X11_TYPE=modular.
  And fix path for the file (SUBST.rgb and patch-ac).
* Add DESTDIR support. it seems that rules of imake deal spaces after cammna
  as part of the argument (patch-ac).
* Replace IMAKE_MANNEWSUFFIX with  IMAKE_MAN_SUFFIX in PLIST.
* hard coded errno and sys_errlist is not portable these days (patch-ab)
* sort PLIST
* regen patches with unfied diff.

Bump PKGREVISION.
2008-11-30 08:43:16 +00:00
obache
3c93a9952d Update GraphicsMagick to 1.3.2.
1.3.2 (November 29, 2008)
=========================

Security Fixes:

  * None.

Bug fixes:

  * -roll was failing for colormapped images.

  * VID: Memory leak fix.

  * PREVIEW: Solarize parameter was wrong.

  * Delegates previously using 'spawn' needed an ampersand so that
    starting the child process does not hang the GUI.

Feature improvements:

  * +profile now supports an exclusion syntax.  For example ``+profile
    '!icm,*'`` removes all of the profiles except for the ICM profile.
    The new syntax also allows multiple profiles to be listed at once.

Performance Improvements:

  * AdaptiveThreshold, Blur, Convolve, and MotionBlur no longer
    process the opacity channel unless the image has one.
2008-11-30 01:02:50 +00:00
jmcneill
1dd0c35e46 regen 2008-11-29 13:57:31 +00:00
adam
9463bbcd31 distinfo fix 2008-11-29 07:41:10 +00:00
adam
19d936aa16 PLIST fix, when aalib option is disabled 2008-11-28 21:28:49 +00:00
jmcneill
75dd95ea81 Add hal support, bump pkgrevision 2008-11-28 14:29:31 +00:00
drochner
b6680c5fad fix an uninitialized variable, from upstream CVS, bump PKGREVISION
This should fix the "transmission" crash reported by Jared D. McNeill
on pkgsrc-changes.
2008-11-26 15:55:32 +00:00
jmcneill
13a61e6879 Make librsvg a BUILD_DEPENDS, use absolute path when calling rsvg-convert 2008-11-26 12:48:08 +00:00
drochner
b959a189a4 add gimp-2.6.3
first cut on a pkg for gimp-2.6
(might replace gimp-2.4 after some testing)
2008-11-26 12:19:56 +00:00
drochner
a23705a97e update to 0.14.1
changes:
-license now 'GPLv2 or later'
-UI improvements
-Grayscale conversion
-Arbitrary rotation support for ufraw-batch
-Load private resource file $HOME/.ufraw-gtkrc at startup
-Replace the "use matrix" check box with a "Color matrix" profile
-more improvements
-translation updates
-works with gimp-2.6
approved by Greg Troxel
2008-11-26 12:05:38 +00:00
drochner
f5c252690c update to 1.6.2
changes: bugfixes
approved by Greg Troxel
2008-11-26 12:00:36 +00:00
tnn
768dbb3358 Uses math functions such as floor(3), so link explicitly against libm.
Fixes build on Solaris.
2008-11-24 22:19:09 +00:00
wiz
16e2ec87e4 Only depend on gst-plugins0.10-v4l2 on NetBSD-[5-9]* and Linux.
No PKGREVISION bump because that dependency didn't build on other OPSYS
anyway.
Addresses PR 39988 by Robert Elz.
2008-11-24 12:49:39 +00:00
tron
3c76c93224 Add Debian patch to fix a buffer overflow in the XPM file loader.
Bump package revision.
2008-11-23 18:41:16 +00:00
jmcneill
71ae7443b5 Install TNF distributor-logo. Bump PKGREVISION. 2008-11-23 05:06:44 +00:00
adam
a225ead252 Changes 6.4.6.0:
* Fixed bug for RGBO image @ line, plane and partition interlace.
* Deprecate pixel methods: AcquireImagePixels(), GetImagePixels(), etc.
* New pixel methods: GetVirtualPixels(), GetAuthenticPixels(), etc.
* GPS and multivalued EXIF properties support
* Add TransparentPaintImageChroma() to MagickCore and transparentChroma()
  to Magick++.
* Correct DPX frame position property label
* Textures are no longer painted as the background color.
* Update both fields of an EXIF resolution.
* Support query-font-metrics MSL tag.
* Do not set image colorspace for the MSL modulate tag.
* Off by one error when computing affine in DrawAffineImage()
* Fixed local adaptive thresholding  when using an offset
* Set SetImagePixels() rather than SyncImagePixelCache() to update
  the pixel cache morphology.
* Set explicit image format for BlobToImage()
* p_thread_t is an aggregate under MinGW.
2008-11-21 17:13:43 +00:00
drochner
dc2c59c61c propagate the new dependency on libltdl, fixes build issues 2008-11-20 21:45:07 +00:00
wiz
8fc16d35d9 Package now depends on fontconfig, so its dependencies should see
fontconfig as well. Fixes e.g. mldonkey build.
2008-11-20 17:25:01 +00:00
hasso
1af3778457 Needs msgfmt. 2008-11-20 14:22:15 +00:00
adam
837138d879 Changes 0.6.17:
* Updated translations: cs, de, pl, sk, vi
* New translations: nl, se, en_CA
* Enabled sv translation by default
* Bug fixes
* Enhanced support of Canon and Olympus makernotes
* Added support for Fuji and Sanyo makernotes
* Added support for the NO_VERBOSE_TAG_STRINGS and NO_VERBOSE_TAG_DATA
  macros to reduce size for embedded applications
* Added support for more tags
2008-11-19 11:39:05 +00:00
hasso
e6d8ca17fa Accept python-2.4 again now when py-cairo/py-gtk2 are fixed to work with it. 2008-11-19 03:39:57 +00:00
drochner
f2bb98e568 make this work with python-2.4 again 2008-11-18 12:46:52 +00:00
obache
295c4fea01 Update GraphicsMagick to 1.3.1.
1.3.1 (November 17, 2008)
=========================

Security Fixes:

  * None.

Bug fixes:

  * RPM build, Fixes to successfully build binary RPMs for Red Hat
    Linux 4.

  * MSL/conjure, Fix bug with attributes becoming appended to
    themselves.  Fix memory leaks.

Feature improvements:

  * New --disable-openmp-slow configure option for disabling use of
    OpenMP for algorithms which may run slower on operating systems
    with crummy thread libraries.

  * JPEG, Allow user to specify DCT encoding method via
    jpeg:dct-method define.  Also allow control over whether huffman
    encoding is used via jpeg:optimize-coding define.

Performance Improvements:

  * OpenMP (parallel processing) improvements for these functions:

    - Rotate by 90 and 270 degrees (-rotate)
2008-11-18 00:50:35 +00:00
he
1bcc97c92e Added p5-GD-SecurityImage. 2008-11-17 21:06:29 +00:00
he
4befabf105 Import p5-GD-SecurityImage version 1.66.
The (so called) "Security Images" are so popular. Most internet
software use these in their registration screens to block robot
programs (which may register tons of fake member accounts). Security
images are basicaly, graphical CAPTCHAs (Completely Automated Public
Turing Test to Tell Computers and Humans Apart). This module gives
you a basic interface to create such an image. The final output is
the actual graphic data, the mime type of the graphic and the
created random string. The module also has some "styles" that are
used to create the background (or foreground) of the image.

If you are an Authen::Captcha user, see GD::SecurityImage::AC for
migration from Authen::Captcha to GD::SecurityImage.

This module is just an image generator. Not a captcha handler. The
validation of the generated graphic is left to your programming
taste. But there are some captcha handlers for several Perl
FrameWorks. If you are an user of one of these frameworks, see
"GD::SecurityImage Implementations" in "SEE ALSO" section for
information.
2008-11-17 21:05:54 +00:00
wiz
4237c7e198 Depend on correct freetype2 version. Add comment about the possibility
to include libspectre (not enabled). Should we?
2008-11-16 17:32:01 +00:00
wiz
ba82622a2d Update to 1.8.4:
Release 1.8.4 (2008-11-14 Carl Worth <cworth@cworth.org>)
=========================================================
The cairo community is pleased to announce the 1.8.4 release of the
cairo graphics library. This is the second update to cairo's stable
1.8 series and contains a small number of bug fixes, (in particular a
few fixes for build failures of cairo 1.8.2 on various systems). This
is being released just over two weeks after cairo 1.8.2.

We recommend that everyone using cairo upgrade to 1.8.4.

-Carl

Build fixes
-----------
Fix build with older XRender that doesn't define RepeatNone:

   Build of xlib backend fails against old XRender (RepeatNone undeclared)
   https://bugs.freedesktop.org/show_bug.cgi?id=18385

Fix build with bash version <= 3.0:

   doltlibtool broken on linux with bash 3.00.0
   https://bugs.freedesktop.org/show_bug.cgi?id=18363

Bug fixes
---------
Avoid triggering a bug in X.org server 6.9 resulting in a hung machine
requiring a reboot:

    https://bugs.freedesktop.org/show_bug.cgi?id=15628#c2

Fix display of user fonts as exercised by proposed support for type3
fonts in poppler (unsigned promotion fixes):

    Use cairo user-font for Type 3 fonts
    http://lists.freedesktop.org/archives/poppler/2008-October/004181.html

Avoid miscomputing size of fallback images required when rendering
with CLEAR, IN, or SOURCE operator to vector surfaces, (PS, PDF, SVG,
etc.).

Be more tolerant of broken fonts when subsetting type1 fonts:

   Error handling in cairo_type1_font_subset_get_glyph_names_and_widths
   http://lists.cairographics.org/archives/cairo/2008-October/015569.html

Fix cairo_fill_extents, cairo_stroke_extents, cairo_path_extents, to
correctly allow NULL parameters as documented.

Fix potential crash on emitting a type3 glyph after having drawn text
paths from the same font, (for example with cairo_text_path).
2008-11-16 17:20:14 +00:00
dholland
424b4313a8 This also requires fontconfig now that graphics/gd uses fontconfig.
PKGREVISION++
2008-11-16 09:03:07 +00:00
dholland
060c54fedc Bump PKGREVISION for previous (adding fontconfig) because it changes the
package deps.

(I think also for pkgsrc xorg it causes it to start finding and using
fontconfig when it previously didn't.)
2008-11-16 08:58:08 +00:00
epg
ef3c2af691 Fix some PLIST bugs:
- Drop duplicate PLIST vars (e.g. ${PLIST.tcl}${PLIST.guile}
  instead of just ${PLIST.tcl}).
- Include ocaml files when using ocaml option.
2008-11-15 01:28:41 +00:00
hasso
6595c86fc6 Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.
2008-11-14 23:33:56 +00:00
chuck
d3b938814c explicitly link in with fontconfig since it will grab it anyway, see
http://mail-index.netbsd.org/tech-pkg/2008/11/13/msg002046.html
2008-11-14 19:11:44 +00:00
chuck
c999b54941 update to gphoto2-2.4.3 2008-11-14 18:56:30 +00:00
wiz
b1df220ae7 Update to 2.24.1. Add gettext-m4 dependency for AM_NLS.
version 2.24.1
  - exit correctly with unknown command line arguments, fixes bug #556084
  - added/updated translations
    - ar, courtesy of Usama Akkad
    - es, courtesy of Jorge González
    - fr, courtesy of Robert-André Mauchin
    - he, courtesy of Mark Krapivner
    - mk, courtesy of Jovan Naumovski
    - nb, courtesy of Kjartan Maraas
    - nl, courtesy of Wouter Bolsterlee
    - pt_BR, courtesy of Vladimir Melo
    - th, courtesy of Theppitak Karoonboonyanan
    - zh_CN, courtesy of 甘露 (Lu Gan)

version 2.24.0
  - correct an error in the help file, which prevented the document to be valid
  - update the cheese dependencies, fixes bug #547203
  - use the correct translated plural form when deleting more than one item from
    the thumbnail bar, fixes bug #552290, courtesy of Yuriy Penkin
  - do not add a new item to the thumbnail bar, if its already there, fixes bug #549804
  - update documentation, courtesy of Joshua Henderson
  - include gio header in cheese.c
  - added/updated translations
    - ar, courtesy of Usama Akkad
    - bg, courtesy of Alexander Shopov
    - ca, courtesy of Gil Forcada
    - cs, courtesy of Petr Kovar
    - da, courtesy of Kenneth Nielsen
    - de, courtesy of Hendrik Richter
    - en_GB, courtesy of Philip Withnall
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - eu, courtesy of Iñaki Larrañaga Murgoitio
    - fi, courtesy of Ilkka Tuohela
    - fr, courtesy of Robert-André Mauchin
    - gl, courtesy of Ignacio Casal Quinteiro
    - gu, courtesy of Sweta Kothari
    - hu, courtesy of Gabor Kelemen
    - it, courtesy of Alessandro Falappa
    - ja, courtesy of Takeshi AIHANA
    - ko, courtesy of Changwoo Ryu
    - lt, courtesy of Gintautas Miliauskas
    - ml, courtesy of പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
    - mr, courtesy of Sandeep Shedmake
    - nb, courtesy of Kjartan Maraas
    - nl, courtesy of Wouter Bolsterlee
    - pl, courtesy of Tomasz Dominikowski
    - pt_BR, courtesy of Og Maciel
    - pt, courtesy of Duarte Loreto
    - ru, courtesy of Alexandre Prokoudine
    - sl, courtesy of Matej Urbančič
    - sq, courtesy of Laurent Dhima
    - sr, courtesy of Горан Ракић
    - sr@latin, courtesy of Goran Rakić
    - sv, courtesy of Daniel Nylander
    - ta, courtesy of I. Felix
    - th, courtesy of Theppitak Karoonboonyanan
    - tr, courtesy of Baris Cicek

version 2.23.92
  - documentation update (not yet finished), courtesy of joshua henderson
  - old photos and videos (before 2.24) are now available in cheese 2.24, fixes bug #547290
  - sort videoformat array and resolution hashtable, courtesy of Hans de Goede
  - dont save duplicated videoformats abut only keep the one with the maximum
    framerate if it provides the same resolution. add correspondent entry only
    once to the resolution hashtable so that we have no more duplicated
    resolutions on preferences dialog. fixes bugs #547144 and #547140,
    courtesy of Hans de Goede
  - remove the old log file if it exists
  - send eos event only if the pipeline was playing, otherwise force
    shutdown. Start a timeout to force unclean shutdown if eos takes
    to much to propagate or doesnt propagate at all, probably fixes bug #547422
  - set take_picture sensitiveness before webcam_stop_video_recording since this
    emits a signal that would lead to another sensitiveness change. see comments on bug #547422
  - set the utility hint for the fullscreen toolbar, partially fixes #548546
  - rename the log file to "log.txt" and prepend it with the running cheese version
  - cheese crashes no more when no device is set in gconf, partially fixes bug #546868, courtesy of Hans de Goede
  - display toolbar when entering into fullscreen mode, fixes bug #548546, courtesy of Felix Kaser
  - added/updated translations
    - bg, courtesy of Alexander Shopov
    - de, courtesy of Wolfgang Stoeggl
    - el, courtesy of Athanasios Lefteris
    - en_GB, courtesy of Philip Withnall
    - gu, courtesy of Sweta Kothari
    - hi, courtesy of Rajesh Ranjan
    - hr, courtesy of "Last-Translator: \n"
    - it, courtesy of Alessandro Falappa
    - ko, courtesy of Changwoo Ryu
    - nl, courtesy of Wouter Bolsterlee
    - pt, courtesy of Duarte Loreto
    - sl, courtesy of Matej Urbančič
    - zh_CN, courtesy of 甘露 (Lu Gan)

version 2.23.91
  - cheese.desktop file now respects freedesktop SPEC, fixes bug #550195, courtesy of Pacho Ramos
  - a small syntax cleanup made with uncrustify
  - waf did not install the files properly, now it does
  - add the dynamic bindir to the dbus file
  - update waf to 1.4.3 and make it working again
  - added/updated translations
    - ar, courtesy of Youssef Chahibi
    - dz, courtesy of Dawa pemo
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - ga, courtesy of Seán de Búrca
    - he, courtesy of Mark Krapivner
    - ja, courtesy of Takeshi AIHANA
    - mk, courtesy of Arangel Angov
    - or, courtesy of Manoj Kumar Giri
    - pa, courtesy of Amanpreet Singh Alam
    - pl, courtesy of Tomasz Dominikowski
    - pt_BR, courtesy of Rodrigo Flores
    - sq, courtesy of Laurent Dhima
    - sv, courtesy of Daniel Nylander
    - te, courtesy of Krishna Babu K
    - vi, courtesy of Clytie Siddall
    - zh_HK, courtesy of Chao-Hsiung Liao
    - zh_TW, courtesy of Chao-Hsiung Liao

version 2.23.90
  - call gdk_x11_window_set_user_time to raise the cheese window if its called twice
  - don't start cheese twice if another instance is running, fixes bug #527736, courtesy of Felix Kaser
  - remove gtk_init and gst_init, according to the docs these are not needed if we use gtk_get_option_group and gst_init_get_option_group
  - align the buttons with the thumbnail bar
  - improve the fullscreen mode, fixes bug #547405, courtesy of Felix Kaser
  - select the last thumbnail item, if the last one was deleted
  - hitting space when the countdown has already begun, distorts no more the countdown, fixes bug #547403
  - remove a thumbnail item immidiately from the thumbnail row if it was deleted
  - use the eog scrollbar for cheese media, fixes bug #511916, courtesy of Patryk Zawadzki
  - disable action_effects while setup_camera is running, fixes bug #547313
  - add people who contributed to cheese to the cheese about window
  - give a detailed error message if some gstreamer element is missing, fixes bug #522009, courtesy of Todd Eisenberger
  - add some gconf translation improvements, fixes bug #547168
  - connect button_photo and button_video as proxy widgets for relative RadioActions
  - change action_files sensitiveness on "selection-changed" event, fixes bug 546918
  - don't try to find highest framerate if format is NULL, courtesy of Todd Eisenberger
  - selected effects gconf key values are now standardized, fixes bug #513776
  - add a better hig compliant alert for missing gstreamer elements, fixes bug #522009
  - added a delete action to immediately delete files and a gconf key to show/hide it
  - use "Cheese Webcam Booth" instead of "Cheese" as the desktop entry name, fixes bug #543976
  - add multiple selection in the picture listing pane, fixes bug #481405
  - correct critical warnings, if some gstreamer plugins arent available, fixes bug #522009, courtesy of Todd Eisenberger
  - add several g_free functions to prevent memory leaks
  - use g_random_int instead of g_rand_int
  - add the multiplex thumbnail generator algorithm
  - disable "Start recording" button until the recording pipeline properly shuts down
  - save generated thumbnails, it seems to have vanished some time ago
  - resolve wrong sorting issue of the thumbnails, fixes bug #546390
  - added/updated translations
    - ar, courtesy of Youssef Chahibi
    - bn_IN, courtesy of Runa Bhattacharjee
    - ca, courtesy of Gil Forcada
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - eu, courtesy of Iñaki Larrañaga Murgoitio
    - fi, courtesy of Ilkka Tuohela
    - fr, courtesy of Robert-André Mauchin
    - gl, courtesy of Ignacio Casal Quinteiro
    - he, courtesy of Mark Krapivner
    - ja, courtesy of Takeshi AIHANA
    - kn, courtesy of Shankar Prasad
    - mk, courtesy of Arangel Angov
    - ml, courtesy of Manu S Madhav
    - nb, courtesy of Kjartan Maraas
    - pt_BR, courtesy of Fábio Nogueira
    - sv, courtesy of Daniel Nylander
    - th, courtesy of Akom C.
    - zh_HK, courtesy of Chao-Hsiung Liao
    - zh_TW, courtesy of Chao-Hsiung Liao

version 2.23.6
  - add a fullscreen mode for kiosks, fixes #478852, courtesy of Felix Kaser
  - wait until the video has been recorded, to add it to the thumbnail bar, partially fixes #545212
  - move thumbnail generation to its own thread, displaying a loading icon while
  	generating thumbnail and a fallback icon if thumbnail fails, fixes bug #545151, courtesy of Filippo Argiolas
  - toggle effects button if effects is enabled using menu, fixes bug #539195, courtesy of Filippo Argiolas
  - make cheese have a fullscreen mode for kiosks, fixes bug #478852
  - resolve sluggish video and out-of-sync audio, fixes bug #542014, courtesy of Filippo Argiolas
  - do not crash on preferences with no camera attached, fixes bug #544062, courtesy of Filippo Argiolas
  - cheese should ask to delete files if moving to trash fails, fixes bug #545950, courtesy of Filippo Argiolas
  - cheese crashed with move all to trash if no trash can be accessed, fixes bug #545997, courtesy of Filippo Argiolas
  - added/updated translations
    - ar, courtesy of Khaled Hosny
    - ca, courtesy of Gil Forcada
    - el, courtesy of Simos Xenitellis
    - es, courtesy of Jorge González
    - fr, courtesy of Bruno Brouard
    - gl, courtesy of Ignacio Casal Quinteiro
    - ja, courtesy of Takeshi Aihana
    - mk, courtesy of Arangel Angov
    - nl, courtesy of Wouter Bolsterlee
    - oc, courtesy of Yannig Marchegay
    - pl, courtesy of Tomasz Dominikowski
    - pt, courtesy of Duarte Loreto
    - th, courtesy of Akom C.
    - zh_TW, courtesy of Chao-Hsiung Liao


version 2.23.5
  - make recording of videos work again, fixes bug #523475, courtesy of Filippo Argiolas
  - bump gstreamer requirements to 0.10.16
  - fixes cheese_print_handler, which resulted in empty cheese logs, courtesy of Filippo Argiolas
  - allow to choose the webcam using the preference dialog, fixes bug #522200, courtesy of Ryan Zeigler
  - remove some gcc warnings, fixes bug #537490, courtesy of Cosimo Cecchi
  - fixed typo, which prevented hildon mode to compile cleanly
  - removed included <X11/extensions/xf86vmode.h>, fixes bug #539631, courtesy of Marc-Andre Lureau
  - make hal-device-id command line option work, fixes bug #498023, courtesy of Ryan Zeigler
  - use ogv as default video extension, fixes bug #524021
  - added/updated translations
    - es, courtesy of Jorge González
    - sv, courtesy of Daniel Nylander
    - nb, courtesy of Kjartan Maraas
    - ko, courtesy of Changwoo Ryu
    - bg, courtesy of Alexander Shopov
    - oc, courtesy of Yannig Marchegay
    - et, courtesy of Ivar Smolin
    - pt_BR, courtesy of Fabrício Godoy and Ferreira Fontenelle
    - ps, courtesy of Zabeeh Khan
    - gl, courtesy of Ignacio Casal Quinteiro
    - zh_HK, courtesy of Chao-Hsiung Liao
    - zh_TW, courtesy of Chao-Hsiung Liao

version 2.23.4
  - fix a crash, when using about/quit menu items in hildon mode, fixes bug #535582, courtesy of Michael Terry
  - Instead of crashing report when certain gstreamer are not found, fixes bug #522009, courtesy of Todd Eisenberger
  - use intltools 0.40 for building with autotools
  - added/updated translations
    - ar, courtesy of Khaled Hosny.
    - fi, courtesy of Tommi Vainikainen
    - nn, courtesy of Eirik U. Birkeland
    - vi, courtesy of Clytie Siddall
    - zh_CN, courtesy of 甘露 (Lu Gan)

version 2.23.3
  - add new flash and remove changing gamma for simulating flash. the
    new flash works best if you run a composited desktop, fixes bug #526214,
    courtesy of Alex Jones
  - fix segfault on startup if video or photo directory gconf setting is missing,
  	fixes bug #534480, courtesy of Alexander Jones
  - add support to set the video and photo path in gconf, courtesy of Felix Kaser
  - added/updated translations
    - ar, courtesy of Djihed Afifi.
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - gl, courtesy of Ignacio Casal Quinteiro
    - he, courtesy of Mark Krapivner
    - hu, courtesy of Máté Őry.
    - nb, courtesy of Kjartan Maraas

version 2.23.2
  - use a better icon for the effects button, fixes bug #511369
  - store photos and videos in xdg directories, fixes bug #509475, courtesy of Felix Kaser
  - use a toggle button for the effects button, fixes bug #527870
  - add support for nautilus send to. this replaces "send by email" where available, fixes bug #528249, courtesy of Jose Dapena Paz
  - name the files to the date, when they were created, fixes bug #525739
  - add a preferences dialog with basic resolution changing, partially fixes #522200, courtesy of James Liggett
  - use gtk theme colors for the countdown widget
  - align the numbers and the camera on the countdown widget, courtesy of Andrea Cimitan
  - add a border, color shading and highlight to the countdown widget, to make it even more sexy, courtesy of Andrea Cimitan
  - make the countdown numbers translatable the right way
  - fix invalid free in cheese, fixes bug #529467, courtesy of Matthias Clasen
  - take picture button is enabled outside gtk thread lock, fixes bug #529789, courtesy of Gary Lasker
  - don't display the toplevel window by default, fixes bug #529276, courtesy of Loïc Minier
  - added/updated translations
    - en_GB, courtesy of Philip Withnall
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - gl, courtesy of Ignacio Casal Quinteiro
    - he, courtesy of Mark Krapivner
    - nb, courtesy of Kjartan Maraas
    - nl, courtesy of Tino Meinen
    - pt_BR, courtesy of Luis Motta.
    - sl, courtesy of Matej Urbančič
    - th, courtesy of Pornpimon Pradabsri

version 2.23.1
  - add cheese to sound & video in the application menu, fixes bug #519846
  - add hildon support to cheese, fixes bug #519548, courtesy of Matthew Garret
  - add menu entry for the countdown, fixes bug #511160
  - add the gedit warning box when no camera is found, fixes bug #511945, courtesy of sebastian keller
  - buttons and menu items should use Title Case
  - change the theora file extension to .gov, fixes bug #524021
  - cheese crashes if getting information from a webcam fails, courtesy of Sjoerd Simons, fixes bug #522197
  - cheese did not choose the right thumbnails for already taken pictures, fixes bug #524814
  - cheese does not list its gnome-vfs dependency, fixes bug #522152, courtesy of Alex Rostovtsev
  - cheese doesn't open the webcam device set in gconf, courtesy of Sjoerd Simons, fixes bug #522198
  - do not allow to take pictures, while the webcam is initializing, fixes bug #523121
  - fix a crash while initializing webcam, fixes bug #522143, courtesy of Alex Rostovtsev
  - fix a crash, when a file was deleted twice
  - fix regression of gio, Dnd works again, courtesy of Cosimo Cecchi, fixes bug #526398
  - set the max waiting time for detecting a camera to 10 seconds, fixes bug #520394
  - show the pretty countdown widget by default
  - use a better effects icon, partially fixes bug #511369, courtesy of baptiste mille-mathias
  - use new cheese description, fixes bug #512091
  - added/updated translations
    - el, courtesy of Nick Paraschou
    - en_GB, courtesy of Philip Withnall
    - es, courtesy of Jorge González
    - et, courtesy of Mattias Põldaru
    - he, courtesy of Mark Krapivner
    - nb, courtesy of Kjartan Maraas
    - nn, courtesy of Eskild Hustvedt
    - ru, courtesy of Vasiliy Faronov
    - sl, courtesy of Matej Urbančič
2008-11-14 11:25:28 +00:00
obache
96d21210f8 Update RMagick to 2.7.2.
Changes:
RMagick 2.7.2
    o Fix bug #22740, some Image::Info attribute values are not propogated to
      the image object (bug report by Thomas Watson)
2008-11-14 01:26:37 +00:00
adrianp
6dd005a0d0 Fix a missing \ found by Marcin M. Jessa 2008-11-13 19:23:56 +00:00
adam
7c22f0e55d Changes 0.6.2:
* Upgraded libpng to version 1.2.33-optipng [private]
* Put back a speed optimization, accidentally removed in version 0.6,
  allowing singleton trials (-o1) to be bypassed in certain conditions.
* Fixed an array overflow in the BMP reader.
* Fixed the loss of private chunks under the -snip option.
* Produced a more concise on-screen output in the non-verbose mode.
* Added a programming interface to the optimization engine, in order
  to facilitate the development of PNG-optimizing GUI apps and plugins.
2008-11-12 18:45:04 +00:00
joerg
3127f59a05 Fix compilation. 2008-11-11 16:34:26 +00:00
cube
e951317b3d Detect native glut. 2008-11-11 16:17:07 +00:00
hasso
f7248bc503 Needs msgfmt. 2008-11-11 14:15:12 +00:00
wiz
7878154b9f Update to 1.6.4:
Overview of changes from pycairo 1.4.0 to pycairo 1.6.4
========================================================
General changes:
    Pycairo 1.6.4 requires cairo 1.6.4 (or later).
                  requires Python 2.5 (or later).

Bug fixes:
    16112: Fix win32 'python setup.py ...' build -- use double quotes

New Methods:
    Context.has_current_point
    Context.path_extents
    ImageSurface.format_stride_for_width
    PSSurface.get_eps
    PSSurface.set_eps
    PSSurface.ps_level_to_string
    PSSurface.restrict_to_level
    Surface.copy_page
    Surface.show_page

New Constants:
    cairo.PS_LEVEL_2, cairo.PS_LEVEL_3

Other changes:
    test/pygame-test1.py, test/pygame-test2.py : pygame tests

    examples/cairo_snippets/snippets/ellipse.py : Update
    so line-width is a constant width in device-space not user-space
2008-11-10 22:10:08 +00:00
adam
f6041b5462 Changes 0.22.1:
* native OpenEXR Half sample type substitutes the older RnH 16-bit float
* load/save multilayerd OpenEXR files like from Blender
* load/save 16-bit Half Tiff's
* precise drawing with tablet - thanks to Tino Schwarze for hardware
* speedup in gamma-expose and Brightness/Contrast Adjustments
* dynamic colour visualisation in ICC Examin plug-in
* UTF-8 support through Gtk2
* UFRaw plug-in ready
* CMS defaults to Oyranos
* Tango icons for toolbox only
* Retinex plug-in
* Bugfixes
2008-11-10 19:04:45 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
obache
b228a4ff5a Update GraphicsMagick to 1.3.
1.3 (November 9, 2008)
======================

Security fixes:

  * AVI reader: Re-worked to be more robust against crash or DOS.

  * AVS reader: Re-worked to be more robust against crash or DOS.

  * DCM reader: Re-worked to be more robust against crash or DOS.

  * EPT reader: Re-worked to be more robust against crash or DOS.

  * FITS reader: Re-worked to be more robust against crash or DOS.

  * MTV reader: Re-worked to be more robust against crash or DOS.

  * PALM reader: Re-worked to be more robust against crash or DOS.

  * RLA reader: Re-worked to be more robust against crash or DOS.

  * TGA reader: Re-worked to be more robust against crash or DOS.

  * Avoid possible crash in GetImageCharacteristics() when substituting
    text in comment read from file.

  * Cineon reader: Fixed crash with broken file from Sami Liedes.

  * Palm reader: Fixed crash with broken files from Sami Liedes.

  * PICT reader: Fixed crash with broken files from Sami Liedes.

  * DPX reader: Validate file data better to avoid improper operation with
    intentionally (or accidentally) defective files.

  * XCF reader: Fixed crash with broken files from Sami Liedes.

Bug fixes:

  * Libbz2 is now detected for MinGW.

  * Install documentation under /usr/local/share/doc/GraphicsMagick by
    default, according to GNU conventions.

  * In PerlMagick, Dissolve composition was not working right.

  * FITS: Ensure that written format conforms to specification.

  * TIFF:

    - Don't accidentially convert CMYK images to RGB.

    - Eliminated a memory leak in the codec support detection code.

  * JPEG: Removed over-write of image->client_data.

  * PDF: Try to properly deal with reading rotated PDFs.

  * PNG: Fixed crash when writing PNG images with transparency and either
    optimize is requested, or the image is colormapped.

  * Configure: Fixed the --enable-magick-compat configure option, which
    had stopped working.

  * Configure: Fixed --without-magick-plus-plus so that it works again.  This
    stopped working in the 1.2 release cycle.

  * Configure: Fixed MagickLibVersion text string generation so that it
    is now correct when a component of the release number exceeds '9'.
    Now components can safely count up to '99' before there is a problem.

Performance Improvements:

  * OpenMP (parallel processing) improvements for these functions:

    - Affine transform (-affine -transform)
    - Average images (-average)
    - Add noise (+noise)
    - Black threshold (-black-threshold)
    - Blur (-blur)
    - Border (-border)
    - Channel import, export, and depth-setting (-channel, -depth)
    - Clip path
    - Coalesce (-coalesce)
    - Colorize (-colorize)
    - Colorspace transformation (-colorspace)
    - Compare images ('compare' command)
    - Composition ('composite' command)
    - Convolution (-convolve, -edge, -emboss, -gaussian, -sharpen)
    - Contrast adjust (-contrast)
    - Crop (-crop)
    - CycleColormap (-cycle)
    - Depth setting (-depth, -operator depth)
    - Despeckle (-despeckle)
    - Enhance (-enhance)
    - Equalize (-equalize)
    - Flatten (-flatten)
    - Flip (-flip)
    - Flop (-flop)
    - Frame (-frame)
    - Gamma adjust (-gamma, -operator gamma)
    - Gradient
    - Implode (-implode)
    - Levels adjust image (-level)
    - Local adaptive threshold (-lat)
    - Median filter (-median)
    - Minify image (-minify)
    - Modulate image (-modulate)
    - Morph image (-morph)
    - Mosiac (-mosaic)
    - Motion blur (-motion-blur)
    - Negate image (-negate)
    - Noise filter (-noise)
    - Normalize image (-normalize)
    - Oil Paint (-paint)
    - Opaque (-opaque)
    - Ordered dither (-ordered-dither)
    - Operators (-operator)
    - Profile adjust (ICC) (-profile)
    - Random threshold (-random-threshold)
    - Resize image (-resize)
    - Raise image (-raise)
    - Roll image (-roll)
    - Rotate image (-rotate)
    - Shade image (-shade)
    - Shear image (-shear)
    - Shave (-shave)
    - Solarize image (-solarize)
    - Spread image (-spread)
    - Statistics computation (identify -verbose)
    - Swirl (-swirl)
    - Threshold channel (-threshold, -operator threshold)
    - Threshold image (-threshold)
    - Transparent (-transparent)
    - Trim image (-trim)
    - UnsharpMaskImage (-unsharp)
    - Wave (-wave)
    - White threshold (-white-threshold)

  * Improved coder management performance.

  * XCF (GIMP) reader is much faster.

New Features:

  * Use MAGICK_CODER_STABILITY environment variable to enable a subset
    of the coders based on their stability classification.

  * Use MAGICK_IO_FSYNC environment variable to cause written file to
    be synchronized to disk to avoid possible data loss on power fail.

  * Added 'compare' command to statistically or visually compare two
    image files.

  * Added new channel operators (-operator):

    - Assign
    - Gamma
    - Depth
    - Negate
    - Noise-Gaussian
    - Noise-Impulse
    - Noise-Laplacian
    - Noise-Multiplicative
    - Noise-Poisson
    - Noise-Uniform
    - Threshold
    - ThresholdBlack
    - ThresholdWhite

  * New composition operators (-compose):

    - CopyBlack
    - CopyCyan
    - CopyMagenta
    - CopyYellow
    - Divide

  * Added -motion-blur to motion blur the image.

  * Mogrify and convert now support -black-threshold and -white-threshold.

  * MAT: Now supports reading compressed files.

  * FITS: Now supports 8, 16, 32 bit integer, float, and double images
    and writes correct FITS format.

  * DCRAW: Coder proxy module allows reading digital camera files as if
    they were natively supported.

  * New C API functions:

    - AddNoiseImageChannel(), add noise to an image channel.
    - BlurImageChannel(), blur an image channel.
    - GaussianBlurImageChannel(), gaussian blur an image channel.
    - ImportImageChannelsMasked(), import selected image channels.
    - SharpenImageChannel(), sharpen an image channel.
    - UnsharpMaskImageChannel(), unsharpmask an image channel.
    - New cache view interfaces to correct shortcommings of original
      ones.  New interfaces are AcquireCacheViewPixels(),
      AcquireOneCacheViewPixel(), AcquireCacheViewIndexes(),
      GetCacheViewPixels(), SetCacheViewPixels(), and
      SyncCacheViewPixels(). The deprecated functions are
      AcquireCacheView(), GetCacheView(), SetCacheView(), and
      SyncCacheView().
    - GetCacheViewRegion() reports region bounded by a cache view.
    - GetCacheViewArea() reports area bounded by a cache view.
    - ExportViewPixelArea() exports a cache view as formatted pixels.
    - ImportViewPixelArea imports formatted pixels into a cache view.

  * Removed C API functions:

    - ReadStream()
    - WriteStream()

  * Magick++ C++ API improvements

    - Color class no longer considers transparent black to be an invalid
      color.
    - New Image methods addNoiseChannel(), blurChannel(),
      gaussianBlurChannel(), motionBlur(), randomThresholdChannel(),
      randomThresholdChannel(), sharpenChannel(), unsharpmaskChannel().

Feature improvements:

  * -ordered-dither and -random-threshold may now be used to individually
    dither any named channel.
  * Mogrify and convert now support -minify to halve the image size.
  * Mogrify and convert now support -magnify to double the image size.
2008-11-10 11:24:27 +00:00
wiz
952d6726e7 Update to 0.9.5beta1 to fix build with latest libkdcraw package.
digiKam 0.9.5-beta1 - Release date: 2008-11-05

NEW FEATURES:

General        : libkdcraw dependency updated to 0.1.5

Image Editor   : All image plugin tool settings provide default buttons to reset values.
Image Editor   : New Raw import tool to handle Raw pictures with customized decoding settings.
Image Editor   : All image plugin dialogs are removed. All tools are embedded in editor window.

BUGFIXES FROM KDE BUGZILLA (alias B.K.O | http://bugs.kde.org):

001 ==> 166867 : Digikam crashes when starting.
002 ==> 167026 : Crash on startup Directory ImageSubIfd0 not valid.
003 ==> 146870 : Don't reduce size of image when rotating.
004 ==> 167528 : Remove hotlinking URL from tips.
005 ==> 167343 : Albums view corrupted and unusable.
006 ==> 146033 : When switching with Page* image jumps.
007 ==> 127242 : Flashing 'histogram calculation in progress' is a bit annoying.
008 ==> 150457 : More RAW controls in color management pop-up please.
009 ==> 155074 : Edit Image should allow chance to adjust RAW conversion parameters.
010 ==> 155076 : RAW Conversion UI Needs to be more generic.
011 ==> 142975 : Better support for RAW photo handling.
012 ==> 147136 : When selecting pictures from folder showfoto got closed.
013 ==> 168780 : Loose the raw import.
014 ==> 160564 : No refresh of the number of pictures assigned to a tag after removing the tag from some pictures.
015 ==> 158144 : Showfoto crashes in settings window.
016 ==> 162845 : 'Ctrl+F6' Conflict with KDE global shortcut.
017 ==> 159523 : Digikam crashes while downloading images from Olympus MJU 810/Stylus 810 camera no xD card.
018 ==> 161369 : Quick filter indicator lamp is not working properly in recursive image folder view mode.
019 ==> 147314 : Renaming like crazy with F2 slows down my system.
020 ==> 164622 : Crash using timeline when switching from month to week to month view.
021 ==> 141951 : Blank empty context right-click menus.
022 ==> 116886 : Proposal for adding a new destripe/denoise technique.
023 ==> 163602 : Race condition during image download from Camera/ USB device: image corruption and/or loss.
024 ==> 165857 : Unreliable import when photo root is on network share.
025 ==> 147435 : Resize slider in sharpness dialog doesn't work correct.
026 ==> 168844 : Make the selection rectangle draggable over the image (not only resizable).
027 ==> 147151 : Compile error: multiple definition of `jpeg_suppress_tables'.
028 ==> 170758 : High load when tagging
029 ==> 168003 : Drag&dropping a photo to a folder in Dolphin begins copying the whole system:/media.
030 ==> 142457 : Temp files not cleaned up after crashes.

0.9.4:

NEW FEATURES (since 0.9.3):

General : external libsqlite3 depency removed. sqlite3 source code is now included in digiKam core. Note than for packaging, an external libsqlite3 dependency can be used instead internal version (see B.K.O #160966).
General : Updated internal CImg library to last stable 1.2.9 (released at 2008/06/26).
General : English words review in whole GUI by Oliver Dörr.
General : New search text filter for all metadata sidebar tabs.
General : New dialog to list all RAW camera supported. A search camera model tool is available to easily find a camera from list.
General : Creation of tags simplified everywhere. Multiple tags hierarchy can be created at the same time. Tags creation dialog re-designed.
General : Color theme scheme are pervasively applied in graphical interfaces, giving digiKam a real pro-look when dark schemes are selected.
General : Color theme scheme can be changed from either Editor or LightTable.
General : Add capability to display items count in all Album, Date, Tags, and Tags Filter folder views. The number of items contained in virtual or physical albums can be displayed next to its name. If a tree branch is collapsed, parent views sum-up the number of items from all undisplayed children views. Items count is performed in background by digiKam KIO-Slaves. A new option from Setup/Album dialog page can toggle on/off this feature.

ImageEditor : Raw files can be decoded in 16 bits color depth without to use Color Management. An auto-gamma and auto-white balance is processed using the same method than dcraw with 8 bits color depth RAW image decoding. This usefull to to have a speed-up RAW workflow with suitable images.
ImageEditor : New "save as" image file dialog with photo thumbnail / information.

Showfoto : Added support of color theme schemes.
Showfoto : Added 2 options to setup images ordering with "File/Open Folder" action.
Showfoto : New open image file dialog with photo thumbnail / information.

AlbumGUI : Add a new tool to perform Date search around whole albums collection: Time-Line. Timeline is a new left sidebar tab. It's a great tool complementary to the calendar. Try it out!
AlbumGUI : In Calendar View, selecting Year album shows all images of the full year.
AlbumGUI : New status-bar indicator to report album icon view filtering status.
AlbumGUI : Auto-completion in all search text filter.

BUG FIXES:

001 ==> 146393 : No gamma adjustment when opening RAW file.
002 ==> 158377 : digiKam duplicates downloaded images while overwriting existing ones.
003 ==> 151122 : Opening Albums Has Become Very Slow.
004 ==> 145252 : Umask settings used for album directory, not for image files.
005 ==> 144253 : Failed to update old Database to new Database format.
006 ==> 159467 : Misleading error message with path change in digikamrc file.
007 ==> 157237 : Connect the data when using the left tabs.
008 ==> 157309 : digiKam mouse scroll direction on lighttable.
009 ==> 158398 : Olympus raw images shown with wrong orientation.
010 ==> 152257 : Crash on saving images after editing.
011 ==> 153730 : Too many file format options when saving raw image from editor in digiKam.
012 ==> 151157 : Right and left keys goes to first picture and last picture without shortcuts.
013 ==> 151451 : Application crashed using edit.
014 ==> 139657 : Blueish tint in low saturation images converted to CMYK.
015 ==> 147600 : Showfoto Open folder - files shown in reverse order.
016 ==> 149851 : Showfoto asks if you want to save changes when deleting photo, if changes have been made.
017 ==> 138378 : Showfoto opens file browser window to last the folder used upon startup.
018 ==> 148964 : images are blur only inside showFoto.
019 ==> 146938 : Themes Don't Apply To All Panels.
020 ==> 135378 : Single-click on picture open it in editor.
021 ==> 142469 : Splash screen to be the very first thing.
022 ==> 147619 : Crash when viewing video.
023 ==> 136583 : Album icon does not show preview-image after selecting given image as preview.
024 ==> 129357 : Thumbnails not rotated for (D200)-NEF.
025 ==> 132047 : Faster display of images and/or prefetch wished for.
026 ==> 150259 : media-gfx/digikam-0.9.2 error/typo in showfoto.desktop.
027 ==> 150674 : Turn of live update of preview when moving points in curves dialog or in histogram.
028 ==> 141703 : Show file creation date in tooltip.
029 ==> 128377 : Adjust levels: histograms don't match, bad "auto level" function.
030 ==> 141755 : Sidebar: Hide unused tabs, Add tooltips.
031 ==> 146068 : Mixer does not work for green and blue selected as main channel and monochrome mode.
032 ==> 135931 : Reorganize Batch Processing tools from 'Image' and 'Tools' menus.
033 ==> 159664 : Background color of live/quick filter not updated on folder/date change.
034 ==> 096388 : Show number of images in the album.
035 ==> 155271 : Configure suggests wrong parameter for libjasper.
036 ==> 155105 : Broken png image present in albums folder causes digiKam to crash when starting.
037 ==> 146760 : Providing a Timeline-View for quickly narrowing down the date of photos.
038 ==> 146635 : Ratio crop doesn't remember orientation.
039 ==> 144337 : There should be no "empty folders".
040 ==> 128293 : Aspect ratio crop does not respect aspect ratio.
041 ==> 157149 : digiKam crash at startup.
042 ==> 141037 : Search using Tag Name does not work.
043 ==> 158174 : Precise aspect ratio crop feature.
044 ==> 142055 : Which whitebalance is used.
045 ==> 158558 : Delete Function in Tag Filters panel needs to make sure that the tag is unselected when the tag is deleted.
046 ==> 120309 : Change screen backgroundcolor of image tools.
047 ==> 153775 : Download from camera: Renaming because of already existing file does not work.
048 ==> 154346 : Can't rename in digiKam.
049 ==> 154625 : Image-files are not renamed before they are saved to disk.
050 ==> 154746 : Album selection window's size is wrong.
051 ==> 159806 : Cannot display Nikon d3 raw files.
052 ==> 148935 : digiKam hot pixel plugin can not read canon RAW files.
053 ==> 158776 : Confirm tag delete if tag assigned to photos.
054 ==> 148520 : Change of rating causes high CPU load.
055 ==> 140227 : Remove or modify D&D tags menu from icon view area.
056 ==> 154421 : Live search doesn't search filenames.
057 ==> 118209 : digiKam hotplug script kde user detection problem.
058 ==> 138766 : JPEG Rotations: Give a warning when doing Lossy rotations (and offer to do lossless when applicable).
059 ==> 156007 : Canon Raw+Jpg Locks up download image window during thumbnail retrieval.
060 ==> 114465 : Simpler entry of tags.
061 ==> 159236 : Corrupted file when downloading from CF card via digiKam.
062 ==> 121309 : Camera list sorted by brand.
063 ==> 137836 : Usability: Configure camera gui add and auto-detect camera.
064 ==> 160323 : Changing the album name from sth to #sth and then to zsth causes the album to be deleted along with the files.
065 ==> 145083 : Space and Shift-Space isn't used for navigation between images.
066 ==> 158696 : digiKam image viewer crashes when "Save As" is clicked.
067 ==> 156564 : Light table crashes when choosing channel.
068 ==> 147466 : digiKam crashes on termination if an audio file played.
069 ==> 146973 : Crashes when clicking on preview image.
070 ==> 148976 : digiKam Deleted 2.3 g of Pictures.
071 ==> 145252 : Umask settings used for album directory, not for image files.
072 ==> 125775 : digiKam way to save and delete "Searches".
073 ==> 150908 : Canon g3 not recognized works version 0.9.1.
074 ==> 152092 : Showfoto crashes ( signal 11 ) on exit.
075 ==> 160840 : Wrong filtering on Album-Subtree-View.
076 ==> 160846 : Blurred preview of pics.
077 ==> 157314 : Zoom-slider has no steps.
078 ==> 161047 : Shift and wheel mouse doesn't work.
079 ==> 161087 : Conflicting directions of mouse scroll when zooming.
080 ==> 161084 : Not properly updates status bar info.
081 ==> 162132 : Crash while saving tiff (possibly caused by present alpha channel).
082 ==> 155046 : light-table usability, possible improvements.
083 ==> 161085 : Zoom steps in image editor.
084 ==> 162247 : The photos thumbnails list would be better if in the end of an album/date/tag start the next.
085 ==> 160523 : Crash when saving picture as new name after resizing.
086 ==> 162428 : debug info needed ?
087 ==> 147597 : Typos in the digiKam KDE3 PO file.
088 ==> 162496 : When Digikam saves file as JPEG - JPG options are not always presented.
089 ==> 160740 : Handbook says that libgphoto2 is required but does not say whether it should be compiled with exif support.
090 ==> 148400 : Problem loading 16bit Grayscale TIFF image.
091 ==> 160925 : digiKam crash, I don't know why, but I have the bugreport.
092 ==> 162691 : 0.9.4 beta5 compile error imagehistogram.cpp.
093 ==> 160966 : Some searches don't work properly with the new sqlite3-3.5.8.
094 ==> 162245 : Assigned tag list not updated correctly when "show assigned tags" filter is active.
095 ==> 158866 : Advanced Search on Tags a mess.
096 ==> 162814 : digiKam crashes when using light table (page down).
097 ==> 163151 : Red eye correction doesn't work fine.
098 ==> 163227 : Searching for tag names in simple and advanced search doesn't work.
099 ==> 163474 : Config UI using external media.
100 ==> 156420 : Canon EOS 400D, no thumbnails displayed then digikam segfaults.
101 ==> 163118 : digikam-0.9.4_beta5 compilation hangs with gcc 4.3.
102 ==> 164301 : Filter Albums sub-tree names too, when using quickfilter on icon view.
103 ==> 164482 : Place filename of image in klipper/paste buffer from thumbnail right mouse button context menu.
104 ==> 164536 : Add adjust mid range color levels.
105 ==> 164615 : Image detail info about geometry (X-pixel / Y-pixel) missed.
106 ==> 149654 : Fullscreen icon changes image's zoom to 100% (should fit to screen).
107 ==> 162688 : Digikam RC5, can't see scroll bar sliders in dark theme.
108 ==> 161212 : Switch to full screen resets X11.
109 ==> 164432 : Compilation fails with gcc 3.
110 ==> 164392 : Can't compile digikam with missing libkdcraw.
111 ==> 160617 : Same image gets opened to both sides of view when draggin image to right side.
112 ==> 165823 : Digikam crashes if last picture is removed from lighttable.
113 ==> 165921 : Translation bug: Missing german translation.
114 ==> 130906 : Allow user to click text of tags to tag an image (not checkbox only).
115 ==> 126871 : Click on parent folder in tree should generate a reaction.
116 ==> 162812 : Sharpen slider enhancement refresh previews continuously.
117 ==> 166274 : Rename files on download from camera.
118 ==> 166472 : Thumbnail bar gone in image editor when switching back from fullscreen.
119 ==> 166540 : Showfoto always prints filename.
2008-11-10 09:26:52 +00:00
taca
ee43593a4d make MAKE_JOBS_SAFE to NO. 2008-11-10 05:06:45 +00:00
obache
d21efea158 Need buildlink GL and GLU headers. 2008-11-08 01:10:12 +00:00
sborrill
b59903640e Update to 0.1.16. Changes unknown as not listed in CHANGES file. 2008-11-07 20:11:30 +00:00
wiz
c80a0e6133 Update to 2.10.10:
version 2.10.10
---------------

	New features and user visible changes:

	* Added ability to hide video and audio files, using the gconf key
	  /apps/gthumb/browser/show_only_images.

	Bugs fixed:

	* #552453: gthumb 2.10.9 contains COPYING for GPL v3
	* #546383: gthumb 2.10.9 fails to link Patch by Götz Waschk.
	* Do not exclude xcf images from the file list.

	New or updated application translations:

	* Romanian (Mihai Varzaru)
	* Thai (Manatsawin Hanmongkolchai)
	* Turkish (M. Emin Akşehirli)
2008-11-07 08:52:05 +00:00
gdt
fb7c523879 Update to 7.51. Minor changes omitted; see "Changes".
Oct. 27, 2008 - Version 7.51 (production release)

  - API Changes:
      - Added ExtractEmbedded option
  - Added support for XMP PRISM 2.0 schema tags
  - Added -X option to output extracted information in XML format
  - API Changes:
      - Fixed CanWrite() to be consistent with documentation
  - Added support for new XMP IPTC Extension 1.0 tags (rev 2)
  - Added new Composite LensID tag and changed a number of LensType values in
    an attempt to disambiguate Canon, Pentax, Minolta and Sony 3rd party lenses
  - API Changes:
      - Added ListSep option
  - API Changes:
      - Added ability to pass options to SetNewValuesFromFile
  - WARNING: Older ExifTool versions will not properly rewrite DNG 1.2 images
    which contain multiple color profiles
  - Added DNGVersion check to avoid future problems with major DNG revisions
  - Added support for new DNG version 1.2.0.0 tags
  - Decode Nikon Capture NX 2 NikonICCProfile information (thanks Jens Duttke)
2008-11-06 11:28:09 +00:00
wiz
7a06fb9108 Update to 0.1.6:
v 0.1.6
---------------------------------------------------------------------------

Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org):

001 ==> 162687 : FlickrExport       : Make Flickr Export screen non-modal.
002 ==> 162683 : FlickrExport       : Export to picassaweb doesn't works.
003 ==> 164152 : FlickrExport       : Geotagging when exporting to Flickr.
004 ==> 166712 : PrintWizard        : Choosing the part which is cut off for printing only works for the first photo.
005 ==> 162994 : PicasaWebExport    : Picasa album list does not contain "not listed" albums, contains only "public" albums.
006 ==> 150912 : PicasaWebExport    : Uploader does not upload.
007 ==> 164908 : PicasaWebExport    : Private albums are not listed (and then not usable).
008 ==> 150979 : PicasaWebExport    : Picasa Export-Plugins does not work.

v 0.1.6 - beta1
---------------------------------------------------------------------------

Kipi-plugins NEW FEATURES:

FlickrExport   : dialog layout re-written to be more suitable.
FlickrExport   : list of item to upload is now display in dialog.
FlickrExport   : Support RAW files format to upload as JPEG preview.
PicasaWebExport: Support RAW files format to upload as JPEG preview.

Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org):

001 ==> 149890 : TimeAdjust         : Adjust date and time from Exif does not work.
002 ==> 154273 : RAWConverter       : Quality setting for jpegs saved by raw converter is insanely high.
003 ==> 157190 : GPSSync            : Misleading description for geotagging images.
004 ==> 154289 : FlickrExport       : Cannot upload RAW images.
005 ==> 153758 : FlickrExport       : FlickrUploader fails to upload photos whose caption contains
                                      accented characters or a trailing space.
006 ==> 128211 : FlickrExport       : "Ok" Button in "Add Photos" shouldn't fire upload directly.
007 ==> 159081 : FlickrExport       : Upload to Flickr not working.
008 ==> 162096 : FlickrExport       : When selecting all photos reverses the order.
009 ==> 158483 : PicasaWebExport    : Plugin cause Digikam crash.
010 ==> 160453 : PicasaWebExport    : Crashes when exporting to Picasaweb.
011 ==> 155270 : FlickrExport       : Tags with non-Latin characters dropped during image export.
012 ==> 153207 : FlickrExport       : Without using application tags: Flickr still reads embedded metadata into tags.
013 ==> 153206 : FlickrExport       : Provide option to remove spaces in tags during export.
014 ==> 145149 : FlickrExport       : Flickr uploading from DigiKam does not cache auth data.

v 0.1.5
---------------------------------------------------------------------------

Kipi-plugins NEW FEATURES:

SimpleViewerExport : plugin is now compatible with SimpleViewer version 1.8.x.
SimpleViewerExport : plugin now support RAW files format.

Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org):

001 ==> 155231 : GPSSync            : Timezones are assumed to be only in hourly increments/decrements of GMT.
002 ==> 154849 : GPSSync            : Updates first find only, does not match other than GMT camera time.
003 ==> 144070 : GPSSync            : Typing coordinates doesn't update the map.
004 ==> 152526 : GPSSync            : Remember last display options like zoom and map/sattelite/hybrid view.
005 ==> 158176 : SlideShow          : Linking errors in slideshow plugin (missing -lXrandr).
006 ==> 150393 : SimpleViewerExport : XML file is corrupted if exif comment contains a "<".
007 ==> 134774 : SimpleViewerExport : Exported simpleviewer gallery fails to load images due to wrong xml file name.

v 0.1.5 - RC2
---------------------------------------------------------------------------

Kipi-plugins NEW FEATURES:

PrintWizard    : caption can contain more exif info

Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org):

001 ==> 151578 : BatchProcess : Popup window says "Cannot run properly 'convert' program
                                from 'ImageMagick' package" but it seems fine. (really fixed)
002 ==> 155084 : PrintWizard  : Printing comments and EXIF tags.
003 ==> 155371 : GPSSync      : Add search feature to the embedded GPS Sync Google Maps based editor.
004 ==> 102021 : SlideShow    : Pan and Zoom on Slideshow viewing (not a transition) a la iPhoto

v 0.1.5 - RC1
---------------------------------------------------------------------------

Kipi-plugins NEW FEATURES:

General        : Added the availability to disable plugins we don't want to build.
               : This feature is very useful for source based distros (Matej Laitl)
PrintWizard    : Added raw file management, now raw files can be printed.
SlideShow      : Solved minor issue in filename printing (2D slideshow).
SlideShow      : New caching mechanism
SlideShow      : Added Ken Burns effect
Calendar       : Fixed recurring events not showing (only first date was showed)
                 Setting special events only once (before printing), instead of
                 one for every page

Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org):

001 ==> 149666 : General      : iPod Export kipi plugin cannot be disabled at compile
                                time when libgpod is present on system.
002 ==> 151604 : PrintWizard  : Print Wizard does not recognize raw images.
003 ==> 102021 : SlideShow    : Pan and Zoom on Slideshow viewing (not a transition)
                                a la iPhoto.
004 ==> 151578 : BatchProcess : Popup window says "Cannot run properly 'convert' program
                                from 'ImageMagick' package" but it seems fine.
005 ==> 152210 : BatchProcess : Metadata lost when converting from png to jpeg (IPTC
                                thumbnail too big).
006 ==> 152215 : GPSSync      : GPS correlator starts too many kio_thumbnail processes.
007 ==> 149491 : GPSSync      : GPS correlator GPSSYNC do_not admit GMT+5h30 (India).
008 ==> 150114 : GPSSync      : Max time gap is limited to 999 or 2000 seconds.
009 ==> 154244 : ImageViewer  : SHIFT triggers help dialog.

v 0.1.5 - Beta1
----------------------------------------------------------------------------

Kipi-plugins NEW FEATURES:

General        : Added configure options to allow disabling plugins (--disable-XXXX)
                 provided by Matej Laitl (bug #149666)

PrintWizard    : Wizard GUI review
                 Added exif management.
                 Prints exif date-time info.
                 Font, color and size of captions.
                 Added an option to to print without margins (full-bleed).
                 Added 10x13.33cm into a4 (provided by Joerg Kuehne)
                 Added full size A4 printing (one photo per A4 page)
                 Added A6 size to get the old configuration for 10x15cm page
                 Changed page size to real 10x15cm instead of A6 (need to set up right page size on kprinter)
                 Added a new page size 13x18cm (need to set up right page size on kprinter)
                 Each photo can be printed more than once
PicasaWebExport: New plugin to export pictures to Picasa web service (by Vardhman Jain).
SlideShow      : Dropped imlib2 dependency

Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org):

001 ==> 133193 : PrintWizard  : Data on the photo.
002 ==> 111454 : PrintWizard  : Print photo's date into one corner like print assistant.
003 ==> 146457 : PrintWizard  : Rotation is not done correctly Exif.
004 ==> 138838 : NewPlugin    : Digikam Picasaweb export plugin.
005 ==> 103152 : PrintWizard  : Improvement suggestions for printing wizard.
006 ==> 117085 : PrintWizard  : Have pictures fit a whole, single sheet.
007 ==> 100471 : PrintWizard  : Can't print the same image more than once on the same page.
008 ==> 148621 : JPEGLossLess : Image rotation not working properly.
009 ==> 144388 : JPEGLOssLess : Cache is not updated after rotating pictures.
010 ==> 144604 : JPEGLossLess : Rotation causes Exif data corruption.
011 ==> 150063 : JPEGLossLess : Rotating JPEG produces error and truncates original file.
2008-11-05 19:21:45 +00:00
wiz
25655cd1b2 Update to 0.1.6:
0.1.6
------------------------------------------------------------------------
Updated LibRaw to 0.6.1.
Ported to LibRaw 0.6.0 Api. Removed dcraw.c and DcrawBinary class.
New cameras: Canon 50D, Sony A900, Nikon D90 & P6000, Panasonic LX3 FZ28.


0.1.5
------------------------------------------------------------------------
- API changed: Add white point settings support (dcraw -S option)
               Add new method to set/check brigness settings aviability
               Raw decoding settings widget re-designed to group each
               options by features using tabs.
               Add support dcraw options -m -A -P -p -o.
               Add new signal emited when something is changed in settings.
               Add new integer and double slider widgets with
               default values and reset buttons.
               Add new combo box widget with a default item and reset button.
               Add new method to extract whole embedded JPEG image data as a
               byte array.

- Updated dcraw to 8.87
  New camera : Kodak C603, Nikon D700, Canon EOS 1000D,
  Canon PowerShot SD300, and Olympus E-520.
  Removed useless code from ppg_interpolate().
- Updated dcraw to 8.86
  New camera : Sony A300.
  Fixed camera WB on the A200.
  Set model-specific saturation levels in adobe_coeff().
  No new options introduced.
- Updated dcraw to 8.85
  New camera : Olympus E-420.
  No new options introduced.
- Updated dcraw to 8.84
  New cameras: Canon EOS 450D, Nikon D60, and Fuji S100FS.
  Copied new matrices from Adobe DNG Converter 4.4.
  sRAW support in 1.393 broke Fuji DNG files, now fixed.
  No new options introduced.

0.1.4
------------------------------------------------------------------------
- updated dcraw to 8.83
  new cameras: Apple QuickTake 200, Fuji IS-1, Sony DSLR-A350, Pentax K20D,
               Nokia N95, Canon PowerShots A460, Canon PowerShots A530,
	       Canon PowerShots A650.
  no new options introduced.
- updated dcraw to 8.82
  new cameras: Sony DSLR-A200, Sony DSLR-A700, Sony XCD-SX910CR, STV680 VGA
  no new options introduced.

Bugs fixed from B.K.O (http://bugs.kde.org):
001 ==> 142055 : Which whitebalance is used.
2008-11-05 16:43:30 +00:00
markd
2e01591771 Add qimageblitz 2008-11-04 10:09:22 +00:00
markd
bfaede0c1c Import qimageblitz 0.0.4
Interm graphical effect and filter library for KDE4.0
2008-11-04 10:07:38 +00:00
bjs
f1c1ee0d8d PKGREVISION++ for sysutils/pciutils 2008-11-03 22:05:50 +00:00
obache
1d08806591 Update RMagick to 2.7.1.
RMagick 2.7.1
    o Fix bug #22471, Magick::fonts can abend on 64-bit systems (bug report and
      patch by James Le Cuirot)
    o ImageList.new accepts a block which is passed on to Image::read when
      reading the input  images. The block is executed in the context of an
      Image::Info object.
    o Add support for the "user" image property.
    o Define the Magick::FatalImageMagickError exception class, raised if
      ImageMagick raises a fatal (unrecoverable) exception.
    o Added feature #22618, Image#total_ink_density (request by F. Behrens)
2008-11-02 01:28:50 +00:00
wiz
27a6f00e35 Update to 1.2.33 release (from rc2), no changes. 2008-11-01 14:34:08 +00:00
gdt
0d5748b6b6 Fix COMMENT, DESCR. 2008-11-01 13:40:34 +00:00
tron
1525850513 Re-add "include/cairo/cairo-quartz-image.h" to package list under Mac OS X.
Bump package revision.
2008-10-31 09:46:32 +00:00
wiz
4358c8cac0 Replace patch-ab with a post-extract rule. No change to the binary package,
just one file less in pkgsrc ;)
2008-10-30 22:12:59 +00:00
wiz
e3ad79e4d7 Update to 1.8.2:
Release 1.8.2 (2008-10-29 Carl Worth <cworth@cworth.org>)
=========================================================
The cairo community is pleased to announce the 1.8.2 release of the
cairo graphics library. This is the first update to cairo's stable 1.8
series and contains a large number of bug fixes. It is being released
just over one month since cairo 1.8.0.

This release consists primarily of bug fixes, but there is one notable
new feature, (the ability to build cairo without an external font
backend), and there are a few optimizations as well. See below for
details on these changes and the most important bug fixes.

While many people have contributed to this release, Chris Wilson
deserves particular mention. He has contributed well over twice as
many changes to cairo since 1.8.0 than everyone else combined. We
greatly appreciate the tremendous efforts of Chris and all cairo
contributors.

We recommend everyone upgrade to cairo 1.8.2 and hope that everyone
will have lots of fun with cairo!

-Carl

New feature
-----------
It is now possible to build cairo without any font backend, (such as
freetype, win32 or quartz). This is most useful when the application
provides custom font rendering through the user-font API. But in the
case where no external font backend is available, and no user-font is
provided, cairo will render with a failsafe font, (a stroked font
covering visible ASCII character). (Behdad Esfahbod)

Optimizations
-------------
Dramatically speed up compilation with dolt (removes much of the
libtool overhead) (Behdad Esfahbod with thanks to Josh Triplett).

Several minor optimizations to tessellator (special-cased comparisons,
faster insert for skiplist, etc.) (Chris Wilson).

Optimize away fractional translation component when doing
EXTEND_NEAREST filtering, (for better performance).

General bug fixes
-----------------
Allow cloning sub-regions of similar surfaces to fix this bug
(Chris Wilson):

	Crafted gif file will crash firefox
	[XError: 'BadAlloc (insufficient resources for operation)']
	https://bugzilla.mozilla.org/show_bug.cgi?id=424333

Fix some matrix confusion to fix this regression (Chris Wilson):

	Translucent star exports in a wrong way to PDF
	https://bugs.launchpad.net/inkscape/+bug/234546

Fix some long-standing bugs with respect to properly computing the
extents of transformed, filtered surfaces (Owen Taylor, Carl Worth,
and Chris Wilson):

	Bad clipping with EXTEND_NONE
	http://bugs.freedesktop.org/show_bug.cgi?id=15349

	Improve filtering handling in cairo-pattern.c
	http://bugs.freedesktop.org/show_bug.cgi?id=15367

	Many thanks to Chris Wilson for digging out and cleaning up
	these fixes.

Fix compilation on Solaris 10 (Chris Wilson):

	Cairo requires -DREENTRANT (along with	-D_POSIX_THREAD_SEMANTICS)
	to compile on Solaris 10 with pthreads
	https://bugs.freedesktop.org/show_bug.cgi?id=18010

Fix very old bug causing dashes to be rendered at the wrong length in
fallback images (Adrian Johnson)

	Dashed strokes too long in fallback images
	https://bugs.freedesktop.org/show_bug.cgi?id=9189

Fix broken dashing when a dashed path starts outside the clip region
(Chris Wilson).

Avoid range overflow when computing large patterns (Benjamin Otte and
Chris Wilson).

Avoid crashing due to an invalid font with an incorrect entry in its
CMAP table (Adrian Johnson).

Fix bugs in computing maximum size of text requests that can be sent
with the Render extension, (avoiding potential crashes when rendering
large amounts of text) (Behdad Esfahbod and Chris Wilson).

Fix rendering of operators unbounded by the mask (Chris Wilson).

Fix compilation on systems without compiler support for a native
64-bit type (Chris Wilson).

Fix several cases of missing error-status propagation. (Chris Wilson,
doing the work he seems to never tire of).

Fix several locking issues found with the lockdep valgrind skin (Chris
Wilson).

Backend-specific bug fixes
--------------------------
xlib: Avoid crash due to attempting XRender calls on pixmaps with
formats not supported by the Render extension (Chris Wilson):

	XRender crashes due to NULL pointer from Cairo on SGI O2
	https://bugs.freedesktop.org/show_bug.cgi?id=1173

xlib: Add support for XImages with depth of 4, 20, 24, or 28 bits
(Chris Wilson):

	cairo doesn't support 24 bits per pixel mode on X11
	https://bugs.freedesktop.org/show_bug.cgi?id=9102

xlib: Avoid mistakenly considering two surfaces as similar just
because their depths match (while their Render formats do not) (Karl
Tomlinson).

ps: Fix slight mis-scaling of bitmapped fonts (Adrian Johnson)

svg: Correctly emit comp-op for paint, mask, and show_glyphs
operations (Emmanuel Pacaud).

svg: Use finer-grained fallbacks for SVG 1.2 (as PS and PDF backends
have been doing since 1.6.0) (Chris Wilson).
2008-10-30 21:44:54 +00:00
tron
c8c4823740 Update "imlib" package to version 1.4.2. Changes since version 1.4.0:
- Various bugfixes and security updates

This update addresses SA32354.
2008-10-30 11:26:25 +00:00
bjs
570f86683e Refactor declaration of PATCHFILES/PATCH_SITES again, allowing
the X server to define its own.  PATCHFILES for modular-xorg-server
are now located in ${MASTER_SITE_LOCAL:=xorg-server-patchfiles/}.
2008-10-29 22:20:28 +00:00
bjs
e9b6d32e0f Assign PATCHFILES and PATCH_SITES with += so that we don't stomp on these
definitions in x11/modular-xorg-server/Makefile.
2008-10-29 00:51:56 +00:00
wiz
d31244d7e9 Update to 1.2.33rc02, fixing a security problem.
version 1.2.33beta01 [October 6, 2008]
  Revised makefile.darwin to fix shared library numbering.
  Change png_set_gray_1_2_4_to_8() to png_set_expand_gray_1_2_4_to_8()
    in example.c (debian bug report)

version 1.2.33rc01 [October 15, 2008]
  No changes.

version 1.2.33rc02 [October 23, 2008]
  Changed remaining "key" to "png_ptr->chunkdata" in png_handle_tEXt()
    to avoid memory leak after memory failure while reading tEXt chunk.`
2008-10-28 19:09:29 +00:00
obache
efd4c6c7c5 Update ruby-gnome2 to 0.18.1.
== Ruby-GNOME2 0.18.1: 2008-10-23

This release is bug fix release of 0.18.0.

=== Changes

Ruby/GTK2:
  * fix a bug that init function is deleted. [Kouhei Sutou]
2008-10-28 13:43:57 +00:00
adam
6e64547656 Changes 6.4.5.0:
* Bug fixes and improvements.
2008-10-28 10:42:02 +00:00
bjs
97e1fd19e4 Add the following patch from upstream as a new distribution
patch and bump MesaLib's PKGREVISION.  While here, make a few
small changes to appease pkglint.

commit 2b8d8989fb6f9c36baf166fc715182a1407ebadb
Author: Ian Romanick <ian.d.romanick@intel.com>
Date:   Sun Sep 28 20:31:46 2008 -0700

    Use 3Dnow! x86-64 routines only on processors that support 3Dnow!
    Added an x86-64 CPUID function and use it to detect 3Dnow!
    [...]
    This fixes long standing bug #8724.
2008-10-26 21:03:40 +00:00
adam
ded3573f8c Changes 1.6.10:
* Add sTER chunk support.

Changes 1.6.9:
* Updated cexcept.h to version 2.0.1
* Add missing curly brackets.

Changes 1.6.8:
* Fixed bug with handling of -z and -zi options.
2008-10-26 09:19:16 +00:00
wiz
47e6500491 Update to 2.24.1. Add XMP support using exempi.
Version 2.24.1
--------------

 * Improvements to the JPEG metadata reader (Felix Riemann)
 * Fix progress reporting when images only need copying during "Save As" (Felix Riemann)
 * Fix some critical warnings (Claudio Saavedra, Vincent Untz)
 * Do not open some images at 98% or 99% (Felix Riemann)
 * Install metadata related headers properly (Pierre-Luc Beaudoin)
 * Avoid possible markup "injection attack" (Martin Olsson)
 * Docs improvements.

Bug fixes:

  #530447, Eye of GNOME opens images resized at 98% or 99% zoom (Felix Riemann)
  #555940, eog is vulnerable to pango injection attack :-) (Martin Olsson)
  #555942, Not all public EXIF API headers are installed (Pierre-Luc Beaudoin)

New and updated translations:

- Alexander Shopov [bg]
- Adrian Guniš [cs]
- Pierros Papadeas [el]
- Takeshi AIHANA [ja]
- Changwoo Ryu [ko]
- Jovan Naumovski [mk]
- Wouter Bolsterlee [nl]
- Vladimir Melo [pt_BR]
- Laurent Dhima [sq]
- Daniel Nylander [sv]

New and updated manual translations:

- Osama K, OsamaKhalid [ar]
- Mario Blättermann [de]
- Sira Nokyoongtong, Theppitak Karoonboonyanan [th]
2008-10-25 00:23:03 +00:00
obache
9963456626 Update Rabbit to 0.5.8.
== Changes 0.5.8 from 0.5.7: 2008-10-18

  * Improvements
    * supported Clutter
      * supported page transition
      * supported new comment view that flow comments on a slide.
    * supported IRC backend
      * RabbIRC (akira yamada)
  * Theme
    * added shadow to quote marks
    * try to use Hiragino font if available
    * add a new theme
      * newline-in-slides: supports '\n' newline notation
  * Bug fixes
    * fixed too much grabbed problem on magnifier mode
    * reworked Tofu backend
    * fixed a problem that was reported on Asakusa.rb
2008-10-23 12:23:34 +00:00
tonnerre
8397885a25 Update JHead to version 2.84 in order to fix CVE-2008-4575 (buffer overflow).
Changes since old version 2.4:

 - Fix -da option.
 - Removed some debug printf which were accidentally left in.
 - Avoid duplicating exif header on some commands.
 - Fix up return codes.
 - Preserve file permissions and time when files are modified.
 - Read ISO euqivalnt and white balance from canon makernote.
 - Added -rt (replace thumbnail) feature, and rotate the thumbnail also
   when using the -autorot feature.
 - Added -rgt (regenerate thumbnail) feature.
 - Added -orp and -orl options.
 - Fix typecast issue run itno with GCC 4.
 - Fix shutter speed display in '-c' mode for very long shutter speeds.
 - Fix some nitpicks from Debian folks.
 - Fix a bug in autorot when rotating filenames with spaces in them.
 - Improved handling of corrupt exif linkages in exif header.
 - Added -a (rename associated files) options.
 - Remove maximum jpeg sections limit.
 - Added -ds option.
 - On clearing rotation, clear the image and the optinoal thumbnail rotation
   tags (some viewers use the wrong tag).
 - Add -mkexif option to make a new exif header.
 - Added IPTC handling.
 - Added -q option.
 - Fix handling of corrupted GPS directory.
 - Extract focus distance from canon makernote.
 - Extract subject range (pentax and fuji cameras).
 - Fix it so it no longer deletex XMP sections.
 - Improve IPTC handling a little.
 - Change how date is encoded with -mkexif section to make it more compatible.
 - Make jhead aware of XMP data and not delete it.
 - Decode more exif tags for '-v' mode.
 - Fix a bunch of potential string overflows.
 - Fix bug where IPTC sction was not deleted by -purejpg.
 - Fix GPS altitude decode bug.
2008-10-22 21:58:30 +00:00
obache
bdbef3d062 Update ruby-gnome2 to 0.18.0.
== Ruby-GNOME2 0.18.0: 2008-09-30

This release fixes some memory leak bugs and has new
experimental packages.

=== Changes

Ruby/GLib:
  * mkmf-gnome2.rb: add check_cairo. [Kouhei Sutou]
  * fixed memory leaks. [Kouhei Sutou]
    * [#2110165] Gdk::Pixbuf memory leak
  * install glib-enum-types.h. [Andy Spencer]
    * [#2106938] Install glib-enum-types.h

Ruby/GTK2:
  * add GTK+ 2.12 related bindings. [Guillaume Cottenceau]
  * fixed initialize order. [Kouhei Sutou]
    * [#2113491] Incorrect initialize order (compiling with mingw)

Ruby/GooCanvas [NEW][EXPERIMENTAL]:
  * added. [Kouhei Sutou]

Ruby/Pango:
  * fixed memory leaks. [Kouhei Sutou]

Ruby/GtkSourceView2 [NEW][EXPERIMENTAL]:
  * add. [yselkowitz]
2008-10-22 10:42:02 +00:00
obache
15e01176f7 Add goocanvas. 2008-10-22 10:29:45 +00:00
obache
e5a2e36ff0 Import goocanvas-0.12 as graphics/goocanvas.
GooCanvas is similar in many ways to GnomeCanvas and FooCanvas.
But it uses cairo for rendering, has an optional model/view split,
and uses interfaces for items & models (so you can easily turn any
application object into a canvas item or model).
2008-10-22 10:27:17 +00:00
bjs
6d84f393e9 Don't force using libm functions on Linux; most of the developers
use Linux, and they'd know better than I what's apporpriate.
2008-10-21 06:46:46 +00:00
bjs
9fc300342d Sync MesaLib with upstream mesa_7_0_branch. While here, patch
the r300 dri driver so that the __driConfigOptions symbol is visible.
This is necessary for xdriinfo and driconf to work.  Bump MesaLib's
PKGREVISION.
2008-10-21 06:25:26 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
obache
3756725be3 Update rcairo to 1.8.0.
Release 1.8.0 (2008-09-26) Kouhei Sutou <kou@cozmixng.org>)
===========================================================

Features
--------
  * Support cairo 1.8.0.
  * Resupport cairo 1.2.x. (reported by Yusuke ENDOH)
2008-10-19 13:42:29 +00:00
tron
4d5bc729bb Set API depends here as well. This fixes the build on system with a
builtin "pixman" older than 0.12.0 (e.g. NetBSD-current or Mac OS X).
2008-10-17 13:00:44 +00:00
drochner
5f7a930515 needs gtk2>=2.24, pointed out by wiz 2008-10-17 11:26:19 +00:00
tron
f8d6236967 Remove "include/cairo/cairo-quartz-image.h" which now longer exists
(even under Mac OS X).
2008-10-17 11:21:03 +00:00