summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2012-04-18Fix build on NetBSD.hans2-8/+7
2012-04-18Include sys/ioccom.h in libv4l1.h on SunOS.hans2-4/+5
2012-04-18Make this build on SunOS 5.11.hans11-39/+114
2012-04-17This package was broken at least on NetBSD, since it didn't installwiz4-3/+121
the libpotrace library needed by the potrace executable. Convince the package to install the library. Bump PKGREVISION.
2012-04-17Fix standard compliance with regard to main. Bump revision.joerg21-3/+354
2012-04-17sync w/ base pkgdrochner8-52/+46
2012-04-17update to 1.1.0drochner5-118/+960
many improvements, some cleanup, most notably: -new graphics types and backends -layout and legend improvements -better 3d support -Numerix support removed
2012-04-15Reset maintainer, developer resigned.wiz3-6/+6
2012-04-15Reset maintainer, developer has left the buildingwiz2-4/+4
2012-04-15Update KDE SC to 4.8.2markd19-73/+85
bugfixes.
2012-04-15Update to 0.7.6markd8-55/+55
KDE4 version.
2012-04-15Update to 2.3.1markd7-230/+122
Add a python option (off by default). 2.3.1 (August, 2011) New Functionality and Features * Retina module has been contributed by Alexandre Benoit (in opencv_contrib module). * Planar subdivisions construction (Delaunay triangulation and Voronoi tesselation) have been ported to C++. See the new delaunay2.cpp sample. * Several new Python samples have been added. * FLANN in OpenCV has been upgraded to v1.6. Also, added Python bindings for FLANN. * We now support the latest FFMPEG (0.8.x) that features multi-threaded decoding. Reading videos in OpenCV has never been that fast. * Over 100 issues have been resolved since 2.3 release. 2.3 (July, 2011) Modifications and Improvements since 2.3rc * A few more bugs reported in the OpenCV bug tracker have been fixed. * Documentation has been improved a lot! 2.3rc (June, 2011) New Functionality, Features * Many functions and methods now take InputArray/OutputArray instead of "cv::Mat" references. It retains compatibility with the existing code and yet brings more natural support for STL vectors and potentially other "foreign" data structures to OpenCV. core: * LAPACK is not used by OpenCV anymore. * Arithmetic operations now support mixed-type operands and arbitrary number of channels. features2d: * Completely new patent-free BRIEF and ORB feature descriptors have been added. * Very fast LSH matcher for BRIEF and ORB descriptors will be added in 2.3.1. calib3d: * calibration.cpp sample. With the new pattern calibration accuracy is usually much higher. stitching: * opencv_stitching is a beta version of new application that makes a panorama out of a set of photos taken from the same point. python: * Now there are 2 extension modules: cv and cv2. cv2 includes wrappers for OpenCV 2.x functionality. opencv/samples/python2 contain a few samples demonstrating cv2 in use. * Over 250 issues have been resolved.
2012-04-14Update graphics/shotwell-gtk3 to 0.12.2gls3-7/+10
Upstream changes: ----------------- Bug fix release. - Fixed a display corruption bug that occurred when navigating away from camera pages. - Optionally display a progress bar in the Unity sidebar. - Clarified several strings. - The application now recovers gracefully from corrupted tag data. - Updated help documentation.
2012-04-14Update ruby-gnome2 to 1.1.3.obache3-6/+3
== Ruby-GNOME2 1.1.3: 2012-04-08 This is a bug fix release of 1.1.2. === Changes ==== Ruby/GLib2 * Improvements * Added required Ruby version into gemspec. * [GitHub#106] glib-mkenums.rb supported macro lines in header. This change is required for building with GLib 2.31.20. [Reported by mtasaka] * [GitHub#107] Supported tests on PPC. [Reported by mtasaka] * Fixes * Fixed handler_id type. ==== Ruby/GTK2 * Improvements * Added Gtk::TreeViewColumn#set_sort_column_id and Gtk::TreeViewColumn#sort_column_id= for GTK+ < 2.18. [ruby-gnome2-devel-en] Gtk::TreeViewColumn [Reported by grant schoep] * Added Gtk::InfoBar. * Added Gtk::MessageType. * Added Gtk::ResponseType. * Fixes * Fixed build failure with GTK+ < 2.12. [ruby-gnome2-devel-en] compile problems gtk2, ruby-gnome2-all-1.1.2 [Reported by grant schoep] * Fixed require failure with GTK+ < 2.14. [ruby-gnome2-devel-en] NameError: undefined method `color_selection' for class `Gtk::ColorSelectionDialog' [Reported by grant schoep] ==== Ruby/Poppler * Improvements * [GitHub#97] Added Poppler::Page#text_layout. [Patch by Andrey Kutejko] * [SF.net#3495948] Removed needless poppler-cairo check. [Reported by Pino Toscano] * Fixes * [GitHub#96] Fixed valid state of child index iterator. [Patch by Andrey Kutejko] * [GitHub#97] Fixed parameter check of Poppler::Page#get_text. [Patch by Andrey Kutejko] ==== Ruby/VTE * Fixes * Fixed build failure with VTE < 0.24. ==== Ruby/GStreamer * Improvements * Added Gst::Element#seek_simple. * Fixes * [GitHub#95] Fixed async test. [Reported by mtasaka]
2012-04-13Select radiance's "sparcstation" build for Solaris. It might work...dholland1-1/+3
2012-04-11+shotwell-gtk3drochner1-1/+2
2012-04-11add shotwell-0.12.1, the new major branch, based on gtk3drochner6-0/+476
2012-04-11bump PKGREV for libgexiv2 shlib name changedrochner1-2/+2
2012-04-11update to 0.4.1 (needed for newer shotwell)drochner5-17/+17
change: thread safety improvement
2012-04-10Add fix for CVE-2012-1173 from upstream.taca4-2/+80
Bump PKGREVISION.
2012-04-09Add patch for CVE-2012-1610 from ↵tez4-6/+35
http://www.imagemagick.org/discourse-server/viewtopic.php?t=20629
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz5-10/+10
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz12-36/+12
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-04-08Fix build on MirBSD by working around a bug in configure.bsiegert1-1/+6
The problem is the following: When checking the CFLAGS / LIBS for including pthread support, any warning on stdout is counted as a no. However, the test does not use CFLAGS on the command line, which produces a harmless debug warning. This workaround has the consequence of adding the default CFLAGS twice on the command line but this is not a problem.
2012-04-08Assume that native MesaLib is built with dri if builin dri exists.obache1-1/+5
(required for OpenBSD-5.0).
2012-04-07Don't install cat pages. Bump revision.joerg2-114/+4
2012-04-07Workaround hangs with Python 2.5 by not using pipes for both stdin andjoerg8-13/+83
stdout.
2012-04-03Fix building on Mac OS X (PR#46117)adam4-23/+122
2012-03-31Restrict depends to avoid matching the kde4 packagedholland4-11/+11
2012-03-31Bump BUILDLINK_API_DEPENDS to require at least 1.1.0, which was thedholland1-2/+2
first kde4 version of this package in pkgsrc. Otherwise, the kde3 package can match, which causes difficulties.
2012-03-30Add some security fix regarding totaca5-2/+65
http://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=20629. [CVE-2012-0259] JPEG EXIF tag crash. [CVE-2012-0260] Excessive memory use with JPEG restart markers. [CVE-2012-1798] Copying of invalid memory when reading TIFF EXIF IFD. Bump PKGREVISION.
2012-03-29Update to 1.5.10 (security fix):wiz3-23/+6
Version 1.5.10beta01 [February 24, 2012] Removed two useless #ifdef directives from pngread.c and one from pngrutil.c Always put the CMAKE_LIBRARY in "lib" (removed special WIN32 case). Removed empty vstudio/pngstest directory (Clifford Yapp). Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code from pngpread.c and use the sequential png_handle_tEXt, etc., in pngrutil.c; now that png_ptr->buffer is inaccessible to applications, the special handling is no longer useful. Fixed bug with png_handle_hIST with odd chunk length (Frank Busse). Added PNG_SAFE_LIMITS feature to pnglibconf.dfa and code in pngconf.h to reset the user limits to safe ones if PNG_SAFE_LIMITS is defined. To enable, use "CPPFLAGS=-DPNG_SAFE_LIMITS_SUPPORTED" on the configure command or put "#define PNG_SAFE_LIMITS_SUPPORTED" in pnglibconf.h. Revised the SAFE_LIMITS feature to be the same as the feature in libpng16. Added information about the new limits in the manual. Version 1.5.10beta02 [February 27, 2012] Updated Makefile.in Version 1.5.10beta03 [March 6, 2012] Removed unused "current_text" members of png_struct and the png_free() of png_ptr->current_text from pngread.c Added palette-index checking. Issue a png_warning() if an invalid index is found. Version 1.5.10beta04 [March 10, 2012] Fixed PNG_LIBPNG_BUILD_BASE_TYPE definition. Fixed CMF optimization of non-IDAT compressed chunks, which was added at libpng-1.5.4. It sometimes produced too small of a window. Version 1.5.10beta05 [March 10, 2012] Reject all iCCP chunks after the first, even if the first one is invalid. Issue a png_benign_error() instead of png_warning() about bad palette index. Fixed an off-by-one error in the palette index checking function. Revised example.c to put text strings in a temporary character array instead of directly assigning string constants to png_textp members. This avoids compiler warnings when -Wwrite-strings is enabled. Version 1.5.10 [March 29, 2012] Prevent PNG_EXPAND+PNG_SHIFT doing the shift twice. Revised png_set_text_2() to avoid potential memory corruption (fixes CVE-2011-3048).
2012-03-28Fix build with clang.wiz2-1/+16
2012-03-26No direct include of mk/x11.b3.mk.joerg1-2/+1
2012-03-26Allow deprecated glib features.joerg1-1/+3
2012-03-26oops - revert unwanted changedrochner1-2/+2
2012-03-26add upstream changeset #12975 to fix build against xine-lib>=1.2drochner3-3/+23
2012-03-25Fix typo in MASTER_SITES.wiz1-2/+2
2012-03-24update to 1.5.0drochner5-49/+40
This fixes a vulnerability caused due to an error when parsing a CMAP record which can be exploited to cause an out-of-bounds write via specially crafted JPEG files. (SA48498)
2012-03-24Dont build/install doxygen docs if it happens to find doxygen.markd1-1/+2
2012-03-23former tclsh path fixes also resolve an unwanted symbolic link creation inobache2-3/+4
BUILDLINK_DIR. Bump PKGREVISION.
2012-03-21Update to 2.5.0markd10-124/+520
Changes unknown
2012-03-21Update to 2.5.0markd4-154/+212
Change unknown
2012-03-21add libkfacemarkd1-1/+2
2012-03-21Import libkface 2.5.0markd5-0/+75
Libkface is a Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures This library is used by kipi-plugins, digiKam and others kipi host programs.
2012-03-21Include sys/types.h for size_t.hans2-1/+17
2012-03-21Make sure that the solaris-gcc makefile is used when necessary.hans1-1/+6
2012-03-21On both SunOS 5.10 and 5.11 sm3600 is built.hans1-4/+2
2012-03-21update to 2.4drochner2-6/+6
changes: minor fixes and improvements
2012-03-21update to 6.7.5-10drochner4-9/+11
This fixes incomplete fixes for CVE-2012-0247 / CVE-2012-0248 (CVE-2012-1185 / CVE-2012-1186)