summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2007-12-17Pullup ticket 2221 - requested by drochnerghen2-1/+14
build fix for kphotobook - pkgsrc/graphics/kphotobook/distinfo 1.3 - pkgsrc/graphics/kphotobook/patches/patch-ac 1.1 Module Name: pkgsrc Committed By: drochner Date: Tue Oct 30 21:24:14 UTC 2007 Modified Files: pkgsrc/graphics/kphotobook: distinfo Added Files: pkgsrc/graphics/kphotobook/patches: patch-ac Log Message: make this compile (with newer KDE/qt?), from Phil Nelson per PR pkg/37199
2007-11-14Pullup ticket 2224 - requested by markdghen2-4/+7
security fix for kdegraphics3 - pkgsrc/graphics/kdegraphics3/Makefile 1.75 via patch - pkgsrc/graphics/kdegraphics3/distinfo 1.48 via patch Module Name: pkgsrc Committed By: markd Date: Thu Nov 8 21:30:57 UTC 2007 Modified Files: pkgsrc/graphics/kdegraphics3: Makefile distinfo Log Message: Another xpdf issue http://www.kde.org/info/security/advisory-20071107-1.txt
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.
2007-09-18update to 1.4.0drochner9-224/+17
changes: security fixes, and a few crashes fixed
2007-09-18Update RMagick to 1.15.10.obache2-7/+7
o Update Magick::Pixel.from_HSL, #to_HSL to work with new APIs in ImageMagick 6.3.5-9.
2007-09-16Update dcraw to 8.77 (include dcraw.c rev 1.392)obache4-33/+72
Pkgsrc changes: * Change to use archive distfile, instead of indivisual dcraw.{c,1}. * Enable message catalogue support. ChangeLog from dcraw.c: 2007-08-11 dcoffin * dcraw.c: Use fseeko() and ftello() only when needed. 2007-08-09 dcoffin * dcraw.c: Reject TIFF files with unsupported Compression tags. 2007-08-02 dcoffin * dcraw.c: When they differ, use DateTimeOriginal instead of DateTime. 2007-07-29 dcoffin * dcraw.c: Added color matrix for the Canon PowerShot A640. 2007-07-23 dcoffin * dcraw.c: Reject 8-bit grayscale TIFFs. Decode raw CINE files, which may exceed 2GB. Error-check the "-s" option, and enable "-s all". Support camera WB for the Canon EOS-1D and EOS-1DS. Use full output range for "-H 2". 2007-06-24 dcoffin * dcraw.c: Support all Lossless JPEG predictors. 2007-06-14 dcoffin * dcraw.c: Reports of corruption in 16-bit linear DNGs were false. 2007-06-13 dcoffin * dcraw.c: Added "+M" option for version 8.75. 2007-06-09 dcoffin * dcraw.c: Added "-M" option and improved PPG interpolation. 2007-06-04 dcoffin * dcraw.c: Added "-C" option to the usage message. 2007-06-02 dcoffin * dcraw.c: Added "-C" option to correct chromatic aberration. Support the Hasselblad CFV, Kodak EasyShare C330, and Nikon D40X. Use a switch statement for Leica and Panasonic models. Output seven new TIFF tags, including ImageDescription and Artist. Generated color matrices for the Apple QuickTake and Phase One H 20. Copied new matrices from Adobe DNG Converter 4.1. 2007-05-10 dcoffin * dcraw.c: Support 3096x2103 mode for the Panasonic DMC-FZ8. 2007-05-07 dcoffin * dcraw.c: Added Patterned Pixel Grouping interpolation. 2007-05-03 dcoffin * dcraw.c: Offer blended highlights with the "-H 2" option. Set "shot_order" for ORF and CR2 files. Support the Pentax Optio 750Z. 2007-04-30 dcoffin * dcraw.c: Added "-A" option to select a rectangle for white balance. Protect against overflow attacks on malloc() or calloc(). Nucore raw formats are not used outside Nucore, so drop them. Support the Canon PowerShots A630 and A640, Panasonic DMC-FZ8, Sigma SD14, Apple QuickTake 100 & 150, Mamiya ZD, Casio QV-R41, and Olympus E-410. 2007-03-26 dcoffin * dcraw.c: Better detect and reject non-raw TIFFs. 2007-03-20 dcoffin * dcraw.c: Optimized AHD interpolation to take 22% less time. 2007-03-17 dcoffin * dcraw.c: Support the Fuji FinePix S5Pro. 2007-03-15 dcoffin * dcraw.c: Refactored wavelet_denoise() to use memory more intelligently. * dcraw.c: Detect and report data errors wherever possible. 2007-03-13 dcoffin * dcraw.c: Use the "a trous" wavelet transform instead of the JPEG2000 method. Apply sqrt() to denoise highlights and shadows evenly. 2007-03-08 dcoffin * dcraw.c: Added the Olympus SP550UZ. 2007-03-03 dcoffin * dcraw.c: Support the Canon EOS-1D Mark III. 2007-02-27 dcoffin * dcraw.c: As the Pentax K10D was cropped, do likewise for the Samsung GX10. 2007-02-25 dcoffin * dcraw.c: Found larger JPEG thumbs for Nikon D100,D1H,D1X,D2H,D2X,E5000,E5700. * dcraw.c: Reworded the copyright notice to avoid mention of the GPL. 2007-02-23 dcoffin * dcraw.c: Replaced bilateral filter with wavelet denoising. Fixed incompatibility between "-f" and "-p". Fixed strange color casts with the Polaroid x530. Added Adobe matrices for the Nikon D40 and Pentax K10D. 2007-02-13 dcoffin * dcraw.c: Added a color matrix for the Fuji S6000fd. Set aspect ratio for the Kodak DC20 and DC25. 2007-01-21 dcoffin * dcraw.c: The last version broke 16-bit PPM byte order. 2007-01-19 dcoffin * dcraw.c: If the JPEG thumbnail has no EXIF table, add one. Built a color matrix for the Canon PowerShot S3 IS. 2007-01-09 dcoffin * dcraw.c: Added the Olympus SP510UZ. 2007-01-02 dcoffin * dcraw.c: Support the Panasonic DMC-L1, Leica Digilux 3, and Casio EX-Z4. Run remove_zeroes() on most Panasonic and Leica models. Built a color matrix for the Canon PowerShot A610. Support Sinar IA file format. 2006-12-22 dcoffin * dcraw.c: Support internationalization if LOCALEDIR is defined. Added stretch() function for cameras with non-square pixels. Support "-h" and "-s" with Sinar 4-shot files. Never append "DNG" to the camera model. 2006-12-15 dcoffin * dcraw.c: Added the Kodak DCS200 and Canon PowerShots A620 and S3 IS. 2006-12-04 dcoffin * dcraw.c: Added the Pentax K10D. 2006-11-28 dcoffin * dcraw.c: Added the Canon PowerShot A610. Added "-K" option for dark-frame subtraction. 2006-11-22 dcoffin * dcraw.c: Get the Olympus black level from the ORF metadata. Don't truncate PPM thumbnails. 2006-11-05 dcoffin * dcraw.c: Support the Olympus E-400 and Sinar 4-shot files. Updated color matrices from DNG Converter 3.6. Changed "-s" option to support multi-shot cameras. 2006-10-26 dcoffin * dcraw.c: Found a more reliable way to identify 4775936-byte images. 2006-10-10 dcoffin * dcraw.c: Updated link to Ting Chen's webpage. 2006-10-07 dcoffin * dcraw.c: Fixed "maximum" for the Canon EOS 5D. Added the Nikon E3200. 2006-09-22 dcoffin * dcraw.c: Display the focal length of Canon CRW images. 2006-09-20 dcoffin * dcraw.c: Added color matrices from Adobe DNG Converter 3.5. 2006-09-12 dcoffin * dcraw.c: Fixed problems with the Panasonic DMC-FZ50 and DMC-LX2. 2006-09-08 dcoffin * dcraw.c: Added the Panasonic DMC-FZ50. 2006-09-07 dcoffin * dcraw.c: Added the Nikon D80. 2006-09-04 dcoffin * dcraw.c: Added the Panasonic DMC-LX2. 2006-09-02 dcoffin * dcraw.c: Added the Canon EOS 400D. 2006-09-01 dcoffin * dcraw.c: Improved support for the Nikon D200. 2006-08-25 dcoffin * dcraw.c: Correctly display long exposure times for CRW files. 2006-08-20 dcoffin * dcraw.c: Support the Pentax K100D. 2006-08-18 dcoffin * dcraw.c: Get the correct thumbnail offset and size from Sony ARW files. 2006-08-09 dcoffin * dcraw.c: Clear a "struct tm" before using it. 2006-08-07 dcoffin * dcraw.c: Improved support for the Olympus E-330. 2006-08-01 dcoffin * dcraw.c: Previous version segfaulted with Fuji photos. 2006-07-31 dcoffin * dcraw.c: Halved memory usage by moving flip logic into write_ppm_tiff(). 2006-07-28 dcoffin * dcraw.c: Support the Leaf CatchLight with VNG interpolation. Added the Samsung GX-1S. 2006-07-27 dcoffin * dcraw.c: Udi added &CLASS qualifiers for C++ compatibility. 2006-07-21 dcoffin * dcraw.c: Replaced gmtime_r() with the more common gmtime(). 2006-07-18 dcoffin * dcraw.c: New "-T" option provides TIFF output with metadata and ICC profile. Support old Leaf cameras, plus new and obsolete Leaf image formats. Added camera WB for the Imacon Ixpress and Kodak P850/P880. 2006-06-23 dcoffin * dcraw.c: Support Kodak NC2000 images compressed by Photo Mechanic. 2006-06-22 dcoffin * dcraw.c: Added the Sony DSLR-A100, Minolta DiMAGE G530, and Sinar 4080x4080. Support software white balance for Kodak DSLRs. Correctly decode Phase One IIQ Small images. 2006-05-30 dcoffin * dcraw.c: Fixed the filter pattern on the Micron 2010. 2006-05-28 dcoffin * dcraw.c: Added the Sony XCD-SX910CR and Micron 2010 sensors. Added camera WB for the Kodak DCS Pro SLR models. After scale_colors(), use "65535" instead of "maximum". 2006-05-22 dcoffin * dcraw.c: Changed the "-H" option so the user can control color spread. * dcraw.c: Added pointer casts for C++ compatibility. 2006-05-18 dcoffin * dcraw.c: Greatly improved the highlight recovery. 2006-05-14 dcoffin * dcraw.c: Replaced "-r" and "-l" options with raw white balance. Added "-H 2" option for rudimentary highlight recovery. 2006-05-05 dcoffin * dcraw.c: Improved support for Leaf, Imacon, Sinar, and Phase One backs. Rewrote Canon CRW parsing to get correct camera WB.
2007-09-14Convert to option groups.wiz1-3/+3
2007-09-09Update to 1.2.20:wiz3-22/+6
version 1.2.20beta01 [August 19, 2007] Fixed problem with compiling pnggccrd.c on Intel-Apple platforms. Added PNG_NO_ERROR_TEXT feature, with demo in contrib/pngminim Removed define PNG_WARN_UNINITIALIZED_ROW 1 /* 0: warning; 1: error */ because it caused some trouble. version 1.2.20beta02 [August 20, 2007] Avoid compiling pnggccrd.c on Intel-Apple platforms. version 1.2.20beta03 [August 20, 2007] Added "/D PNG_NO_MMX_CODE" to the non-mmx builds of projects/visualc6 and visualc71. version 1.2.20beta04 [August 21, 2007] Revised pngvcrd.c for improved efficiency (Steve Snyder). version 1.2.20rc1 [August 23, 2007] Revised pngconf.h to set PNG_NO_MMX_CODE for gcc-3.x compilers. version 1.2.20rc2 [August 27, 2007] Revised scripts/CMakeLists.txt Revised #ifdefs to ensure one and only one of pnggccrd.c, pngvcrd.c, or part of pngrutil.c is selected. version 1.2.20rc3 [August 30, 2007] Remove a little more code in pngwutil.c when PNG_NO_WRITE_FILTER is selected. Added /D _CRT_SECURE_NO_WARNINGS to visual6c and visualc71 projects. Compile png_mmx_support() in png.c even when PNG_NO_MMX_CODE is defined. Restored a "superfluous" #ifdef that was removed from 1.2.20rc2 pnggccrd.c, breaking the png_mmx_support() function. version 1.2.20rc4 [September 1, 2007] Removed Intel contributions (MMX, Optimized C). version 1.2.20rc5 [September 2, 2007] Restored configure and Makefile.in to rc3 and put a snippet of code in pnggccrd.c, to ensure configure makes the same PNG_NO_MMX_CODE selection version 1.2.20rc6 [September 2, 2007] Fixed bugs in scripts/CMakeLists.txt Removed pngvcrd.c references from msvc projects. version 1.0.28 and 1.2.20 [September 8, 2007] Removed "(NO READ SUPPORT)" from png_get_header_version() string.
2007-09-08Convert to use the features framework.jlam2-9/+6
2007-09-06Convert all libnbcompat/buildlink3.mk references to inplace.mk.jlam2-9/+6
2007-09-04update to 2007.07.01drochner3-620/+2693
changes: many new stamps
2007-09-04update to 0.0.8drochner4-47/+52
changes: -can now configure Tux Paint for all users -new "Use All Users Settings" checkbox -Added more screen resolution possibilities -support new features of Tux Paint 0.9.17 -bugfixes -Added papersize support; pulling papersizes from libpaper
2007-09-04update to 0.9.17drochner7-91/+372
changes: Scalable Vector Graphic (SVG) stamps, Japanese and Korean text entry, improved printing and monitor support, and stamp categories are just a few of the many improvements.