Commit graph

6555 commits

Author SHA1 Message Date
drochner
d227d4ba58 update to 2.10.3
changes:
-bugfixes
-translation updates
2007-06-15 18:09:11 +00:00
drochner
2c233dc29d update to 2.18.2
changes:
-bugfixes and cleanup
-documentation updates
-translation updates
2007-06-15 18:08:06 +00:00
drochner
30e3ed849b update to 1.4.8
This is the fourth update in cairo's stable 1.4 series. It comes just
over five weeks after the 1.4.6 release. This release includes a
thread-safe surface-cache for solid patterns which significantly
improves text rendering with the xlib backend. Also, dozens of error
paths in cairo have been fixed thanks to extensive fault-injection
testing by Chris Wilson.
2007-06-15 17:47:59 +00:00
drochner
9c98977559 update to 0.6.15
exif-0.6.15 is to release the accumulated changes made during the
last 3 years. Better change tracking will be made from here on.
2007-06-15 11:28:04 +00:00
drochner
a4d9968516 update to 0.6.16
changes:
-security fix for integer overflow leading to possible code injection
 (CVE-2006-4168)
-translation updates
2007-06-15 11:23:54 +00:00
obache
f47ca638fc Need GNU Readline.
Uses rl_completion_matches (configure script checks) and rl_copy_text (not).
Pointed out in PR 36486.

Bump PKGREVISION.
2007-06-14 23:58:31 +00:00
adam
501aa86055 Changes 2.3.18:
- temporarily show the hidden image statusbar while the progress is active
- added support for loading .abr v6 Photoshop brushes
- improved usability of color scales
- improved display quality of zoomed-out image view
- bug fixes and code cleanup
2007-06-14 08:56:11 +00:00
obache
70fac01173 PKG_SUPPORTED_OPTIONS must be defined before include bsd.options.mk,
even if empty.  Problem reported by Magnus Henoch in PR 36483.
2007-06-13 14:01:11 +00:00
joerg
31f72900c2 Needs pkg-config. 2007-06-13 13:44:48 +00:00
wiz
13fba12435 Fix build after removal of options.mk.
Noted by joerg@.
2007-06-12 17:27:25 +00:00
heinz
e1edff420e The package supports installation to DESTDIR. 2007-06-11 18:00:49 +00:00
obache
9f32b79b2d Update RMagick to 1.15.7.
RMagick 1.15.7
o Fix bug #11033, make distclean misses some files
  (bug report from Lucas Nussbaum)
o Work around SetMagickRegistry problem in
  ImageMagick 6.3.4-7
2007-06-10 04:43:58 +00:00
gdt
242f697f69 # lib/Makefile.in builds .o files and then .a, but rules for shlibs,
# while apparently independent, cause libtool to create .o again,
# making it possible for the ar step of the .a build to fail to find
# the .o
MAKE_JOBS_SAFE=		NO
2007-06-08 20:50:55 +00:00
wiz
b50f5d8da8 Update to 1.1.1:
Version 1.1.1:
* Fixed typo in English jpegpixi manual page.
* Updated postal address of the Free Software Foundation.
2007-06-08 11:55:27 +00:00
wiz
95fddbd26c Update to 1.25:
2007-05-25 v1.25 Tels 127 tests
  * fix bug #26130 - hang in parsing JPG/TIFF images with repeating
    block numbers
2007-06-08 11:37:37 +00:00
wiz
cf92177d0e Update to 1.4.6:
Release 1.4.6 (2007-05-01 Carl Worth <cworth@cworth.org>)
=========================================================
This is the third update in cairo's stable 1.4 series. It comes a
little less than three weeks since the 1.4.4 release. This release
fixes the broken mutex initialization that made cairo 1.4.4 unusable
on win32, OS/2, and BeOS systems. This release also adds significant
improvements to cairo's PDF backend, (native gradients!), and a couple
of performance optimizations, (one of which is very significant for
users of the xlib backend).

Release 1.4.4 (2007-04-13 Carl Worth <cworth@cworth.org>)
=========================================================
This is the second update release in cairo's stable 1.4 series. It
comes just less than a month after 1.4.2. The changes since 1.4.2
consist primarily of bug fixes, but also include at least one
optimization. See below for details.

There have been lots of individuals doing lots of great work on cairo,
but two efforts during the 1.4.4 series deserve particular mention:

Internal cleanup of error handling, (Chris Wilson)
--------------------------------------------------
Chris contributed a tremendous series of patches (74 patches!) to
improve cairo's handling of out-of-memory and other errors. He began
by adding gcc's warn_unused_attribute to as many functions as
possible, and then launched into the ambitious efforts of adding
correct code to quiet the dozens of resulting warnings.

Chris also wrote a custom valgrind skin to systematically inject
malloc failures into cairo, and did all the work necessary to verify
that cairo's performance test suite runs to completion without
crashing.

The end result is a much more robust implementation. Previously, many
error conditions would have gone unnoticed and would have led to
assertion failures, segmentation faults, or other harder-to-diagnose
problems. Now, more than ever, cairo should cleanly let the user know
of problems through cairo_status and other similar status
functions. Well done, Chris!

More malloc reduction, (Mathias Hasselmann)
-------------------------------------------
After 1.4.0, Behdad launched an effort to chase down excessive calls
to malloc within the implementation of cairo. He fixed a lot of
malloc-happy objects for 1.4.2, but one of the worst offenders,
(pixman regions), was left around. Mathias contributed an excellent
series of 15 patches to finish off this effort.

The end result is a cairo that calls malloc much less often than it
did before. Compared to 1.4.2, 55% of the calls to malloc have been
eliminate, (and 60% have been eliminated compared to 1.4.0). Well
done, Mathias!
2007-06-08 07:20:52 +00:00
wiz
2f1b8e3451 Update to 0.6.15:
New in 0.6.15 (2007-05-23) since 0.6.14 (2007-05-10):

  * Added support for 2 new types of Pentax makernotes & Casio type2 makernote

  * Added support for Win XP metadata (Author, Comment, KeyWords, Title,
    Subject) tags

  * Bug fixes:
    [ 1443183 ] install error when doxygen is not present.

  * New translations: Czech, Slovak.

  * Improved doxygen generated API and code internals
    documentation. Made building of code internals docs optional
    (--enable-internal-docs) as the call graphs take quite long to
    build. Made building any docs optional (--disable-docs).


New in 0.6.14 (2007-05-10) since 0.6.13 (2005-12-27):

  * Bug fixes: #1457501, #1471060, #1525770, #1617991, #1703284, #1716196

  * Extended support of Canon, Nikon, Olympus makernotes

  * Added option EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE to prevent
    modification of maker notes

  * Other fixes and improvements which include API/ABI additions.
2007-06-07 20:02:20 +00:00
markd
0ce175cf49 add koverartist 2007-06-06 11:24:44 +00:00
markd
2b286026d8 Import of koverartist-0.5
KoverArtist is a program for the fast creation of covers for
cd/dvd cases and boxes. The main idea behind it is to be able
to create decent looking covers with some mouseclicks.
2007-06-06 11:23:09 +00:00
tnn
4646b00220 Adopt some new features from www.jpegclub.org that have already been
adopted by many Linux distributions as well as FreeBSD ports:

o jpegtran: add "-perfect" switch:
    Fail if there are non-transformable edge blocks.
o jpegtran: add "-crop" switch:
    Crop to a rectangular subarea.
o jpegtran: correct EXIF handling.
o jpegexiforient: Get and set the Exif Orientation Tag.
o exifautotran: Transforms Exif files so that Orientation becomes 1.

Suggested by dzoe on #NetBSD IRCNet.
2007-06-05 22:07:25 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
obache
4e297efc66 Add rabbit. 2007-06-04 04:15:55 +00:00
obache
e8b2ec0f6b Import rabbit version 0.5.2.
This is an application to do presentation with RD document.
2007-06-04 04:13:52 +00:00
dsainty
ec581d5b10 Fogot to set MAINTAINER to myself. Also, some cosmetic changes for pkglint. 2007-06-03 09:28:34 +00:00
dsainty
52021fa9fe Add gimp-fix-ca 2007-06-03 07:51:38 +00:00
dsainty
6e117aba04 Fix-CA is a Gimp plug-in to correct chromatic aberration (CA). 2007-06-03 07:48:13 +00:00
wiz
215174353f Update to 0.9.1:
Documentation for the 0.9.1 release.
2007-06-03 00:50:11 +00:00
hamajima
654d5fe5e2 Updated to 0.6b.
New support Logitech QuickCam chat (Device ID:0x092e).
2007-06-02 12:47:51 +00:00
wiz
684d703a2d Update to 3.6.4:
Comix 3.6.4

    - Added a Russian translation by Artyom Smirnov.

    - Added a Croatian translation by Adrian C.

    - Fixed a bug in the thumbnailer, comicthumb, failing to create thumbnails
    for Zip and tar archives.

    - Some minor changes.
2007-06-01 00:45:49 +00:00
adam
47dcfdf79e PLIST fix 2007-05-30 12:29:47 +00:00
rillig
7f125459d8 Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
2007-05-30 08:54:28 +00:00
minskim
a75eb4582a Update ps2eps to 1.64.
Changes since 1.58:
- Tried to make DSCfilter command more robust
- better detection for files that have a binary heading stuff containing
  even %! as character sequence
- changed year in comment and info printout only
- incorporated changes for Windows/Cygwin detection
- removed surrounding ticks '' for -c $translation in $translatecmd
- removed useless/unsupported 2>&1 in $bboxver for Windows
- fix for two negative offsets in translation
2007-05-29 01:22:17 +00:00
heinz
1ad7e2261a Added support for installation to DESTDIR. Approved by Min Sik Kim. 2007-05-28 23:18:52 +00:00
heinz
d6bc49f35a - Added support for installation to DESTDIR.
- Files named ".DS_Store" (from the MacOS GUI) do not belong to this
  package, so we filter them at installation time.

Changes approved by Jan Schaumann.
2007-05-28 20:35:38 +00:00
heinz
d6f795d011 - Updated outdated download URLs (taken from FreeBSD's Makefile).
- Added HOMEPAGE.
- Libraries should be installed with BSD_INSTALL_LIB, not BSD_INSTALL_DATA
  (see patch-ak).
- Added support for installation to DESTDIR (Makefile, patch-ac, patch-ak,
  patch-am, patch-az).
2007-05-28 20:14:00 +00:00
adam
60fe8a2ae4 Changes 2.3.17:
- improved import of multi-page TIFF files
- reduced rounding errors in Blur routines (core and plug-ins)
- further improved parameter checks in the PDB
- added support for loading .abr v2 Photoshop brushes
- improved border behavior of the Blur tool
- show the brush outline at the Clone tool's source position
- added libgimpbase API to retrieve the user's Pictures folder
- add a shortcut to the user's Pictures folder to the file-chooser dialog
- improved the quality of the Motion Blur filter
- save paths in TIFF files
- let the Screenshot plug-in name the new layer after the window
- use memory slices to reduce memory fragmentation
- some code cleanup
- lots of bug fixes
2007-05-28 12:41:49 +00:00
adam
6209b55e4a Changes 2.2.15:
- fixed parsing of GFig files with CRLF line endings
- guard against a possible stack overflow in the Sunras loader
- fixed definition of datarootdir in gimptool-2.0
- fixed Perspective tool crash on Mac OS X
- fixed area resizing in the Image Map plug-in
- added missing library in gimptool-2.0 --libs output
- added new localizations: Occitan and Persian
2007-05-28 12:20:42 +00:00
obache
1cfcb22925 Update ruby-rcairo to 1.5.0.
Release 1.5.0 (2007-05-27) Kouhei Sutou <kou@cozmixng.org>)
==========================================================

Many API improvement.

Features
--------
  * Support Cairo::Surface.new with block.
  * Support RubyGems.
  * Add experimental API Cairo::Context#pseudo_blur. (API
    may be changed.)
  * Fix strange Cairo::Context#push_group and
    Cairo::Context#pop_group behaviour.
  * Fix Cairo::Context::Path#map_path_onto.
  * Add high-level color interface. (Cairo::Color)
    * Improve color related API. For example:
        From:
          context.set_source_rgb(1, 0, 0)
        To:
          context.set_source_color(:red)

    * Support RGB/CMYK/HSV conversion.
    * Many default color definitions.
  * Support path creation using Cairo::Path without
    Cairo::Context.
  * Improve constant value specify API. For example:
      From:
        Cairo::ImageSurface.new(Cairo::FORMAT_ARGB32, 100, 100)
      To:
        Cairo::ImageSurface.new(:argb32, 100, 100)
  * Support win32 surface. (Yoshinao Muramatsu)
2007-05-27 04:10:52 +00:00
obache
816616f38f Let to install 'rb_cairo.h'.
Bump PKGREVISION.

And change HOMEPAGE to rcaio's one.
2007-05-26 16:52:24 +00:00
tron
2b13b684cf Add patch from GIMP SVN repository to fix the vulnerability reported
in CVE-2007-2356. Bump package revision.
2007-05-26 15:00:22 +00:00
obache
1d97f88c62 Update ruby-rcairo to 1.4.1.
Release 1.4.1 (2007-03-10 Kouhei Sutou <kou@cozmixng.org>)
==========================================================

Features
--------
  * Add missing pkg-config.rb.

Release 1.4.0 (2007-03-06 Kouhei Sutou <kou@cozmixng.org>)
==========================================================

Features
--------
  * All cairo 1.4.0 API are implemented.
2007-05-26 14:13:42 +00:00
obache
99d0bbfd64 rcairo already exists as ruby-cairo. 2007-05-26 13:54:30 +00:00
obache
70eb408bab Add rcairo. 2007-05-26 13:46:03 +00:00
obache
cb0bdf28bf Import rcairo version 1.4.1.
Ruby bindings for cairo // cairo extension for Ruby

 * PNG saving
 * PostScript saving
 * PDF saving
 * SVG saving
 * all cairo API
2007-05-26 13:44:50 +00:00
obache
54c56c11bc Add ruby-gnome2-rsvg. 2007-05-26 06:35:28 +00:00
obache
becab1c8f0 Import ruby-gnome2-rsvg version 0.16.0.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/RSVG is a Ruby binding of librsvg.
2007-05-26 06:27:28 +00:00
joerg
6a21c32dae Follow rename of PKG_BUILD_OPTION for gtk2. 2007-05-25 22:57:34 +00:00
rillig
461f38151c Fixed pkglint warnings and file permissions. PKGREVISION++ 2007-05-24 04:46:52 +00:00
rillig
a3f7d8b7a3 Added the patch from PR 36383, which fixes a type name clash on NetBSD. 2007-05-24 04:46:15 +00:00
markd
03322c0ea5 Update to KDE 3.5.7
PDF metainfo plugin
* Free memory and file descriptor as soon as possible after reading the
  metadata.

KPDF
* Show the tooltip of a link when hovering on them.
* Add the possibility of rasterize the file to image before printing it.
* React to the commands for opening the TOC pane, and for expanding the
  subtrees of the TOC.
* Fix unability to open some files.
* Fix keyboard navigation when switching tabs in konqueror.
* Fix wrongly asking for password.
* Render pstricks psgrid correctly.
* Fix some transparency issues.
* Accept image width and height to be reals even if standard mandates
  integers.
* Fix problems with deletion of message boxes of already closed documents.
* Restore the previously open pane in the side toolbox after reloading a
  watched document.
* Improve selected page size detection when printing.

KolourPaint
* Add "File / Scan...".
* Save local files atomically - KolourPaint will no longer truncate an
  existing file if the KImageIO library for the file format is missing
  or if you run out of disk space.
* Add global session save/restore.
* Make "File / Open Recent" work consistently when multiple windows are
  open.

Kuickshow
* Fix crash when pressing delete without having anything selected.
2007-05-23 13:41:58 +00:00