summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2012-01-23Initial import of AfterShotPro first release (dubbed 1.0 for pkgsrc).wiz4-0/+2263
Corel(R) AfterShot(TM) Pro is a fast, flexible photo workflow solution that combines robust photo management, advanced non-destructive adjustments and complete RAW processing. Organize your photos in catalogs or folders. Find images quickly with extensive Metadata tools that let you search by camera settings, keywords, tags and more. Experiment with and alter images freely with non-destructive adjustment tools and apply enhancements precisely with selective editing. Easily output your work for albums, web sites or client review. With RAW support, powerful batch processing and incredible speed, AfterShot Pro is the fast way to professional photos.
2012-01-23Add PLIST.Linux with Linux only files.sbd4-2/+29
Bump PKGREVISION
2012-01-23Disable integrated assembler for clang and force default visiblity tojoerg1-1/+7
hidden, otherwise some assembler relocations don't work on AMD64.
2012-01-20Update to jpeg-8d:wiz2-6/+6
Version 8d 15-Jan-2012 ----------------------- Add cjpeg -rgb option to create RGB JPEG files. Using this switch suppresses the conversion from RGB colorspace input to the default YCbCr JPEG colorspace. This feature allows true lossless JPEG coding of RGB color images. The recommended command for this purpose is currently cjpeg -rgb -block 1 -arithmetic. SmartScale capable decoder (introduced with IJG JPEG 8) required. Thank to Michael Koch for the initial suggestion. Add option to disable the region adjustment in the transupp crop code. Thank to Jeffrey Friedl for the suggestion. Thank to Richard Jones and Edd Dawson for various minor corrections. Thank to Akim Demaille for configure.ac cleanup.
2012-01-19Fix build problem on IRIX (missing strdup prototype). Reported inis2-5/+5
PR 45766, patch from there.
2012-01-19update to 1.1.6drochner2-6/+6
changes: -handle more attributes -added support of clipPath element -added support of visibility style property -fixed handling of aspect ratio of video
2012-01-18reset PKGREV for base pkg updatedrochner1-2/+1
2012-01-18update to 0.97.2drochner6-35/+47
changes: -bugfixes -translation updates -more colors for SADT
2012-01-18Update blockdiag to 1.1.2.obache6-185/+26
1.1.2 (2011-12-26) ------------------ * Support font-index for TrueType Font Collections (.ttc file) * Allow to use reST syntax in descriptions of nodes * Fix bugs
2012-01-17Convert packages with add --libdir=* to CONFIGURE_ARGS to usesbd1-2/+2
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-15Update ruby-gnome2 to 1.1.2.obache1-1/+3
== Ruby-GNOME2 1.1.2: 2012-01-15 This is a bug fix release of 1.1.1. === Changes ==== Ruby/GLib2 * Fixes * [GitHub#94] install missing header files. [Reported by mtasaka] ==== Ruby/Pango * Fixes * [GitHub#94] install a missing header file. [Reported by mtasaka] ==== Ruby/GdkPixbuf2 * Fixes * [GitHub#94] install missing header files. [Reported by mtasaka] === Thanks * mtasaka == Ruby-GNOME2 1.1.1: 2012-01-14 This is a bug fix release of 1.1.0. === Changes ==== Ruby/GLib2 * Fixes * [ruby-list:48587] Re: [ANN] Ruby-GNOME2 1.1.0 fix wrong parent class for GLib::IOChannelWin32Socket. [Reported by ashbb] ==== Ruby/GTK2 * Fixes * Fixed a bug that Gtk::ActionGroup#add_radio_actions always fail. ==== Ruby/GStreamer * Improvements * [win32] Supported FLAC. === Thanks * ashbb
2012-01-15bump API version to 1.1.0, switched to jpeg8 compatible API/ABI.obache1-2/+2
2012-01-14USE_TOOLS+=perl (failed in today's solaris build)dholland1-2/+2
2012-01-14gsed related clean up.obache1-6/+1
* Stop to treat NetBSD's sed as GNU sed, not full compatible. * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and real GNU sed is required. * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD. * convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
2012-01-14Force gsed only on NetBSD.hans1-2/+5
2012-01-14Convert to USE_TOOLS=zip.hans1-2/+2
2012-01-13Since this is thought to be a plug-in replacement for pkgsrc/jpeg,drochner3-7/+12
it should provide the jpeg-8 API/ABI rather than the -6b one. So switch to 1.1.0 with the jpeg8 "configure" option. Tested to be binary compatible on i386, at least for simple image viewers. being here, add "test" target
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache36-70/+72
2012-01-12Changes 1.7.24:adam2-6/+6
* Do not append a slash to the directory name if it already has one. Changes 1.7.23: * Ignore any attempt to use "-ow" with the "-d" or "-e" options, with warning. * Include zlib.h if ZLIB_H is not defined (instead of checking the libpng version; see entry below for pngcrush-1.7.14), and include string.h if _STRING_H_ is not defined (because libpng-1.6 does not include string.h) * Define SLASH = backslash on Windows platforms so the "-d" option will work.
2012-01-12Fix build on SunOS.hans3-2/+14
2012-01-11Update ruby-gnome2 to 1.1.0.obache3-8/+6
== Ruby-GNOME2 1.1.0: 2012-01-05 This is a source cleanup release. === Changes ==== Ruby/GLib2 * Improvements * [GitHub#65] Supported GLib 2.31. [Reported by mtasaka] * Supported comparing between GLib::Enum/GLib::Flags and Symbol. * Fixes * [GitHub#1] Fix GLib::Spawn regression. [Patch by Geoff Youngs] * Plugged memory leaks. * Fixed a crash by GC on Ruby 1.9. * Changes * Remove optional Ruby-GetText-Package dependency. ==== Ruby/GTK2 * Improvements * [ruby-gnome2-devel-en] FileChooserDialog raising warnings on Windows: Added hicolor-icon-theme into gem on Windows. [Suggested by wNikolai Weibull] * Fixes * Fixed a crash by GC. * Plugged memory leaks. * Fixed Gdk::GC#colormap= uses wrong value. * Fixed Gtk::TextBuffer#serialize uses wrong value. ==== Ruby/Pango * Fixes * Plugged memory leaks. ==== Ruby/GdkPixbuf * Improvements * Gdk::Pixbuf.new supports hash argument. * Fixes * Plugged memory leaks. ==== Ruby/GStreamer * Improvements * Supported Windows gem. * Improved memory management. * Fixes * [GitHub#86] Gstreamer: test_caps test fails. [Reported by mtasaka] * [GitHub#87] GStreamer: test_span test fails. [Reported by mtasaka] * [GitHub#87] GStreamer: test_create_clock test fails. [Reported by mtasaka] * [GitHub#89] GStreamer: test_fraction_range_new test fails. [Reported by mtasaka] * [GitHub#91] GStreamer: test_state "sometimes" fails. [Reported by mtasaka] ==== Ruby/Poppler * Fixes * Fixed a wrong conversion in Poppler::Document#find_dest. [Reported by ChloƩ Desoutter]
2012-01-09sync w/ base pkg updatedrochner2-8/+9
2012-01-09update to 2.24.1drochner4-59/+8
changes: -bugfixes -translation updates
2012-01-09REcursive bump from boost-libs shlib bump.obache1-2/+2
2012-01-09Recursive bump from boost-libs shlib bump.obache3-5/+6
2012-01-08Update to 12.01.2.ryoon6-57/+68
Changelog: 2012.01.04 v.12.01.2 + Italian user guide was updated. + Swedish translation was updated. 2012.01.04 v.12.01.1 + Bugfix: zoom causes infinite loop after new installation. 2012.01.01 v.12.01 + New function Search Metadata: search and report image metadata (EXIF/IPTC/etc.), using a combined image and text display format. + Synchronize Files is 2x faster for an initial installation or after importing a large number of new photos (>1000/min. on a fast PC). + "my mouse" was removed from all edit and selection dialogs. The mouse belongs to the last widget clicked. The main window can be zoomed and scrolled during such dialogs by using CTRL + mouse click or drag. + Mouse wheel can do zoom-in and zoom-out. + Zooming an image re-centers it on the mouse position, and the mouse position follows the zoom center to the middle of the window. + Zoom ratio configurable: choose 1-4 zooms for each 2x increase in size. + DRGB (print color adjust) can save corrections to a file for re-use. + Some user settings in various menus were collected together in the new menu function Tools > User Settings. + Bugfix: Search Image was finding false matches for images with very large caption or comments. + Bugfix: cannot escape file open dialog if open previous or open recent is attempted when there are no previous files (initial installation). + Bugfix: interactive GUI translation function failed to initialize. 2011.12.03 v.11.12.2 + Italian translation was updated. + Locale of lc_RC will prefer a .po file named "lc_RC", fallback to "lc". 2011.12.02 v.11.12.1 + Bugfix: crash at startup - top image directory not correctly initialized from previous fotoxx installation. 2011.12.01 v.11.12 + New function Auto-Trim: automatically trim unused edge areas left over from panorama, HDR, HDF, stack, warp and unbend functions. + New function: Find bright or dark "stuck" pixels (camera sensor defect) (1x1/2x2/3x3 blocks) and fix them by interpolating neighboring pixels. Pixel locations can be saved and applied later to other images. + Select Area was extended to both select and unselect by matching colors, and the pixel search range was made adjustable 1-20x mouse radius. + Batch Resize/Export function now supports output of JPEG, PNG, TIFF. This can be used to select and convert files to a different format. + Convert RAW Files now supports output of JPEG, PNG, TIFF-8, TIFF-16. + Warp Area algorithm was made a bit more intuitive and controllable. + GUI language translation procedure was simplified. + Bugfix: restored some lost translations of dialog buttons. + Bugfix: Trim dialog mouse ownership was sometimes misleading. + Bugfix: WarpArea did not reset itself if selected area was changed. + Bugfix: crash if parallel instances of fotoxx are simultaneously editing images and using undo/redo.
2012-01-08Reset PKGREVISION from base pkg update.obache1-2/+1
2012-01-08Update GraphicsMagick to 1.3.13.obache7-2001/+33
While here, remove unwanted buildlink and add lzma option. 1.3.13 (December 24, 2011) ========================== Security Fixes: None Bug fixes: * In I/O blob, don't rewind already open file handle passed to OpenBlob() since we don't know the intended state of this file handle, and because it prevents appending to an existing file. * In AppendImageProfile(), don't leak profile buffer while appending a chunk to an existing profile. * Fix deadlock in ClonePixelCache() which was caused by using the same semaphore pointer in the source and destination images. * Removed bogus SyncBlob() code which sometimes caused a crash and was not useful. * Fixed crash or hang which occured when the user entered CONTROL-C while threaded code was being executed. * Fix core dump in AcquireOneCacheViewPixelInlined() when the image is in CMYK space. * In MontageImages (montage), fix crash observed with "-geometry x+0+0". * The TIFF reader was crashing for images which use the TIFFTAG_OPIIMAGEID tag. * AppendImages() (-append) was failing when only one image was provided. * The `animate`, `display`, and `identify` commands now report any error only once, and then proceed to the next file name rather than quitting. * Don't change the locale settings in InitializeMagick() since this may cause problems for international users. API users are still responsible for assuring that locale settings don't break floating point parsing and output (i.e. floating point decimal needs to be '.' rather than ','). * RPM build is fixed (PerlMagick build was broken). * RPM build installs documentation to expected places on Red Hat type systems. * Fixes for usage with OpenSolaris. * DESTDIR is supported by PerlMagick build. * The matte channel was not being properly enabled or respected for TXT images. * InitializeMagick() and DestroyMagick() are now fully thread safe. * When a shear angle was as zero, the shear request was being ignored entirely. * In DispatchImage(), the `K` channel was always output as black for "CMYK" specification unless the image matte flag was True. * MATLAB fixes. * PNG fixes. * PCL fixes for printing bi-level image on Konica-Minolta printers. * EPT error handling fixes. * JPEG reader was sometimes truncating large IPTC profiles. * JPEG writer now handles errors properly rather than allowing libjpeg to exit the program (or hanging if driven by Magick++). * JPEG reader now treats an unhandled EXP marker as a warning rather than a hard error. * File open errors are now reliably reported. * Improved rendering precision when using the drawing APIs. * For the Magick++ Image backgroundColor(), borderColor(), and matteColor() methods, preserve the opacity part of the user-specified color. New Features: * Add support for drawing text using a bitmap font. * benchmark command supports a -stepthreads option to execute the specified command with an increasing number of threads to measure how an algorithm benefits from threading. This mode includes a column to show the speedup compared with one thread, and the Karp-Flatt metric * Added Add support for invoking "gs-cmyk" and "gs-cmyka" entries in delegates.mgk when ColorSeparationType or ColorSeparationMatteType is requested. These cause Ghostscript to always output CMYK PAM format (even if the input file was not in CMYK format). * EXIF profiles are preserved when writing JPEG files. * The -mosaic command now respects the composition option specified by -compose as well as the image background color specified by -background. * The TXT coder now supports multiple image frames. * For image normalization (-normalize), add support for histogram-threshold setting to specify the percentage of the histogram to discard when computing image normalization parameters (default is 0.1%). For example `-set histogram-threshold 0.01 -normalize`. * Added an `INFO` coder which produces textual image description output similar to `identify` but may be used with convert like "gm convert myfile info:-". * Support application of the PDF crop box via '-define pdf:use-cropbox=true'. * For PCL printer output, define pcl:fit-to-page in order for the printer to scale the image to fit the page. * Added order dither 5x5, 6x6, and 7x7 circular dither patterns to create a halftone effect. * PNM subformats are now reported as the specific subformat rather than just "PNM". * NetPBM's PAM format is now supported. * MacPaint image format reader is added. * Added TIFF LZMA compressor support. * Added TIFF support for a tiff:group-three-options define to allow power-users to set the value of the GROUP3OPTIONS tag. * New core C API function SetImageColorRegion() to set the constant pixel color for a specified region of the image. * New Wand C API function MagickWriteImagesFile() to append images to a provided file handle. * New Wand C API function MagickSetImageSavedType() to allow specifying the storage type used when saving the file (rather than changing the current image characteristics). * In Wand C API, the functions NewPixelWand(), NewDrawingWand(), and NewMagickWand() invoke InitializeMagick() automatically in case user forgets to do so. * New Wand C API function MagickSetFormat() to allow setting the file or blob format before it has been read. * New Wand C API function MagickSetDepth() to set the depth used when reading from an image format which requires that the depth be specified in advance. Feature improvements: * Now compiles properly with libpng 1.4.X and 1.5.X. * Lcms 2.X is supported. Performance Improvements: * TGA read performance improved. * PNM read/write performance improved. * Convolution (-convolve, -sharpen, -guassian, etc.) is faster. * Adaptive threshold image (-lat) is faster. * Image trimming (-trim) is faster. Behavior Changes: * For DPX format and packed 10 bits, datums are now represented in the same (reversed) order for all RGB and YCbCr formats. Previously YCbCr 4:4:4 formats were not swapping the word datums because the only real-world files encountered did not swap the word datums. * The -colors, -map, and -monochrome options now take effect immediately rather than at the end of all other processing. * Removed non-standard multi-frame extension for SGI format. * Windows install footprint is more consistent between DLL and static builds. * LZMA compressed tarball is in 'xz' format rather than deprecated 'lzma' format.
2012-01-02Update the png handling file in the included copy of vigra from pkgsrcdholland2-1/+288
vigra (which is 1.8.0) to fix build with recent libpng. I'm not sure if the resolution handling changes (search for "254") are desirable or not. if something goes wrong, try reverting that. The package should probably be changed to use pkgsrc vigra, but I don't want to do that right now.
2012-01-02Get sane-backends building on Linux again by adding a buildlink forsbd2-3/+8
graphics/libv4l and updateing PLIST.Linux
2011-12-29fixes last commit (variable name changes).obache1-2/+2
2011-12-26Need to use PKG_BUILD_OPTIONS for conditional buildlink.obache1-2/+2
2011-12-26Remove '-gnu' from MODULE_ARCH in configure so it matches the PLIST on linux.sbd3-6/+24
2011-12-22Fix build with newer lcmsjoerg3-4/+57
2011-12-22add patches from Redhat to add some input validation and fix adrochner3-7/+27
memory allocation error; both could lead to heap buffer overflows (CVE-2011-4516, CVE-2011-4517) bump PKGREV
2011-12-20At least on NetBSD, this needs pthreads, so include pthreads.bl3.mk.wiz1-1/+2
2011-12-17update to 0.18drochner4-23/+8
changes: -based on DCRaw v 9.06 -New Traditional Chinese translation -Port UFRaw to OpenSolaris
2011-12-17update to 2.14.1drochner4-118/+180
this switches to the new 2.14 release branch -- many new features and UI improvements
2011-12-16Remove sentence about experimental backends (for examplereed1-14/+16
no glitz here). Rejustify long lines while here.
2011-12-16Yet another package that thinks it's a good idea to conditionalize ondholland3-2/+32
X headers' include guards, which changed at some point. Hack it to recognize what's there nowadays as well as the old symbol. While here, deploy INSTALLATION_DIRS to work around apparent dir permission problems in the package's own install logic.
2011-12-15Update tex-metapost{,-doc} to 1.212.minskim6-20/+135
Changes: * MetaPost now adheres to the openin_any / openout_any settings in texmf.cnf * In some cases 'readfrom' made the file's path be prepended to the actually read string from the file. * The 'prologues:=3 output' with embedded labels was unreliable, especially when the resulting eps was included into a TeX document via dvips. * 'newinternal numeric' has been fixed, it generated an error in metapost 1.211. * Label regeneration sometimes failed to run when the file time stamps were close together. * Reallocation of the string pool during output file name creation ('outputtemplate') could cause corruption in the created file's name.
2011-12-15graphics/xzgv: Directly link libraries as required for default ld v2.22marino1-1/+2
2011-12-15graphics/xpaint: Directly link libraries as required for default ld v2.22marino2-4/+7
2011-12-15graphics/vigra: Fix copy/paste error on DragonFly patchmarino2-4/+4
2011-12-15Update png to 1.5.7:wiz2-6/+6
Changes since the last public release (1.5.6): Added support for ARM processor (Mans Rullgard) Fixed bug in pngvalid on early allocation failure; fixed type cast in pngmem.c; pngvalid would attempt to call png_error() if the allocation of a png_struct or png_info failed. This would probably have led to a crash. The pngmem.c implementation of png_malloc() included a cast to png_size_t which would fail on large allocations on 16-bit systems. Fix for the preprocessor of the Intel C compiler. The preprocessor splits adjacent @ signs with a space; this changes the concatentation token from @-@-@ to PNG_JOIN; that should work with all compiler preprocessors. Paeth filter speed improvements from work by Siarhei Siamashka. This changes the 'Paeth' reconstruction function to improve the GCC code generation on x86. The changes are only part of the suggested ones; just the changes that definitely improve speed and remain simple. The changes also slightly increase the clarity of the code. Check compression_type parameter in png_get_iCCP and remove spurious casts. The compression_type parameter is always assigned to, so must be non-NULL. The cast of the profile length potentially truncated the value unnecessarily on a 16-bit int system, so the cast of the (byte) compression type to (int) is specified by ANSI-C anyway. Fixed FP division by zero in pngvalid.c; the 'test_pixel' code left the sBIT fields in the test pixel as 0, which resulted in a floating point division by zero which was irrelevant but causes systems where FP exceptions cause a crash. Added code to pngvalid to turn on FP exceptions if the appropriate glibc support is there to ensure this is tested in the future. Added versioning to pnglibconf.h comments. Installed more accurate linear to sRGB conversion tables. The slightly modified tables reduce the number of 16-bit values that convert to an off-by-one 8-bit value. The "makesRGB.c" code that was used to generate the tables is now in a contrib/sRGBtables sub-directory. Added run-time detection of NEON support. Multiple transform bug fixes plus a work-round for double gamma correction. libpng does not support more than one transform that requires linear data at once - if this is tried typically the results is double gamma correction. Since the simplified APIs can need rgb to gray combined with a compose operation it is necessary to do one of these outside the main libpng transform code. This check-in also contains fixes to various bugs in compose and rgb to gray (on palette). Fixes for C++ compilation using g++ When libpng source is compiled using g++. The compiler imposes C++ rules on the C source; thus it is desireable to make the source work with either C or C++ rules without throwing away useful error information. This change adds png_voidcast to allow C semantic (void*) cases or the corresponding C++ static_cast operation, as appropriate. Added --noexecstack to assembler file compilation. GCC does not set this on assembler compilation, even though it does on C compilation. This creates security issues if assembler code is enabled; the work-around is to set it by default in the flags for $(CCAS) Removed "zTXt" from warning in generic chunk decompression function. Validate time settings passed to pngset() and png_convert_to_rfc1123() (Frank Busse). Added MINGW support to CMakeLists.txt Reject invalid compression flag or method when reading the iTXt chunk. Moved pngvalid.c into contrib/libtests Rebuilt Makefile.in, configure, etc., with autoconf-2.68 Replaced an "#if" with "#ifdef" in pngrtran.c Revised #if PNG_DO_BC block in png.c (use #ifdef and add #else) Revised pngconf.h to use " __declspec(restrict)" only when MSC_VER >= 1400, as in libpng-1.5.4. Put CRLF line endings in the owatcom project files. Updated CMakeLists.txt to account for the relocation of pngvalid.c Minor fixes to pngvalid.c for gcc 4.6.2 compatibility to remove warnings reported by earlier versions.
2011-12-15Relax dependency to ruby-subexec.taca1-3/+5
Bump PKGREVISION.
2011-12-15Update ruby-chunky_png pacakge to 1.2.5.taca2-6/+6
Changes are unknown.
2011-12-15check X11_TYPE for dependency condition check of xwininfo.obache1-2/+2
2011-12-15graphics/vnc2swf: Fix logic flaw for Makefile dependencymarino1-2/+2
On DragonFly, X11BASE equals LOCALBASE meaning any detected binaries on X11BASE came from pkgsrc itself and not the native platform as intended. The result is that x11/xwininfo was not getting added to the DEPENDS list after that package was installed.
2011-12-15graphics/vigra: Fix ambiguous math functions for DragonFlymarino3-2/+23