Commit graph

6798 commits

Author SHA1 Message Date
wiz
413a28a54e Update to 1.0.10: Use gtk2 instead of gdk-pixbuf. 2007-12-02 12:38:19 +00:00
wiz
f860425b8b Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:06:19 +00:00
wiz
ff1cb95f47 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 12:05:33 +00:00
wiz
f21edafa37 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:05:00 +00:00
wiz
406042ce96 Remove future MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:02:47 +00:00
wiz
a73293016c Remove ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 00:01:08 +00:00
wiz
92a3167b2e Remove openexr-display. 2007-11-30 21:55:59 +00:00
wiz
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
wiz
8187843103 Update to 1.6.1:
1.6.1

New versions of OpenEXR and CTL are now available. This release
fixes a buffer overrun in OpenEXR and a Windows build problem in
CTL, and it removes a few unnecessary files from the .tar.gz
packages.

1.6.0

* Reduced generational loss in B44- and B44A-compressed images.
* Added B44A compression. This is a variation of B44, but with
a better compression ratio for images with large uniform areas,
such as in an alpha channel.
* Bug fixes.

1.5.0

*  OpenEXR supports a new image compression method, called B44.
It has a fixed compression rate of 2.28:1, or 4.57:1 if used
in combination with luminance/chroma encoding. B44-compressed
images can be uncompressed fast enough to support real-time
playback of image sequences.
* The new playexr program plays back moving image sequences.
Playexr is multi-threaded and utilizes the threading capabilities
of the IlmImf library that were introduced in OpenEXR 1.3.0.
The program plays back B44-compressed images with fairly
high-resolution in real time on commodity hardware.
* The playexr program and a new version of the existing exrdisplay
image viewer both support color rendering via color transforms
written in the new Color Transformation Language or CTL. CTL
is not part of OpenEXR; it will be released separately. CTL
support in playexr and exrdisplay is optional; the programs
can be built and will run without CTL.
* In preparation for the release of CTL, OpenEXR has been split
into three separate packages:
  o IlmBase 0.9.0 includes the Half, Iex, Imath and IlmThread
  libraries
  o OpenEXR 1.5.0 includes the IlmImf library, programming
  examples and utility programs such as exrheader or
  exrenvmap
  o OpenEXRViewers 0.9.0 includes the playexr and exrdisplay
  programs
* The "Technical Introduction to OpenEXR" document now includes
a recommendation for storing CIE XYZ pixel data in OpenEXR
files.
* A new "OpenEXR Image Viewing Software" document describes
the playexr and exrdisplay programs. It briefly explains
real-time playback and color rendering, and includes recommendations
for testing if other image viewing software displays OpenEXR
images correctly.
* The OpenEXR sample image set now includes B44-compressed
files and files with CIE XYZ pixel data.
2007-11-30 21:52:17 +00:00
wiz
fd4fd7046a + ilmbase. 2007-11-30 21:50:50 +00:00
wiz
054c4d5d73 Initial import of ilmbase-1.0.1:
Half is a class that encapsulates our 16-bit floating-point format.

IlmThread is a thread abstraction library for use with OpenEXR
and other software packages.  It currently supports pthreads and
Windows threads.

Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions
and other useful 2D and 3D math functions.

Iex is an exception-handling library.
2007-11-30 21:50:22 +00:00
drochner
4fb327a489 sync the patch dealing with 8-bit displays with the last version
from https://bugs.freedesktop.org/show_bug.cgi?id=4945
ride on recent update
2007-11-30 20:49:24 +00:00
rillig
812b25d319 Updated Cenon to 3.83.
Changes since 3.67:
Version 3.83
- Text, Fix: text editing in changing scales works now
- New menu item "Display -> Show/Hide Coordinates" to toggle the presence
  of the coordinate box of document
- Inspector: Lock switch for crosshairs
- Gerber-Export: improved
- DXF-Import: improved
- Apple, Document Window: area outside document is now transparent (Window color)
- Apple, Fix: arcs with zero line width are printed with default line width
- Apple, Fix: Build Contour of vertical centered Text positions result correctly
- Apple, Fix: move graphic objects with cache, scaled           (Apple workaround)
- Apple, Fix: move vortex of graphic objects with cache, scaled (Apple workaround)
- Apple, Fix: rotate graphic objects with cache, scaled         (Apple workaround)

Version 3.82
- New: Batch printing (Multiples) added, including serial numbers
- New: Contour-Panel:
       switch, whether to replace the source graphics (or keep it)
       Panel has now it's own Unit Popup
- New: convert TextPath to Path
- New, Editing: with Control + Mouse you can drag Curve points within a path
- TransformPanel: now with a nice bar of Icons to look better
- Undo: number of undos increased to 25 instead of 10
- DIN-Import: for Excellon, the tools can be defined within the file
- Fix, Curve-Inspector: display correct points for selected handles
- Fix, HPGL-Import: Labels fixed
- Fix, Join:
       two paths or polylines are joined by keeping the order
       Undo with two closed paths corrected
- Fix, Path: Makes Undo work for moving several points in a path
- Fix, Arc: 360 degree snap works better now
- Fix, Snap: snapping on itself removed
- Fix, Select: Selecting a point no longer creates a move point undo step
- Fix, Punch: Undo added for groups
- Fix, Punch: Undo without crash
- Fix, Inspector: changing color on non-editable layer leaves color well
       with correct color
- Fix, Layer-Inspector: display Layer, if non-visible layer is turned on
       editable
- Fix, Text: editing at the top of a window now scrolls the text to visibility
- Fix, DXF-Import: close of polylines corrected to work in all cases
- Apple, PDF-Import: dynamic linking of import libraries works on OS X 10.4.7
- Apple: graphics cache is on as default
- GNUstep: Our patch for loading images from a bundle has been applied

Version 3.81
- Selection: the first click on an object now selects the entire object.
  A click on an edge of a selected object will select the control point.
- Fix, GNUstep: crash with Layer-Inspector is fixed
- Fix, GNUstep: correct defaults for zero line widths, drag boxes, ...
- New Domain Cenon.eu registered

Version 3.80
- New, Import: Import to existing layers by comparing layer names
- New, Import: Import to existing layers by comparing colors with
  objects on the layer
- Preferences: New entry "Select by border" to select filled objects
  at border only
- Copy/Paste: lock is not copied
- PolyLine: allows snap to own points
- Fix, DXF-Import: closing of a PolyLine with an arc added
- Fix, DXF-Import: fill color of stroked objects now defaults to stroke color
- Fix, Punch with Rectangle: rectangles with rounded corners are
  displayed correctly
- Fix, Apple: Contour of mirrored text is now placed correctly
- Apple: Graphics cache is now available (Preferences switch is active)
- Apple: Preferences switch to turn off Antialiasing activated
- Copy/Paste: PDF Pasteboard Type added for Apple
- Fix, Radial Fill: fill center is saved correctly
- Fix, Radial Fill: center stays inside box, when object is rotated
- Fix, Group: grouping with activate color well keeps color
- Fix, Rectangle: correct display of rectangles with maximum edge radius
- Fix, Rotate: more precise
- Fix, Inspector: change from other App to Cenon keeps Inspector contents
- Fix: Start of Cenon by double click on a document file allows
  modules to load their stuff

Version 3.71
- New: Multi page documents (basic handling of pages + printing)
       Template layers for even, odd and all pages with
       wildcards for page number #PAGENUM# and page count #PAGECNT#
- New: new editing Tool to add a vertex to Paths and PolyLines
- New: removing of a vertex from Path and PolyLine
- Punch: punch with Groups and Rectangles added
- Undo for flatten text added
- Optimization of memory usage
- Fix: crash removed on Quit
- Fix: several bug fixes for calculating contours of objects
- Fix, Gerber-Export: Filled PolyLines are now filled
                      don't export empty layers any more
- Fix, many bug fixes

Version 3.70
- Layer Inspector: direct adding of a layer with the given name
- Punch: it is now possible to punch with an unfilled object
- Ungroup: in mixed selection the groups can be ungrouped
- Join: better closing (fill) of open paths
- Printing: print always 100%
- Fix, Printing: Print-Panel settings are stored
- Gerber-Import: improved import of polygons
- Gerber-Import: Arc angles close to 360 degree improved
- Gerber-Export: output of complex paths improved
- PostScript-Import: better support of CMYK color space
- Display: better performance with many objects in groups or paths
- Fix: loading of an empty group works
- Fix, Contour: large images don't crash with contour fill and image contour
- Fix for PolyLines within Paths
- Antialiasing fixes for Apple and GNUstep
- more bug fixes
2007-11-30 19:53:01 +00:00
drochner
a8571288d2 update for icon-naming-utils-0.8.6 (and possibly later versions, which
is an optimistic assumption),
remove hicolor-icon-theme dependency which is outdated,
bump PKGREVISION
2007-11-30 16:04:07 +00:00
rillig
d5f467a35e Explained the icon-naming-utils dependency. 2007-11-30 13:43:43 +00:00
rillig
10d5658f88 This package needs exactly icon-naming-utils-0.8.2, since the list of
installed files depends on the version number of icon-naming-utils.
2007-11-30 13:27:50 +00:00
tron
f640f2852b Fix various package list problems:
1.) Remove directory "share/gnuplot/4.2/PostScript" during deinstallation.
2.) Prevent installation of "share/texmf-local/tex/latex/gnuplot" if
    LaTeX is available (because we don't want to depend on "tetex").
3.) Update package list of "gnuplot-nox11" for version 4.2.

Bump revision of both packages.
2007-11-30 12:31:52 +00:00
cjs
d59367dfdd Upgrade to 4.2.2. New features:
* New plot styles
          o Histogram
          o Label plots
          o Image data
          o Filled curves
          o Vectors
    * Input from binary data files
    * New plot elements
          o RGB colors
          o Arbitrary rectangles
    * String handling
          o String and text data read from datafiles
          o User-defined string variables, operators, and functions
    * Macros
    * Auto-layout of multiple plots on a page
    * Internal variables
    * New or revised terminal drivers
          o wxt
          o emf
          o gif, jpeg, png
          o postscript
          o ai
          o epslatex, pslatex, pstex
          o windows
    * Canvas size
2007-11-30 07:13:18 +00:00
wiz
fed14c18cb Update to 1.4.12:
Release 1.4.12 (2007-11-26 Carl Worth <cworth@cworth.org>)
==========================================================
This is the sixth update in cairo's stable 1.4 series. It comes five
months after the 1.4.10 release. This fix includes various bug fixes
originally developed during the 1.5.x development and backported to
1.4.

Some of the most significant bug fixes prevent crashes:

  * Avoid overflow when allocating large buffers (Vladimir Vukicevic)

  * Fix crash with cairo_pattern_set_user_data (Carl Worth)

  * Fix broken locking in cairo-ft error path (Chris Wilson)

  * Avoid crash when cleaning up after Render extension (Carl Worth)

  * Avoid crash for zero-sized bitmap glyph (Chris Wilson)

  * Avoid crash with type-1 fonts and ft and atsui enabled (Brian Ewins)

  * Fix many error-handling cases in the Quartz/ATSUI code (Brian Ewins)

  * Eliminate cairo_stroke crash with scaling near zero (Carl Worth)

Other fixes address rendering problems:

  * Fix PDF linear gradients without stops at 0.0 and 1.0 (Adrian Johnson)

  * Fix PDF CFF subsetting to work with Apple Preview (Adrian Johnson)

  * Report proper errors on out-of-memory on win32 (Vladimir Vukicevic)

  * Fix EXTEND_NONE gradients for cairo-quartz (Brian Ewins)

  * Fix odd-number-of-dashes dashing for cairo-quartz (Brian Ewins)

  * Fix erroneous results from cairo_stroke_extents (Carl Worth)

  * Force non-AA text when bitmap strikes are available (Keith Packard)

  * Fix cairo-atsui font metrics (Richard Hult)

And some avoid raising cairo errors for innocent problems:

  * Avoid drawing shutdown for glyph-not-found in font (Behdad Esfahbod)

  * Don't raise an error for creating an empty path (Chris Wilson)

At least one optimization managed to sneak in:

  * Free glyph surfaces after uploading to X server cache (Behdad Esfahbod)

And there are a few very minor fixes, (such as build fixes).
2007-11-29 22:13:58 +00:00
drochner
5af5c2a3f6 update to 2.20.3
changes:
-Plugin API additions and fixes
-Misc cleanups and fixed memory leaks
-bugfixes
-translation updates
2007-11-29 20:37:26 +00:00
wiz
06d626133c Update to 2.01:
August 27 2007 - V2.01
	  Fixed UTF8 input problems with box file reader.
	  Fixed various infinite loops and crashes in dawg code.
	  Removed include of config_auto.h from host.h.
	  Added automatic wctype encoding to unicharset_extractor.
	  Fixed dawg table too full error.
	  Removed svn files from tarball.
	  Added new functions to tessdll.
	  Increased maximum utf8 string in a classification result to 8.
2007-11-29 16:42:08 +00:00
rillig
ceabeaf481 rawphoto.c uses libm. 2007-11-27 01:31:03 +00:00
obache
9154f873f0 Update RMagick to 1.15.11.
RMagick 1.15.11
o Fix bug #15887, the x_ and y_resolution
  attributes don't respect the units attribute
  (bug report from Ben Greenburg)
o Fix bug #15889, memory leak in
  Draw#composite method (bug report from Till
  Vollmer)
2007-11-26 03:21:30 +00:00
wiz
7fde2b7d97 Update to 0.8.6:
2007-08-27  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac: Up version to 0.8.6 for release

2007-08-27  Rodney Dawes  <dobey.pwns@gmail.com>

	* legacy-icon-mapping.xml:
	Add applications-other link to gnome-other
	Add phone link to stock_cell-phone

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12155
	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12156

2007-08-26  Rodney Dawes  <dobey.pwns@gmail.com>

	* README: Update with example of usage

2007-08-18  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac: Up version to 0.8.5 for release

2007-08-18  Rodney Dawes  <dobey.pwns@gmail.com>

	* Makefile.am: Handle the uninstalled pc file separate from the
	normal pc file so we don't install it

	See http://bugs.freedesktop.org/show_bug.cgi?id=10222

2007-08-18  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac: Up version to 0.8.4 for release

2007-08-18  Rodney Dawes  <dobey.pwns@gmail.com>

	* legacy-icon-mapping.xml: Fix mail status icons to be status and not
	link to the action counterparts

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11468

2007-08-18  Rodney Dawes  <dobey.pwns@gmail.com>

	* legacy-icon-mapping.xml: Add mail-attachment link

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11467

2007-08-16  Rodney Dawes  <dobey.pwns@gmail.com>

	* legacy-icon-mapping.xml: Add emotes context, icons, and links

2007-08-13  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac: Up version to 0.8.3 for release

2007-08-13  Rodney Dawes  <dobey.pwns@gmail.com>

	* icon-name-mapping.pl.in: Update author info

2007-08-13  Rodney Dawes  <dobey.pwns@gmail.com>

	* AUTHORS: Update my info

2007-08-13  Rodney Dawes  <dobey.pwns@gmail.com>

	Original patch from Damien Carbery <damien.carbery@sun.com>

	* Makefile.am: Update to include icon-naming-utils-uninstalled.pc.in

	* configure.ac: Output icon-naming-utils-uninstalled.pc

	* icon-naming-utils-uninstalled.pc.in: Add uninstalled pc.in file

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=10222

2007-08-13  Rodney Dawes  <dobey.pwns@gmail.com>

	* legacy-icon-mapping.xml: Link help-about to gtk-about

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11168

2007-08-13  Rodney Dawes  <dobey.pwns@gmail.com>

	Some patching from Luca Ferretti <elle.uca@libero.it>

	* legacy-icon-mapping.xml:
	Update document-revert links to use ltr/rtl forms
	Add links for emblem-{noread,nowrite}
	Add link for gtk-execute
	Add links for gtk-spell-check and stock_spellcheck
	Add link for stock_print-setup

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11479
	https://bugs.freedesktop.org/show_bug.cgi?id=11480
	https://bugs.freedesktop.org/show_bug.cgi?id=11481
	https://bugs.freedesktop.org/show_bug.cgi?id=11482
	https://bugs.freedesktop.org/show_bug.cgi?id=11507
	https://bugs.freedesktop.org/show_bug.cgi?id=11532

2007-08-01  Rodney Dawes  <dobey.pwns@gmail.com>

	Patch from Luca Ferretti <elle.uca@libero.it>

	* legacy-icon-mapping.xml: Update gtk-{indent,unindent} links

	Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11466

2007-03-23  Rodney Dawes  <dobey@novell.com>

	* legacy-icon-mapping.xml: Add gtk-directory link to folder icon

2007-03-23  Rodney Dawes  <dobey@novell.com>

	* legacy-icon-mapping.xml: Link process-stop to gtk-cancel

2007-02-19  Rodney Dawes  <dobey@novell.com>

	* legacy-icon-mapping.xml: Add links for document-revert
2007-11-25 23:50:55 +00:00
drochner
5345e7fb79 make this build with libsigc++-2.1 2007-11-23 11:56:14 +00:00
drochner
911d1258a9 +djview4 2007-11-22 21:04:21 +00:00
drochner
6e826156e2 import djview4-4.2.2, a djvu file viewer, from Paulo Matias per pkgsrc-wip 2007-11-22 21:02:00 +00:00
tron
10ee7e1d90 This package needs "Perl::XML-Parser" to build. Add the "p5-XML-Parser"
as a build dependence to provide this module.
2007-11-22 18:12:45 +00:00
adam
1ba6913fe7 Changes 2.4.2:
- removed broken and useless HSV Graph script
- update the histogram when a color correction tool is cancelled
- fixed a crash with certain plug-in or script descriptions
- corrected a tooltip
- fixed a crash when GIMP is run without any modules
- fixed error handling in the TIFF plug-in
- fixed a problem with Sample points
- fixed a crash when merging layers in indexed image
- update the histogram when painting
- fixed another problem with merge operations on indexed images
- fixed crash in TIFF plug-in when saving indexed images
- changed defaults so that a system monitor profile is only used when the
  user explicitely enabled this feature
- fixed endless loop when running equalize on transparent areas
- fixed heap corruption in GimpColorScale widget that caused a crash in the
  Compose plug-in
- fixed use of background color in Particle Trace script
- set the image menu insensitive when there's no image opened
- translation updates (ca, et, it, lt, pt, pt_BR, sr, sv)
2007-11-21 19:52:15 +00:00
rillig
0b7145a92e This package needs asprintf. 2007-11-20 17:46:44 +00:00
adam
4a14da9ff2 Changes 1.4.6:
* Bugfixes:
  - Bug 11972: Cannot build cairomm with Quartz enabled
2007-11-18 08:44:49 +00:00
rillig
7758bfe362 Patch empty "for" loops out of the Makefile.in files. This is needed for
Solaris.
2007-11-17 15:56:06 +00:00
rillig
737de34270 Second try, this time with testing whether the fix works. 2007-11-17 14:14:01 +00:00
rillig
bea05be913 Fixed an empty "for" loop for Solaris' ksh. 2007-11-17 14:08:35 +00:00
wiz
0b09193af9 Reset maintainer for itojun's packages. 2007-11-17 13:40:15 +00:00
rillig
105dd4b97c Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
2007-11-17 12:04:11 +00:00
obache
5bfa94f3f5 Enable to build with X-less imlib2. 2007-11-17 01:47:02 +00:00
obache
0725f99d1e Add x11 option (default: enabled).
No functionally change, but bump PKGREVISION due to detect x11 option.
2007-11-17 01:40:50 +00:00
heinz
0f470ec87d Removed ftp.rge.com from MASTER_SITES, doesn't resolve anymore
in DNS. Mentioned by Zafer Aydogan in PR pkg/37321.
2007-11-12 20:05:38 +00:00
heinz
e57caba77d Master site ftp.leo.org does not exist anymore. 2007-11-12 18:10:42 +00:00
wiz
dfd78e950c Remove ftp.no.mostang.com and ftp.de.mostang.com from MASTER_SITES,
they don't resolve. From Zafer Aydogan in PR 37315.
2007-11-11 23:51:54 +00:00
wiz
668ae03eb6 Update to 1.2.23:
version 1.2.23beta01 [October 15, 2007]
  Reduced number of invocations of png_strlen() in pngset.c.
  Changed [azAZ09_] to [_abcde...89] in Makefile.am for better localization.

version 1.2.23beta02 [October 16, 2007]
  Eliminated png_strncpy() and png_strcpy() (Pierre Poissinger)
  Changed $AN to $(AN) in Makefile.am.

version 1.2.23beta03 [October 16, 2007]
  Fixed off-by-one error in pngset.c
  Restore statement to set last character of buffer to \0 in pngerror.c

version 1.2.23beta04 [October 23, 2007]
  Reject attempt to set all-zero cHRM values.

version 1.2.23beta05 [October 26, 2007]
  Add missing quotes in projects/visualc6, lost in version 1.2.20rc3

version 1.2.23rc01 [November 2, 2007]
  No changes.

version 1.2.23 [November 6, 2007]
  No changes.
2007-11-11 19:08:11 +00:00
heinz
2dd8ec4b10 Added support for installation to DESTDIR. 2007-11-10 19:08:51 +00:00
markd
92a13aa44b Another xpdf issue
http://www.kde.org/info/security/advisory-20071107-1.txt
2007-11-08 21:30:57 +00:00
tnn
b535c0807d Added graphics/gimp-liquid-rescale 2007-11-04 15:56:38 +00:00
tnn
0669c9d503 Import gimp-liquid-rescale-0.3.0 from pkgsrc-wip.
This is a content-aware image resizing plugin for the GIMP.
2007-11-04 15:52:29 +00:00
rillig
979968334c Added MAKE_JOBS_SAFE as suggested in PR 35043. 2007-11-03 22:36:06 +00:00
drochner
d39b885c0a update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-03 16:36:34 +00:00
drochner
ddefd728a4 update to 2.20.2
This switches to the new gnome-2.20 branch.
2007-11-03 16:22:56 +00:00
drochner
34702d6219 update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-03 15:39:05 +00:00