summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam27-29/+0
can handle packages having no PLIST files.
2007-10-24Update to 7.00. Changes since 6.76:gdt2-6/+6
- API Changes: - Changed WriteInfo() behaviour to be more consistent when editing file in place and a new FileName is specified (original file is now deleted) - Improved warning message when trying to write an 'unsafe' tag - API Changes: - Added option to allow makernote block to be extracted without rebuilding plus hundreds more; see Changes in $WRKSRC.
2007-10-20Update to KDE 3.5.8markd2-8/+7
SVG thumbnailer * Fix problem with with "#" in foldername on svg-files. KPDF * Add a slotTogglePresentation() DCOP method to toggle the presentation mode. * Improve handling of page sizes when printing. * Do not crash when leaving the presentation mode. * Do no print the boxes around links. * Reset the title of the KPDF window correctly when reloading a document. * Take into account the accessibility settings when drawing an empty page waiting for the real page to be rendered. * Security fix for CVE-2007-3387. * Correctly open documents in paths with special characters (like #). * Save the case sensitivity setting of the Find dialog during each session. * Don't crash when we don't have a CTU. * Correctly take into account the margins when printing. * Properly pass the standard accelerators to the presentation mode, and make the presentation mode able to handle those. * Provide horizontal scrollbar in table of contents sidebar instead of cropping the entries. * Increase time between accessing /proc/memory to check available memory. libkscan * Correctly retrieve the x/y scan resolution and store it into the scanned image. KolourPaint * Always enable the paste actions to guarantee that pasting from non-Qt applications is always allowed (non-Qt applications do not notify KolourPaint when they place objects into the clipboard). * Paste transparent pixels as white instead of uninitialized colors, when the app does not support pasting transparent pixels (such as OpenOffice.org). * Make "Edit / Paste in New Window" always paste white pixels as white (it used to paste them as transparent when the selection transparency mode was set to Transparent). * Saving, exporting and printing a document with an active text box, that has opaque text and a transparent background, antialiases the text with the document below.
2007-10-20Honor inet6 option.obache1-2/+8
Based on patch provided by Yakovetsky Vladimir in PR 37150.
2007-10-17Update to 1.2.22:wiz2-6/+6
version 1.2.21beta1 [September 14, 2007] Fixed various mistakes reported by George Cook and Jeff Phillips: logical vs bitwise NOT in pngrtran.c, bug introduced in 1.2.19rc2 16-bit cheap transparency expansion, bug introduced in 1.2.19beta2 errors with sizeof(unknown_chunk.name), bugs introduced in 1.2.19beta11 <= compare with unsigned var in pngset.c, should be ==. version 1.2.21beta2 [September 18, 2007] Removed some extraneous typecasts. version 1.2.21rc1 [September 25, 2007] Fixed potential out-of-bounds reads in png_handle_pCAL() and png_handle_ztXt() ("flayer" results reported by Tavis Ormandy). version 1.2.21rc2 [September 26, 2007] Fixed potential out-of-bounds reads in png_handle_sCAL(), png_handle_iTXt(), and png_push_read_tEXt(). Remove some PNG_CONST declarations from pngwutil.c to avoid compiler warnings Revised makefiles to update paths in libpng.pc properly. version 1.2.21rc3 [September 27, 2007] Revised makefiles to update "Libs" in libpng.pc properly. version 1.0.29 and 1.2.21 [October 4, 2007] No changes. version 1.2.22beta1 [October 4, 2007] Again, fixed logical vs bitwise NOT in pngrtran.c, bug introduced in 1.2.19rc2 version 1.2.22beta2 [October 5, 2007] Fixed string length error in pngset.c (caused crashes while decoding iCCP) Add terminating NULL after each instance of png_strncpy(). version 1.2.22beta3 [October 6, 2007] Fix two off-by-one terminating NULL after png_strncpy(). version 1.2.22beta4 [October 7, 2007] Changed some 0 to '\0'. version 1.0.30rc1 and 1.2.22rc1 [October 8, 2007] No changes. version 1.0.30 and 1.2.22 [October 13, 2007] No changes.
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn5-11/+11
2007-10-16Solaris needs -lm.rillig1-1/+2
2007-10-14Update GraphicsMagick to 1.1.10.obache4-192/+167
Significant changes associated with GraphicsMagick 1.1.10 (released September 19 , 2007) Bugs Fixed: o Image rotate by -90/270 degrees was producing wrong output. Significant changes associated with GraphicsMagick 1.1.9 (released September 16, 2007) Bugs Fixed: o In mogrify command, don't remove file name based on random junk in memory. o Fixed memory leak when reading MPC files. o Fixed crash when writing MIFF format and depth is not expected 8/16/32/. o Find latest Ghostscript under Windows which identifies itself as "GPL Ghostscript". o In mogrify command, don't leak memory in the case where the image file contains multiple frames. o Fixed crash in PNG and JPEG coders when the image to be written is part of an image list. o PNG reader errors are now properly reported to the user. o TIFF output can now be written to a pipe or other non-seekable destination. o Support writing PDF with CCITT compression. Feature Improvements o Added a new 'benchmark' command which can be used to perform benchmarking on any other command. o Image rotate in clockwise (90 degrees) or counter-clockwise (270 degrees) direction is now 2-9X faster than before. o The -version option now includes a list of supported features. o For Windows MinGW-based build, find Ghostscript fonts installed under C:/Program Files/. Significant changes associated with GraphicsMagick 1.1.8 (released July 28, 2007) Security Fixes: o Shell command injection via delegates subsystem (CVE-2005-4601). o Insecure use of filenames as a "sprintf" specification (CVE-2006-0082). o EXIF IFD stack overflow vulnerability. o BMP format: Verify seek before proceeding. o DCM format: Buffer overflow prevention (CVE-2006-5456). o DCM format: Integer overflow prevention (CVE-2007-1797). o PALM format: Heap overflow prevention (CVE-2006-5456). o SGI format: Fixes for RLE decoding issue (CVE-2006-4144). o XCF format: Buffer overflow prevention, infinite loop prevention. Bugs Fixed: o Typo when searching for HTMLDecodeDelegate. o Avoid crash if delegate program fails to return an image. o EXIF memory leak fixes. o Command parser memory leak fixes. o Deadlock fix for event log initialization. o Work with latest Ghostscript "GPL Ghostscript" under Windows. o 'gm import' now returns image of appropriate depth. o Fixed memory map resource managment. o Fixed includedir variable in pkg-config files. o Fixed validation of -affine argument. o Fixed bug where fseeko() and ftello() were not used when available. o Fixed issue when pread() and pwrite() prototypes are missing. o Fixed pixel cache issues when size_t is an unsigned type. o Fixed dcraw delegate options to work with modern dcraw. o Fixed -level argument parsing to allow embedded % characters. o Fix for segfault in InitializeMagick(NULL). o Fix for segfault in ModifyCache(). o Fix for Wand MagickGetQuantumDepth() interface. o Fix for GrayscalePseudoClassImage() on 64-bit systems. o Fix for MagickReallocMemory memory leak under certain error conditions. o Validate BLOB access range. o ICON format: Segfault fix. o JPEG format: Fixed reading 12-bit grayscale JPEG. o MAT format: Stability improvements. o MIFF format: Handle a compression value of 'None'. o PCX format: Segfault fix. Heap overflow fix. o PDF format: Fixed writing with JPEG compression. o PICT format: Segfault fix. o PNG format: Fixed compile problem with some libpng versions. Segfault fix. o PNM format: Fixed scaling problem due to rounding error. Validate scaling. o PSD format: Fixed memory leak with layerd PSD files. o SGI format: Handle 16-bit SGI image files correctly. o SUN format: Segfault fix. o TIFF format: Secure error reporting. Finally support LZW under Windows. o WPG format: Fixed crash with clip-art WPG files. o XWD format: Fix for integer under/overflow. Feature Improvements o CIN format: Implementation is entirely replaced. o MAT format: Support Byte and Word formats, as well as big/little endian. o WPG format: Support for CTM translation. Updates: o JasPer is updated to version 1.900.1. o Jbigkit is updated to version 1.6 o Lcms is updated to version 1.16 o Libpng is updated to version 1.2.18 o Libtiff is updated to version 3.8.2.
2007-10-14Do not install(1) directly from ${DISTDIR}, since that would copy therillig1-4/+3
file flags. (I have the uchg file flag set on the distfiles, since they are not intended to ever change after being downloaded once.)
2007-10-13Changes 2.20:adam2-8/+7
* scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output, to fix the build on some platforms.
2007-10-13Changes 6.3.6-1:adam3-9/+10
* Speed up the Fx interpreter. * Use ULL not ui64 for MinGW 64-bit constants. * Call SyncCacheView() instead of SyncImagePixels() in WaveImage(). * Close all references to a pixel cache on disk before removing the temporary file as required under Windows. Changes 6.3.6-0: * Added Scaling 'derivitives' to -distort Arc, so image arcing is now sharp and clear as you approach the center of the distort. * Added " -set option:distort:viewport 'geometry' " special option that can be used to override the output image size and offset. * Fixed experimental use of -filter and -support in Resampling (more later). * Changed order for coordinate arguments in -distort (for leastsq addition)
2007-10-11Update gimp-fix-ca to version 3.0.1:dsainty2-8/+7
Changes since version 2.1.0: # 3.0.1 (July 5, 2007) Fix a bug involving image row cache that cause bad CA correction when the number of pixel moved is large. # 3.0.0 (July 3, 2007) Add CA fix in X and Y axis.
2007-10-10Fixed abuse of the C preprocessor.rillig2-1/+40
2007-10-10Fixed typecast around lvalue.rillig2-1/+17
2007-10-10Fixed extra qualification.rillig2-1/+15
2007-10-10Fixed extra qualifiers.rillig2-1/+19
2007-10-10Fixed missing rpath in xgridedit.rillig1-1/+2
2007-10-10Needs lex and yacc, as reported in PR 37097.rillig1-1/+2
2007-10-07fix obsolete URLs for www.NetBSD.orgkano1-2/+2
close PR pkg/37071 reviewd by xtraeme@
2007-10-07libglade2 -> libglade (comment).hira1-2/+2
2007-10-05Fix path to bash. Bump revision.joerg1-2/+4
2007-10-05Explicitly link against pthread.joerg2-4/+11
2007-10-05Don't define GTK_DISABLE_DEPRECATED to unbreak the build.joerg2-8/+8
2007-10-03This depends on cairo >= 1.4 to build.reed1-1/+2
Maybe the cairo buildlink should be fixed I don't know. I didn't bump PKGREVISION. I don't know if it requires >= 1.4 to run.
2007-10-03Needs pkg-config for librxsvg detection.wiz1-2/+2
2007-10-03Actually use the results of some configure tests for stdint.h anddmcmahill4-5/+80
inttypes.h. Fixes builds on SunOS-5.9.
2007-09-30Reset maintainer -- shell@ is inactive.wiz1-2/+2
2007-09-25Revert, config does *not* belong into the PLIST as it is a dynamicjoerg1-2/+1
entity handled by the scripts.
2007-09-25add missing file lib/graphviz/config to allow make package to workgarbled1-1/+2
2007-09-25CHECK_FILES_SKIP needs an absolute path.wiz1-2/+2
2007-09-25Fix comment (GConf2 -> GConf).hira3-6/+6
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira4-8/+8
2007-09-25ln -> ${LN}.hira4-8/+8
2007-09-24Update ImageMagick and p5-PerlMagick packages to version 6.3.5.10.tron4-69/+19
The new version provides a lot of bug fixes and small enhancements and fixes four security vulnerabilites found by iDefense (CVE-4985, CVE-4986, CVE-4987 and CVE-4988). Approved by wiz@.
2007-09-23Add CONFLICTS.wiz1-1/+2
2007-09-23Skip the config file, it is handled by INSTALL/DEINSTALL.joerg1-1/+3
2007-09-21Build plugin configuration file at install time and remove it atjoerg4-4/+22
deinstall time. This makes it possible to split off individual plugins and add DESTDIR support. Bump revision.
2007-09-21Add DESTDIR support.joerg1-1/+3
2007-09-21After a long search, I finally found out where the message "NOTE:rillig1-2/+2
Couldn't lock the package database." came from. It was Solaris' pkgchk.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz63-134/+150
Bump PKGREVISION.
2007-09-21Rename libart2 to libart to match the upstream name.wiz7-25/+25
2007-09-21patch-af was an extended version of patch-ae, merge - now builds againabs3-46/+14
2007-09-20Fix path to eel.wiz1-3/+3
2007-09-20Adapt for librsvg rename. Bump PKGREVISION.wiz15-35/+35
2007-09-20Rename librsvg2 to librsvg, to make upstream name.wiz8-33/+32
2007-09-20Adapt eel dependencies; bump PKGREVISION.wiz1-2/+2
2007-09-20Move eog2 to eog, to make directory name match PKGNAME.wiz7-7/+7
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz14-22/+28
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz4-9/+12
2007-09-19Some older platforms don't define UINT32_MAX, so use UINT_MAX as a lastjlam2-1/+40
resort.