summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2007-11-04Added graphics/gimp-liquid-rescaletnn1-1/+2
2007-11-04Import gimp-liquid-rescale-0.3.0 from pkgsrc-wip.tnn5-0/+65
This is a content-aware image resizing plugin for the GIMP.
2007-11-03Added MAKE_JOBS_SAFE as suggested in PR 35043.rillig1-1/+3
2007-11-03update to 2.20.0drochner3-10/+9
This switches to the new gnome-2.20 branch.
2007-11-03update to 2.20.2drochner5-30/+91
This switches to the new gnome-2.20 branch.
2007-11-03update to 2.20.0drochner3-73/+825
This switches to the new gnome-2.20 branch.
2007-11-01gimp24 is no more... hi adam!jnemeth1-2/+1
2007-11-01Obsoleted by gimp-2.4.1adam8-2213/+0
2007-11-01Changes 2.4.1:adam3-11/+11
* Bug fixes
2007-10-31update to 2.20.1.1drochner4-12/+20
This switches to the new gnome-2.20 branch.
2007-10-30make this compile (with newer KDE/qt?), from Phil Nelson per PR pkg/37199drochner2-1/+14
2007-10-29include desktop-file-utils for sanitydrochner1-1/+2
2007-10-28gimp 2.4 now supports DESTDIR out of the box.joerg1-1/+3
2007-10-28options-ify svg and mng; the former pulls in a whole lot of gnomedogcow3-9/+21
infrastructure, the latter ain't very commonly used. Both default to being active.
2007-10-28Split off options handling into options.mk file.wiz2-9/+13
2007-10-28Remove inclusion of options.mk.wiz1-3/+1
Whatever was intended to happen here, that is not the correct way.
2007-10-28Fix typo in PKGREVISION variable name.wiz1-2/+2
2007-10-28Remove none existing from MASTER_SITES.taca1-3/+2
2007-10-26Add x86_64 to the list of architectures which don't requirebjs2-4/+5
-DPNG_NO_ASSEMBLER_CODE. Bump rev. I've tested png on NetBSD/amd64 with the assembler code and it seems no less functional than NetBSD/i386. ok'd weeks ago (before freeze)--I forgot to commit it.
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam6-9/+6
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Changes 2.4.0:adam9-905/+1074
* Refreshed Look * Scalable Brushes * Selection Tools * Foreground Select Tool * Align Tool * Changes in menus * Improved display when zooming in or out
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam3-0/+6
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
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.