Commit graph

6938 commits

Author SHA1 Message Date
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