summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2012-12-08Added graphics/openjpeg15 version 1.5.1adam1-1/+2
2012-12-08Added openjpeg 1.5.1 for compatibility reasons; openjpeg 2.0 has a different APIadam6-0/+78
2012-12-08update darktable to 1.1jakllsch14-160/+107
upstream release notes: general new camera support, new whitebalance presets, etc., including canon eos m support and samsung nx fix similarity matching search for images that look alike. geotagging, complete with map view (thanks to dinamic for starting that ages ago and to houz for actually bringing it home): http://www.darktable.org/2012/09/geotagging-in-darktable/ mac os package: http://www.darktable.org/2012/08/bringing-current-darktable-to-os-x/ a lot of bugfixes (mainly thanks to ulrich for his meticulous work) facebook exporter (for those who have an account there) ui reworked the much hated `more plugins' widget (thanks to boucman) image grouping: http://www.darktable.org/2012/09/grouping/ command line interface! http://www.darktable.org/2012/07/exporting-images-on-the-command-line/ tone and base curves got a new user interface to better support fine grained workflow as in: http://www.darktable.org/2012/02/mastering-color-with-lab-tone-curves/ visually low-profile controls with finetuning: http://www.darktable.org/2012/03/bauhaus-widgets/ color correction module (http://www.darktable.org/2012/03/color-correction/) got a GUI update since the blog post (two circles indicating shadows and highlights instead of the quad). live view for tethered shooting! http://www.darktable.org/2012/05/live-view/ darkroom extensive use of edge-aware filtering techniques to suppress noise, halos and ringing all around darktable: http://www.darktable.org/2012/09/edge-aware-image-development/ conditional blending, and a lot of goodies around it! http://www.darktable.org/2012/07/some-enhancements-to-conditional-blending/ magenta highlights: http://www.darktable.org/2012/07/magenta-highlights/improved on high-contrast edges to overexposed areas (should get rid of purple highlights on tiny water waves and purple fringes around tree leaves for example) much improved sharpness for both export and darkroom view, especially for downsampled images and if you use lens corrections or rotations/perspective corrections. check the new options in the preferences dialog, also one more than mentioned in the blog ("demosaicing for zoomed out darkroom mode" to trade performance for even more sharpness): http://www.darktable.org/2012/06/upcoming-features-new-interpolation-modes-and-better-resize/ color management improved per-screen color management (should reload the screen profile automatically) more compatible embedded color profiles (should fix problems on windows viewing our images, if that matters) read embedded color profiles from jpg opencl most of our modules now can take advantage of your computer's gpu power caching for compiled opencl kernels (even in case the driver doesn't do it) for faster startup times usermanual find a pdf snapshot here: https://sourceforge.net/projects/darktable/files/darktable/1.1/darktable-usermanual.pdf/download is reasonably up to date again not translated so far translations two new translations (both portuguese.. ;) ) well translated: cs de es fr it ja nl pl pt_BR pt_PT sv half translated: ca fi gl ro ru sq th zh_CN
2012-12-07Fix oversaturated int type compilation error for programs depending on opencvadam2-1/+17
2012-12-07Don't autodetect ffmpegadam1-1/+2
2012-12-07Changes 1.9.0:adam6-52/+56
New features: Support for OpenGL 4.2 New extensions: GL_ARB_ES3_compatibility GL_ARB_clear_buffer_object GL_ARB_compute_shader GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_fragment_layer_viewport GL_ARB_framebuffer_no_attachments GL_ARB_internalformat_query2 GL_ARB_multi_draw_indirect GL_ARB_program_interface_query GL_ARB_robust_buffer_access_behavior GL_ARB_robustness_application_isolation GL_ARB_robustness_share_group_isolation GL_ARB_shader_image_size GL_ARB_shader_storage_buffer_object GL_ARB_stencil_texturing GL_ARB_texture_buffer_range GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_texture_view GL_ARB_vertex_attrib_binding GL_EXT_debug_marker GL_KHR_debug GL_REGAL_error_string GL_REGAL_extension_query GL_REGAL_log GLX_ARB_robustness_application_isolation GLX_ARB_robustness_share_group_isolation GLX_EXT_create_context_es_profile WGL_EXT_create_context_es_profile Bug fixes: Not using GLU library for Makefile builds.
2012-12-06This patch is not needed any moreadam1-77/+0
2012-12-06Changes 2.0.0:adam4-67/+57
New Features: * streaming capabilities * merge JP3D API modifications: * Use a 64bits capable API Misc: * removed autotools build system * folders hierarchies reorganisation * Huge amount of bug fixes. See CHANGES for details.
2012-12-05Update to 12.12.1ryoon4-21/+21
Changelog: 2012.12.04 v.12.12.1 + Spanish translation updated. + Russian translation updated. 2012.12.01 v.12.12 + New false color tool: gradually shift selected colors to other colors. + Slide Show: save selected images as a collection. Modify and re-use. + Thumbnail gallery window now suppresses hidden subdirectories. + Minor UI improvements for geotag dialogs using the world map. + Select Area: additional selection method can speed-up some tasks. + Paint Pixels: minor UI change to better conform with common practice. + Batch convert/resize/move: optional resize, optional delete originals. + Batch Rename: sequence number can be embedded anywhere in the base name. + New right-click menu convenience tools: rename, copy, move, trash ... + Translation (.po) files are compressed, reducing package size 0.7 MB. + Bugfix: Slide Show omitted file versions selected out of sequence. + Bugfix: gallery file chooser: shift+click was sometimes ignored. + Bugfix: Sync Files memory leak (significant for huge image library). + Bugfix: EXIF edit history was not complete for re-edited images. + Bugfix: Select Area finish failed if window auto focus from mouse. + Bugfix: incorrect scaling of 16-bit PNG files. 2012.11.01 v.12.11 + Simplify world map zoom/pan/scroll: now works more like image files. + Simplify the display of images from a clicked world map location. + Icons in the favorites menu can have individual sizes up to 64x64. + Slide Show option: select image files ad hoc from gallery/navigator. + Slide Show: open gallery, navigate elsewhere, resume slide show. + Slide Show: new animated image transition option, "Raindrops". + Gallery file selection: select a range of files with shift+click. + Brightness distribution graph with separate RGB color components. + Menu shortcuts: right-click popup menu offers many edit options. + Keyboard shortcuts: F/G/W keys open window tabs F/G/W respectively. + Grid Lines shortcut moved to Ctrl+G (can be changed if wanted). + Rigid free memory check was replaced with a more flexible warning. + Replace several deprecated GTK functions with sanctioned functions. + Synchronize Files: provide [cancel] button for temporary bypass. + Bugfix: Slide Show: skip over directories instead of stopping. + Bugfix: Leverage Edits: erratic results from strongly sloped curve. + Bugfix: Resize: prevent tiny image size that can cause a crash. + Bugfix: Prev/Next buttons: stop loop if last image file is deleted. + Bugfix: Stop image files from appearing twice in the index file. 2012.10.04 v.12.10.1 + Bugfix: Catalan was missing from the GUI language options. + Bugfix: Monitor Gamma: check that xgamma is installed before using.
2012-12-04Update HOMEPAGEryoon1-2/+2
2012-12-03Update to 2.64aryoon33-597/+1989
XXX This revision may build on NetBSD 6.* and Linux only. * Convert to scons build * Remove MESSAGE file, we need not to copy files to ~/.blender Changelog: * Add cycles engine * New features and bugfixes
2012-12-03Update to 2.4.3ryoon3-9/+40
Changelog: * Add universal parallell mechianism support * Add sample codes * Add some new algorithms * Many improvements in GPU support * Many bugfixes
2012-12-03Add openimageioryoon1-1/+2
2012-12-03Import openimageio-1.1.1 as graphics/openimageio.ryoon13-0/+342
OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. There is a particular emphasis on formats and functionality used in professional, large-scale animation and visual effects work for film. OpenImageIO is used extensively in animation and VFX studios all over the world, and is also incorporated into several commercial products.
2012-11-29Add gstreamer1 packages.ryoon1-1/+3
2012-11-29Import gst-plugins1-png-1.0.3 as graphics/gst-plugins1-png.ryoon3-0/+23
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. This package provides the png plugin for GStreamer, which allows encoding and decoding of PNG images.
2012-11-29Import gst-plugins1-jpeg-1.0.3 as graphics/gst-plugins1-jpeg.ryoon3-0/+22
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. This package provides the jpeg plugin for GStreamer, which allows encoding and decoding of jpeg images.
2012-11-27note CVE #drochner2-3/+5
2012-11-25Update to 0.2.1ryoon2-6/+6
Changelog: - 10/30/12: version 0.2.1 * Various security related fixes * cwebp.exe: fix import errors on Windows XP * enable DLL builds for mingw targets
2012-11-23graphics/tesseract: #include <unistd.h>marino2-4/+5
Fixes out-of-scope errors seen on gcc 4.7.x
2012-11-23update to 3.6.2drochner3-7/+8
changes: - separate share and send to - wireless hotspot - application-rss+xml - remove success color from battery-full
2012-11-23update to 3.6.2drochner2-6/+6
changes: translation updates
2012-11-23update to 2.7drochner2-6/+6
change: Add --min-dim and --max-dim options to only process images with certain dimensions
2012-11-23add patch from upstream to fix memory corruption when reading XWD filesdrochner3-3/+166
bump PKGREV
2012-11-23Don't use variable length arrays of non-POD types.joerg5-1/+83
2012-11-19Update to seqdiag-0.8.1cheusov3-11/+11
0.8.1 (2012-11-12) ------------------ * Add altblock feature (experimental) * Fix bugs 0.8.0 (2012-10-22) ------------------ * Optimize algorithm for rendering shadow * Add options to docutils directive * Fix bugs 0.7.5 (2012-09-29) ------------------ * Fix bugs 0.7.4 (2012-09-20) ------------------ * Support blockdiag-1.1.7 interface * Fix bugs
2012-11-19Update to nwdiag-0.9.2cheusov3-29/+75
0.9.2 (2012-11-17) ------------------ * [rackdiag] Add auto-numbering feature * Fix bugs 0.9.1 (2012-10-28) ------------------ * Fix bugs 0.9.0 (2012-10-22) ------------------ * Optimize algorithm for rendering shadow * Add options to docutils directive * [packetdiag] represent splitted packets with dashed-line * Fix bugs 0.8.2 (2012-09-29) ------------------ * Fix bugs 0.8.1 (2012-09-08) ------------------ * Add packetdiag_sphinxhelper 0.8.0 (2012-09-06) ------------------ * Add packetdiag which supports generating packet-header diaagram * [nwdiag] Add diagram attribute: external_connector * Update to new package structure (blockdiag >= 1.1.2) * Allow # to comment syntax * Fix bugs
2012-11-19Update to arcdiag-1.4.1cheusov3-7/+10
0.4.1 (2012-10-28) ------------------ * Fix bugs 0.4.0 (2012-10-22) ------------------ * Optimize algorithm for rendering shadow * Add options to docutils directive * Fix bugs 0.3.4 (2012-09-29) ------------------ * Fix bugs
2012-11-19Update block-diag to 1.2.3cheusov4-22/+27
1.2.3 (2012-11-05) ------------------ * Fix bugs 1.2.2 (2012-10-28) ------------------ * Fix bugs 1.2.1 (2012-10-28) ------------------ * Add external imagedraw plugin supports * Add node attribute: label_orientation* * Fix bugs 1.2.0 (2012-10-22) ------------------ * Optimize algorithm for rendering shadow * Add options to docutils directive * Fix bugs 1.1.8 (2012-09-28) ------------------ * Add --ignore-pil option * Fix bugs 1.1.7 (2012-09-20) ------------------ * Add diagram attribute: shadow_style * Add font path for centos 6.2 * Add a setting 'antialias' in the configuration file * Fix bugs
2012-11-18Fix building on OS Xadam4-11/+79
2012-11-18Changes 0.7.4:adam2-6/+6
* Fixed the previous fix, which failed to fix the option -fix.
2012-11-18Don't pick up emacs.joerg2-5/+3
2012-11-17Explicitly dont try to build gts support.markd1-1/+2
2012-11-17include <stdint.h> for uintptr_t.markd2-6/+14
2012-11-16Fix C++.joerg4-3/+49
2012-11-16Fix template look up. Don't use variable length arrays of non-POD types.joerg10-1/+251
Don't pass non-POD types to variadic functions.
2012-11-16Match return type and return use. Fix template look up.joerg2-1/+24
2012-11-16Don't redeclare a local variable.joerg2-3/+14
2012-11-15reset PKGREV for base pkg updatedrochner1-2/+1
2012-11-15update to 2.26.5drochner2-5/+5
changes: -bugfixes -translation updates
2012-11-15Depend on x11/fltk13 rather than x11/fltk.gdt3-9/+9
As discussed on pkgsrc-users, x11/ftlk (1.1) is no longer maintained, and 1.3 is believed to be almost entirely compatible. Patch from Tim Larson, who has build-tested these packages on NetBSD/amd64.
2012-11-12Disable wxterminal (wxwidgets option) on NetBSD because it is completelybad2-3/+8
broken. c.f. pkg/47177. Bump PKGREVISION to make the change obvious in binary packages.
2012-11-11Fix build when R present.markd1-1/+2
2012-11-07Update gnuplot to version 4.6.1.he5-31/+17
Update a comment in patch-ag. Remove the point patch for the "crash on first command when using editline", since this problem is now fixed upstream. Upstream changes relative to version 4.6.0: * NEW syntax hints inside Emacs gnuplot-mode * NEW support tabulation (set table) of pixel values from image plot styles * NEW support tabulation of variable color column * CHANGE emf output modified for better compatibility with MS Office programs * CHANGE canvas terminal loads appropriate font file for UTF-8 encoding * CHANGE skip execution of empty iteration loops in set and do commands * CHANGE build scripts modified to accommodate automake 1.12 * CHANGE new policy: objects given in screen coords are not clipped to graph * CHANGE Draw the z-axis label at a fixed distance to the left of the z-axis * CHANGE "unset object N" succeeds even if there is currently no object N * FIX margin space required for rotated axis tic labels * FIX check for NaN values in binary input * FIX backslash handling in enhanced text strings * FIX cairo terminals sometimes lost the line segment before a polygon * FIX interactive toggle of multiplots in svg * FIX failure to balance {} if an input file did not end with a newline * FIX strlen() and substring operators correctly handle UTF-8 * FIX initialization of history when configured --with-readline=bsd * FIX set term cairolatex pdf mono * FIX palette-related corruption in some cairolatex output * FIX preserve number of active call arguments across a nested call command * FIX wxt terminal mutex protecting execution of the command list * FIX apply clipping to the interior fill of circles and ellipses * FIX corruption of weights used for plotting with smooth acsplines * FIX skip columnheader line when applying "every" filter * FIX handle out-of-range pm3d values when cb axis is set to log scale * FIX top/bottom color distinction in hidden3d when not using palette/RGB colors * FIX allow toggling on/off of more than 10 plots in windows terminal * FIX color printing from windows terminal * FIX set term win font ",<size>" * FIX incorrect return for acos(x) when imag(x) > 0 (bug present since v3.7) incorrect return for asin(x) when imag(x) > 0 (bug in 4.4.4, 4.6.0) incorrect asinh(x) when real(x) < 0 && imag(x) == 0 (bug in 4.4.4, 4.6.0) * FIX keep sufficient precision in canvas and svg coords to report time in msec * FIX the input buffer was not always extended correctly inside a { clause } * FIX some cairolatex set_color requests were being ignored * FIX calculated value of kernel density mean and sigma * FIX emf terminal dashed line support
2012-11-06add 2 patches from upstream:drochner3-3/+112
1e92e5235ded0415d555aa86066b8e4041ee5a53 and 4757cdf73d3675478d645a3ec8250ba02168a230 to fix integer overflow, leading to heap-based buffer overflow in the ppm image reader (CVE-2012-4433) bump PKGREV
2012-11-05add patch from Redhat bug #871700 to fix a possible buffer overflowdrochner3-2/+37
due to integer overflow in the ppm2tiff cmd line tool (CVE-2012-4564) bump PKGREV
2012-11-04Follow cairo update to 1.12.8.wiz1-3/+4
Clean up a bit of pkglint while here.
2012-11-04Add comments to patches.wiz4-7/+24
2012-11-04Update to 1.12.8:wiz5-204/+6
Release 1.12.8 (2012-11-24 Chris Wilson <chris@chris-wilson.co.uk>) =================================================================== Another couple of weeks and a few more bugs have been found and fixed, it is time to push the next point release. Many thanks to everyone who reported their issues and helped us track down the bugs and helped testing the fixes. Bug fixes --------- Expand the sanity checking for broken combinations of XSendEvent and ShmCompletionEvent. Notice that "The X.Org Foundation" sometimes also identifies itself as "The Xorg Foundation". Handle various ages of libXext and its Shm headers. Fix the invalid clipping of the source drawable when using SHM transport to upload images. https://bugs.freedesktop.org/show_bug.cgi?id=56547 Handle all Type1 postscript operators for better font compatibility. https://bugs.freedesktop.org/show_bug.cgi?id=56265 Fix a couple of memory leaks in Type1 font subsetting https://bugs.freedesktop.org/show_bug.cgi?id=56566 Tighten the evaluation of the start/stop pen vertices, and catch a few instances where we would use a fan instead of a bevel. https://bugs.freedesktop.org/show_bug.cgi?id=56432 Fix assumption that geometric clipping always succeeds with the span-compositor. https://bugs.freedesktop.org/show_bug.cgi?id=56574 Fix call to spline intersection when evaluating whether a stoke is visible. Remember to copy inferior sources when using SHM to readback the surface for use as a source.
2012-11-03Changes 1.3.17:adam7-85/+32
Security Fixes: * PNG: Fix for CVE-2012-3438. The Magick_png_malloc function in coders/png.c in GraphicsMagick 6.7.8-6 does not use the proper variable type for the allocation size, which might allow remote attackers to cause a denial of service (crash) via a crafted PNG file that triggers incorrect memory allocation. * Automake (derived): Fix for CVE-2012-3386: The "make distcheck" rule in GNU Automake before 1.11.6 and 1.12.x before 1.12.2 grants world-writable permissions to the extraction directory, which introduces a race condition that allows local users to execute arbitrary code via unspecified vectors. Bug fixes: * PNG: Reading sub-8-bit palette images is fixed (images looked stretched). * SVG: Fixed bug which allowed MVG and SVG files with long vector paths to crash the software. * SVG: Ignore XML headers rather than rendering them as text. * MVG/SVG/WMF/-draw: It is now possible to draw a plain ',' character. * WMF: Fixed a bug which caused wrong centered-text placement. * import: Return status was inverted. * configure: Don't force that liblzma is used just because libtiff is used. New Features: * The configure script now supports a --enable-quantum-library-names option to enable that shared library name includes quantum depth to allow shared libraries with different quantum depths to co-exist in same directory (only one can be used for development). * JNX: Support is added for reading the Garmin proprietary Image Format. * BMP: Support an alpha channel in uncompressed 32-bit BMP. Feature improvements: * -lat: The adaptive threshold algorithm is replaced with a new algorithm which scales linearly (rather than quadratically) with area size. * Tests: Test suite is re-written to use TAP-based tests. * GIF: Reader tries to be better at detecting and reporting failures. Performance Improvements: * -lat: Adaptive threshold is much faster with large area sizes. Windows Delegate Updates: * Dcraw 9.16 is now included in the build (with JPEG and JPEG2000 support). * Libxml2 is updated to the 2.9.0 release. * Libtiff is updated to the 4.0.3 release. * Lcms2 is updated to the 2.4 release. * Libpng is updated to the 1.5.13 release. Behavior Changes: * Loading modules is only supported for the modules build. Previously any build using shared libraries could load modules. * Bundled libltdl is now configured as 'installable' rather than 'convenience'. * -enhance: Only filter based on color channels (ignore opacity). * BrowseDelegate: Web browser (for viewing help information) now defaults to 'xdg-open', but if it is not found, then configure will search for firefox, google-chrome, mozilla (in that order).