summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2004-08-09Changes 6.0.4-3adam3-10/+12
* PNG vulnerability fix. * Added YCbCr coder for raw Y, Cb, and Cr samples. * Fixed the -fx option operator precendence problem (+ and - should be the same precendence). * Rare memory corruption due to a JPEG comment (bug report by brundlefly76@hotma...). * The PerlMagick Evaluate() method no longer fails with an assertion error. * Restore -dSAFER for a more secure Ghostscript invocation. The downside is we must copy the Postscript file to a temporary file otherwise we get a the ocassional invalidfileaccess fom Ghostscript. * Do not report image depth unless the -verbose or -format %z option is used with the identify program. * Center gravity now works when cropping by percent (e.g. -crop 75%). * Small memory leak on exception in the ImageToBlob() method. * %@ returns the image bounding box (e.g. identify -format %@ logo:). * Sync pixel cache when cloning an image-- just in case someone clones an image clone and accesses pixels with AcquireImagePixel() instead of GetImagePixels().
2004-08-09Convert a C99-ism to C89 to make this build with gcc 2.95.kristerw2-8/+19
This fixes PR 26602 submitted by Hauke Fath.
2004-08-09update to libpng-1.2.6rc2recht5-20/+22
changes: version 1.2.6rc2 [August 8, 2004] Revised makefile.darwin and makefile.solaris. Removed makefile.macosx. Revised pngtest's png_debug_malloc() to use png_malloc() instead of png_malloc_default() which is not supposed to be exported. Fixed off-by-one error in one of the conversions to PNG_ROWBYTES() in pngpread.c. Bug was introduced in 1.2.6rc1. Fixed bug in RGB to RGBX transformation introduced in 1.2.6rc1. Fixed old bug in RGB to Gray transformation. Fixed problem with 64-bit compilers by casting arguments to abs() to png_int_32. Changed "ln -sf" to "ln -f -s" in three makefiles (solaris, sco, so9). Changed "HANDLE_CHUNK_*" to "PNG_HANDLE_CHUNK_*" (Cosmin) Added "-@/bin/rm -f $(DL)/$(LIBNAME).so.$(PNGMAJ)" to 15 *NIX makefiles. Added code to update the row_info->colortype in png_do_read_filler() (MSB).
2004-08-09Changes 1.0.8:adam2-5/+5
bugfixes: * fixed problem with PAST usage where source > dest core: * added missing get-/put-chunk-jdaa * added CRC existence & checking flags * added data-push mechanisms for specialized decoders * some speed optimizations (thanks to John Stiles) * defend against using undefined closestream function * defend against using undefined openstream function * added check for extreme chunk-lengths * change worst-case iAlphadepth to 1 for standalone PNGs * added support for 3+byte pixelsize for JPEG's * added conditional to allow easier writing of large MNG's
2004-08-07Distfile changed (it seems to have been regenerated after server problemseb1-3/+3
unfortunately with older auto* tools): update chesksum. This should fix PR pkg/26575.
2004-08-06require >=1.2.6rc1 to force updatesdrochner1-2/+2
2004-08-06Changes 2.0.4:adam4-22/+20
* several build fixes * fixed bug in Polarize plug-in * fixed out-of-bounds access in Ink tool code * improved antialiasing of elliptical selections * fixed typo in gradient editor * really remove all associated items from the ID hash table when an image is being closed * work around integer overflows when transforming large drawables * fixed wrong EXIF handling in JPEG plug-in, a bug that has been introduced in 2.0.3 * fixed bug in Script-Fu extension * fixed crash in container grid views * handle changes to URI handling in newer glib releases
2004-08-06Changes 10.18.14:adam2-5/+5
* make error message instaed of invalid output for -plain global option on a "pam" program * pnmtojpeg: fix bug with large exif files (negative malloc) * ppntowinicon: fix bogus "out of memory" failre
2004-08-06update to 1.2.6rc1,drochner6-100/+20
fixes some security issues, see http://scary.beasts.org/security/CESA-2004-001.txt
2004-08-05This package doesn't use the compiler.jlam2-4/+6
2004-08-05Update p5-GDTextUtil to 0.86. This is a bug-fix release over version 0.80.jlam2-9/+8
2004-08-05Update graphics/p5-GD to 2.16. Changes from version 2.11 include:jlam3-33/+6
2.16 Fixed bug in GIF #IFDEFs pointed out by BZAJAC Added #IFDEF for WIN32 provided by Randy Kobes 2.15 Brought back GIF support (requires libgd 2.0.28 or higher). Takes advantage of gdlib-config support in libgd 2.0.27 or higher. 2.14 Support for AMD64 libraries. 2.12 Fixed regression test 10 to succeed when used with libgd 2.0.22
2004-08-05Convert to use bsd.options.mk.jlam1-17/+30
2004-08-05Remove unused patch. It was patching the configure script to substitutejlam2-14/+1
for @RPATH_FLAG@, but that didn't exist anywhere in the sources.
2004-08-04use gcc3 on alpha to avoid an internal compiler error with gcc-2.95.3dmcmahill1-1/+4
2004-08-03Add gwenview.markd1-1/+2
2004-08-03Import gwenview from pkgsrc-wip. Packaged by Ian Zagorskih andmarkd4-0/+154
slightly modified by me. Gwenview is an very powerful image viewer for KDE whose aims are ease of use and speed.
2004-08-02add vtk* and mayavidrochner1-1/+6
2004-08-02import the MayaVi Data Visualizer, version 1.3, from -wipdrochner4-0/+281
2004-08-02import the Python support part of vtk-4.2.6 from -wipdrochner3-0/+212
This includes the Python extension in wip/py-vtkmodule: vtk-python already links against a specific Python version, so the Python extension cannot be built for multiple Python versions anyway.
2004-08-02import test/example data for vtk-4.2 from -wipdrochner4-0/+827
2004-08-02import HTML documentation for vtk-4.2 from -wipdrochner4-0/+6263
2004-08-02import vtk-4.2.6 from -wipdrochner6-0/+887
2004-08-02Changes 2.1.9:adam3-9/+8
I. IMPORTANT BUG FIXES - The function `FT_Get_CharMap_Index' was only declared, without any real code. For consistency, it has been renamed to `FT_Get_Charmap_Index'. (This function is needed to implement cmap caches.) - `FT_Outline_Get_BBox' sometimes returned incorrect values for conic outlines (e.g., for TrueType fonts). - Handling of `bhed' table has been fixed. - The TrueType driver with enabled byte code interpreter sometimes returned artifacts due to incorrect rounding. This bug has been introduced after version 2.1.4. - The BDF driver dropped the last glyph in the font. - The BDF driver now uses the DEFAULT_CHAR property (if available) to select a glyph shape for the undefined glyph. II. IMPORTANT CHANGES - George Williams contributed code to handle Apple's font distortion technology found in GX fonts (`avar', `cvar', `fvar', and `gvar' tables; the Multiple Masters API has been slightly extended to cope with the new functionality). - The `FT_GlyphSlotRec' structure has been extended: The elements `lsb_delta' and `rsb_delta' give the difference between hinted and unhinted left and right side bearings if autohinting is active. Using those values can improve the inter-letter spacing considerably. See the documentation of `FT_GlyphSlotRec' and the `ftstring' demo program how to use it. III. MISCELLANEOUS - A new documentation file `formats.txt' describes various font formats supported (and not supported) by FreeType.
2004-08-02Remove patch-ae. I added this patch to correct problem compiling releaseshannonjr2-15/+3
2.0 with gcc 3.4. The patch is no longer required with 2.0.3.
2004-07-31Don't try and install/use things in /usr/share.markd11-3/+176
Bump PKGREVISION.
2004-07-28Set USE_BUILDLINK3=yes, and enable pkgviews installation.schmonz1-1/+7
2004-07-28Add kphotobook and kphotools.markd1-1/+3
2004-07-28Import kphotobook from pkgsrc-wip. Packaged by Ian Zagorskih andmarkd6-0/+162
slightly modified by me. KPhotoBook is a powerful, easy to use, intuitive and fast application to manage and organize your photos. The main idea is to be able to annotate your photos with tags and to refind the photos using the given tags. The tags which can be created by yourself are arranged in a tree. The KPhotoBook GUI comes up with several points which makes the handling with many photos very easy. This is just a short excerpt of it's goodies: * It is very easy to annotate tags to one or more images at a time * It is very easy to find images by the given tags (actually one mouse click only is needed) * It is very easy to edit the image database with an external program - it's saved as XML file
2004-07-28Import kphotools from pkgsrc-wip. Packaged by Ian Zagorskih andmarkd4-0/+59
slightly modified by me. KPhoTools is a program for KDE which helps you creating fast online photo galleries in HTML. But that's not all it has (and will get) much more features like: * Rotating images * Rezising images * Create thumbnails * Image filters (*) * Several styles * Logo Blending * Features of the albums are: * Simple and clean indexing * Nice overview of your pics * Slideshows * No PHP needed! (only HTML & Javascript) * Preloading (no empty boxes on screen) * Not present pics won't be loaded (box will be shown) * Screenshot function * Screenshots from desktop * Screenshots from selected areas on your desktop * Screenshots of single windows
2004-07-28add showimgmarkd1-1/+2
2004-07-28Import showimg from pkgsrc-wip. Packaged by Ian Zagorskih andmarkd4-0/+393
slightly modified by me. ShowImg is a feature-rich image viewer for KDE including an image management system. It is highly configurable and supports numerous image formats. Viewer * display JPEG, PNG (alpha layer supported), GIF, XCF, PSD, etc. files * open several directories, and archives (.tar.gz, .tar.bz2, .zip, ...) * apply filters to displayed image * preview, fullscreen, slideshow, ``fit-to-screen'', efficient zoom * open files with external programs * support EXIF header (JPEG file metadata) * display a hexadecimal view Management * batch rename * search for exact and similar images * several formats conversion * manage photo albums Configuration * digikam ; plugins supported * configurable interface
2004-07-28USE_LANGUAGES=c c++ ; USE_LIBTOOL=yesmarkd1-5/+6
2004-07-27Do not rely on GNOME_DATADIR being set; hopefully fixes the bulk build.wiz2-5/+5
2004-07-25Upgrade to Image-Imlib 1.03:kim3-11/+10
1.03 Tue Jul 13 11:30:47 IST 2004 * fixed minor POD tyop * new flip_horizontal, flip_vertical, flip_diagonal (thanks to Tuomas Jormola) 1.02 Tue May 25 22:18:32 BST 2004 * renamed Changes to CHANGES * new set_quality function (thanks to Andreas Plesner) 1.01 Mon Nov 3 19:18:14 GMT 2003 * document get_width and get_height methods (thanks to Andreas Plesner) * added NINJA support 1.00 Sun Sep 14 09:47:42 BST 2003 * applied patch to make the module work under threaded perls (thanks to Mathieu Jondet, Andreas Plesner Jacobsen, zak3) * applied patch to make the module work without X (spotted by Mike Castle, Jens Gassmann) * applied patch to pass the correct compiler flags (thanks to Christian Laursen)
2004-07-23Checksum corrected for the archive re-releaseadam1-3/+3
2004-07-22Changes 2.0.28:adam2-5/+5
* Restored support for reading and writing GIF images * Fix for a possible problem in gdImageTrueColorToPalette
2004-07-22add python as categoryrecht8-16/+16
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-21USE_IMAKE implies USE_X11BASE, remove pointless USE_X11.salo1-2/+1
2004-07-21USE_IMAKE implies USE_X11BASE, remove it.salo1-2/+1
2004-07-19Changes 2.0.3:adam3-14/+16
* several build fixes (#144632, #144780) * documentation fixes (#144267) * avoid use of uninitialized values in GimpColorArea widget (#144786) * fixed Levels tool on grayscale images with alpha channel (#141930) * fixed Save/Load functionality in channel-mixer plug-in (#145380) * fixed brokeness in GimpContext that caused tool options and device settings to be saved incorrectly * fixed bug in Colorize tool * fixed undo stack corruption that occured with some undo settings (#145379) * fixed long-standing bug that caused the tablet pointer to change inadvertently (#115774) * allow to undo script 'Round Corners' (#146344) * implemented gimp-path-get-point-at-dist PDB function (#138754) * don't crash while loading JPEG files with corrupt EXIF data (#145212) * fixed loading of CMYK TIFF images on big-endian hosts (#147328) * fixed palette handling in MNG plug-in (#139947) * fixed bug in Script-Fu console (#139200) * fixed corruption when saving RLE-encoded BMPs on big-endian hosts (#147759)
2004-07-16This needs libart2>=2.3.16, fixes PR pkg/25579 by Martin Huseman.xtraeme1-1/+3
2004-07-16Changes 2.0.27:adam2-5/+5
Fixes * Potential memory overruns in gdImageFilled Polygon * The sign of Y-axis values returned in the bounding box by gdImageStringFT
2004-07-13Changes 4.1.3:adam5-40/+12
* Make the EGifPutExtension{First,Next,Last} family of functions use WRITE so user defined WRITE methods will output them correctly. * Modify EGifSpew and EGifPutComment to use EGifPutExtension{First,Next,Last} so we won't output broken GIFs when dealing with GIFs with multiple subblocks. * More -Wall fixes revealed while testing on Solaris and FreeBSD. * Updated the gif_lib.html documentation to not use EGifPutExtension when dealing with multiple subblocks. Use EGifPutExtension{First,Next,Last} instead. * Some Windows code from the old CVS repository now available in the windows subdirectory. I don't have a Windows environment to test and maintain this but maybe someone out there will find it useful. Caveat hacker. Changes 4.1.2: * Numerous bug fixes from people on the old libungif mailing list. * GIF_ERROR and GIF_MESSAGE are on the deprecation list as they are also utility helper functions rather than essential to the functioning of the library. * Complete deprecation list is now in the README file * Audited the sources with gcc -Wall. Everything detectable has now been fixed. * Ran the library code through indent. Changes 4.1.1: * libungif is now hosted on sourceforge: http://sourceforge.net/projects/libungif * Merge in many bug fixes that were sent in while I was hiking the Appalachian Trail. * The qprintf methods of the library are now deprecated. Do not use GifQuietPrint or GifQprintf. These should have been pushed out into the utility helper library instead of sitting around in the library proper at the same time as the getarg functions were moved out. Getting rid of these will let us get rid of our dependence on stdarg.h/varargs.h (Which a Gif reading library has no business requiring.)
2004-07-12For USE_MMX users, do the following:cube1-3/+5
o only include it in the BUILD_DEFS if the current platform is concerned. For now that only includes i386, but we might find amd64 users in the future. o test against [Yy][Ee][Ss], for consistency. Fixes part of PR 26243.
2004-07-12Updated XFce to 4.0.6martti3-6/+8
As usual, this is a maintenance release, aimed at bug-fixing; no new features are being added to the 4.0 branch. The main purpose of this release is compatibility with recent GTK+ releases along with other fixes.
2004-07-10Make build with new freetype2 header structure.wiz2-1/+16
2004-07-10Add some missing header files so this compiles with gcc3.wiz8-17/+81
Fix PLIST while here.
2004-07-10Unconditionally install icon and gnome desktop file.wiz2-1/+22
Should fix bulk build.
2004-07-10the "pgmramp" program included in this package needs to be linkedgrant2-1/+18
against libm for fabs(). this is the same fix as is already in netpbm-latest.