Commit graph

7082 commits

Author SHA1 Message Date
bjs
689307a28f The previous commit message was botched; this commit message applies
to graphics/MesaLib as well.

I've added some distribution patches for bug fixes (yes, already, it's
true) and proper DragonFly support (see the sysctl-related changes
in MesaLib/Makefile).  Agressively tracking these patches is the only
way to ensure we squash as many bugs as possible.  No patches in a
given release branch (in this case Mesa_7_0_branch) should ever
merit a bump to BUILDLINK_ABI_DEPENDS.

The head GIT commit ref for patch 002 is:
27b6fa56156673d6e7e6839658bae10de161588b

In the future, I'm going to write some sort of script or something
to manage this, but this will suffice for now.  I may also break
out some of the patch logic into a seperate mk file so that it can
be included by the xorg server, thereby ensuring the sources
are synchronized.

In other news:  I have patches for libdrm to use NetBSD's atomic
ops.  They aren't used in the library proper.  Rather, the
DRM_CAS macro in xf86drm.h now uses atomic_cas_uint.  This is, I believe,
important for proper operation, as this macro is used for context/device
locks in userland.  When I commit the update to libdrm, I will simultaneously
commit a new drm_atomic.h in the kernel.  The atomic ops there now
really do not merit the designation 'atomic'.
2008-04-30 07:09:48 +00:00
bjs
46bc472b00 Mesa 2008-04-30 07:00:14 +00:00
drochner
fb89f4015d libltdl is referenced from libgphoto2 only, so put the bl3 include there 2008-04-29 19:10:11 +00:00
jlam
c398bf4bea Update graphics/ruby-rcairo to 1.6.1. Changes from version 1.6.0 include:
+ Remove PKG_CONFIG_PATH workaround in the package Makefile.  The default
  pkg-config tool script (which properly sets PKG_CONFIG_LIBDIR) now
  works properly (thanks to OBATA Akio).

* Fix Quartz related bugs. (thanks to kimura wataru)
* Support PKG_CONFIG_LIBDIR. (thanks to OBATA Akio)
* Support RubyGems for mswin32.
2008-04-29 17:36:32 +00:00
sborrill
43b38b4517 Update to 0.1.15
Changes:
gtkam 0.1.15

* updated all translations from translation project
        - added Belarusian, Dutch, Punjabi, Polish, Slovakian, Vietnamese
* fixed PNG files corrupted by cvs -> svn migration
2008-04-29 09:36:42 +00:00
sborrill
275b9c1452 Update to 2.4.1
gphoto2 2.4.1

    * Made capture preview that saves to files work
    * capture-image has no arguments
    * version check for libgphoto2 fixed
    * cs,da,it,vi translations updated

gphoto2 2.4.0

    * Add contrib/ directory with scripts and things contributed by users.
    * New --storage-info function to get direct storage information from the
      camera via API.
    * Use SIGUSR1 to trigger premature image capture in --interval mode.
    * New --reset-interval parameter makes SIGUSR1 reset the capture
    interval.
    * New --capture-tethered command to wait for presses of the camera
    shutter button and download. Confirmed working only with Nikon DSC.
2008-04-29 09:35:15 +00:00
obache
b4109a1003 Update GraphicsMagick to 1.1.12.
Significant changes associated with GraphicsMagick 1.1.12 (released April 28, 2008)

  Security Fixes:

    o Do not access X11 or invoke convenience or stealth delegate
      programs based on the file extension. In particular, these file
      extensions are rejected for consideration as a format specifier:
      'autotrace', 'browse', 'dcraw', 'edit', 'gs-color',
      'gs-color+alpha', 'gs-gray', 'gs-mono', 'launch', 'mpeg-encode',
      'print', 'scan', 'show', 'win', 'xc', and 'x'.

  Bugs Fixed:

    o magick/effect.c: Should now compile for ARM CPU.

    o TIFF: Don't request Kodak private tags since these cause some
      versions of libtiff to misbehave.

    o When performing string expansion of image attribute identifiers, skip
      those which require access to image pixels if image pixels are not
      present.

    o CropImageToHBITMAP(), ImageToHBITMAP(): Fix leak of bitmap handle.
2008-04-29 04:56:24 +00:00
tnn
620be85959 Needs -D_POSIX_PTHREAD_SEMANTICS on Solaris 10. (PR pkg/38509) 2008-04-28 15:09:16 +00:00
tnn
d3e1a14433 The "pkgsrc-i386" target doesn't seem to work on SunOS, so for now fall back
to the "pkgsrc" target which is intended to be portable.
2008-04-27 09:43:12 +00:00
wiz
1111854c56 + agg. 2008-04-27 06:41:59 +00:00
wiz
de7c83c895 Import agg-2.5 as graphics/agg.
From pkgsrc-wip, packaged by Paulo Matias.

Anti-Grain Geometry (AGG) is an Open Source, free of charge
graphic library, written in industrially standard C++. AGG
doesn't depend on any graphic API or technology. Basically,
you can think of AGG as of a rendering engine that produces
pixel images in memory from some vectorial data.
2008-04-27 06:41:08 +00:00
tnn
f7c0145c22 Use full path to sysctl(8), an unprivileged user may not have /sbin in $PATH 2008-04-26 20:38:49 +00:00
wiz
283c56c4a7 Update to 2.22.0:
2.22.0:

* Increased version number for GNOME 2.22
2008-04-26 01:14:34 +00:00
wiz
a590ab6723 Add two directories to PLIST. Bump PKGREVISION. 2008-04-25 22:35:38 +00:00
joerg
89fb563488 s/MAKE_JOBS/MAKE_JOBS_SAFE/ 2008-04-25 20:49:13 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
bjs
1e0bbe6581 Build dri by default on i386/amd64 NetBSD >=4.0. It is important we see
what kind of lossage occurs before the next release branch, and this is
the best way to do it.

NOTE: The X server should probably be upgraded to the 1.4 branch now,
as the current (1.3.0.0) server uses Mesa 6.5.3 (a development release
whose time has long since passed).
2008-04-25 20:33:08 +00:00
bjs
15fa89cdf3 Add some SUBST magic for NetBSD to change the name of the function
called in the x86/x86_64 assembler dispatch routine to __thr_getspecific to
avoid an unresolved symbol error from ld at link-time.

This is a weak alias in libc and a strong alias in libpthread, so
everything should work fine.  This could probably be fixed in a better way,
but for now, I think "it works" is a plus.

Bump rev.
2008-04-25 20:11:11 +00:00
joerg
d66eecfc97 Explicitly include Python 2.1 -- this is used by Zope 2.5. 2008-04-25 19:46:49 +00:00
tnn
33bbd3e9ff PR pkg/38506: Rob Quinn: Work around Solaris /bin/sh brain damage. 2008-04-25 15:39:54 +00:00
kefren
e17746ad53 libgdiplus is still version 1.9 2008-04-25 08:16:51 +00:00
tnn
a6cfdc47c5 Fix redundant BUILDLINK_ABI_DEPENDS 2008-04-24 11:57:35 +00:00
tnn
42767467a0 Two BUILDLINK_ABI_DEPENDS lines are one too many. 2008-04-24 11:55:22 +00:00
tron
a593e6f099 Backout last change. It breaks the build on system which use a builtin
"freetype2" and provide a "freetype2.pc" (e.g. Mac OS X Leopard or
any uptodate Linux distribution).
2008-04-24 11:18:13 +00:00
tnn
1bc6f93d6a remove stale patch 2008-04-24 09:51:11 +00:00
tnn
854c5b31bc Update to glx-utils-7.0.3 (catch up w/ Mesa) 2008-04-24 09:41:38 +00:00
bjs
3527d68c0d Welcome to Mesa-7.0.3.
Changes from 6.4.2 are (obviously) far too numerous to mention!  This
package brings with it support for the Direct Rendering Infrastructure
(DRI) on NetBSD-current; the kernel DRM was committed approximately
one year ago.  Patches for NetBSD 4.0 are available in the mailing list
archives (I think), but are _not supported_.

Developers and other interested parties are encouraged to read the TODO
file, as well as my remarks in options.mk.  There is still a significant
amount of work to be done.  Users of NetBSD/i386 (-current) shouldn't
have much trouble getting mainstream cards (Intel i915 and Radeon 9600-
R430 are by far the most tested) to work.

I have taken great pains to ensure that this works properly, but inevitably
there will be problems--especially on heretofore untested (read: non-x86)
hardware.  Your questions, comments, problem reports, and of course
bug fixes are welcome.

NOTE: There are currently problems (on NetBSD, at least) linking some
executables, e.g. compiz, due to unresolved symbols for libpthread
functions.  This is due to libX11's thread stubs, which should not
be enabled on NetBSD >= 2.0; see the TODO For more information
and the URL of an interim patch.
2008-04-24 07:40:23 +00:00
jnemeth
710220f19b fake up a freetype2.pc file for configure scripts that want it 2008-04-24 01:11:15 +00:00
wiz
5532a0c73a Update to 1.28:
2008-03-30 v1.28 Tels 128 tests
  * raise minimum required Perl version to v5.6.2
    (it doesn't work on 5.005 anyway, open() with three arguments
     is not supported there and I don't have time to rewrite the code
     for outdated Perl versions. If you need it to run on 5.005, write
     a patch and file a bug report please.)
  * fix bug #15167: Incorrect width and height for JPG files
    (the fix now keeps the highest value for width/height, instead of
     creating an array ref with all the values)
  * remove Build.PL (bundle Module::Install 0.71)

2007-12-15 v1.27 Tels 128 tests
  * add both main authors to META.yml (does not work yet due to bug
    in Module::Install)
  * fix bug #30890: [PATCH] Transposed lines in documentation
  * fix bug #31165: Add attribute for parsing TIFF images (Thanx Adam Witney!)

2007-09-09 v1.26 Tels 128 tests
  * clarify the license by adding "v5.8.8" (otherwise it is quite unclear
    which Perl version, release or product the license text refers to)
  * fix bug #29088 - Another hanging image
  * fix bug #29243 - Exiftext fields (like UserComment) not parsed correctly
2008-04-23 21:12:57 +00:00
tron
23320f4f1f "atsui" support in "cairo" has been deprecated. Remove "atsui" specific
bits (available under Mac OS X only) and correct the package list.
Bump package revision.
2008-04-22 10:23:09 +00:00
adam
9d029f7711 Changes 1.6.0:
* wrap cairo_format_stride_for_width().  All new cairo 1.6 API should now be
  implemented in cairomm

Changes 1.5.0:
* Unstable release wrapping new API in cairo 1.5 series
* Bugfixes
2008-04-21 15:00:18 +00:00
xtraeme
470d27cf43 Update to 1.060:
* Wrap new API:
 - cairo_has_current_point
 - cairo_path_extents
 - cairo_format_stride_for_width
 - cairo_surface_copy_page and cairo_surface_show_page
 - cairo_ps_surface_restrict_to_level, cairo_ps_get_levels, and
   cairo_ps_level_to_string
 - cairo_ps_surface_set_eps and cairo_ps_surface_get_eps

* Provide Cairo::FtFontFace::create which can be used with Font::FreeType.
* Complete the API listing POD.
2008-04-21 14:43:20 +00:00
tnn
aece2f338c Update to cairo-1.6.4.
Major changes between the 1.4 and 1.6 branch:
- Now uses external "pixman" library instead of a bundled one.
- Improvements to PDF, SVG and PostScript output
- New support for arbitrary X server visuals
  (the 8-bit display support patch (patch-ae in pkgsrc) is integrated)
- rendering backend improvements
- various new API additions, while maintaining ABI compatibility
- New Quartz backend
- bug fixes
2008-04-21 11:29:33 +00:00
kefren
58338ff0ce Update to libgdiplus 1.9 2008-04-19 18:43:38 +00:00
tonnerre
86b206b2fd Fix insecure temporary file handling in comic and comicthumb utilities.
Eliminate insufficient escaping on shell calls for rar archives/jpegtran.
2008-04-19 14:28:46 +00:00
joerg
ea0b624ed5 PYTHON_VERSIONS_ACCEPTED must be set before including pyversion.mk. 2008-04-18 13:51:53 +00:00
reed
0c65c64d91 Fix comment. 2008-04-17 20:24:38 +00:00
abs
3144db8e64 PYTHON_VERSIONS_ACCEPTED+=25 2008-04-16 12:15:28 +00:00
wiz
3e9bbcc9de librsvg-2.22.2 needs at least glib2-2.12.0. 2008-04-15 21:24:27 +00:00
drochner
86e6f70c20 update to 2.22.1
This switches to the gnome-2.22 release branch.
2008-04-15 18:34:32 +00:00
drochner
ee328b2b66 update to 2.22.2
This switches to the gnome-2.22 release branch.
2008-04-15 17:41:13 +00:00
drochner
6c9c78044a update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-15 17:37:13 +00:00
wiz
54549a250b Update to 1.2.27beta3, fixing a possible application security problem.
See http://libpng.sourceforge.net/Advisory-1.2.26.txt for details.

Changes since 1.2.26:
version 1.2.27beta01 [April 12, 2008]
  Fixed bug (introduced in libpng-1.0.5h) with handling zero-length
    unknown chunks.
  Added more information about png_set_keep_unknown_chunks() to the
    documetation.
  Reject tRNS chunk with out-of-range samples instead of masking off
    the invalid high bits as done in since libpng-1.2.19beta5.

version 1.2.27beta02 [April 13, 2008]
  Revised documentation about unknown chunk and user chunk handling.
  Keep tRNS chunk with out-of-range samples and issue a png_warning().

version 1.2.27beta03 [April 14, 2008]
  Added check for NULL ptr in TURBOC version of png_free_default().
  Removed several unnecessary checks for NULL before calling png_free().
  Revised png_set_tRNS() so that calling it twice removes and invalidates
    the previous call.
  Revised pngtest to check for out-of-range tRNS samples.
2008-04-15 13:26:14 +00:00
jlam
91f85599d9 Update graphics/ruby-cairo to 1.6.0. Changes from version 1.5.1 include:
* Support cairo 1.6.0.
   * Improve Quartz surface support. (thanks to kimura wataru, OBATA Akio)
   * Support Cairo::Win32PrintingSurface.
   * Support Cairo::QuartzImageSurface.
   * Support ruby 1.9.1.
   * Add Cairo::Paper.
     * Improve size specification of Cairo::PSSurface,
       Cairo::PDFSurface, Cairo::SVGSurface.
2008-04-14 20:09:32 +00:00
wiz
66ac5d4a41 Update to 1.0.19.
Remove sane-backends-hp3900 option, support is now enabled by default.

New with 1.0.19, released 2008-02-10:

* New backends: cardscan (Corex Cardscan 800c), epjitsu (Epson-based Fujitsu),
  epson2 (various Epson scanners), hp3900 (HP ScanJet 3970 and more),
  hp5590 (HP ScanJet 5590 and more), hpljm1005 (HP LaserJet M1005 and more),
  hs2p (Ricoh IS400 series)
* Updated backends: abaton, agfafocus, apple, artec, artec_eplus48u, as6e,
  avision, canon, coolscan, coolscan2, dc25, dell1600n_net, dll, epson,
  fujitsu, genesys, gt68xx, hp3500, ibm, lexmark, microtek, microtek2, mustek,
  nec, net, pie, pint, pixma, plustek, plustek_pp, ricoh, s9036, sm3600,
  sm3840, snapscan, sp15c, st400, tamarack, teco2, test, u12, umax, umax1220u,
  umax_pp
* Scanimage detects more chipsets.
* Internal scsi, usb, tcp and udp code updates.
* Basic HAL .fdi creation support
* Build system updates.
* Updated translations.
* Documentation updates.
* Bugfixes.
2008-04-13 21:43:39 +00:00
wiz
0725510c30 Update to 1.2.26:
version 1.2.26beta01 [February 21, 2008]
  Added missing "(" in pngmem.c.  Bug introduced in libpng-1.2.2/1.0.13

version 1.2.26beta02 [March 12, 2008]
  Refined error message returned from deflateInit2 in pngwutil.c
  Check IHDR length in png_push_read_chunk() before saving it.

version 1.2.26beta03 [March 16, 2008]
  Revised contrib/gregbook to handle premature end-of-file and file
    read errors correctly.

version 1.2.26beta04 [March 18, 2008]
  Free png_ptr->big_row_buf and png_ptr->prev_row before allocating
    new copies in png_read_start_row().  Bug introduced in libpng-1.2.22.

version 1.2.26beta05 [March 19, 2008]
  Removed extra png_free() added in libpng-1.2.26beta04.

version 1.2.26beta06 [March 19, 2008]
  Avoid reallocating big_row_buf and prev_row when the size does not increase.

version 1.2.26rc01 [April 2, 2008]
  Ifdef out some code that is unused when interlacing is not supported.
2008-04-13 20:25:15 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
obache
189744d6b2 Drop maintainership.
These packages was switched to gem version, I'm not in the area.
2008-04-10 07:28:50 +00:00
joerg
def34bd2b9 Fix installation. 2008-04-07 17:50:46 +00:00
joerg
f67c4cfe86 Fix DESTDIR. 2008-04-07 17:49:55 +00:00
adam
5579996093 Changes 0.46:
* Paintbucket tool
* Tweak tool
* 3D Box tool
* Live path effects
* Color management
* New SVG filters and UI
* Native PDF and AI import
* XAML import/export
* Open Clip Art Library integration (import/export)
* Stock patterns
* Bitmap editing extension effects
* Full on-canvas gradient editing
* Engraver's Toolbox in the Calligraphic tool
* Touch selection
* Dockable dialogs
* Command-line access to verbs
* Snapping made usable
* "3D" / axonometric grid
* Angled guidelines
* Conversion of objects to guidelines
* Significant speed and interactivity improvements
* Hundreds of smaller features and bugfixes
2008-04-07 17:08:53 +00:00
joerg
6668c4cdcf Fix DESTDIR. 2008-04-07 16:25:37 +00:00
tnn
a18562f3c6 Update to 0.4.0.
* Core
  * Faster engine
  * Possibility of seam step > 1
  * More precision for rigidity value
* Interface
  * Autosize button for object deletion
  * Optionally scale (or LqRescale) back to
    the original size
  * Rescale order option
2008-04-05 02:11:48 +00:00
tnn
e3387edbc8 Add liblqr. 2008-04-05 02:02:20 +00:00
tnn
500260c411 Import liblqr-0.1.0.2 as graphics/liblqr.
This is the liquid rescale algorithm library from graphics/gimp-liquid-rescale.
For the 0.4.0 release it was split off as a standalone library.
2008-04-05 02:00:39 +00:00
obache
66236cebf9 PLIST has been changed by switch to gems, need bump PKGREVISION. 2008-04-04 16:15:32 +00:00
jlam
6973294f00 Add and enable new ruby-* packages. 2008-04-04 15:33:05 +00:00
joerg
372043a7ec Supports DESTDIR. 2008-04-04 15:30:05 +00:00
jlam
49044b1ec2 Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
2008-04-04 15:30:00 +00:00
joerg
711c7afa2c Supports DESTDIR. 2008-04-04 15:25:18 +00:00
jlam
885bb9d933 Update ruby-cairo to version 1.5.1. Changes from version 1.5.0 include:
+ Install as a Ruby gem.

* Support Quartz surface.
* Fix a wrong type conversion bug.
* Fix a memory leak bug.
* Support ruby 1.9.0.
* Fix typos.
* Rename Cairo::WIN32Surface to Cairo::Win32Surface
  * Cairo::WIN32Surface is still available for backward compatibility but
    don't use in newly written code.
2008-04-04 15:19:26 +00:00
jlam
f519ab9d80 Update ruby-opengl to version 0.60.0. Changes from version 0.32g
include:

    + Install as a Ruby gem.

    * Support for Ruby 1.9.0+ (requires mkrf 0.2.3)
    * Added support for many more OpenGL extensions
    * GLU and GLUT cleanup, bugfixes, some missing functions added -
      version 3.7 of GLUT API is now requirement (previously 3.0)
    * Support for OpenGL 2.1 (that includes pixelpack/unpack buffer)
    * Lots of bugfixes.
2008-04-04 15:19:23 +00:00
jlam
484b2010c1 Initial import of ruby18-color-1.4.0 as graphics/ruby-color.
The capabilities of the Color library are limited to pure mathematical
manipulation of the colors based on color theory without reference to
color profiles (such as sRGB or Adobe RGB).  For most purposes, when
working with the RGB and HSL colors, this won't matter.  However, some
color models (like CIE La*b) are not supported because Color does not
yet support color profiles, giving no meaningful way to convert colors
in absolute color spaces (like La*b, XYZ) to non-absolute color spaces
(like RGB).
2008-04-04 15:19:16 +00:00
obache
9e8d6eb7bb update RMagick to 2.3.0.
Changes:
o Added Image#encipher, Image#decipher (available with ImageMagick 6.3.8-6)
o Added DTX1Compression, DTX1Compression, and DTX1Compression
  CompressionType enums (available in ImageMagick 6.3.9-4)
o Added optional "use hex format" argument to Pixel#to_color
o Support :area resource type in Magick.limit_resource
o Pixel.from_HSL and Pixel#to_HSL are deprecated. Use Pixel.from_hsla
  and Pixel#to_hsla instead. The new methods rely on the ImageMagick 6.3.5
  and later API.
o The Image#alpha and alpha= attributes are deprecated. Use alpha() and
   alpha? instead.
o The Image#mask= attribute is deprecated. Use mask() instead.
o The use of Ruby older than version 1.8.4 with RMagick is deprecated and
  will not be supported in a future release.
o Fix bug #18271, rvg width and height attributes wrong after a call to
  viewbox (reported by Greg Jarman)
2008-04-02 01:59:59 +00:00
jlam
91a4232f3d Fix the optional loading of rubygems at the head of the rabbit scripts.
If rubygems is not found, then just continue.  Bump the PKGREVISION
to 3.
2008-03-31 15:26:34 +00:00
obache
bf6a9fbe28 Merge patch-af into patch-aa, both for 'makefile.cfg'. 2008-03-28 09:01:30 +00:00
tonnerre
8148fc4658 Fix Sun RAS buffer overflow (CVE-2007-2356). This was fixed in gimp2 but
gimp1 was forgotten.
Approved-by: gdt, joerg
2008-03-23 14:27:51 +00:00
adam
3c93cadf74 Added LDFLAGS, which is sometimes needed 2008-03-22 08:48:17 +00:00
is
7b2e455a57 Replace C++-style comments with C comments in 5 places, makeing this compile on
arm and ppc, where our X11 is using -ansi. No functional change.
2008-03-21 22:22:20 +00:00
drochner
10ca94814c add a patch from Debian (bug #413041) to fix some heap corruption
on malformed image input (CVE-2007-2721),
also fix some initialisation which could cause random misbehaviour
on cleanup,
bump PKGREVISION
2008-03-20 19:58:16 +00:00
jlam
901cec84ca Allow for loading libraries installed as gems. Bump PKGREVISION. 2008-03-18 06:14:31 +00:00
obache
a2d7eb73fa Need DISTFILES difinition, patch also include additional files. 2008-03-17 12:18:47 +00:00
obache
b77c22493f Remove redundant DISTFILES definition. 2008-03-17 12:12:45 +00:00
wiz
c59db844fd + kipi-plugins-calendar. 2008-03-16 00:13:46 +00:00
joerg
cb9ea2a903 py-gtk2 needs Python 2.4 2008-03-15 16:51:09 +00:00
jlam
d70ee3703a Support user-destdir installation. 2008-03-14 17:22:49 +00:00
gdt
daad29fe99 remove ${TCL} from lua files in PLIST, because they do get built and
installed when lua is enabled and tcl is not.
2008-03-14 12:56:01 +00:00
joerg
b0817a2185 Ensure that pthread it linked for any program that might open graphviz
plugins. This should fix the crash on NetBSD 4 and earlier, the
remaining part of PR 38045.
2008-03-14 01:16:36 +00:00
gdt
6a60f3007d Update to 7.21.
Mar. 12, 2008 - Version 7.21 (production release)

  - Added support for Leica M8 maker notes (in both DNG and JPEG images)
  - Added ability to write encrypted Nikon makernote information (!!)
  - Fixed decoding of Nikon D3 color balance information
  - Decode AFPointsUsed for Nikon D3 and D300 (thanks Jens Duttke)
  [many minor changes]
2008-03-13 00:30:39 +00:00
drochner
e0a13b4725 update to 1.4.12
changes:
-minor build framework fixes
-allow cairo.Context to be subclassed
2008-03-12 20:54:52 +00:00
drochner
6f648db2bf update to 1.4.14
changes:
-minor bugfixes
-make PostScript output more conformant wrt Type 3 fonts
2008-03-12 20:48:11 +00:00
tnn
882d3eb4fe Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.
2008-03-11 18:47:40 +00:00
taca
9cd6e832a2 Instead of installing some duplicated files with ruby-rttool pacakge,
depends on ruby-rttool pacakge.

Bump PKGREVISION.
2008-03-11 15:56:10 +00:00
joerg
7424964de5 Fix dynamic linkage (again). Fix a segmentation fault when the config
file can't be opened for write. Fix guile option.

Bump revision.
2008-03-11 15:46:57 +00:00
wiz
44a6599d29 Create the empty directories that are removed during uninstall even
for binary packages.

Bump PKGREVISION.
2008-03-10 12:37:58 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
jlam
4b86e2bfab Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 15:39:09 +00:00
rillig
ebcb0ce01e Resign from maintaining a lot of packages, so everyone is free to update
them at will.
2008-03-04 11:02:23 +00:00
adam
f5fb47349e Changes 2.4.5:
- fixed a regression introduced by the brush cursor optimization
- fixed bug in transform tool preview
- fixed PSD export of images with layer masks
- fixed base64 encoding routine of the Mail plug-in
- use the correct background color when creating a new image
- explicitly link libgimpthumb with GLib
- improved selection of the font sample string
- unified handling of "Enter" and "Space" keysyms
- fixed bug in the Glossy script when used with a pattern
- correctly record dimensions in Exif data when saving as JPEG
- fixed sensitivity of plug-in menu items
- fixed potential crashes in Wind, Warp, Small Tiles and Apply Canvas
  plug-ins
- added default keyboard shortcut for "Paste As New Image" (Ctrl-Shift-V)
- added default keyboard shortcut for "Copy Visible" (Ctrl-Shift-C)
- fixed missing preview update in Curves tool
- fixed a bug in the Frosty Logo script
- fixed backward transformations using the PDB
- translation fixes and updates (de, eu, eo, fr, he, hu, it, ja, ko)
2008-03-02 15:49:24 +00:00
drochner
e54eaafed8 update to 3.1.0
changes:
-IPTC support
-IPTC support
-UI improvements
-bugfixes and speed improvements
2008-03-02 12:59:41 +00:00
drochner
01d70ef23a update to 1.4.2
changes:
-minor UI improvements
-bugfixes
2008-03-02 12:55:06 +00:00
drochner
d436e65cba split out the "calendar" plugin into a seperate pkg -- it depends
on "kdepim" which is a too heavy dependency for me
2008-03-02 12:33:09 +00:00
wiz
49cad03c10 Update to 8.82, provided by Bernd Limbach in PR 38130:
revision 1.398
date: 2008/02/06 21:29:13;  author: dcoffin;  state: Exp;  lines: +61 -36
Added the "-P" and "-S" options.
Support the Sony DSLR-A200 and the PowerShots A720 and S5 IS.
----------------------------
revision 1.397
date: 2007/12/10 07:43:31;  author: dcoffin;  state: Exp;  lines: +56 -6
Support the Panasonic DMC-L10, added the "-W" option.
----------------------------
revision 1.396
date: 2007/11/16 15:24:52;  author: dcoffin;  state: Exp;  lines: +3 -0
Cropped four columns from the Nikon D3.
----------------------------
revision 1.395
date: 2007/11/12 20:28:32;  author: dcoffin;  state: Exp;  lines: +34 -26
Abolished the getrat() macro, support the Hasselblad H3D.
----------------------------
revision 1.394
date: 2007/11/04 02:18:54;  author: dcoffin;  state: Exp;  lines: +12 -6
Added the Olympus E-3 and adjusted a few maximums.
----------------------------
revision 1.393
date: 2007/10/30 06:23:29;  author: dcoffin;  state: Exp;  lines: +333 -88
Support the AVT F-080C, Canon EOS 40D, Canon EOS-1Ds Mark III,
Canon PowerShot G9, Nikon Coolpix S6, Nikon D3, Nikon D300,
Panasonic DMC-FZ18, and Sony DSLR-A700.
Support the new Canon sRAW CR2 format.
Added median filtering after interpolation.
2008-03-02 09:48:42 +00:00
obache
ede4ad33ba Update rabbit to 0.5.5.
While here, marked as DESTDIR ready.

== Changes 0.5.5 from 0.5.4: 2008-03-01

  * Bug fixes
    * fixed tests (reported by OBATA Akio)
    * fixed --margin option
  * supported HikiDoc installed by RubyGems
  * removed Tgif related files (reported by OBATA Akio)
  * removed needless windows-adjust theme
  * stopped to show progress message when index page is generating
  * added --log-level option
  * added document for MacPorts
  * rabbit-mode.el:
    * removed a needless variable.
2008-03-01 12:08:44 +00:00
cube
7831e2130e Allow nvtv and nvtv-gtk2 to build under modular X. From Sergey Svishchev
in private mail.
2008-02-29 06:57:55 +00:00
drochner
70e68a2983 update to 1.2.25
changes: bugfixes
2008-02-28 19:55:42 +00:00
rillig
b32b7657bb Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
2008-02-28 11:58:47 +00:00
obache
c51e5fd97c Add and enable libotf. 2008-02-26 11:49:08 +00:00
obache
fc7c683ede Import libotf version 0.9.7.
The library "libotf" provides the following facilites.

    o Read Open Type Layout Tables from OTF file.  Currently these
      tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.

    o Convert a Unicode character sequence to a glyph code sequence by
      using the above tables.

The combination of libotf and the FreeType library (Ver.2) realizes
CTL (complex text layout) by OpenType fonts.
2008-02-26 11:47:35 +00:00
heinz
20f9e5af11 The package supports installation to DESTDIR. 2008-02-25 22:35:23 +00:00
obache
fa175a96db Update GraphicsMagick to 1.1.11.
Significant changes associated with GraphicsMagick 1.1.11 (released September 23, 2007)

  Bugs Fixed:

    o BMP: Support large files.

    o DIB: Support large files.

    o PNG: Fix depth handling with 16-bit PNG files in the Q8 build.

    o SUN: Properly report image depth.

    o TIFF: Endian option (-endian) now controls TIFF byte endian order
      rather than bit fill order.

    o DCM, DIB, XBM, XCF, XWD: Eliminate integer overflow vulnerability
      (IDefense 09.19.07).

    o HSL colorspace transform: Avoid optimization bug noticed on Opteron
      with GCC.

    o HWB colorspace transform: Avoid optimization bug noticed on Opteron
      with GCC.

    o RGBTransformImage()/TransformRGBImage(): Was using HWB colorspace
      when HSL was requested.

    o Successfully reads files with names like 'file[123]'.

    o 'gm display': No longer rely on isatty() to determine if input is
      from a pipe (use 'gm display -' to display an image read from a pipe).

  Feature Improvements:

    o 'identify +ping' forces the pixels to be read (similar to GM 1.2).

    o 'gm -version' now indicates if build supports "Large Memory" (i.e. 64-bit).

    o TIFF: Use '-define tiff:fill-order={msb2lsb|lsb2msb}' to control
      TIFF bit fill order.


  Performance Improvements:

    o No longer bogs down if a directory contains hundreds of thousands of
      files and the filename looks like a wildcard specification.
2008-02-24 02:58:40 +00:00
xtraeme
164cefb42a Update to 1.045.
Overview of changes in Cairo 1.045
==================================

* Fix memory allocation errors on win32.  [T.J. Ferraro]

Overview of changes in Cairo 1.044
==================================

* Add entries for the various kinds of surfaces to the API listing.
* Fix some test suite and build issues.

Overview of changes in Cairo 1.043
==================================

* Fix a few build and compatibility problems.

Overview of changes in Cairo 1.042
==================================

* Fix a few build and test failures.

Overview of changes in Cairo 1.041
==================================

* Use Test::Numer::Delta to make floating point tests more reliable.

Overview of changes in Cairo 1.040
==================================

* Re-add Cairo::Surface::finish.
* Add support for cairo_get_scaled_font.
* Document the new API.

Overview of changes in Cairo 1.031
==================================

* Track upstream API improvements.
* Fix enum error messages to display the correct list of allowed values.
* Fix a endianness-related test failure.
2008-02-20 11:01:37 +00:00
markd
7eba2b7bc4 Update to kde3.5.9
KPDF
* Don't close with no further notice when trying to allocate too much
   memory.
* Fix crash on some PDF with empty property strings.
* PDF passwords are Latin1, so encode them correctly.
* Allow to exit the presentation mode using the shortcut used for starting
  it.
* Do not download remote documents again when saving them.
* Draw underlined links correctly.
* Fix crash on PDF that specify masks with parts outside the page.
* Support PDF with name tokens bigger than 127 altough the specification
  says they can not be longer as Acrobat does.
2008-02-20 10:18:14 +00:00
obache
a08e0f1c74 Depend on x11/xwininfo if not exists xwininfo (maybe X11TYPE==modular).
Bump PKGREVISION.
2008-02-15 13:33:20 +00:00
obache
748df3e8c5 Not to use extended regular expressions for SUBST.
Should fix build problem on sed!=nbsed.
2008-02-15 13:25:53 +00:00
obache
280554388b RAA does not have recent archives. 2008-02-14 08:44:57 +00:00
obache
b484d851e2 Update Rmagick to 2.2.2.
Changes:
RMagick 2.2.2
    o Fixed bug #18016, check for InitializeMagick in libMagickCore
      (bug report from Dan Gilbert)
2008-02-13 14:48:25 +00:00
kefren
908031cb70 Update to libgdiplus 1.2.6 2008-02-13 14:26:23 +00:00
gdt
2f6700a68e Update to 7.15.
Feb. 5, 2008 - Version 7.15 (production release)

  - API Changes:
      - Also allow File::RandomAccess reference as argument to ImageInfo()
  - Added -T option (equivalent to -t -S -q -f)
  [many small fixes and improvements omitted; see Changes file.]
2008-02-13 14:03:15 +00:00
obache
1734073e0a This package is DESTDIR ready. 2008-02-13 06:31:16 +00:00
rillig
cdf1872485 Needs -lm on Solaris. 2008-02-12 16:53:30 +00:00
obache
697dde5bc6 DESTDIR ready. 2008-02-12 14:56:41 +00:00
obache
a0159eb4db Add DESTDIR support. 2008-02-12 13:56:48 +00:00
drochner
4e4afd7c30 also patch CVE-2007-6697 (buffer overflow in gif parser), from upstream
CVS, bump PKGREVISION
2008-02-11 10:12:24 +00:00
obache
30689e628b Use of "share/doc/html" is deprecated. Use "share/doc/${PKGBASE}"
Bump PKGREVISION.
2008-02-08 15:19:42 +00:00
obache
5f5c6b51be DESTDIR handling is now in lang/ruby/modules.mk. 2008-02-08 15:11:47 +00:00
drochner
80fd9f3d62 add a patch from upstream CVS to fix buffer overflow (CVE-2008-0544),
bump PKGREVISION
2008-02-08 12:33:31 +00:00
tnn
5c13124820 Fix more cases of non-chainable PKGSRC_COMPILER tests. 2008-02-08 10:34:19 +00:00
heinz
bd1c27708d Updated to version 2.36.
Pkgsrc changes:
  - none

Changes since version 2.33:
===========================
2.36	16 September, 2007
	-Fixed SVG::DOM POD

2.35	14 September, 2007
	-Fixed SVG::DOM POD

2.34    17 May 2005
	-SVG::Element - Removed elsep entry for CDATA, cdata, cdata_noxmlesc
	 fields to get rid of artificial blank spaces that confuse some browsers
	-SVG::DOM - added getRootNode method
	-Added user-contributed DOM2 methods to SVG::DOM
2008-02-07 20:50:03 +00:00
tnn
bdcd11f1c3 Needs GNU nroff to format catpages with -mandoc. 2008-02-07 13:24:36 +00:00
smb
c1403a68e3 Add missing #include to make it work on amd64 2008-02-06 23:33:00 +00:00
adam
e6dc71ea32 Changes 2.16.1:
- Fixed bugs
- Improvements to PHP binding
- Improvements to OCAML binding
- Make regression tests run from the build tree, rather than require
  installation
- Repair freetype detection on RedHat-7 (Yes, people still use it!!)
- Fix zoom-at-mouse-location in -Txlib and -Tgtk
- Fix some dotty regressions

Changes 2.16:
- Fixed bugs
- new regression test suite
- new cgraph library (will eventually replace graph and agraph)
- add "image" and "imagescale" for simpler support for images in nodes
- add "tab" "box3d" and "component" shapes
- replace arith.h in distro
- add functions to access version info to avoid need for gvcint.h
- Fix problem with irregular character spacing at 96dpi in pango/cairo output
  formats.
- Add gdk_pixbuf plugin providing: .bmp .ico .jpg .png .tif
- Add DevIL plugin providing: .bmp .jpg .png .tif .tga
- Extend GD plugin to provide a backend to cairo for: .gif .jpg .png .gd .gd2
  .wbmp  <- gifs are now antialiased
- Rework plugin framework to separate device from renderer, and to autoload
  load dependendent plugins
- show defaults in output from: ./configure --help
- add more info to dot -v  and dot -v2 debug outputs
- various issues with CR/LF in windows, but not in binary outputs.
2008-02-06 18:56:52 +00:00
tnn
e99aec31b2 PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packages 2008-02-04 19:52:54 +00:00
wiz
52eed8b9e7 Reset maintainer on his request. 2008-02-04 14:42:14 +00:00
drochner
8faa98f235 update to 2.3.20
change: a fix including art_misc.h from C++ (which pkgsrc had a patch
for) was included upstream
2008-02-03 12:17:09 +00:00
heinz
5c30782a19 Added reference to upstream bug report. 2008-02-03 03:37:32 +00:00
heinz
518a58b530 The package supports installation to DESTDIR. 2008-02-03 03:02:32 +00:00
heinz
c4fad5a26a The package supports installation to DESTDIR. 2008-02-03 02:38:13 +00:00
heinz
5c268bf553 Added support for installation to DESTDIR. 2008-02-02 16:43:34 +00:00
adam
7e6a98bee2 Changes 2.4.4:
- fixed typo in stock icon name
- fixed handling of PSD files with empty layer names
- merged TinyScheme bug-fixes
- removed duplicate entry from Tango palette
- corrected parameter range in Chip Away script
- reduced redraw priority and speed of the marching ants
- fixed out-of-bounds array access in Convolution Matrix plug-in
- reduced rounding errors in Convolution Matrix plug-in
- fixed potential crash on missing CMYK color profile
- fixed crash in Bumpmap plug-in when called from some scripts
- Equalize should not equalise the alpha channel
- increased the number of points the ImageMap plug-in can handle
- adjusted the priority of the projection renderer
- smooth the brush mask to get a simpler cursor boundary
- show the selection even if the image window is invisible
- allow to commit a pending rectangular selection using Enter
- fixed bug in image dirty state logic
- improved GIMPressionist preformance and reduced startup time
- fixed a crash in the Convert to Color Profile plug-in
- merged some other minor fixes from trunk
- translation updates (de, it, lt, ru, sv, uk)
2008-01-31 20:41:45 +00:00
reed
5dce20f633 New package: ewipe. 2008-01-31 15:50:20 +00:00
reed
c0790c84d2 Import new package: ewipe, a presentation tool and editor.
Put in "graphics" category because that is where magicpoint lives.
Also added "japanese" to CATEGORIES.

Note: magicpoint (mgp) export is broken.

Extended WIPE is a presentation tool written in Tcl/Tk. It provides
an user-friendly GUI authoring tool and can output presentations in
HTML file format. And it provides a WIPE viewer which can show
text, pictures, tables, and animations.
2008-01-31 15:47:58 +00:00
obache
891e233f3a Update RMagick to 2.2.0.
While here, add DESTDIR support.

Changes:
RMagick 2.2.0
    o Added Image#opaque_channel, Image#paint_transparent (available with
      ImageMagick 6.3.7-10)
    o Added Image#liquid_rescale (available with ImageMagick 6.3.8-2)
    o Added CMYColorspace ColorspaceType value
    o Fixed bug #17148, compiler error message on Solaris (bug report by Trever
      Wennblom)
    o Fixed bug #17470, get_exif_by_number, get_exif_by_entry may fail when
      called with one or more arguments
2008-01-31 06:18:24 +00:00
adam
8f6911adbe Fix building on Mac OS X 2008-01-19 17:39:37 +00:00
wiz
a7c8e0cd61 Reset maintainer on his request. 2008-01-19 09:16:17 +00:00
drochner
e23a429d27 update to 2.10.8
fixes some bugs, in particular a threading problem patched in pkgsrc
approved by Min Sik Kim
2008-01-18 21:04:37 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
wiz
0cd8b3e368 Bump PKGREVISION for exiv2 shlib major bump. 2008-01-16 07:54:30 +00:00
wiz
5d3795f34b Update to 0.16:
10-Jan-2008 	Exiv2 0.16 released
Here is the final 0.16 release with XMP support. It took longer
than it should have and thus contains quite a list of bug fixes
and enhancements.
09-Nov-2007 	Exiv2 0.16-pre1
This is a pre-release of the upcoming Exiv2 0.16 with XMP support.
Adding XMP metadata to an image is now just as easy as adding Exif
or IPTC tags. In addition there is new support for Olympus ORF
images and Pentax makernotes. Please try Exiv2 0.16-pre1 and report
issues you may have with it to the Exiv2 forum.
24-Sep-2007 	XMP testing
The XMP implementation is now in the trunk in SVN and it is reasonably
complete and ready for testing. Please try it out and let us know
your comments. See this announcement for more details.
31-Aug-2007 	XMP support
We're working on adding XMP support to the library, which should
become the main feature of the next release. Contributions are
welcome, in particular we need input from potential users about
API preferences and XMP test data. You are invited to join this
discussion in the forum and contribute your viewpoints.
10-Jul-2007 	Exiv2 0.15 released
This maintenance release fixes a number of bugs, adds support for
Minolta G500 RAW files and has minor tag and some larger translation
updates. See the changelog for a concise listing of patches in this
release.
2008-01-16 07:54:01 +00:00
wiz
36b35411fd Update to 1.17:
Changes in API
----------------------

WIN64 support
_vsnprintf wrap
BOOL replaced by LCMSBOOL
cmsSetLanguage parameters changed to match ICC spec
removed support for extended gamut descriptor (was never fully implemented)
cmsFLAGS_NODEFAULTRESOURCEDEF moved to 0x01000000
_cmsMalloc wrapper for malloc
_cmsFree wrapper for free

Implementation
----------------------
All errors moved to fatal, since there is no easy recovery strategy
Vulnerability fixes on cmsio1.c
Status check, many functions now check the status when calling other functions. Improved robustness against ill-formed profiles.
_cmsSaveProfile didn't copy tags from a file based profile, fixed.

Utilities
----------
icctrans: CMYKcm support wrongly implemented, fixed.
icclink: linking 3 to 7 channels didn't work in some cases, fixed.
2008-01-15 23:42:25 +00:00
wiz
1744d32a37 Bump PKGREVISION for libkdcraw/libkexiv2 ABI bumps. 2008-01-14 23:44:02 +00:00
wiz
4ae40f0540 Update to 0.9.3:
digiKam 0.9.3 - Release date: 2007-12-23

NEW FEATURES:

AlbumGUI

Drag&Drop      : D&D from anywhere into album tree. When the albumview is flattened
                 (Include Album Sub-tree) images can be d&ded across horizontal separations.
                 That one satisfies wish #142774.

Goto           : A new quick navigation feature has been added: it is now possible (by RMB context menu)
                 to GOTO any other view with pertinent context, e.g. from date view right-click on an
                 image and GOTO the Album or Tag view that this image is associated with.
                 Try any other combination.
                 That covers wish #128231.

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

065 ==>        : ????? always force to show mediaplayer widget to preview video in embeded mode.

**********************************************************************************************

digiKam 0.9.3-RC1 - Release date: 2007-12-08

NEW FEATURES:

AlbumGUI       : Add new Filter Bar on bottom of Albums/Tags/Searches/TagsFilter view filter contents
                 based on string.

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

052 ==> 152522 : Support for *.3gp and *.mp4 video files in digiKam (already supported by KDE video players).
053 ==> 128231 : A way to view pictures recursively in albums and sub-albums at the same time would be cool.
054 ==> 133191 : Quick search/filter for albums like in amarok.
055 ==> 146364 : Incremental search for tags in all tag fields.
056 ==> 152843 : Live filter does not work if no text is displayed under thumbnails.
057 ==> 148629 : "Adjust Exif orientation tag" does not continue after error.
058 ==> 144165 : Numeric values in Histogram -> Statistics frame should be right-aligned.
059 ==> 148037 : Tiff images are not displayed with correct colours.
060 ==> 152961 : Cannot remove album from tree.
061 ==> 121314 : More options to display the album tree.
062 ==> 141085 : Some strings are untranslated in digiKam.
063 ==> 151403 : Crashed trying to save a image downloaded from the camera.
064 ==> 148772 : Histogram should refresh after editor save.

**********************************************************************************************

digiKam 0.9.3-beta3 - Release date: 2007-11-20

NEW FEATURES:

AlbumGUI       : Add Text pattern widget on status bar to filter Album contents based on items
                 name, comments, and tags strings.
ImageEditor    : New black & white Green color tone filter.
LightTable     : Several usability improvements.

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

047 ==> 150296 : Images in LightTable are not compared in right order
048 ==> 151956 : Red eye enhance feature no longer works.
049 ==> 110136 : Filter textbox in album tree like in amaroks collection list.
050 ==> 152192 : Resize really bad qualitatively.
051 ==> 150801 : Thumbnail and image view does not update after editing image.

**********************************************************************************************

digiKam 0.9.3-beta2 - Release date: 2007-11-01

NEW FEATURES:

General        : Updated internal CImg library to last stable 1.2.4 (released at 2007/09/26).
AlbumGUI       : Add Rating filter widget on status bar.
AlbumGUI       : Add MimeType filter widget on status bar.
AlbumGUI       : Add tool to navigate from album, tag and date view to any other view.

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

040 ==> 147533 : New rating filter for the statusbar.
041 ==> 131963 : Add a file type filter tab to the right.
042 ==> 148993 : Filter images by rating in album view.
043 ==> 151357 : Ratings can exceed 5 stars.
044 ==> 144815 : Scroll left-pane to the selected album/date on start-up.
045 ==>  96894 : Easier navigation between albums, tags and collections.
046 ==> 147426 : Search for non-voted pics.

**********************************************************************************************

digiKam 0.9.3-beta1 - Release date: 2007-10-08

NEW FEATURES:

General        : Updated internal CImg library to last stable 1.2.3 (released at 2007/08/24).
General        : Color scheme theme are now XML based (instead X11 format).
General        : Camera interface is now used to import new pictures in collection.
CameraGUI      : New options to Download pictures and Delete it from camera at the same time.
CameraGUI      : Support of Drag & Drop to download files from camera gui to album gui.
CameraGUI      : Add new Bargarph to indicate statistics about free space available on Album
                 Library Path.

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

001 ==> 120450 : Strange helper lines behavior in ratio crop tool.
002 ==> 147248 : Image info doesn't follow image in the editor.
003 ==> 147147 : digiKam does not apply tags to some selected images.
004 ==> 143200 : Renaming like crasy with F2 crash digiKam.
005 ==> 147347 : Showfoto crashes when opening twice multiple files.
006 ==> 147269 : digiKam finds but fails to use libkdcraw.
007 ==> 147263 : Some icons are missing.
008 ==> 146636 : Adjust levels: helper line for sliders.
009 ==> 147671 : Portability problem in configure script.
010 ==> 147670 : Compilation problems on NetBSD in greycstoration.
011 ==> 147362 : Tool-tip for zoom indicator is below the screen if window is maximised.
012 ==> 145017 : Deleting an image from within digiKam does not update the digiKam database.
013 ==> 148925 : Light Table thumb bar not updated when deleting images.
014 ==> 148971 : Awful menu entry "digiKamThemeDesigner".
015 ==> 148930 : digiKam-0.9.2 does not compile with lcms-1.17.
016 ==> 141774 : Autorotate does not work however kipi rotate works.
017 ==> 103350 : Original image is silently overwritten when saving.
018 ==> 144431 : Add option in Camera Download Dialog.
019 ==> 131407 : Use camera GUI also for import of images from different locations.
020 ==> 143934 : Cannot download all photos from camera.
021 ==> 147119 : Can't link against static libjasper, configure reports jasper is missing.
022 ==> 147439 : It is too easy to delete a search.
023 ==> 147687 : Error when downloading and converting images.
024 ==> 137590 : Be able to modifiy the extension of images in the interface.
025 ==> 139024 : Camera GUI new items selection doesn't work.
026 ==> 139519 : digiKam silently fails to import when out of disc space.
027 ==> 149469 : Excessive trash confirmation dialogs after album is deleted.
028 ==> 148648 : Color managed previews not working in all plugins.
029 ==> 126427 : In "rename file" dialog, the 2nd picture is (and can't) not displayed.
030 ==> 144336 : Selecting pictures on the camera lets the scroll-bar jump back to the top of the list.
031 ==> 136927 : Failed to download file DCP_4321.jpg. Do you want to continue? and when continue is
                 clicked the same warning comes for the next image and so on.
032 ==> 146083 : Bugs in drag and drop.
033 ==> 147854 : Put images into an emptied light-table.
034 ==> 149578 : libjpeg JPEG subsampling setting is not user-controlable.
035 ==> 149685 : Go to next photo after current photo deletion (vs. to previous photo).
036 ==> 148233 : Adding texture generates black image.
037 ==> 147311 : Ligth Table RAW images does not rotate as def. by exif info.
038 ==> 146773 : Metadata sources preference when sorting images.
039 ==> 140133 : Metadata Edit Picture Comments Syncs to IPTC and EXIF when option is de-selected .
2008-01-14 23:19:52 +00:00
wiz
851be7a78c Update to 0.1.3:
0.1.3
------------------------------------------------------------------------
- updated dcraw to 8.81
  new cameras: Canon G7, Fuji FinePix S9100/S9600, Olympus SP560UZ, Panasonic DMC-L10

- updated dcraw to 8.80
  new cameras: Hasselblad H3D, Olympus E-3, Canon EOS 40D, Canon PowerShot G9,
               Canon EOS-1Ds Mark III, AVT F-080C, Nikon D3, Nikon D300,
               Nikon Coolpix S6, Panasonic DMC-FZ18, Sony DSLR-A700

  -m number_of_passes
     After interpolation, clean up color artifacts by repeatedly applying a 3x3
     median filter to the R-G and B-G channels.
  - Licence : is GPL compatible again == less wories)

0.1.2
------------------------------------------------------------------------

New features
- updated internal dcraw from 8.60 to 8.77. API changed.
- add new chromatic aberration reduction options (patch from Guillaume Castagnino).
2008-01-14 23:18:42 +00:00
wiz
7b4447907c Update to 0.1.6:
0.1.6
------------------------------------------------------------------------
- API Changed : Kexiv2 destructor is now virtual.
                Krazy Code Checker fix (http://www.englishbreakfastnetwork.org/krazy)

Bugs fixed from B.K.O (http://bugs.kde.org):
001 ==> 137750: color mode2 nikon d70s not recognized as adobe rgb
002 ==> 149267: digiKam crashes after finding gif,avi,txt and so on.
003 ==> 148182: Iptc.Application2.Keywords appends always the 0-byte.
2008-01-14 23:17:27 +00:00
wiz
a7f5486e68 Update to 1.2.24:
version 1.2.24beta01 [November 19, 2007]
  Moved misplaced test for malloc failure in png_set_sPLT().  This bug was
    introduced in libpng-1.2.20beta01.
  Ifdef out avg_row etc from png.h and pngwrite.c when PNG_NO_WRITE_FILTER
  Do not use png_ptr->free_fn and png_ptr->mem_fn in png_destroy_read_struct()
    when png_ptr is NULL (Marshall Clow).
  Updated handling of symbol prefixes in Makefile.am and configure.ac (Mike
    Frysinger).

version 1.2.24beta02 [November 30, 2007]
  Removed a useless test and fixed incorrect test in png_set_cHRM_fixed()
    (David Hill).

version 1.2.24rc01 [December 7, 2007]
  No changes.

version 1.2.24     [December 14, 2007]
  Make sure not to redefine _BSD_SOURCE in pngconf.h
  Revised gather.sh and makefile.std in contrib/pngminim to avoid compiling
    unused files.
2008-01-13 15:40:13 +00:00
obache
c0c3a7acd4 Update RMagick to 2.1.0.
Changes:
RMagick 2.1.0
    o Added Image::Info#caption= attribute
    o Rename Image#crop_resized, #crop_resized! to #resize_to_fill,
      #resize_to_fill!. Add aliases for the old names.
    o Fix bug #16776, in the axes.rb example the last 2 arguments to
      border.rectangle are swapped (bug report by Alain Feler)
    o Fix bug #16931, apostrophe in #error directive causes error in some
      versions of GCC (bug report by Justin Dossey)
2008-01-12 04:35:47 +00:00
drochner
d071d328ba update to 2.20.4
changes:
-ninor fixes and cleanup
-translation updates
2008-01-11 13:37:01 +00:00
drochner
8a42d64042 fix build of desktop file 2008-01-11 13:14:39 +00:00
drochner
fbb7600e73 oops, forgot to add 2008-01-09 19:21:45 +00:00
drochner
743a1c2119 update to 34
changes:
+ multiple language capability for GUI, German translation done.
+ fix crash after attempting to open a non-image file type
2008-01-09 19:21:08 +00:00