summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam46-239/+360
their files via a custom do-install target.
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2008-03-02Changes 2.4.5:adam4-18/+18
- 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-02update to 3.1.0drochner3-10/+11
changes: -IPTC support -IPTC support -UI improvements -bugfixes and speed improvements
2008-03-02update to 1.4.2drochner5-17/+29
changes: -minor UI improvements -bugfixes
2008-03-02split out the "calendar" plugin into a seperate pkg -- it dependsdrochner6-6/+62
on "kdepim" which is a too heavy dependency for me
2008-03-02Update to 8.82, provided by Bernd Limbach in PR 38130:wiz4-13/+12
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-01Update rabbit to 0.5.5.obache3-10/+15
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-02-29Allow nvtv and nvtv-gtk2 to build under modular X. From Sergey Svishchevcube1-1/+3
in private mail.
2008-02-28update to 1.2.25drochner2-6/+6
changes: bugfixes
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig1-2/+2
to shut up the pkglint warnings.
2008-02-26Add and enable libotf.obache1-1/+2
2008-02-26Import libotf version 0.9.7.obache6-0/+81
The library "libotf" provides the following facilites. o Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. o Convert a Unicode character sequence to a glyph code sequence by using the above tables. The combination of libotf and the FreeType library (Ver.2) realizes CTL (complex text layout) by OpenType fonts.
2008-02-25The package supports installation to DESTDIR.heinz1-1/+3
2008-02-24Update GraphicsMagick to 1.1.11.obache2-6/+6
Significant changes associated with GraphicsMagick 1.1.11 (released September 23, 2007) Bugs Fixed: o BMP: Support large files. o DIB: Support large files. o PNG: Fix depth handling with 16-bit PNG files in the Q8 build. o SUN: Properly report image depth. o TIFF: Endian option (-endian) now controls TIFF byte endian order rather than bit fill order. o DCM, DIB, XBM, XCF, XWD: Eliminate integer overflow vulnerability (IDefense 09.19.07). o HSL colorspace transform: Avoid optimization bug noticed on Opteron with GCC. o HWB colorspace transform: Avoid optimization bug noticed on Opteron with GCC. o RGBTransformImage()/TransformRGBImage(): Was using HWB colorspace when HSL was requested. o Successfully reads files with names like 'file[123]'. o 'gm display': No longer rely on isatty() to determine if input is from a pipe (use 'gm display -' to display an image read from a pipe). Feature Improvements: o 'identify +ping' forces the pixels to be read (similar to GM 1.2). o 'gm -version' now indicates if build supports "Large Memory" (i.e. 64-bit). o TIFF: Use '-define tiff:fill-order={msb2lsb|lsb2msb}' to control TIFF bit fill order. Performance Improvements: o No longer bogs down if a directory contains hundreds of thousands of files and the filename looks like a wildcard specification.
2008-02-20Update to 1.045.xtraeme2-6/+6
Overview of changes in Cairo 1.045 ================================== * Fix memory allocation errors on win32. [T.J. Ferraro] Overview of changes in Cairo 1.044 ================================== * Add entries for the various kinds of surfaces to the API listing. * Fix some test suite and build issues. Overview of changes in Cairo 1.043 ================================== * Fix a few build and compatibility problems. Overview of changes in Cairo 1.042 ================================== * Fix a few build and test failures. Overview of changes in Cairo 1.041 ================================== * Use Test::Numer::Delta to make floating point tests more reliable. Overview of changes in Cairo 1.040 ================================== * Re-add Cairo::Surface::finish. * Add support for cairo_get_scaled_font. * Document the new API. Overview of changes in Cairo 1.031 ================================== * Track upstream API improvements. * Fix enum error messages to display the correct list of allowed values. * Fix a endianness-related test failure.
2008-02-20Update to kde3.5.9markd2-11/+7
KPDF * Don't close with no further notice when trying to allocate too much memory. * Fix crash on some PDF with empty property strings. * PDF passwords are Latin1, so encode them correctly. * Allow to exit the presentation mode using the shortcut used for starting it. * Do not download remote documents again when saving them. * Draw underlined links correctly. * Fix crash on PDF that specify masks with parts outside the page. * Support PDF with name tokens bigger than 127 altough the specification says they can not be longer as Acrobat does.
2008-02-15Depend on x11/xwininfo if not exists xwininfo (maybe X11TYPE==modular).obache1-2/+7
Bump PKGREVISION.
2008-02-15Not to use extended regular expressions for SUBST.obache1-5/+5
Should fix build problem on sed!=nbsed.
2008-02-14RAA does not have recent archives.obache1-3/+2
2008-02-13Update Rmagick to 2.2.2.obache2-7/+7
Changes: RMagick 2.2.2 o Fixed bug #18016, check for InitializeMagick in libMagickCore (bug report from Dan Gilbert)
2008-02-13Update to libgdiplus 1.2.6kefren8-124/+33
2008-02-13Update to 7.15.gdt2-6/+6
Feb. 5, 2008 - Version 7.15 (production release) - API Changes: - Also allow File::RandomAccess reference as argument to ImageInfo() - Added -T option (equivalent to -t -S -q -f) [many small fixes and improvements omitted; see Changes file.]
2008-02-13This package is DESTDIR ready.obache1-1/+3
2008-02-12Needs -lm on Solaris.rillig1-1/+2
2008-02-12DESTDIR ready.obache1-3/+5
2008-02-12Add DESTDIR support.obache3-2/+22
2008-02-11also patch CVE-2007-6697 (buffer overflow in gif parser), from upstreamdrochner3-3/+19
CVS, bump PKGREVISION
2008-02-08Use of "share/doc/html" is deprecated. Use "share/doc/${PKGBASE}"obache2-9/+9
Bump PKGREVISION.
2008-02-08DESTDIR handling is now in lang/ruby/modules.mk.obache1-7/+1
2008-02-08add a patch from upstream CVS to fix buffer overflow (CVE-2008-0544),drochner3-2/+34
bump PKGREVISION
2008-02-08Fix more cases of non-chainable PKGSRC_COMPILER tests.tnn2-4/+4
2008-02-07Updated to version 2.36.heinz2-6/+6
Pkgsrc changes: - none Changes since version 2.33: =========================== 2.36 16 September, 2007 -Fixed SVG::DOM POD 2.35 14 September, 2007 -Fixed SVG::DOM POD 2.34 17 May 2005 -SVG::Element - Removed elsep entry for CDATA, cdata, cdata_noxmlesc fields to get rid of artificial blank spaces that confuse some browsers -SVG::DOM - added getRootNode method -Added user-contributed DOM2 methods to SVG::DOM
2008-02-07Needs GNU nroff to format catpages with -mandoc.tnn2-2/+4
2008-02-06Add missing #include to make it work on amd64smb3-3/+16
2008-02-06Changes 2.16.1:adam21-303/+163
- Fixed bugs - Improvements to PHP binding - Improvements to OCAML binding - Make regression tests run from the build tree, rather than require installation - Repair freetype detection on RedHat-7 (Yes, people still use it!!) - Fix zoom-at-mouse-location in -Txlib and -Tgtk - Fix some dotty regressions Changes 2.16: - Fixed bugs - new regression test suite - new cgraph library (will eventually replace graph and agraph) - add "image" and "imagescale" for simpler support for images in nodes - add "tab" "box3d" and "component" shapes - replace arith.h in distro - add functions to access version info to avoid need for gvcint.h - Fix problem with irregular character spacing at 96dpi in pango/cairo output formats. - Add gdk_pixbuf plugin providing: .bmp .ico .jpg .png .tif - Add DevIL plugin providing: .bmp .jpg .png .tif .tga - Extend GD plugin to provide a backend to cairo for: .gif .jpg .png .gd .gd2 .wbmp <- gifs are now antialiased - Rework plugin framework to separate device from renderer, and to autoload load dependendent plugins - show defaults in output from: ./configure --help - add more info to dot -v and dot -v2 debug outputs - various issues with CR/LF in windows, but not in binary outputs.
2008-02-04PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packagestnn1-2/+2
2008-02-04Reset maintainer on his request.wiz1-2/+2
2008-02-03update to 2.3.20drochner3-31/+6
change: a fix including art_misc.h from C++ (which pkgsrc had a patch for) was included upstream
2008-02-03Added reference to upstream bug report.heinz5-8/+17
2008-02-03The package supports installation to DESTDIR.heinz1-1/+3
2008-02-03The package supports installation to DESTDIR.heinz1-1/+3
2008-02-02Added support for installation to DESTDIR.heinz1-3/+4
2008-01-31Changes 2.4.4:adam3-11/+11
- fixed typo in stock icon name - fixed handling of PSD files with empty layer names - merged TinyScheme bug-fixes - removed duplicate entry from Tango palette - corrected parameter range in Chip Away script - reduced redraw priority and speed of the marching ants - fixed out-of-bounds array access in Convolution Matrix plug-in - reduced rounding errors in Convolution Matrix plug-in - fixed potential crash on missing CMYK color profile - fixed crash in Bumpmap plug-in when called from some scripts - Equalize should not equalise the alpha channel - increased the number of points the ImageMap plug-in can handle - adjusted the priority of the projection renderer - smooth the brush mask to get a simpler cursor boundary - show the selection even if the image window is invisible - allow to commit a pending rectangular selection using Enter - fixed bug in image dirty state logic - improved GIMPressionist preformance and reduced startup time - fixed a crash in the Convert to Color Profile plug-in - merged some other minor fixes from trunk - translation updates (de, it, lt, ru, sv, uk)
2008-01-31New package: ewipe.reed1-1/+2
2008-01-31Import new package: ewipe, a presentation tool and editor.reed4-0/+70
Put in "graphics" category because that is where magicpoint lives. Also added "japanese" to CATEGORIES. Note: magicpoint (mgp) export is broken. Extended WIPE is a presentation tool written in Tcl/Tk. It provides an user-friendly GUI authoring tool and can output presentations in HTML file format. And it provides a WIPE viewer which can show text, pictures, tables, and animations.
2008-01-31Update RMagick to 2.2.0.obache2-10/+18
While here, add DESTDIR support. Changes: RMagick 2.2.0 o Added Image#opaque_channel, Image#paint_transparent (available with ImageMagick 6.3.7-10) o Added Image#liquid_rescale (available with ImageMagick 6.3.8-2) o Added CMYColorspace ColorspaceType value o Fixed bug #17148, compiler error message on Solaris (bug report by Trever Wennblom) o Fixed bug #17470, get_exif_by_number, get_exif_by_entry may fail when called with one or more arguments
2008-01-19Fix building on Mac OS Xadam2-1/+15
2008-01-19Reset maintainer on his request.wiz6-12/+12
2008-01-18update to 2.10.8drochner3-22/+6
fixes some bugs, in particular a threading problem patched in pkgsrc approved by Min Sik Kim