summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Remove two master sites: one does not have the file, the other times out.wiz1-4/+2
2009-08-08Update to 2.26.3:wiz2-6/+6
version 2.26.3 - Added/Updated Translations - ca, courtesy of Gil Forcada - hi, courtesy of Rajesh Ranjan - Added/Updated Documentation - el, courtesy of Simos Xenitellis
2009-08-08As suggested by Tom Spindler, remove the libdrm version requirementdrochner2-3/+3
from dri.mk where it is pulled in from bl3.mk. The minimum version is only necessary if a new MesaLib is built, we don't need to force users of older ones to update libdrm.
2009-08-08Updating package for p5 module Image::Info from 1.28nb1 to 1.29sno2-9/+11
pkgsrc changes: - Update dependencies: * IO::String is not required anymore (it's in Perl CORE) * XML::LibXML is preferred over XML::Simple - Added license (perl5 license) - Added Module::Install as module type to prevent bundled Module::Install from automatic installing Upstream changes: 2009-07-31 Slaven Rezic <srezic@cpan.org> Release 1.29 SVG parsing is now done by XML::LibXML::Reader, if available, otherwise the old XML::Simple-based code is used. Using the new code is much more memory efficient and faster. The old module can still be used by setting @Image::Info::SVG::PREFER_MODULE Removed deprecation notice. Bundled Module::Install 0.91. Ceased a warning in the JPEG parsing code with perl 5.6.x. Lowered minimum required Perl version to 5.6.0 (There's no evidence that it does not work with that Perl version). Ceased warnings when reading PNG files with ztxt (compressed comment) chunk (RT #28054)
2009-08-08Fix symbol handling in glu. Patch from upstream via Jörn Clausenwiz4-10/+85
in PR 41613. Bump glu PKGREVISION.
2009-08-08Update goocanvasmm to 0.15.obache2-7/+7
0.15.0 (unstable): Build: * Image, ImageModel: Added scale_to_fit property. * Fix the build with alternative glibmm API (without properties or exceptions). (Murray Cumming) * Avoid a compiler warning. Bug #582996 (Vincent Untz)
2009-08-08Update goocanvas to 0.15.obache2-7/+7
GooCanvas 0.15 (Jun 29 2009) ============== o Fixed a bug that caused a hang when using GooCanvasWidget with accessibility support turned on. o Added "scale-to-fit" property to GooCanvasImage, to scale the image to the "width" and "height" settings, instead of just clipping.
2009-08-08Update GraphicsMagick to 1.3.6.obache3-11/+17
This release fixes many bugs, adds many improvements, and adds new major features. Quite a few volunteers contributed to this release. The following are the major changes since the 1.3.5 release: Security Fixes: * None. Bug fixes: * Composition was failing when the change image overlaps off the left side of the canvas. * EPT, PDF, PS: PDF bounding box is sometimes incorrect or not globally applicable so don't specify bounding box when reading PDF files. * OpenMP: Fix (benign) multi-thread cross-contentions (detected by valgrind's Helgrind). * TIFF: Fix problem with reading one bit per sample RGB images. * TIFF: Writer was using rows-per-strip of 8 when writing JPEG-compressed TIFF. This does not work for vertical subsampling, and some TIFF readers insist on 16. The rows-per-strip is now required to be a multiple of 16. * TIFF: In some cases, the TIFF reader and writer were accessing planar TIFF in row-order rather than plane-order, which resulted in sever buffering problems in libtiff, and failure when compression was used. * -write now works usefully as documented. * Temporary file name generator was not random enough, resulting in some file name collisions for GraphicsMagick processes started at the same time. * PerlMagick: Fixed Ping on a BLOB. * GetImageDepth was leaking memory. * Convert/mogrify -mask option was leaking memory. * Mogrify -output-directory option was leaking memory. * DPX: Fixed memory leak encountered when subsampling to 4:2:2. * DPX: Values read received insuficient scaling, which round-tripped correctly, but rounded-down excessively if any image processing was applied. New Features: * Added HRS reader for slow scan TV (contributed by Fojtik Jaroslav). * Pthreads (POSIX threads) API may now be used under the WIN32 API. * New access confirmation facility (MagickConfirmAccess) to allow the API user to monitor and/or block access to files and URLs. This allows the API user to implement a security policy based on actual accesses. * New color matrix function (ColorMatrixImage) to apply a color matrix similar to Adobe Flash Flash.filters.colorMatrixFilter(), and Windows GDI+ ColorMatrix class, (order up to 5x5) to the image pixels. This is accessible via the -recolor command option. * Added an IDENTITY coder to return a Hald identity CLUT image of specified order (e.g. "identity:8"). * Added a Hald CLUT capability as described at http://www.quelsolaar.com/technology/clut.html. This allows a color transformation to be easily created and replicated on any number of images. The algorithm is accessed by the -hald-clut option of 'convert' and 'mogrify'. Original algorithm by Eskil Steenberg and adapted for GraphicsMagick by Cl?ment Follet, with additional work by Bob Friesenhahn. * Added support for the ASC CDL transform. Available as -asc-cdl via the 'convert' and 'mogrify' subcommands. Original implementation by Cl?ment Follet but considerably re-worked by Bob Friesenhahn. Implementation passes the +/- 1 count accuracy requirement required by the ASC CDL SOP tests. * Added support for reading CALS Type 1 format (contributed by John Sergeant). CALS is a standard raster format used by the US Department of Defense for storing blueprint images. * Added a random number generation system based on George Marsaglia's multiply-with-carry generator. Somewhat slower than rand() but produces better random numbers with a period >2^60. This is a much better random number generator than the C library rand() and the algorithm is integrated in a way which maximizes multi-thread performance. * The 'compare' command now supports a -maximum-error option to specify the maximum image error so that it may be used to support boolean logic in automated test scripts. * For OpenMP-builds, the '-list resource' output now indicates the number of threads which will be used. Feature improvements: * Image resize now avoids adding "halos" around objects when resizing an image which contains transparency (patch contributed by Pavel Merdin). * DICOM: The DICOM reader is completely re-written and is much more functional now. A few features (e.g. RLE compression) are still missing. This work is contributed by John Sergeant. * EXIF: Unprintable characters in EXIF attribute strings are now returned using three-digit octal notation. Unknown tags are identified via their four-character hex value. * PCL: PCL writer is rewritten to fix many bugs, add support for compression, add support for 8 bit PseudoClass images, and dramatically improve usability (work contributed by John Sergeant). * TIFF: Allow the user to force the returned image to be TrueColor type for min-is-white and min-is-black TIFF files. * TIFF: User can now specify the predictor using syntax like '-define tiff:predictor=2'. * TIFF: User can now specify the rows-per-strip value when using JPEG compression. * TXT: The TXT reader is now capable of reading image files written by the TXT writer, as well continuing to render ASCII text into an image (work contributed by Fojtik Jaroslav). * Utilities @file.txt syntax for including a list of files to use as an argument now really works as expected. This may be used to inject any other text into the command line as well. As a result, the 'mogrify' utility may be invoked on thousands of files at once while obtaining the list of files to process from a text file. * The 'mogrify' utility now caches argument images so that they are loaded only once when mogrify is used to process multiple image files. Performance Improvements: * -median and -noise now see reliable linear speedup as threads are added. Behavior Changes: * PerlMagick is configured but no longer built by default. * Use '-interlace Line' to produce an interlaced GIF, PNG, or progressive JPEG.
2009-08-08Add an patch to fixes CVE-2008-1097, taken from upstream repository.obache3-2/+23
Bump PKGREVISION.
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim1-2/+2
in emacs23.
2009-08-05for sanity, include "python/application.mk" firstdrochner1-1/+2
2009-08-05this needs gmake, at least for medrochner1-2/+2
2009-08-05Update py-matplotlib* to 0.98.4markd12-345/+100
various bug fixes and new features.
2009-08-05Make bash run-dependency as intended in previous.wiz1-2/+2
Will be removed again when next version of geeqie is out.
2009-08-04Add bash dependency, and fix bash usage in 3 scripts. Bump PKGREVISION.wiz1-2/+6
Reported by hasso.
2009-08-04MAKE_JOBS_SAFE=nojoerg1-1/+2
2009-08-03Add tex-a2ping and tex-a2ping-doc.minskim1-1/+3
2009-08-03Import tex-a2ping-doc-2.77p as graphics/tex-a2ping-doc.minskim5-0/+91
This is documentation for tex-a2ping.
2009-08-03Import tex-a2ping-2.77p as graphics/tex-a2ping.minskim5-0/+68
a2ping is a Perl script command line utility written for Unix that converts many raster image and vector graphics formats to EPS or PDF and other page description formats. Accepted input file formats are: PS (PostScript), EPS, PDF, PNG, JPEG, TIFF, PNM, BMP, GIF, LBM, XPM, PCX, TGA. Accepted output formats are: EPS, PCL5, PDF, PDF1, PBM, PGM, PPM, PS, markedEPS, markedPS, PNG, XWD, BMP, TIFF, JPEG, GIF, XPM. a2ping delegates the low- level work to Ghostscript (GS), pdftops and sam2p. a2ping fixes many glitches during the EPS to EPS conversion, so its output is often more compatible and better embeddable than its input.
2009-08-03Enable t1lib font rendering. This fixes PR 41773.minskim1-2/+3
2009-08-03MAKE_JOBS_SAFE= nojoerg1-1/+2
2009-08-03MAKE_JOBS_SAFE=nojoerg1-1/+2
2009-08-03MAKE_JOBS_SAFE=nojoerg1-1/+3
2009-08-03MAKE_JOBS_SAFE=nojoerg1-1/+3
2009-08-03Make DESTDIR ready.joerg1-1/+5
2009-08-03Drop MASTER_SITE and custom fetch logic, URL doesn't work.joerg1-7/+2
2009-08-03amd64 has optimizer too.joerg1-2/+3
2009-08-02Make sure "pkg-config --libs libpng" emits a run path.tnn1-4/+5
Bump revision.
2009-07-30Update ruby-RMagick to 2.11.0.obache2-6/+6
Changes: RMagick 2.11.0 o Fix bug #26475, dissolve and watermark don't work with new versions of ImageMagick (reported by Jim Crate) o Add Image#composite_mathematics (available in ImageMagick 6.5.4-3) o Add new LinearDodgeCompositeOp, LinearBurnCompositeOp, PegtopCompositeOp, PinLightCompositeOp, VividLightCompositeOp enum values (available in ImageMagick 6.5.4-3)
2009-07-30drop libgnomeprint(ui) dependencies which are not needed anymore,drochner1-3/+2
bump PKGREVISION
2009-07-29fix DESTDIR installation (explicitely create bin dir)drochner1-1/+2
2009-07-29odd an option to pull in "lensfun" to correct lens distortions;drochner1-1/+9
this is experimental, thus off per default approved by gdt The Maintainer
2009-07-29the dri module wants intel_bufmgr.h which we got with libdrm-2.4.9drochner1-1/+2
2009-07-26No need to buildlink x11 here, ImageMagick/buildlink3.mk handle it.obache1-2/+1
Let to allow build with x11-less.
2009-07-24-remove unneeded patchdrochner3-23/+17
-disable the SIGBUS handler completely -- as implemented it can only cause trouble
2009-07-23Update to 1.0beta2. Convert to user-destdir, set LICENSE.wiz6-24/+73
* active image follows keyboard focus * added simple desktop file editor * layout id "_current_" matches the currently active layout window * added a possibility to update existing bars from config * added tooltips to external editors on toolbar, added "load config" command to remote control * added possibility to update existing layout window from config * added function to reload external editors at any time * added more IPTC tags * implemented editing support in exif pane * fixed loading of desktop file icons, gtk seems to expect an icon name without extension * compute histogram in idle time * completely separated global and layout window options, layout window configuration is available under separate menu entry * do not allow to add keywords with the same name as siblings * added keyword tree filtering * show file name in advanced_exif * handle sidecar files for raw formats that are not known to exiv2 * added a dialog for editing keyword tree * added a popup menu in keyword tree * Remove the toggle on advanced exif window menu item. * Advanced exif window: make all columns sortable and resizable. * Display icons in edit contextual menu. * In various Edit context menus, only display editors that match the file types in the selection. * allow dropping of multiple keywords * show a label instead of the default drag icon * implemented keywords editor as described at http://geeqie.wiki.sourceforge.net/keywords * Try to improve tab completion: when a key is pressed while tab completion menu is shown, the number of entries is reduced, dhowing all matching entries but the menu is no more closed after each key pressure. Number of possible entries in this menu was increased from 500 to 1000. Pressing TAB when path entry is empty now adds / (root directory). * added popup menu to the exif pane * indicate that the exif pane is empty * Display pixel coordinates and rgb, patch by Ruben Stein * reorder exif pane entries with drag and drop * overlay now survives image split * Add a directory separator at the end of names in tab completion list to indicate directories. * Align exif labels vertically (visually better since name is now smaller than value). * Enable 'Use profile from image' item of color management menu only if such profile information is available from image. * In the side bar, display the filename without the 'Filename:' prefix and makes it centered. Allow to select it for copy'n'paste. * Color profiles menu: test for file access before allowing to select it as input profile. * load icons for external editors * split overlay options between global and layout window * save and restore toolbar configuration * Add an indicator of the embedded color profile when recognized (a * just after sRGB or AdobeRGB compatible). * Color profiles menu: mark empty entries as inactive. * Add a tooltip showing current histogram state on bar histogram. * correctly save and restore overlay string * Save bar pane histogram state to rc file. * Add a contextual menu on bar pane histogram allowing to change channels and mode. * Drop histogram based on mean value. * config file format changed to XML * Add grid to bar histogram. * Fix bug 2599857: file list sort order was wrong in many cases. * separated "normal" and advanced exif, "Normal" exif is now in the generic bar, advanced exif is in separate window. * replaced bar_info with an universal bar * Start with "Fit to window" in "Leave Zoom at previous setting" mode * do not switch to the next image on mouse click in split mode, it interferes with image switching too much. * Speed up random slideshow, startup time decreases from minutes to seconds when amount of images is big. Patch by Kjell Morgenstern. * Do not show geeqie itself in editors menus. * read external editors from .desktop files * Invert Horizontally vs vertically zoom fit, it was a TRUE/FALSE mismatch, reported by Christopher Beland. * Remove harmful documentation.helpdir and documentation.htmldir options. These paths can still be modified through with-readmedir and --htmldir configure options. Reported by Christopher Beland. * show symlinks in filelist * added a status bar button for writting metadata immediately * metadata write mode (direct or sidecar) made configurable for each file format
2009-07-22Update to 2.04. Set LICENSE.wiz4-27/+13
June 30 2009 - V2.04 Integrated bug fixes and patches and misc changes for portability. Integrated a patch to remove some of the "access" macros. Removed dependence on lua from the viewer, speeding it up dramatically. Fixed the viewer so it compiles and runs properly! Specifically fixing issues: 1, 63, 67, 71, 76, 81, 82, 106, 111, 112, 128, 129, 130, 133, 135, 142, 143, 145, 147, 153, 154, 160, 165, 170, 175, 177, 187, 192, 195, 199, 201, 205, 209, 108, 169
2009-07-22Fix typo in comment.wiz1-2/+2
2009-07-22Update to 1.8.6, set LICENSE.wiz2-7/+7
Overview of changes from pycairo 1.8.4 to pycairo 1.8.6 ======================================================= Bug Fixes: ImageSurface.create_from_png _read_func fix ToyFontFace type fix 19221: restore cairo.Matrix '*' operator to the way it originally worked. Other Changes: Documentation completed.
2009-07-22Add some hints (as comments) to people building this from source as togdt1-1/+12
what the options do and which have large-bloat consequences. (I know that we have option-descriptions, but they aren't adequate to understand either what the options do in graphviz, or how big the resulting additional dependencies are.) This commit only adds comments.
2009-07-22Remove USE_DIRS from pkgsrc.wiz31-62/+31
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-21Update to gocr v0.47. See the README file for all the changes since v0.40.brook6-27/+47
2009-07-21Add language-specific data sets distributed by the project. The tesseractbrook2-3/+26
distribution itself just creates dummy, placeholder data sets that cannot be used.
2009-07-21typo in previoustnn2-4/+4
2009-07-21patch-az: MMX/SSE code is broken with GCC 4.3, disable it.tnn2-1/+15
2009-07-21freetype2's .pc file requests linkage with -lz, so pull in zlib's bl3.mktnn1-1/+3
2009-07-21include <string.h> for strcmp(3) prototype. Fixes Linux build.tnn2-1/+14
2009-07-21include <string.h> for strcmp(3) prototype. Fixes Linux build.tnn2-1/+14
2009-07-21Changes 1.7.0:adam2-7/+7
* Save (but do not recompress) APNG chunks if the output file has the ".apng" extension and the color_type and bit_depth are not changed. Changes 1.6.20: * Changed local variable "write" to "wwrite" in inffast.c (zlib) to avoid shadowed declaration warning.
2009-07-20Make it build on recent DragonFly.hasso2-7/+16