summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21I18N (PR 37581) and DESTDIR support.joerg2-2/+9
2007-12-17+fotoxdrochner1-1/+2
2007-12-17import fotox-32, a simple image manipulation program, mostly for thedrochner5-0/+153
common tasks of improving digicam images, with some support for generation of HDR images and panoramas
2007-12-17update to 2.10.7drochner3-9/+17
changes: -bugfixes -french manual added
2007-12-17Changes 2.4.3:adam4-18/+17
- avoid filename encoding problems in the WMF import plug-in - fixed horizontal flipping of linked layers - raised the priority of the display idle renderer to improve performance on Win32 - fixed a missing update in the Lighting plug-in UI - fixed a potential crash in the projection code - fixed a minor Makefile issue - removed some pointless warnings from the JPEG and TIFF load plug-ins - fixed size calculation for the image size warning dialog - fixed loading of tool options for the rectangle tools - push/pop a context in the Fog filter - fixed potential crashes in the Python binding - corrected grid drawing with non-integer spacing - fixed grid snapping for coordinates less than the grid offset - made the healing brush work properly when dragged - update tool state when a device change happens - improved validation of strings sent over the wire - fixed integer check in Script-Fu - fixed potential out-of-memory problem in Script-Fu - fixed compilation on msys/mingw - fixed localisation of Python plug-ins on Win32 - translation updates (ca, cs, de, gl, it, ko, lt, sv, uk)
2007-12-17update to 1.01drochner2-6/+6
changes: fixed to compile on HP-UX added Canon EOS-5D custom function support custom timestamp prefs in exiftime listing suppress warnings on invalid user comments allow output of invalid tags in debug fixed looping from recursive IFD ref, resolves CVE-2007-6356 fixed handling of field offset overflow, resolves CVE-2007-6354 & CVE-2007-6355
2007-12-16pkglint says: ERROR: graphics/gnuplot/Makefile.common:4: PKGREVISIONrillig2-3/+5
must not be set outside the package Makefile.
2007-12-16Update to gimp-liquid-rescale-0.3.0.6.tnn2-7/+7
Fixes a bug with gimp plugin registration and a build problem on OSX.
2007-12-15Update rabbit to 0.5.4.obache4-27/+20
== Changes 0.5.4 from 0.5.3: 2007-12-15 * Documentation update * fixed ruby.st's URL (kitaj) * updated document of MacPorts (kimura wataru) * Theme related * added some color configuration to night-black theme * added slide-logo theme * added slide-footer theme * Bug fixes * fixed cairo backend availability check * fixed Wiki parser loading bug (reported by OBATA Akio) * suppressed warnings on Windows * fixed "/" handling on Windows (JunichiNakai, OBATA Akio) * logged progress in background (suggested by OBATA Akio) * changed default print format to PDF * supported "check" for itemize mark * added --show-native-window-id option * supported <<< LANG\n...\n>>> with Wiki parser * added block quote sample * supported an image file as source (Rabbit can be an image viewer) * added as_large_as_possible image size option * removed config.rb on 'setup.rb clean' (Kobayashi Noritada) * removed Tgif support * added --man option (Kobayashi Noritada) * supported slideshare.net as source * supported DnD
2007-12-13Changed docbook-xsl dependency from DEPENDS to BUILD_DEPENDSwulf1-2/+2
2007-12-12Pick up maintainership.wiz1-2/+2
2007-12-12Reset maintainer on his request.wiz1-2/+2
2007-12-11Updated gimp-docs to version 2.4.0: Bring inline with current version of GIMPwulf4-1825/+5922
2007-12-07Remove gimp-print support. As of 2.4, gimp no longer uses gimp-printgdt2-5/+3
in the print plugin. gimp-print 4.2 is itself obsolete, replaced by gutenprint 5, and gutenprint provides a gimp print plugin that links against gimp's libraries.
2007-12-07Updated Xfce to 4.4.2martti2-6/+8
Lots of bug fixes. For the official ChangeLog, please see http://www.xfce.org/documentation/changelogs/4.4.2
2007-12-06Need bsd.prefs.mk before using MACHINE_PLATFORM.obache1-3/+3
2007-12-05Add link to Apple work around into the makefile for documentation purposes.tron1-1/+2
2007-12-05Use Apple's suggested work around(*) to fix linker problems undertron1-1/+5
Mac OS X Leopard. (*) http://developer.apple.com/qa/qa2007/qa1567.html
2007-12-05Try to fix build problem on recent NetBSD release.obache4-11/+111
2007-12-05Using flex to build.obache1-2/+2
2007-12-05Switch to SUBST framework.obache1-5/+5
2007-12-02Update to 1.0.10: Use gtk2 instead of gdk-pixbuf.wiz3-27/+16
2007-12-02Remove Ex-MASTER_SITEs. From Zafer Aydogan.wiz2-8/+3
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz2-6/+4
2007-12-02Remove Ex-MASTER_SITEs. From Zafer Aydogan.wiz1-6/+2
2007-12-02Remove future MASTER_SITEs. From Zafer Aydogan.wiz1-8/+2
2007-12-02Remove ex-MASTER_SITE. From Zafer Aydogan.wiz8-22/+14
2007-11-30Remove openexr-display.wiz4-43/+1
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz24-46/+48
2007-11-30Update to 1.6.1:wiz6-109/+34
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+ ilmbase.wiz1-1/+2
2007-11-30Initial import of ilmbase-1.0.1:wiz6-0/+121
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-30sync the patch dealing with 8-bit displays with the last versiondrochner2-22/+99
from https://bugs.freedesktop.org/show_bug.cgi?id=4945 ride on recent update
2007-11-30Updated Cenon to 3.83.rillig5-36/+18
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-30update for icon-naming-utils-0.8.6 (and possibly later versions, whichdrochner2-34/+199
is an optimistic assumption), remove hicolor-icon-theme dependency which is outdated, bump PKGREVISION
2007-11-30Explained the icon-naming-utils dependency.rillig1-2/+6
2007-11-30This package needs exactly icon-naming-utils-0.8.2, since the list ofrillig1-1/+2
installed files depends on the version number of icon-naming-utils.
2007-11-30Fix various package list problems:tron6-11/+36
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-30Upgrade to 4.2.2. New features:cjs5-23/+33
* 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-29Update to 1.4.12:wiz3-7/+9
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-29update to 2.20.3drochner4-14/+16
changes: -Plugin API additions and fixes -Misc cleanups and fixed memory leaks -bugfixes -translation updates
2007-11-29Update to 2.01:wiz3-7/+9
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-27rawphoto.c uses libm.rillig2-4/+4
2007-11-26Update RMagick to 1.15.11.obache2-7/+7
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-25Update to 0.8.6:wiz2-6/+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-23make this build with libsigc++-2.1drochner2-1/+17
2007-11-22+djview4drochner1-1/+2
2007-11-22import djview4-4.2.2, a djvu file viewer, from Paulo Matias per pkgsrc-wipdrochner6-0/+78
2007-11-22This package needs "Perl::XML-Parser" to build. Add the "p5-XML-Parser"tron1-1/+3
as a build dependence to provide this module.
2007-11-21Changes 2.4.2:adam3-9/+8
- 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)