Commit graph

8260 commits

Author SHA1 Message Date
wiz
6cc8d680c4 Re-import KDE3 version of digikam from graphics/digikam to
graphics/digikam-kde3.
2010-02-15 14:16:57 +00:00
wiz
0ac9df246f Add .include "../../sysutils/desktop-file-utils/desktopdb.mk".
Bump PKGREVISION.
2010-02-15 14:12:43 +00:00
wiz
1d01f57aef A new distfile is up, containing more icons and removing some kpgp ones.
Set DIST_SUBDIR, adapt PLIST and bump PKGREVISION.

Reported by Chavdar Ivanov in PR 42813.
2010-02-15 12:14:41 +00:00
drochner
b075f9d91b update to 1.6
too many changes to list (since 0.10 of 2006)
2010-02-11 18:58:35 +00:00
drochner
8cd2cbb034 update to 4.4.3
changes: minor UI improvements
2010-02-11 18:28:07 +00:00
obache
c797597e6a Update GraphicsMagick to 1.3.10.
1.3.10 (February 10, 2010)
==========================

Security Fixes:

  * None

Bug fixes:

  * +adjoin was not working correctly for the case when only one image
    frame is present.  With +adjoin and writing one frame to
    "foo%d.jpg" it was outputting "foo%d.jpg" rather than "foo0.jpg".

  * When drawing paths, memory allocation for the points was much
    larger than it needed to be (patch by Vladimir Lukianov).

New Features:

  * None

Feature improvements:

  * None

Performance Improvements:

  * None

Behavior Changes:

  * To reiterate the change which first appeared in 1.3.9, there is no
    longer an implicit +adjoin if the output file name happens to
    contain a %d sequence, or there are multiple frames and the output
    file format only supports storing one frame.  Specify +adjoin if
    scene number substition is desired in the output file names.
2010-02-11 06:43:55 +00:00
joerg
429e956b3f Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
joerg
2ca68b1003 Retire RenderKit and friends. 2010-02-10 17:05:13 +00:00
joerg
74ba0517e8 Kill a useless directory. Bump revision. 2010-02-10 16:08:40 +00:00
gdt
aa6a7018bf Update to 8.10
- API Changes:
      - Enhanced GetFileType() to return descriptions for more file types
  - Fixed "-TAG-= -TAG=VALUE" syntax to work with shiftable (date/time) tags
    and tags with conversions
  - Enhanced Geosync tag to allow GPS time-drift correction
  - API Changes:
      - Added CharsetID3 option
      - Changed name of IPTCCharset option to CharsetIPTC (but IPTCCharset may
        still be used for backward compatibility)
2010-02-10 15:27:57 +00:00
adam
d44ee9ffe3 Inkscape requires boost-headers, not boost-libs 2010-02-09 10:12:13 +00:00
snj
f5bff7af97 Update to 2.2.3. Another gtk1 user bites the dust. Changes:
2.2.3
=====

    add 'Q' icon in qiv-window
    bring back scrollwheel functionality
      Zoom in/out with left/right scroll and forward/back buttons
    change loading of images from imlib2_loader to pixbuf_loader. Adds
      support for additional file types, e.g., pcx, ico, svg, wmf and
      better handling of transparency.
    use gdk_pixbuf to autorotate with EXIF tags instead of libexif.
    Resetting the image (pressing return) no longer destroys "transparency
      checkboard"
    Fix compilation issues with unusual linker defaults.  Update solaris
      Makefile.
    new option to start with default rotation

2.2.2
=====

    fix -x (root window needs colormap)
    patch pango code to avoid garbled output of F1
    fix wrong image size after autorotating

2.2.1
=====

    recognize changed files, using --slideshow and --watch
    sanitize infotextdisplay
    check EXIF tags only after successful file loading
    shuffle now implies not to sort filenames
    fix autorotate with EXIF-tag
    avoid crash calling qiv -x without argument
    fix behaviour of "recursivedir" switch
    added note in README and qiv.h explaining a problem of includes with
      imlib2 up to v1.2
    migrated notes in README from imlib1 to imlib2
    migrated gdk_draw_text() to gdk_draw_layout(), fixing wrong display of
      utf-8 filenames

2.2
===

    migration from imlib1 to imlib2

2.1
===

    removed obsoleted GDK_WA_WMCLASS
      see http://library.gnome.org/devel/gdk/2.11/gdk-Windows.html#GdkWindowAttr
      and http://developer.gimp.org/api/2.0/gtk/GtkWindow.html#gtk-window-set-wmclass
    added patch from Debian gtk_includes.diff, closes: #456854
    added patch from Debian cmdbuflen.diff, closes: #441401
    added patch from Debian man_xscreensaver.diff
    remove xscreensaver left overs from Makefiles
    added autorotate patch (using libexif)
    display initial autorotation in status bar, option "autorotate"
    patch to detect image types using libmagic
    added GDK_ENTER_NOTIFY_MASK|GDK_LEAVE_NOTIFY_MASK in image.c
    removed TGA and XBM because not supported by imlib anymore
    exit on unmapped mouse events
    browse option -B, useful when launching qiv from a file manager
    patch to prevent segfault on amd64
    avoid wrapper, include "XLIB_SKIP_ARGB_VISUALS=1" in main.c
    include README and README.TODO in debian package
    README.TODO: fvwm style setting has to be for "therealqiv"
    include Debian changes and package files:
      renamed README.CHANGES to Changelog
      added patch hide_therealqiv (for Debian Bug #326849)
      added patch xmalloc (Debian Bug #383113)
      added patch qiv-manpage-options (Debian Bug #383108)
      don't recurse directories given on command line (better: use -u)
      NOT added: no_background_opts (can't reproduce Debian Bug #351816)
      added patch qiv-nosort
      patch to reset bright/contrast/gamma hitting "o" (2006-06-29)
    more comments and examples in qiv-command
    option -X to set preferred xinerama screen
    key "X" cycles through available xinerama screens
    after 'X' window moves to the new screen right away
    prefix "^" instead "0" for extended call of qiv-command
    workaround-patch by Bart Martens
    for problem with X composite extension
    try keep image on the screen after zooming/rotating
    fixed centering=off behaviour in fullscreen mode
    fixed "magnifying glass" windowsize bug
    fixed compiler warnings "differ in signedness"
    fixed compiler warning "missing sentinel in function call"
    bugfix: statusbar is redrawn after size changes and moves
    "magnifying glass" patch (not perfect yet)
    call of qiv-command with "0"-prefixed option
    Added Patch by Christoph Wegscheider <cw@wegi.net> (new QIV Debian maintainer).
    Now all free Keys can be used by qiv-command
    Another Xinerama bugfix (statusbar: now displayed on the smaller screen if two are used)
    new qiv-command feature:
      if first output line is like "NEWNAME=xxxxxxx"
      then qiv understands that the filename of the currently
      displayed image has changed to this new name
      (very useful when using qiv-command to rename files)
    fix image position when zooming to avoid wild jumps
    delete files from list if they cannot be loaded
    display text popup after qiv-command not only in fullscreen mode
    qiv_display_text_window: adjust minimum width of box
    after qiv-command also check file size and ctime
    avoid file overwrites in .qiv-select (NEEDS IMPROVING)
    updated and added more examples to qiv-command
   added small patch by Nick Clifton, setting WM_CLASS name to "qiv"
     (attr.wmclass_name).
   changed a-key/copy to real copy (no links anymore)
   patch-bugfix by Christian Lademann
   adden patch by Christian Lademann
     now slideshow (-s) can also be combine with -x/y/z
   added -F Patch by Martin Fiedler
     now stdin can also be used..
   Xinerama bugfix
   small changes in delete-command

Closes PR pkg/40555.
2010-02-07 19:30:35 +00:00
obache
3513079ada Fixes to build with qt-4.6.
remove files generated with moc in 4.5.
2010-02-07 12:29:18 +00:00
taca
aa4a368243 Update pear-Image_Graph from 0.3.0dev4 to 0.7.2.
Changes are too huge to show here, please refer:
http://pear.php.net/package/Image_Graph/download/All
2010-02-06 15:51:37 +00:00
taca
6f46e42ad2 Update pear-Image_Color from 1.0.2 to 1.0.3.
Bug #5828 - 'gd' PHP extension is not installed
Bug #11795 - Unit Tests will not work without deprecated phpunit
Bug #14460 - Reference to $this in static function
Bug #14887 - E_NOTICE when setColors() and changeLightness() called
2010-02-06 15:50:21 +00:00
taca
07a2ef74fb Update pear-Image_Canvas package from 0.2.4 to 0.3.2.
QA Release.
* Fixed Bug #12064 "Updated all @link to official url (thanks to Torsten Roehr)"
* Fixed Bug #12084 "Set wrong fill color in PDF.php, SVG.php (thanks to Torsten
  Roehr)"
* Fixed Bug #12122 "Added new driver for SWF output (thanks to Torsten Roehr)"
* Fixed Bug #12744 "Used shape poly instead of polygon in ImageMap (Uwe
  Steinmann)"
* Fixed Bug #12745 "Make area tag xhtml compliant, added missing '/' (thanks to
  Christian Weiske)"
* Fixed Bug #12746 "Make img tag xhtml compliant, added missing '/' (thanks to
  Christian Weiske)"
* Fixed Bug #12747 "Added attribute id to map tag (Uwe Steinmann)"
* Fixed Bug #14199 "Added new driver for PostScript output"

0.3.1

* Modified GD canvas addText() method with TTF fonts - (x, y) parameters now
  specify the absolute lower-left corner of the text (if angle is 0) instead of
  the baseline of the first letter, making texts appear incorrectly. This
  however require fonts to have a steady baseline, like fx. Arial, Verdana,
  etc. unlike Comic
* Fixed Image_Canvas_PDF to display correctly
* Fixed Request #7285 "UTF-8 in SVGs"
* Fixed Bug #7454 "Vertical axis title is shifted 180 degrees between SVG and
  PNG output"
* Fixed Bug #8488 "wrong variable name" (thanks to troehr at php dot net)
* Fixed Bug #8556 "SVG.php contains typo" (thanks to troehr at php dot net)
* Fixed Bug #8776 "Fatal error: Call to undefined function: imageantialias()"
* Fixed Bug #9070 "factory method causes PHP error if no GD" (thanks to troehr
  at php dot net)
* Fixed Bug #9176 "UTF-8 in SVGs does not work (patch included)" (thanks to
  troehr at php dot net)
* Fixed Bug #10236 "Pie Chart Shading Error when datapoint has 0 value" (thanks
  to peter_wake at hotmail dot com)
* Fixed Request #11402 "Implement Image_Canvas_SVG::getData()" (thanks to
  troehr at php dot net)

0.3.0

* Added clipping (GD uses Image_Canvas method involving ImageCopy(), until
  native support is available throught existing GD functions gdImageSetClip())
* Fixed the way SVG rotates text to now use transform
* Added public reset() method to Image_Canvas
* Fixed Bug #6406 "method _mapFont missing"
* Fixed Request #6632 "Style element assigned with = instead of :"
* Fixed Bug #6769 "ImageMap.php does not check for boolean false with strpos"
2010-02-06 15:49:18 +00:00
tnn
d6d14aaf6f no longer needs MAKE_JOBS_SAFE=no 2010-02-06 14:52:33 +00:00
drochner
483e92029d minor cleanup: remove a "subst" hack which doesn't apply anymore,
remove a pointless Makefile snippet, add a mirror (the MASTER_SITE
was down when I tried)
2010-02-05 11:42:37 +00:00
obache
1573106b61 Update GraphicsMagick to 1.3.9.
1.3.9 (February 4, 2010)
========================

Security Fixes:

  * None

Bug fixes:

  * Fix "double free" error when using gm import -frame.

  * XPM does not support RGBA color syntax, so return RGB instead.

  * The display '-update' option was only working in conjunction with
    the '-delay' option with a delay setting of 2 or greater.

  * For formats which support multiple frames, output with +adjoing to
    filenames containing a scene specification (e.g. foo%02d.tiff) was
    resulting in wrong output file names.

  * -convolve was crashing rather than reporting an error.

  * Fixed crash if the number of OpenMP threads was reduced from the
    original value via '-limit threads' or omp_set_num_threads().

  * -blur was not blurring the opacity channel for solid-color images.

  * When installing HTML documentation, many files were included which
    are not part of the formatted documentation.

  * Several deleted global string constants are restored with
    deprecated status in order to assure that symbols are not removed
    from the ABI.

New Features:

  * None

Feature improvements:

  * None

Performance Improvements:

  * None

Behavior Changes:

  * There is no longer an implicit 'adjoin' if an output filename
    contains an apparent scene specification (e.g. foo%02d.tiff) and
    multiple files are not needed to save the image..  It is necessary
    to use +adjoin.  For example ``gm convert foo.pdf +adjoin
    %02d.tiff``.

  * -flatten now applies the image background color under the first
    image in the list if it is not already opaque.
2010-02-05 05:09:06 +00:00
joerg
1ca15de5f6 Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backend
support.
2010-02-04 16:36:05 +00:00
adam
14983b9786 Fix building with babl-0.1.2 2010-02-04 12:28:43 +00:00
joerg
2e3032b88b DESTDIR support 2010-02-03 23:27:52 +00:00
joerg
cf70847c4b DESTDIR support 2010-02-03 23:23:27 +00:00
joerg
f475370515 DESTDIR ready 2010-02-03 23:21:36 +00:00
joerg
b51bce323a DESTDIR support 2010-02-03 23:11:15 +00:00
joerg
cd1681b8c6 DESTDIR ready 2010-02-03 23:05:44 +00:00
joerg
71fd067cd5 DESTDIR ready. Needs full libXt. 2010-02-03 23:04:20 +00:00
joerg
efba68ad23 DESTDIR support 2010-02-03 22:58:38 +00:00
joerg
0c6b572929 DESTDIR ready. Needs full libXt. 2010-02-03 22:53:39 +00:00
joerg
3c7ae02990 DESTDIR support. Needs full libXt dependency. 2010-02-03 22:46:02 +00:00
joerg
1ad65e7091 DESTDIR ready. Needs full libXt. 2010-02-03 22:42:57 +00:00
joerg
e26d1fe738 DESTDIR ready 2010-02-03 22:42:10 +00:00
joerg
d88adc9cc3 DESTDIR support. Full libXt dependency. 2010-02-03 22:40:00 +00:00
joerg
1201628443 DESTDIR support 2010-02-03 22:37:56 +00:00
joerg
78713928d1 DESTDIR ready 2010-02-03 22:35:34 +00:00
joerg
9c7df62f22 DESTDIR support 2010-02-03 21:55:04 +00:00
obache
0e403371d0 Update PATCH_SITES and HOMEPAGE. 2010-02-03 05:40:23 +00:00
obache
72d3d23135 Update HOMEPAGE and MASTER_SITES. 2010-02-03 05:35:00 +00:00
joerg
a6e509fa05 Make sure the header directory is created under ${DESTDIR} 2010-02-02 15:53:56 +00:00
adam
b2492d0bf1 Changes 0.1.2:
Made babl mostly threadsafe (sufficient for GIMP/GEGLs needs). Streamlined
core functionality, reducing number of function calls and removing overeager
instrumentation.
2010-02-02 14:09:58 +00:00
joerg
d511f2fbc1 DESTDIR support 2010-02-01 02:52:51 +00:00
joerg
91651adf9f DESTDIR support 2010-02-01 02:41:52 +00:00
joerg
2f592b429c DESTDIR ready 2010-02-01 02:40:26 +00:00
joerg
4177ce0abd DESTDIR support 2010-02-01 02:31:28 +00:00
joerg
3e200a8509 DESTDIR ready 2010-02-01 02:29:55 +00:00
joerg
85cf745783 DESTDIR support 2010-02-01 01:50:04 +00:00
heinz
ada7853bdc Added LICENSE information. 2010-01-30 16:27:59 +00:00
tnn
6f70752a07 Update to libggiwmh-0.3.2. 2010-01-30 15:36:36 +00:00
tnn
78003a401a Update to libggigcp-1.0.2. 2010-01-30 15:33:25 +00:00
tnn
f831371670 Update to libggimisc-2.2.2 2010-01-30 15:29:44 +00:00
tnn
c6b92878a0 export libXxf86dga dependency 2010-01-30 15:29:04 +00:00
tnn
252cf8509a fix master site 2010-01-30 15:22:13 +00:00
tnn
80602cc758 Update to libggi-2.2.2.
No NEWS entry, but does not need the vidmodeproto fix.
2010-01-30 15:19:26 +00:00
joerg
b5b99d486f Fix fallout from xf86vidmodeproto update. Not MAKE_JOBS_SAFE. 2010-01-30 14:58:33 +00:00
tnn
627defa0d2 Update to libgii-1.0.2.
Needed for libggi update. No NEWS entry.
2010-01-30 14:54:48 +00:00
obache
32776564c0 Update rabbit to 0.6.4.
== Changes 0.6.4 from 0.6.3: 2010-01-29

Rabbit had been included in Debian official packages! [Youhei
SASAKI]

=== Improvements

  * Added --keep-above option: Rabbit is always shown top of
    windows.
  * Added --source-filename option that adds source link to
    output HTML.
  * Added a directory in source file into theme load path.
  * Supported a single theme file in the same directory of
    source file. [zunda]
  * Improved PDF file detection.

==== Theme

  * Added:
    * per-slide-background-image:
      Uses background image per slide. A background
      image is specified by slide property:

        = target slide

        ...

        == properties

        : background-image
           my-picture.png
        : background-image-ralative-height
           95

      Supported options are same as image options in slide.
      Options name should be started with "background-image-".

      e.g.: "background-image-relative-height" for
      "relative-height" option.

    * per-slide-background-color:
      Uses background color per slide. A background color is
      specified by slide property:

        = target slide

        ...

        == properties

        : background-color
           black

      Color can be specified as color name, "black", or RGB
      values "#RRGGBBAA".

  * Changed:
    * default-slide:
      Supports title foreground color and shadow color
      change per slide. They are specified by slide
      property:

        = target slide

        ...

        == properties

        : headline-color
           red
        : headline-shadow-color
           gray

=== Fixes

  * Fixed a bug that empty title with
    @lightning_talk_as_large_as_possible = true crashes.
    [kdmsnr]
  * Added workaround for Ruby 1.8.7 p249.

=== Thanks

  * zunda
  * kdmsnr
  * Youhei SASAKI
2010-01-30 00:59:30 +00:00
joerg
2ff9815b12 DESTDIR support 2010-01-29 23:50:26 +00:00
tnn
af6d840af7 tiff seems to be a common point of failure from the jpeg fallout,
so bump the revision.
2010-01-29 11:14:57 +00:00
drochner
b8b36e2968 update to 0.97.1
changes: misc bugfixes
2010-01-27 19:38:51 +00:00
drochner
fabf0814ae sync w/ base exiv2 pkg 2010-01-27 14:45:11 +00:00
adam
4c1b5ef99d Changes 0.19:
* Exiv2 utility
  - Inverted the meaning of -u to deal with large numbers of unknown Nikon
    Makernote tags.
  - -b option now also suppresses Byte and SByte values.
* Exiv2 library fixes
  - Crash when reading PNG image.
  - Tag Exif.Image.ImageResources (0x8649 in IFD0) should have type BYTE (1).
  - Exception to print raw from Olympus SP-560UZ.
  - Nef Metadata edit with Digikam make impossible to open it with captureNX
    or ViewNX.
  - Broken image causes exiv2 to abort.
  - Problems converting SubSec tags to XMP.
  - Exif tag: TimeZoneOffset (0x882a) and other TIFF/EP tags missing.
* more...
2010-01-27 12:40:48 +00:00
markd
1f93e13f19 Update to kde4 4.3.5
* A number of bugs in KIO have been squashed, making updating of shown
  directories work again and solving some other stability issues
* A crash when creating an avatar from the webcam in Kopete has been fixed
* kded taking 100% CPU time in certain situations has been cured
2010-01-27 10:38:38 +00:00
wiz
d2427dffd6 Add gnome option, default on, that adds GConf dependency (previously
always enabled). Based on patch by David DEMELIER on pkgsrc-users.

Include desktopdb.mk.
Bump PKGREVISION.
2010-01-27 10:24:08 +00:00
tnn
aa980dd9c5 bump dependency again because linking was broken in a two day window. 2010-01-25 08:45:34 +00:00
heinz
5e3cd069ac Added LICENSE information. 2010-01-24 17:11:17 +00:00
wiz
7e2c799d4e More PKGREVISION bumps of jpeg dependencies.
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
2010-01-24 13:26:09 +00:00
obache
18b405142b Update GraphicsMagick to 1.3.8.
1.3.8 (January 21, 2010)
========================

Security Fixes:

  * Fix for CVE-2009-1882 "Integer overflow in the XMakeImage
    function".

  * Fix lockup due to hanging in loop while parsing malformed
    sub-image specification (SourceForge issue 2886560).

  * Libltdl: Updated libtool to 2.2.6b in order to fix security issue.
    Resolves CVE-2009-3736 as it pertains to GraphicsMagick.

Bug fixes:

  * -convolve, -recolor: Validate that user-provided matrix is square
    when parsing -convolve and -recolor commands in order to avoid a
    core dump.

  * CALS: Reading images taller than the image width resulted in a
    failure.

  * ConstituteImage(), DispatchImage(): 'A' and 'T' should indicate
    transparency and 'O' should indicate opacity.  Behavior was
    inconsistent.  In some cases 'O' meant transparency while in other
    cases it meant opacity. Also, in a few cases, matte was not
    getting enabled in the image as it should.

  * DCRAW: Module name was not registered so modules based builds were
    not supporting formats provided via 'dcraw'.

  * GetOptimalKernelWidth1D(), GetOptimalKernelWidth2D(): In the Q32
    build, convolution kernel size was estimated incorrectly for large
    sigmas on 32-bit systems due to arithmetic overflow.  This could
    cause wrong results for -convolve, -blur, -sharpen, and other
    algorithms which use these functions.

  * Image Size: Fixed the ability to pass the image size via the
    filename specification like "myfile.jpg[640x480]" rather than
    needing to use -size.

  * IPTC: Blob data needed to be padded to an even size.  Size is now
    correctly reported.

  * IPTC: Returned IPTC string values were one character too short.

  * Large Files: Large pixel cache files were not working under GNU
    Linux.

  * JP2: Fixed some value scaling problems.

  * JP2: Fix possible crash at exit when Jasper is used by a modules
    build.

  * MPC: is_monochrome and is_grayscale flags were not managed
    properly for the MPC coder.

  * PCL: Page was not always being ejected.

  * PNG: The png8 encoder would fail when trying to write a 1-color
    image.

  * PSD: PSD parser was confused by 0x0 pixel layers, resulting in
    image data corruption of all following layers.

  * -rotate, -shear: Some internally-reported errors were potentially
    being lost.

  * Subrange/stdin: Commands now support reading an image from stdin
    in conjunction with a subrange specification (e.g. "-[1]").

  * Magick++ STL ShadeImage: Implementation was completely botched.

New Features:

  * CALS Type 1 files may now be written (Work contributed by John
    Sergeant).  CALS support is dependent on the TIFF library.

  * GROUP4RAW encoder supports reading/writing RAW Group4 data.

  * JP2: JPEG 2000 may now be written in arbitrary bit depths ranging
    from 2 to 16 rather than just 8 or 16.

  * JPEG: IJG JPEG library version 7 is now supported.

  * JPEG: Added jpeg:block-smoothing and jpeg:fancy-upsampling defines
    to control these JPEG library options.

  * JPEG: Detect and apply colorspaces appropriately for ITU FAX JPEG.

  * Resource Limits: There is now a "threads" resource limit which
    allows specifying the number of OpenMP threads which may be used,
    similar to the OMP_NUM_THREADS environment variable.

  * TIFF: Allow CIELAB TIFF to be read.

  * MagickGetImageAttribute()/MagickSetImageAttribute(): New Wand
    methods to support getting and setting an image attribute.
    Contributed by Mikko Koppanen.

  * ClonePixelWand(): New Wand method to deep-copy an existing pixel
    wand.

  * ClonePixelWands(): New Wand method to deep-copy an array of
    existing pixel wands.

  * MagickCdlImage(): New Wand method to apply the ASC CDL to an
    image.

  * MagickGetImageBoundingBox(): New Wand method to return the crop
    bounding box required to remove any solid-color border from the
    image.

  * MagickGetImageFuzz(), MagickSetImageFuzz(): New Wand methods to
    get and set the color comparison fuzz factor.

  * MagickHaldClutImage(): New Wand method to apply a Hald CLUT to an
    image.

  * MagickSetResolution(): New Wand method to set the wand resolution.

  * MagickSetResolutionUnits(): New Wand method to set the wand
    resolution units.

  * Magick++: Allow Magick++ library to built as a DLL under MinGW and
    Cygwin.  This requires a modern GCC in order for C++ exceptions to
    work.

Feature improvements:

  * Cygwin: Cygwin 1.7 is now supported.

  * JPEG compression settings are preserved (if possible) when
    inserting JPEG blobs into formats which use JPEG.

  * PDF: If the original file used JPEG compression, then use JPEG
    compression with original settings (if possible).

  * TIFF: Update Windows build to use libtiff 3.9.2.

  * X11 Display: Apply a checkerboard pattern underneath transparent
    images which use more than simple binary transparency.

Performance Improvements:

  * Gamma: Performance is improved for Q8 and Q16 builds.  Also
    preserve full precision in Q32 build.

  * String data is dealt with a bit more efficiently (fewer
    allocations, less memory, and less CPU).

Behavior Changes:

  * InitializeMagick() MUST be invoked prior to using any Magick API
    function.  Failure to do so will likely lead to an immediate
    application crash.  This is due to initialization and runtime
    changes intended to improve thread safety and efficiency.
    Previously it was only strongly recommended to invoke
    InitializeMagick().

  * ConstituteImage(), DispatchImage(): 'A' and 'T' should indicate
    transparency and 'O' should indicate opacity.  Behavior was
    inconsistent.  In some cases 'O' meant transparency while in other
    cases it meant opacity. Also, in a few cases, matte was not
    getting enabled in the image as it should.

  * colors.mgk: Is now empty to default and is optional.  Previous
    content is now compiled into the library in an efficient way, but
    existing values may be modified, or new values added by adding
    entries to color.mgk.

  * DisableSlowOpenMP is now the default.  Use --enable-openmp-slow to
    enable OpenMP for algorithms which sometimes run slower rather
    than faster.

  * magic.mgk: This configuration file is no longer used since this
    data is now compiled into the library in an efficient way.

  * modules.mgk: Is now empty to default and is optional.  Previous
    content is now compiled into the library in an efficient way, but
    existing values may be modified, or new values added by adding
    entries to modules.mgk.

  * Third party executables not included in the Visual Studio build
    are no longer bundled in the GraphicsMagick installer.  This means
    that hp2xx.exe, mpeg2dec.exe, and mpeg2enc.exe are no longer
    distributed.
2010-01-22 06:16:18 +00:00
wiz
cf0ee32a5b Fix PLIST for doxygen-1.6.2, bump depends, bump PKGREVISION. 2010-01-21 22:41:23 +00:00
obache
6be6637aca + jbigkit 2010-01-21 12:37:02 +00:00
obache
1a929c121b Import jbigkit-2.0 as graphics/jbigkit.
JBIG-KIT implements a highly effective data compression algorithm for
bi-level high-resolution images such as fax pages or scanned
documents.

JBIG-KIT provides a portable library of compression and decompression
functions with a documented interface. You can very easily include
into your image or document processing software. In addition, JBIG-KIT
provides ready-to-use compression and decompression programs with a
simple command line interface (similar to the converters found in Jef
Poskanzer's PBM graphics file conversion package).
2010-01-21 12:35:31 +00:00
wiz
560c4fd060 Update to 1.30:
2009-10-31  Slaven Rezic  <srezic@cpan.org>

    Release 1.30

    No changes since 1.29_53, just increased VERSION.

2009-09-23  Slaven Rezic  <srezic@cpan.org>

    Release 1.29_53

    SVG parsing: load_ext_dtd is now set to false, to avoid unnecessary
    possible network connections; this is also ceasing errors with
    libxml 2.7.x.

2009-09-16  Slaven Rezic  <srezic@cpan.org>

    Release 1.29_52

    More diagnostics in failing tests.
    Added tests cases for RT #49546.

2009-09-14  Slaven Rezic  <srezic@cpan.org>

    Release 1.29_51

    Fixed "substr outside of string" problem with Fujifilm FinePix S1000fd
    images (RT #49546)

2009-08-14  Slaven Rezic  <srezic@cpan.org>

    Release 1.29_50

    Marked Compress::Zlib as recommended module and skip a test if it is
    not installed (RT #48415)
2010-01-20 14:42:51 +00:00
wiz
e0cd635b4f Update to 2.5.2:
2.5.2 @ 2009-11-11:
	* Apply C style tweaks from Glenn Randers-Pehrson, eliminating
	  some deprecated API calls.
2010-01-20 14:30:28 +00:00
wiz
3dc7ba6ab1 Update to 0.12. Changes undocumented. 2010-01-20 13:43:45 +00:00
tnn
78bb7f9c21 Pass --disable-ld-version-script to configure.
Specifying a version script that doesn't contain anything is pointless,
and seems to trigger toolchain bugs on DragonFlyBSD (PR pkg/42639).
Bump revision.
2010-01-20 13:14:53 +00:00
wiz
56ee554b2b Not make-jobs safe (fails when linking examples with -j16). 2010-01-20 12:46:07 +00:00
obache
309b265a60 Update clutter to 1.0.10.
Clutter 1.0.10 (11/01/2010)
===============================================================================

  * List of changes since 1.0.8

    o Fix the internal copy of JSON-GLib to cope with doubles

    o Force a relayout when showing an actor

    o Fix cursor position in ClutterText when using a pre-edit string

    o Fix the CoreGraphics bitmap loader when dealing with JPEG images

    o Emulate XKB's detectable key auto-repeat on X11

    o Fix HLS-to-RGB conversion on 64bit platforms

    o Let ClutterAnimation keep a weak reference on actors

    o Do not take into account the left edges of the children of a
      ClutterGroup when calculating the group's preferred size
2010-01-20 04:54:51 +00:00
wiz
7e9f949650 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
tnn
b4af1f3f9f library major was bumped again. (sigh) 2010-01-17 18:41:54 +00:00
wiz
672ef23395 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
wiz
9f4ac2d4da Update to 8:
The current version is release 8 of 10-Jan-2010. Version 8 of the
JPEG software introduces basic new features for image coding
application and comes with an essential update of the original JPEG
specification.

New features and enhancements have been developed for the three
major parts of the IJG library: the compression, the decompression,
and the transcoding parts. These parts are represented by the three
major tools of the IJG software: cjpeg (compress JPEG), djpeg
(decompress JPEG), and jpegtran (transcode JPEG - lossless):  IJG
Tools New jpegtran -scale lossless resize feature

A new option has been added to the jpegtran tool and transcoding
library:

	-scale M/N     Scale output image by fraction M/N, eg, 1/8

Currently supported scale factors are M/N with all M from 1 to 16,
where N is the source DCT size, which is 8 for baseline JPEG. If
the /N part is omitted, then M specifies the DCT scaled size to be
applied on the given input. For baseline JPEG this is equivalent
to M/8 scaling, since the source DCT size for baseline JPEG is 8.
CAUTION: An implementation of the JPEG SmartScale extension is
required for this feature. SmartScale enabled JPEG is not yet widely
implemented, so many decoders will be unable to view a SmartScale
extended JPEG file at all.

New djpeg -scale feature

The -scale option of the djpeg tool and decompression library has
been extended:

	-scale M/N     Scale output image by fraction M/N, eg, 1/8

Currently supported scale factors are M/N with all M from 1 to 16,
where N is the source DCT size, which is 8 for baseline JPEG. If
the /N part is omitted, then M specifies the DCT scaled size to be
applied on the given input. For baseline JPEG this is equivalent
to M/8 scaling, since the source DCT size for baseline JPEG is 8.

New cjpeg features

Two new features have been added to the cjpeg tool and compression
library:

	-quality N[,...]   Compression quality (0..100; 5-95 is
	useful range) -scale M/N     Scale image by fraction M/N,
	eg, 1/2

The -quality option has been extended for support of separate
quality settings for luminance and chrominance (or in general, for
every provided quantization table slot). This feature is useful
for high-quality applications which cannot accept the damage of
color data by coarse subsampling settings. You can now easily reduce
the color data amount more smoothly with finer control without
separate subsampling. The resulting file is fully compliant with
standard JPEG decoders.

A new -scale option is provided with cjpeg which complements the
corresponding djpeg -scale option. The supported range of scaling
factors is 8/N with all N=1...16.  This means you can now easily
alter the nominal spatial resolution of a given source image while
compressing to JPEG without additional resampling.  For example,
if you have an image sensor providing an effective capture resolution
of 2268x1512 pixels (HI resolution), you can now directly generate
a MED resolution of 1512x1008 pixels (-scale 2/3) and a LOW resolution
of 1134x756 pixels (-scale 1/2) from the sensor source resolution
with the library while compressing to JPEG without additional
resampling.  (An efficient 12x12 FDCT is used in the -scale 2/3
case, and an efficient 16x16 FDCT is used in the -scale 1/2 case
instead of the standard 8x8 FDCT inside the library, ensuring
high-quality downscaled results - the resulting file is fully
compliant with standard JPEG decoders.)
2010-01-17 11:53:40 +00:00
adam
3ced9d0083 Changes 2009.4.0:
* Automatic lens calibration
* Control point cleaning
* Updated translations
* Other improvements
2010-01-17 08:24:27 +00:00
wiz
13885fd0b0 Remove workaround for compiler bug in gcc2 on sparc64. 2010-01-16 17:57:36 +00:00
minskim
b51db34eb9 Add tex-dvipng-doc. 2010-01-16 07:12:23 +00:00
minskim
4223acfebc Import tex-dvipng-doc-1.12 as graphics/tex-dvipng-doc.
This is documentation for dvipng.
2010-01-16 07:09:18 +00:00
minskim
3dd61097ca Update dvipng to 1.12.
Changes:

        * Special.c: Keep transparent background in rescaled included bitmaps
        * special.c: Add the color PostScript prologue
        * dvipng.h, special.c: Support xcolor PostScript prologue
        * color.c: Support x11nam.def, fix handling of xcolor
          multiple-model color values, and xcolor PostScript prologue
        * special.c: Some (most?) literal PostScript specials seem to
          depend on tex.pro and possibly special.pro, always load these
        * configure.ac: Fix gs checks
        * misc.c: Correct last mmap element
        * readme.texi: Mention new color models in xcolor
        * color.c: Adjust for new version of xcolor, mainly color prefixes
2010-01-16 03:31:25 +00:00
drochner
4e1de590bd update to 2.28.2
changes:
-minor build system fix
-translation updates

(this belongs to gnome-2.28.2 which didn't make it before the pkgsrc
freeze)
2010-01-15 20:04:39 +00:00
drochner
4ceaf03d2a update to 6.5.7.9
This is the minimal update to fix the crashes described in PR pkg/42593.
(pullup candidate for 2009Q4)
2010-01-15 19:28:41 +00:00
joerg
87b50bf420 Add a PRINT_PLIST_AWK fragment matching the PLIST_SUBST and update the
common base value. Reflect that change in the PLIST files.
2010-01-09 15:33:07 +00:00
joerg
e3534a0321 Fix LP64 build. 2010-01-08 18:46:48 +00:00
wiz
2cbd521be6 Fix pkgconfig files to include rpath. Bump PKGREVISION. 2010-01-05 21:28:27 +00:00
adam
6a64289e48 OpenEXR support needs pkg-config; fixed 2010-01-05 11:18:04 +00:00
adam
2c05a4e9e6 Distfile has changed - fix 2010-01-05 09:32:36 +00:00
joerg
35ea189ea5 Make sure that the patches and local files have a RCS ID. 2010-01-04 19:43:39 +00:00
joerg
b9373e1b15 Needs glut. 2010-01-04 17:37:08 +00:00
joerg
e853da4d2f Pass down BUILD_DIR to not have -I options without argument. 2010-01-04 17:02:56 +00:00
joerg
7d5d8d2ab9 Not MAKE_JOBS_SAFE. 2010-01-04 16:30:36 +00:00
joerg
e6c6c10a46 Not MAKE_JOBS_SAFE. Still doesn't build do to C++ issues. 2010-01-04 16:05:57 +00:00
joerg
54183b381a Explicitly depend on archivers/szip. 2010-01-01 21:03:29 +00:00
joerg
fe3d98d228 Has race conditions, so not MAKE_JOBS_SAFE. 2010-01-01 17:47:05 +00:00
wiz
3d9bf3c826 Bump PKGREVISION for previous. 2009-12-24 11:12:08 +00:00
wiz
aba7f47a5f Include hicolor-icon-theme/bl3.mk to address PR 42503. 2009-12-24 11:11:13 +00:00
drochner
8e2f559b78 add a patch from
https://bugzilla.redhat.com/show_bug.cgi?id=543905
to fix CVE-2009-4227
(Stack-based buffer overflow by loading malformed .FIG files)
2009-12-23 14:21:48 +00:00
drochner
d9c85a4eec fix to build again: some sub-build tries to be clever and generate
BSD-makefile syntax on *BSD, but since the pkg is built with gmake this
fails (the pkg appearently didn't change for a while, some infrastructure
change must have triggered this)
2009-12-22 15:42:20 +00:00
joerg
fc5e28fdea Links against libQt4AssistentClient, so qt4-tools is a runtime dependency.
Bump revision.
2009-12-21 20:23:28 +00:00
adam
5cb482429e patch-ac is no longer needed; fixes linking problem 2009-12-21 07:22:14 +00:00
obache
9ea40419b3 Update rabbit to 0.6.3.
== Changes 0.6.3 from 0.6.2: 2009-12-16

=== Improvements

  * [#180] Supported inline markup in DL with Wiki format.
    [kdmsnr]
  * Added butler rabbit to the standard theme.
  * Changed to use scaled images by default even when
    printing mode.
  * Supported pixbuf rendering with alpha channel.
    (when cairo is used as rendering engine)

==== Theme

  * Added:
    * lightning-monochrome:
      Takahashi method slide + monochrome normal slide
  * Changed:
    * default-block-quote: Added
      @block_quote_image_background_alpha parameter that
      specifies alpha channel of background images.
    * default-preformatted: Made auto text size adjustment
      optional. It is customized by
      @preformatted_keep_in_size parameter.
    * clear-blue: Displayed title in the left bottom by
      default. It can be disabled by the following theme:
        include_theme("clear-blue")
        @slide_footer_info_left_text = ""
  * Supported nest of "itemize > enum" and
    "itemize > itemize > enum".

==== Experimental

((*This maybe changed in the feature.*))

  * Supported tag:

    syntax:
        (('tag:name:content'))
      or
        (('tag:name'))content

    e.g.:
      slide.rab:
        (('tag:center'))Hi, look it!

      theme.rb:
        match("**", CustomTag) do |tags|
          tags.each do |tag|
            case tag.name
            when "center"
              tag.parent.horizontal_centering = true
            end
          end
        end

      output(before):
        +-------------------+
        | Hi, look it!      |
        +-------------------+

      output(after):
        +-------------------+
        |    Hi, look it!   |
        +-------------------+

=== Fixes

  * Fixed a problem that fullscreen doesn't work on Ruby 1.9
    [Masaki Suketa]
  * [#179] Fixed a problem that Rabbit sometimes crashes
    with mouse clicks. [kdmsnr]
  * newline-in-slides theme: Disabled newline substitution in
    preformatted text.
  * Fixed a problem that cursor isn't displayed after
    unfullscreen.

=== Thanks

  * Masaki Suketa
  * kdmsnr
2009-12-17 12:03:59 +00:00
jnemeth
08d3858cdd add and enable uniconvertor 2009-12-17 11:33:01 +00:00
obache
1235a6fe40 Use Ruby/GStreamer in Ruby/Gnome2 instead of deprecated ruby gstreamer0.10.
Bump PKGREVISION of ruby-clutter-gst.
2009-12-17 11:17:13 +00:00
joerg
dfb29436cc Update evas to the latest E17 snapshot.
Various bugfixes and improvements, no detailed changelog.

Remove 16bit X11 engine.
2009-12-17 00:48:43 +00:00
adam
1758d7da90 Changes 4.0:
* Huge new documentation in Info, PS, PDF, and XHTML formats.  Plain
  HTML format is not supported because it cannot portably render MathML.
* New manual pages.
* Automatic bit depth conversion between input and output images if
  necessary.
* Compilation without image cache works again
  ("--disable-image-cache").  Speedups of up to 30% have been reported
  on the amd64 architecture.
* Enblend and Enfuse accept repsonse files in addition to literal
  image files.  Response files contain lists of image filenames or
  names of other response files.
* Lots of new warnings if a command-line option has no effect, like,
  for example, combining a mask optimization option with "--no-optimize".
* Enblend shows the initial, unoptimized seam line in addition to the
  optimized one in all seam-line visualization images (option "--visualize").
* Enblend and Enfuse read multi-layer TIFF files ("multi directory" in
  TIFF jargon).  It is even possible to mix multi-layer with single
  layer images.  This partially fixes SourceForge bug ID 1170329.
* Save masks with (lossless) "Deflate" compression.
* An improved wrap-around option, formerly only "-w", now "-wMODE" and
  "--wrap=MODE", lets the user determine whether to create a 360
  degrees horizontal or vertical panorama.  It is possible to wrap
  around vertically and horizontally at the same time.
* Without any output filename given, i.e. no "-o" option, the output
  filename now defaults to "a.tif", making "-o" truly an option.
* The user has better control of the number of pyramid levels.
  Previously only the maximum number in any blend could be reduced
  by the "-l" option.  Now, the maximum number can be reduced by a
  fixed amount no matter what the actual maximum number of permissible
  pyramid levels is.
* Use OpenMP to make better use of multi-processor machines.  As the
  image cache is not reentrant, OpenMP can only be activated when the
  image cache is disabled.
* Enblend and Enfuse issue messages following the GNU standard.
* Bug Fixes
2009-12-16 21:28:35 +00:00
drochner
f0413a87be Sync with reality: pkgsrc/devel/py-ctypes is broken, it fails even
on sizeof(long) on i386. The ctypes module builtin to Python-2.5
appears to work, so don't depend on devel/py-ctypes but require
Python-2.5.
Being here, update to 3.0.1b1. There is no useful changelog - appearently
more new OpenGL features are supported.
2009-12-16 20:45:20 +00:00
joerg
4b20080c3a Retire old xpm package. Replaced by x11/libXpm. 2009-12-16 20:07:32 +00:00
drochner
849c87609f update to 2.6.8
changes:
-bugfixes
-translation updates
2009-12-16 19:16:49 +00:00
drochner
dd5e6e73bf remove stale libltdl dependency 2009-12-15 23:55:26 +00:00
joerg
ef39134ef4 Recursive bump for libltdl 2009-12-15 21:41:00 +00:00
joerg
4d67e1f38b py-gnuplot-1.8:
* hardcopy allows for terminal='svg' (using a patch from Spyros Blanas)

* Use with_ instead of with as that will be a python keyword in the
  future.

* Added an option "filename" to Data and GridData in PlotItems.py.
  This allows saving the data to a permanent, rather than temporary,
  file.  (Patch contributed by Matthew Fulmer.)

* Added a 'pdf' terminal definition (using a patch from Jim Kleckner).

* Added close() and __del__() methods to the Gnuplot class.  This
  might help with some cases of premature temporary file deletion.
  (Suggested by Jim Kleckner.)
2009-12-15 16:41:12 +00:00
joerg
160a26d591 Also needs --x-libraries for modular Xorg. 2009-12-15 15:04:57 +00:00
wiz
57fa85aa2c Update to 0.1.9, set LICENSE.
0.1.9
------------------------------------------------------------------------
- Fix bug about to record an empty Exif or Iptc metadata container.
2009-12-15 10:43:03 +00:00
obache
9c1758ef0f Update libotf to 0.9.10.
While here, set LICENSE=gnu-lgpl-v2.1.

* Changes in libotf 0.9.10

** This release is mainly for bug fixes.
2009-12-13 13:11:55 +00:00
obache
40ff2f7c21 Update rcairo to 1.8.1.
Release 1.8.1 (2009-12-13)
===========================================================

Features
--------
  * Support cairo 1.8.8.
  * Improve auto .pc detection.
2009-12-13 12:26:44 +00:00
drochner
5aec1a89b8 update to 4.2.2
many fixes and enhancements, notably SVG export (which needs pstoedit
and uniconvertor at runtime to work)
2009-12-11 21:47:42 +00:00
drochner
1f7c1bf5e7 add uniconvertor-1.1.4, a vector graphics translator 2009-12-11 21:42:12 +00:00
drochner
d8092778a6 sync w/ base pkg 2009-12-11 21:40:30 +00:00
drochner
c020490eef update to 1.1.7
changes: misc bugfixes and improvements, too much to list here, see
the CHANGES file for details
2009-12-11 21:37:30 +00:00
drochner
248725ddaa +extrema&scidavis 2009-12-11 20:25:22 +00:00
drochner
a6ebc8eed5 add scidavis-0.2.3, another data analysis and visualization package 2009-12-11 20:13:49 +00:00
asau
05d968a67a Support staged installation. 2009-12-11 16:57:12 +00:00
drochner
9516e7d41f add extrema-4.4.2, a data analysis and visualization package 2009-12-11 12:51:39 +00:00
drochner
dc5b2b1531 sync with new version 2009-12-11 10:46:58 +00:00
obache
b09b945ff9 Add a comment "used by dia-python". 2009-12-11 05:00:11 +00:00
obache
03d22883fa Reset PKGREVISION, updated to 0.97. 2009-12-11 04:59:31 +00:00
drochner
750e18d639 update to 1.12.1, add DESTDIR support
changes: bugfixes
2009-12-10 17:35:45 +00:00
joerg
dbb753e7ea Pass configure check for ImageMagick, still fails to build. 2009-12-09 12:40:10 +00:00
drochner
6e646dd4ab update to 0.97
changes:
-High quality cross-platform print and pdf output by use of cairo
-Rotated text, but only with the new "Standard - Ouline" object
-Object properties dialog finally does handle multiple objects
-Improved text edit mode for consistent handling of the Delete key
-A new integrated user interface mode with diagrams in tabs
-Almost 200 bugs and feature requests resolved

pkgsrc note: the printing problem mentioned in TODO is resolved
 (some outdated nonsense in options.mk disabled use of "cairo")
2009-12-09 10:22:04 +00:00
wiz
ffbd02ddd3 Drop MAINTAINER. 2009-12-07 00:01:04 +00:00
obache
c633a68ea0 Update HOMEPAGE and MASTER_SITES. 2009-12-06 07:45:06 +00:00
markd
6aca821054 update to kde 4.3.4
KDE SC 4.3.4 has a number of improvements:

 * A bugfix in Plasma's pixmap cache makes the workspace more responsive
 * Okular, the document viewer improved stability in certain situations
 * Marble, the desktop globe has seen some polish
 * Passphrases with non-ASCII characters have been fixed in the KGpg
   encryption tool
2009-12-04 22:04:04 +00:00
wiz
07120ab5ee Update to 1.2.41:
version 1.2.41beta01 [September 25, 2009]
  Moved redundant IHDR checking into new png_check_IHDR() in png.c
    and report all errors found in the IHDR data.
  Eliminated useless call to png_check_cHRM() from pngset.c
  Expanded TAB characters in pngrtran.c

version 1.2.41beta02 [September 30, 2009]
  Revised png_check_IHDR().

version 1.2.41beta03 [October 1, 2009]
  Revised png_check_IHDR() again, to check info_ptr members instead of
    the contents of the returned parameters.

version 1.2.41beta04 [October 7, 2009]
  Added "xcode" project similar one already in libpng-1.4.0beta (Alam Arias).
  Ported some cosmetic changes from libpng-1.4.0beta86.
  Eliminated a shadowed declaration of "pp" in png_handle_sPLT().

version 1.2.41beta05 [October 17, 2009]
  Revised pngconf.h to make it easier to enable iTXt support.  From libpng
    version 1.2.9 through 1.2.40, defining PNG_iTXt_SUPPORTED did not work
    as expected.
  Ported some cosmetic changes from libpng-1.4.0beta87, changing
    many "#if defined(x)" to "#ifdef x".

version 1.2.41beta06 [October 18, 2009]
  Restored PNG_USE_LOCAL_ARRAYS code in pngread.c that was inadvertently
    deleted in libpng-1.2.41beta05.
  Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h
    as in libpng-1.4.0beta78 and later.

version 1.2.41beta07 [October 21, 2009]
  Ported some cosmetic changes from libpng-1.4.0rc01, changing
    many "#if defined(x)" to "#ifdef x" in png.h and pngconf.h.

version 1.2.41beta08 [October 30, 2009]
  Ported from libpng-1.4.0rc01: png_calloc(), png_get_io_chunk_name(),
    png_get_io_state(), png_set_user_cache_max(), png_get_user_cache_max(),
    png_set_premultiply_alpha, and png_do_read_premultiply_alpha().
  Relocated png_do_chop() ahead of building gamma tables in pngrtran.c
    This avoids building 16-bit gamma tables unnecessarily.

version 1.2.41beta09 [November 1, 2009]
  Removed a harmless extra png_set_invert_alpha() from pngwrite.c
  More bugfixes and improvements to CMakeLists.txt (Philip Lowman)
  Moved CMakeLists.txt from scripts into the main libpng directory.
  Apply png_user_chunk_cache_max within png_decompress_chunk().
  Merged libpng-1.2.41.txt with libpng-1.4.0.txt where appropriate.

version 1.2.41beta10 [November 1, 2009]
  Enabled iTXt support by default. To ensure binary compatibility with
    previous versions, the "lang" and "lang_key" members will be assumed
    to be omitted from previous versions unless the current libpng
    version was built with PNG_iTXt_SUPPORTED (which is otherwise no
    longer necessary to gain iTXt support), as a signal that the user has
    been building previous versions with PNG_iTXt_SUPPORTED as well.

version 1.2.41beta11 [November 2, 2009]
  Store user's user_png_ver in new png_ptr->user_png_ver element.
  Revised iTXt support. To ensure binary compatibility with
    previous versions, the "lang" and "lang_key" members will be assumed
    to be omitted from versions prior to 1.2.41beta11 whenever there is a
    library mismatch.

version 1.2.41beta12 [November 2, 2009]
  Free png_ptr->user_png_ver when destroying png_ptr.

version 1.2.41beta13 [November 3, 2009]
  Updated scripts/pngw32.def and projects/wince/png32ce.def
  Copied projects/wince/png32ce.def to the scripts directory.
  Added scripts/makefile.wce
  Patched ltmain.sh for wince support.
  Added PNG_CONVERT_tIME_SUPPORTED macro.

version 1.2.41beta14 [November 8, 2009]
  versions 1.2.41beta05 through 1.2.41beta13 were abandoned.
  The 1.0.x/1.2.x series will only receive security updates from now on.
  Make inclusion of time.h in pngconf.h depend on PNG_CONVERT_tIME_SUPPORTED
  Make #define PNG_CONVERT_tIME_SUPPORTED depend on PNG_WRITE_tIME_SUPPORTED
  Reverted iTXt compatibility stuff from 1.2.41beta05, 1.2.41beta11, and
    1.2.41beta12.
  Reverted IOSTATE feature, user_cache_max, and premultiply_alpha features
    from 1.2.41beta08.
  Retained png_calloc() from 1.2.41beta08 but as a non-exported function,
    and removed reference to png_calloc from scripts/*.def

version 1.2.41beta15 [November 8, 2009]
  Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and
    PNG_ALLOCATED macros to detect deprecated direct access to the
    png_struct or info_struct members and other deprecated usage in
    applications (John Bowler).
  Updated scripts/makefile* to add "-DPNG_CONFIGURE_LIBPNG" to CFLAGS,
    to prevent warnings about direct access to png structs by libpng
    functions while building libpng.  They need to be tested, especially
    those using compilers other than gcc.
  Updated projects/visualc6 and visualc71 with "/d PNG_CONFIGURE_LIBPNG".

version 1.2.41beta16 [November 9, 2009]
  Removed three direct references to read_info_ptr members in pngtest.c
    that were detected by the new PNG_DEPSTRUCT macro.
  Only #define PNG_DEPSTRUCT, etc. in pngconf.h if not already defined.

version 1.2.41beta17 [November 10, 2009]
  Updated CMakeLists.txt to add "-DPNG_CONFIGURE_LIBPNG" to the definitions.
  Marked deprecated function prototypes with PNG_DEPRECATED.
  Marked memory allocation function prototypes with PNG_ALLOCATED.
  Changed png_check_sig() to !png_sig_cmp() in contrib programs.
  Corrected the png_get_IHDR() call in contrib/gregbook/readpng2.c
  Added "-DPNG_CONFIGURE_LIBPNG" to the contrib/pngminum makefiles.

version 1.2.41beta18 [November 11, 2009]
  Renamed scripts/makefile.wce to scripts/makefile.cegcc
  Marked nonexported functions with PNG_PRIVATE macro.

version 1.2.41rc01 and 1.0.51rc01 [November 18, 2009]
  Revised scripts/*.def to reflect functions actually exported by libpng.
  Updated the copyright year in scripts/pngw32.rc from 2004 to 2009.
  Moved descriptions of makefiles and other scripts out of INSTALL into
    scripts/README.txt

version 1.2.41rc02 [November 22, 2009]
  Rebuilt the configure scripts with autoconf-2.65

version 1.2.41rc03 [November 25, 2009]
  Disabled the new pedantic warnings about deprecated function use
    and deprecated structure access unless the user defines
    PNG_PEDANTIC_WARNINGS.
  Added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
  Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects.

version 1.2.41 [December 3, 2009]
  Updated the list of files and made some cosmetic changes in README.
2009-12-04 00:02:07 +00:00
asau
d78ee9706f Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
2009-12-03 13:06:51 +00:00
taca
fb2fe30187 Oops, it wasn't I intended to... Really fix PKGNAME now. 2009-12-03 02:35:52 +00:00
taca
41b1e40d08 Fix PKGNAME missing ${RUBY_PKGPREFIX} from Aug. 2008, sigh. 2009-12-02 15:47:48 +00:00
joerg
151a26e97e Fix build with modern boost. 2009-11-30 16:47:11 +00:00
itohy
938687c0ea Reenable I18N.
Bump PKGREVISION.
2009-11-30 13:50:38 +00:00
snj
ec41f47f1b Add tango-icon-theme. 2009-11-29 21:48:40 +00:00
snj
2ec9a022e5 Move tango-icon-theme from pkgsrc-wip to pkgsrc. tango-icon-theme is,
unsurprisingly, an icon theme set.  Packaged by Dieter Roelants.
2009-11-29 21:47:36 +00:00
tnn
976e1f0e93 Update to inkscape-0.47.
--
Inkscape 0.47 brings a host of important improvements all across the program:
* Timed autosave: no more lost work
* Spiro splines: an exciting new way to work with paths, fully supported in
  Pen, Pencil, and Node tools
* Auto smooth nodes: a new type of node that keeps the path as smooth as
  possible as you move it or its neighbors
* New modes in Tweak tool: pushing and jittering whole objects,
  scaling/rotating objects, deleting and duplicating using the "soft brush"
* Reworked, much more usable snapping system and a Snapping toolbar
* New path effects, including sketch, hatching, envelope deformation; effects
  can be stacked and assigned to groups
* A huge collection of preset filters in the new Filters menu
* New cairo-based PS and EPS export: improved quality, more features
  supported, fallback rasterization for filters and transparency
* Spell checker for text objects in a document
* Many new extensions: restacking, calendar, printing marks, cartesian and
  polar grids, interpolating attributes
* Optimized SVG code options, now with their own Preferences page
2009-11-29 20:51:51 +00:00
joerg
54d92a44a6 Pass down builddir to not have stray -I options. 2009-11-26 17:34:54 +00:00
joerg
da34442818 Fix libtool usage. 2009-11-26 15:04:03 +00:00
joerg
078139ba34 Links against libXt nowadays. Bump revision. 2009-11-25 21:20:59 +00:00
joerg
42d6bea84e Actually links against libXt nowadays. Bump revision. 2009-11-25 21:16:17 +00:00
tnn
87d861a652 ensure "freetype-config --libs" emits a run path. 2009-11-24 11:26:50 +00:00
drochner
ac00400526 afais there are no references to libexif in exported libraries,
so don't propagate bl3
2009-11-24 11:24:42 +00:00
drochner
ed08280fa3 update to 0.2.4
changes:
-Database updates
-Fixed a crasher bug with gcc 4.4
2009-11-24 11:19:03 +00:00
drochner
d39d752570 +gimp-exif-browser 2009-11-24 11:13:57 +00:00
drochner
d827ebf483 add gimp-exif-browser-0.1.0, a gimp plugin to view EXIF data 2009-11-24 11:09:47 +00:00
obache
7bcddebad9 Add USE_DESTDIR support.
While here, fixes permissions for documents in post-extract stage to allow
access by unprivilaged users, and it should resolve PR 42366.

Bump PKGREVISION.
2009-11-24 06:08:48 +00:00
joerg
8dcd083740 Use correct variable for rpath. 2009-11-23 16:00:34 +00:00
fhajny
6f946db897 Updated ruby-mini-magick to 1.2.5 2009-11-23 14:33:24 +00:00
drochner
a548423858 update to 2.3.11
This is a bugfix release for the 2.3 series, which brings considerable
improvements for b/w rasterizing of hinted TrueType fonts at
small sizes. All users should upgrade.
2009-11-23 12:01:58 +00:00
drochner
6915db6470 add a patch from Debian to tolerate j2k pictures with alpha channel
(seems really just tolerated -- looks ugly but at least doesn't crash)
bump PKGREVISION
2009-11-23 11:53:20 +00:00
drochner
1d8ada8b49 deal with a poppler API change (additional argument of functions dealing
with color profiles to implement caching): pass NULL (which disables
the cache), depend on new poppler headers and bump PKGREVISION
(While this is a poppler API change, it is in an unofficial interface,
so inkscape just gets what it deserves.)
problem reported by Tobias Nygren
2009-11-22 16:08:46 +00:00
gdt
3b597b2944 Update to 0.16.
15/10/2009 - UFRaw-0.16 released, based on DCRaw v 8.98.

    * New German translation by Matthias Urlichs and Chris Leick.
    * New Simplified Chinese translation.
    * Added --with-gtk configuration option to make GTK optional.
    * When GTK is used, the GtkImageView library is mandatory.
    * Added lightness adjustmens by hue. Based on patch by Bruce Guenter.
    * Added --color-smoothing command line option.
    * Added --maximize-window command line switch.
    * Configurable frame lines overlay. Patch by Bruce Guenter.
    * OpenMP support for preview redrawing. Patch by Bruce Guenter.
    * OpenMP support for VNG interpolation. Patch by Bruce Guenter.
    * Added rotation control to the transformations page of the
      GUI. Patch by Frank van Maarseveen.
    * Initial implementation of 100% preview. Based on patches by
      Frank van Maarseveen.
    * Added support for hot pixel elimination. It is an experimental
      feature enabled by the configuration switch
      --enable-hotpixels. Based on patch by Frank van Maarseveen.
2009-11-22 14:16:47 +00:00
gdt
ad0026e6b9 Update to production release 8.00. (Despite 7.89->8.00 appearing
momentous, it does not appear to be significant.)

Many minor fixes and enhancements.  Notable entries:

  - Added new Geosync tag to allow geotagging of images with timestamps which
    are not pre-synchronized to GPS time

  - Changed conversion of Canon MeasuredEV to correspond more closely to
    LightValue (by adding 5 to the MeasuredEV value, which seems to be good for
    all EOS models, but it may be high by up to 1 EV for some PowerShot models)
2009-11-21 19:18:53 +00:00
obache
88e7c56d72 clutter is also provided via MASTER_SITE_GNOME. 2009-11-21 01:34:18 +00:00
drochner
a3797e50f5 update to 2.4.7
changes:
-New cmdline options / shell commands (set-config-index/value,
 wait-event)
-Enhanced --quietness
-Updated translations
-Various bugfixes
2009-11-20 17:06:01 +00:00
wiz
6180023884 Add bl3.mk file. 2009-11-18 23:08:48 +00:00
drochner
7ff43ea0c5 update to 0.6.19
changes:
-bugfixes
-translation updates
2009-11-15 21:23:57 +00:00
wiz
0323e3fbd5 Update to 1.2.10:
1.2.10:
Sam Lantinga - Sat Nov 14 11:22:14 PST 2009
 * Fixed bug loading multiple images

1.2.9:
Sam Lantinga - Tue Nov 10 00:29:20 PST 2009
 * Fixed alpha premultiplication on Mac OS X and iPhone OS
Sam Lantinga - Sun Nov  8 07:52:11 PST 2009
 * Fixed checking for IMG_Init() return value in image loaders
2009-11-15 21:09:50 +00:00
drochner
8640ed4de7 updated to 3.9.2
changes:
-bugfixes
-OJPEG support updated to work with IJG JPEG 7 release
-Tiffcrop validated for most TIFF storage subformats and sample depths
2009-11-15 18:12:44 +00:00
drochner
28329d39b4 make gnome-vfs support optional, suggested by David Demelier
per PR pkg/41997
2009-11-15 15:40:01 +00:00
drochner
2722e2cf21 update to 0.6.1.5
changes: minor bugfixes
2009-11-13 17:35:29 +00:00
drochner
b62e0c5f94 add patch from upstream CVS to fix possible integer overflow in BMP plugin
(CVE-2009-1570)
bump PKGREVISION
2009-11-13 17:29:50 +00:00
adam
fde2224f90 Changes 0.6.19:
* New translations: be, en_GB, it, ja, pt, sq, zh_CN
* Updated translations: da, sv, vi
* Now using a binary search to make searching through the tag table faster
* Fixed a heap buffer overflow during tag format conversion
2009-11-13 12:58:18 +00:00
adam
c169ce44fe patch-aa not needed when INSTALL_MAKE_FLAGS are in Makefile 2009-11-10 07:30:19 +00:00
joerg
38bcb0bbd6 Fix destdir installation. 2009-11-09 14:36:15 +00:00
wiz
11fd8c4026 + p5-Image-BMP. 2009-11-05 22:48:12 +00:00
wiz
212dcdee53 Initial import of p5-Image-BMP-1.16:
"Image::BMP" objects can parse and even ASCII view bitmaps of the
.BMP format.  It can read most of the common forms of this format.

It can be used to get image info, view images, read images and get
pixel info.
2009-11-05 22:47:47 +00:00
gdt
581da38059 Extend patch to not declare srandom also for Darwin. From Liz Libby
in private mail.
2009-11-04 15:34:08 +00:00
markd
0ce22f2491 Update to KDE 4.3.3
KDE 4.3.3 has a number of improvements that will make your life just a
little bit better. Some of KWin's effects have been smoothed and freed
of visual glitches, JuK should now be more stable, KDE PIM has seen its
share of improvements while in the back-rooms of KDE, the developers are
working hard on porting all applications to the new Akonadi storage and
cache.
2009-11-04 11:05:50 +00:00
markd
28ebd711bb Fix build on NetBSD. 2009-11-03 19:06:51 +00:00
asau
842c6b5560 Fix typographical error in description.
From Bug Hunting via PR pkg/42259
2009-11-03 13:22:04 +00:00
obache
122a2aabfe Force to buildlink sufficient MesaLib for Clutter. 2009-11-03 06:01:54 +00:00
wiz
1e5bf813f5 Update to 2.28.0, set LICENSE:
==============
Version 2.28.0
==============

* Release for GNOME 2.28.0

Updated translations:

  Chao-Hsiung Liao (zh_HK)
  Chao-Hsiung Liao (zh_TW)
  Nils-Christoph Fiedler (nds)

===============
Version 2.27.91
===============

* Release for GNOME 2.27.91
* Fixed bug 579059: the storm background is missing in the appearance dialogs

Updated translations:

  Adi Roiban  (ro)
  Amanpreet Singh Alam  (pa)
  F Wolff  (af)
  Gil Forcada  (ca@valencia)
  Ihar Hrachyshka  (be@latin)
  Khaled Hosny  (ar)
  Krishna Babu K  (te)
  Laurent Dhima  (sq)
  Margulan Moldabekov  (kk)
  Og Maciel  (pt_BR)
  Peteris Krisjanis  (lv)
  Rajesh Ranjan  (hi)
  Runa Bhattacharjee  (bn_IN)
  Suso Baleato  (gl)
  Telsa Gwynne  (cy)
2009-11-03 00:12:12 +00:00
wiz
9570984cf4 Update to 0.11, set LICENSE.
Bump version to 0.11
	Added 256x256 size. (#15231)
	* autogen.sh: updated to run "configure" with usual maintainer
	options.
	* Makefile.in:
	Update configure.ac for autoconf 2.60
2009-10-31 01:31:09 +00:00
wiz
b5d4afce63 Set LICENSE. 2009-10-31 00:06:34 +00:00
wiz
42ef21a5d4 Update to 1.2.8:
1.2.8:
Sam Lantinga - Sun Oct  4 13:12:54 PDT 2009
 * Added support for uncompressed PCX files
Mason Wheeler - 2009-06-10 06:29:45 PDT
 * Added IMG_Init()/IMG_Quit() to prevent constantly loading and unloading DLLs
Couriersud - Mon, 12 Jan 2009 17:21:13 -0800
 * Added support for ICO and CUR image files
Eric Wing - Fri, 2 Jan 2009 02:01:16 -0800
 * Added ImageIO loading infrastructure for Mac OS X
 * Added UIImage loading infrastructure for iPhone / iPod Touch
2009-10-30 23:58:03 +00:00
drochner
fc148f1a9d update to 0.6.1.4
changes:
-bugfixes
-translation updates
2009-10-30 11:20:24 +00:00
drochner
af2bf60f19 more PKGREV bumps for removal of esound dependency from libgnome 2009-10-29 23:32:22 +00:00
drochner
5550a4cc26 PKGREVISION bump pkgs which are affected by the libgnome change
to leave out esound
2009-10-29 23:14:13 +00:00
tnn
d3320a0a73 Support DESTDIR and PKGMANDIR 2009-10-29 22:34:33 +00:00
adam
c354e3dc95 Changes 6.5.7.2:
* Bug fixes and improvements.
2009-10-28 11:07:59 +00:00
joerg
2387c67eee Pass down X11 configure options for modular Xorg 2009-10-28 01:02:03 +00:00
asau
8be4ca5034 Update to gnuplot 4.2.6.
New features, changes and fixes in gnuplot version 4.2.6
===========================================================
* NEW xterm tektronix emulation 'set term xterm'
* FIX 'set xtics mirror' didn't work if xtics were previously unset
* FIX off-by-one pixel bug in width of boxes with palette or rgb color
* FIX center rotation of 'set view equal xyz' mode at screen center
* FIX sanity-check time ranges for axes with timeformat
* FIX pslatex blacktext and broken format specifier
* FIX PostScript code points for Lcaron, lcaron in encoding cp1250
* CHANGE If a 2D plot uses a Z-based palette, then autoscale cbrange
* CHANGE aquaterm accepts "size xx,yy" with a comma
* CHANGE Remove the EXPERIMENTAL flag from the wxt terminal
* CHANGE Remove the EXPERIMENTAL flag from the x11 terminal binary polygon mode
2009-10-27 20:48:07 +00:00
obache
b82f02ded7 Add clutter-qt. 2009-10-27 03:05:57 +00:00
obache
d6d7e0f508 Import clutter-qt-1.0.0 as graphics/clutter-qt.
Clutter-Qt is a library providing facilities to integrate Clutter into Qt
applications. It provides a Qt widget, ClutterQt, for embedding the
default ClutterStage into any parent QtWidget.
2009-10-27 03:04:22 +00:00
wiz
1d380e7b66 Remove libexif here as well. Hi Matthias! 2009-10-27 00:28:58 +00:00
tnn
b4b072e6fa not for python24 2009-10-26 19:57:23 +00:00
tnn
28bd8f6cc2 + clutter08
+ clutter08-gtk
2009-10-26 16:43:15 +00:00
tron
998092d98c The "ImageMagick" doesn't use "libexif". Remove the dependence and
bump the package revision.
2009-10-26 09:47:41 +00:00
obache
6355e415a8 Update py-clutter to 1.0.0.
Overview of changes between 0.9.2 and 1.0.0
===========================================

* Dropped the in-tree bindings of clutter-gtk and clutter-gst: you will
  have to install pyclutter-gtk and pyclutter-gst respectively to be able
  to import cluttergtk and cluttergst.
* Fixed memory leaks in clutter.Actor.animate [Chideok Hwang]
* Allow accessing child properties for clutter.Container
* Allow iterating over the children of a clutter.Container using the
  native Python iterator support
* Allow creating custom ChildMeta classes from Python
* Mark the classes removed from upstream Clutter as "deprecated"; trying
  to instantiate one of the deprecated classes will result in the equivalent
  class in Clutter 1.0 to be created and a warning printed out on the console
* Override the __repr__ and __str__ methods for clutter.Color: the former
  will print out a string that can be used through eval() to create a copy
  of the color; the latter will print out the hexadecimal representation of
  the color.
* Override the __str__ method of clutter.Event: it will now print more
  information on the event (type, time, source actor) and per-event type
  fields (button, key, related actor, etc.).
* Deprecated clutter.stage_get_default() in favour of an optional argument
  to clutter.Stage(); calling:

        clutter.Stage(default=True)

  will return the default Stage singleton; the default argument is optional
  and it defaults to False.
* Allow passing the following values to methods accepting a clutter.Color:

        - a clutter.Color (e.g.: clutter.Color(255, 0, 0, 255))
        - a 4-tuple of RGBA values (e.g.: (255, 0, 0, 255))
        - a hexadecimal representation of the color (e.g.: '#ff0000ff')

Overview of changes between 0.8.2 and 0.9.2
===========================================

* Require clutter core >= 1.0.0
* Provide better bindings for the Cogl API
* Add more examples ported from the clutter core interactive tests
2009-10-26 08:59:22 +00:00