summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2013-06-17Make mono packages depend on lang/mono2 instead of lang/mono.wiz1-3/+3
The latter contains the unstable version 3 of mono, which breaks many mono packages. Bump dependencies and PKGREVISIONs. Ok during freeze: gdt@
2013-06-17Fix the builtin version detection by checking the pkgconfig files ifdholland2-12/+30
they exist. Now gets 7.8.2 on netbsd-current instead of 4.0.4. (!)
2013-06-16Updating enlightenment libraries to 1.7.7, add missing enlightenment 0.17.3sno38-84/+2958
libraries and enlightenment 0.17.3 itself. Upstream changes of Eina (to get an impression): Eina 1.7.7 Changes since Eina 1.7.6: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.5: ------------------------- Improvements: * Honor tile size in Eina_Tiler. Fixes: * Prevent denial of service on Eina_Hash function. * Fix map leak in Eina_File infrastructure. * Fix portability issue on 64bits system for Eina_CList. * Fix magic failure in eina_value_array_count when array has not been allocated Changes since Eina 1.7.4: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.3: ------------------------- Fixes: * Fix EINA_INLIST_FOREACH_SAFE macro * Add XML output to doc * Add installation rule for doc * Fix build for Windows platforms. Changes since Eina 1.7.2: ------------------------- * Fix Solaris build. * Don't leak fd after exec. Changes since Eina 1.7.1: ------------------------- No changes, just updating to keep in sync with last release.
2013-06-16Update rabbit to 2.0.9.obache2-6/+6
== 2.0.9: 2013-06-16 Boot related fix release. === Improvements ==== rabbit * Migrated to Ruby's encoding converter from GLib's encoding converter. ==== Theme * tag: Supported style change tags (('tag:normal:XXX')) (('tag:oblique:XXX')) (('tag:italic:XXX')) === Fixes ==== rabbit * Fixed boot failure on some environments. [shocker-ja:1128] [Reported by znz] [GitHub:#19] [Reported by Steve Klabnik] * Fixed command line option help isn't displayed on non UTF-8 encoding. [shocker-ja:1109] [Reported by OBATA Akio] [Patch by Masafumi Yokoyama] === Thanks * znz * Steve Klabnik * Masafumi Yokoyama * OBATA Akio == 2.0.8: 2013-06-01 Minor theme improving release. === Improvements ==== rabbit * Accepted .rbt as RD source. [socker-ja:1109] [Reported by OBATA Akio] * Accepted absolute path for image file path. * Added Rabbit::Element::Base#have_tag?. It is a convenience method to find a custom tag in an element. For example: if element.have_tag?("as-large-as-possible") elsement.as_large_as_possible end ==== Theme * Accepted files in the current directory for directory theme style. Directory theme style is specialy theme that name is ".": : theme . * Accepted THEME_DIR/data/ as data directory for theme in $LOAD_PATH. It is the same rule for gemified theme. * syntax-highlighting: Added more supported syntaxes. * tag: Supported "left" tag. * tag: Supported "margin-top * N" tag. margin-left, margin-bottom and margin-right were also supported. === Thanks * OBATA Akio * Masafumi Yokoyama
2013-06-16Changes 1.7.63:adam2-6/+6
Add "int dowildcard=-1;" in an attempt to get wildcard arguments working in the cross-compiled MinGW executables.
2013-06-16Change MESA_BIG_ENDIAN condition check for PR pkg/47919.obache2-8/+22
2013-06-16+ ruby-gnome2-cairo-gobjectobache1-1/+2
2013-06-15Update ruby-gnome2 to 2.0.2.obache7-9/+31
(whth addition of cairo-gobject, webkit-gtk and webkit-gtk2 binding packages) == Ruby-GNOME2 2.0.2: 2013-05-26 Windows XP re-supportted release! === Changes ==== Ruby/GLib2 * Improvements * Added rbgutil_key_equal() convenient function. It is used for comparing key that may be String or Symbol. ==== Ruby/Pango * Improvements * [windows] Forced to disable uniscribe backend of HarfBuzz. [ruby-list:49412] [Reported by Masafumi Yokoyama] * Don't define Pango::CairoFcFontMap and Pango::CairoWin32FontMap because they may cause crash on OS X. [shocker-ja:1119] [Reported by znz] * Updated samples. [GitHub#164] [Patch by Kentaro Fukuchi] * Fixes * Fixed wrong index access in Pango::GlyphString#glyphs. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] === Thanks * Kentaro Fukuchi * Masafumi Yokoyama * znz == Ruby-GNOME2 2.0.1: 2013-05-25 Ruby 1.8 support is dropped release! === Changes ==== All * Improvements * Dropped Ruby 1.8 support. * Updated bundled binaries versions for Windows. ==== Ruby/Pango * Improvements * Added Pango::CairoFontMap.set_default. * Enabled fontconfig font on Windows. * Defined Pango::CairoFcFontMap on init if it is available. * Defined Pango::CairoWin32FontMap on init if it is available. ==== Ruby/GTK3 * Improvements * Added Gtk::Image#set_from_icon_set. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_stock. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_gicon. [GitHub#150] [Patch by Detlef Reichl] * Updated samples. [GitHUb#151] [Patch by Detlef Reichl] * Fixes * Fixed a GC related crash bug. [ruby-gnome2-devel-en] [Reported by Detlef Reichl] ==== Ruby/GObjectIntrospection * Improvements * Supported ownership transfer for some input argument types. (Struct and Object) * Supported "(out caller-allocates)" for boxed object. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] * Supported gpointer in/out. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Fixes * Fixed missing argument. [GitHub#154] [Reported by Masafumi Yokoyama] ==== RubyGStreamer * Improvements * Supported methods that call callback [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Updated samples. [GitHub#156][GitHub#159][GitHub#160][GitHub#161] [Patch by NAKAJIMA Takashi] * Supported Gst::Bus#set_handler. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Supported Gst::Controller [ruby-gnome2-devel-ja] [Suggested by NAKAJIMA Takashi] * Stopped to require Gst.init. * Fixes * Fixed out of index access bug. ==== Ruby/GooCanvas * Improvements * Migrated to Ruby/GObjectIntrospection based bindings. * Stopped to require Goo.init. * Fixes * Updated samples. [GitHub#152][GitHub#153][GitHub#155][GitHub#157] [Patch by Masafumi Yokoyama] ==== Ruby/Clutter * Improvements * Stopped to require Clutter.init. * Fixes * Fixed broken samples. [ruby-gnome2-devel-ja] [Patch by Kentaro Fukuchi] ==== Ruby/ClutterGtk * Improvements * Stopped to require ClutterGtk.init. ==== Ruby/ClutterGStreamer * Added. ==== Ruby/WebKitGtk * Improvements * Stopped to require WebKitGtk.init. ==== Ruby/WebKitGtk2 * Improvements * Stopped to require WebKitGtk2.init. === Thanks * Detlef Reichl * NAKAJIMA Takashi * Masafumi Yokoyama * Kentaro Fukuchi
2013-06-15Update ruby-rcairo to 1.12.6.obache2-9/+7
Release 1.12.6 (2013-05-24) Kouhei Sutou <kou@cozmixng.org> =========================================================== Improvements ------------ * Supported Windows XP again. [ruby-list:49392][Reported by 5.5] [ruby-list:49401][Researched by myokoym] Thanks ------ * 5.5 * myokoym Release 1.12.5 (2013-05-18) Kouhei Sutou <kou@cozmixng.org> =========================================================== Improvements ------------ * Updated bundled cairo binary for Windows to 1.12.14.
2013-06-14Update to 2.4.5:wiz3-30/+24
2.4.5 April, 2013 Experimental WinRT support (build for WindowsRT guide) the new video super-resolution module has been added that implements the following papers: - S. Farsiu, D. Robinson, M. Elad, P. Milanfar. Fast and robust Super-Resolution. Proc 2003 IEEE Int Conf on Image Process, pp. 291â294, 2003. - D. Mitzel, T. Pock, T. Schoenemann, D. Cremers. Video super resolution using duality based TV-L1 optical flow. DAGM, 2009. CLAHE (adaptive histogram equalization) algorithm has been implemented, both CPU and GPU-accelerated versions (in imgproc and gpu modules, respectively) there are further improvements and extensions in ocl module: - 2 stereo correspondence algorithms: stereobm (block matching) and stereobp (belief propagation) have been added - many bugs fixed, including some crashes on Intel HD4000 The tutorial on displaying cv::Mat inside Visual Studio 2012 debugger has been contributed by Wolf Kienzle from Microsoft Research. See http://opencv.org/image-debugger-plug-in-for-visual-studio.html 78 pull requests have been merged. Big thanks to everybody who contributed! At least 25 bugs have been fixed since 2.4.4 (see http://code.opencv.org/projects/opencv/issues select closed issues with target version set to "2.4.5"). 2.4.4 March, 2013 This is the biggest news in 2.4.4 - we've got full-featured OpenCV Java bindings on a desktop, not only Android! In fact you can use any JVM language, including functional Java or handy Groovy. Big thanks to Eric Christiansen for the contribution! Check the tutorial for details and code samples. Android application framework, samples, tutorials, OpenCV Manager are updated, see Android Release Notes for details. Numerous improvements in gpu module and the following new functionality & optimizations: Optimizations for the NVIDIA Kepler architecture NVIDIA CARMA platform support HoughLinesP for line segments detection Lab/Luv <-> RGB conversions Let us be more verbose here. The openCL-based hardware acceleration (ocl) module is now mature, and, with numerous bug fixes, it is largely bug-free. Correct operation has been verified on all tested platforms, including discrete GPUs (tested on NVIDIA and AMD boards), as well as integrated GPUs (AMD APUs as well as Intel Ivy Bridge iGPUs). On the host side, there has been exhaustive testing on 32/64 bit, Windows/Linux systems, making the ocl module a very serious and robust cross-platform GPU hardware acceleration solution. While we currently do not test on other devices that implement OpenCL (e.g. FPGA, ARM or other processors), it is expected that the ocl module will work well on such devices as well (provided the minimum requirements explained in the user guide are met). Here are specific highlights of the 2.4.4 release: The ocl::Mat can now use âspecialâ memory (e.g. pinned memory, host-local or device-local). The ocl module can detect if the underlying hardware supports âintegrated memory,â and if so use âdevice-localâ memory by default for all operations. New arithmetic operations for ocl::Mat, providing significant ease of use for simple numerical manipulations. Interop with OpenCL enables very easy integration of OpenCV in existing OpenCL applications, and vice versa. New algorithms include Hough circles, more color conversions (including YUV, YCrCb), and Hu Moments. Numerous bug fixes, and optimizations, including in: blendLinear, square samples, erode/dilate, Canny, convolution fixes with AMD FFT library, mean shift filtering, Stereo BM. Platform specific bug fixes: PyrLK, bruteForceMatcher, faceDetect now works also on Intel Ivy Bridge chips (as well as on AMD APUs/GPUs and NVIDIA GPUs); erode/dilate also works on NVIDIA GPUs (as well as AMD APUs/GPUs and Intel iGPUs). Many people contributed their code in the form of pull requests. Here are some of the most interesting contributions, that were included into 2.4 branch: >100 reported problems have been resolved since 2.4.3 Oscar Deniz submitted smile detector and sample. Alexander Smorkalov created a tutorial on cross-compilation of OpenCV for Linux on ARM platforms.
2013-06-13Add missing patch checksum.wiz1-1/+2
2013-06-13Replace tcl with tk as dependency. The former is not enough.joerg1-2/+2
2013-06-13Needs tk.joerg1-1/+2
2013-06-13Check for symbol existence with #ifdef, not #if.wiz2-2/+18
Needed since some other files only #define the symbol without a value. Bump PKGREVISION since this changes an installed header file.
2013-06-13Remove clutter-0.8 packages from pkgsrc.obache23-518/+1
obsolated and nothing is using them in pkgsrc.
2013-06-13Drop ruby-clutter packages.obache18-190/+1
Only support old ruby-1.8 and clutter-0.8, and dead upstream.
2013-06-13mk/compiler.mk is included after mk/bsd.hacks.mk in mk/bsd.pkg.mk,obache1-1/+2
so it must be included in hacks.mk exactly before using CC_VERSION.
2013-06-13fixes PKGNAME, suggested by joerg@.obache1-1/+2
2013-06-12Add patches required for SunOS support.jperkin4-1/+101
2013-06-11Update to 3.1.3ryoon7-47/+177
* Update buildlink3.mk. * Restrict hack.mk for GCC 3.* only. * Set LICENSE. Changelog: New in Coin v3.1.3 (2010-03-02): * new: - Pickup simage debug instead of release runtime library on Windows - SoGetMatrixAction handling for SoTextureUnit - Support for rendering quads and triangles with VBOs and glDrawArrays * bugfixes: - Vertex Array rendering fix - Binary file import fix - Various SoExtSelection fixes - OpenGL extension detection fixes - glGenerateMipmap robustness fixes - Avoid drifting away from the projector's plane in SoTranslate2Dragger - SoGLVBOElement updating fix - Text rendering fix - Notify fix in SoIndexedMarkerSet - Vertex attribute fix for quads and polygons - SoGetPrimitiveCountAction fix - VBO rendering caching fixes - setProjectorEpsilon() fix for SbLine/PlaneProjector affecting SoDragger * build system: - Updated autotools to autoconf-2.65, automake-1.8.3, libtool-1.5.26 - Changed default location for generated HTML documentation * other: - Improved documentation for SoGeo nodes New in Coin v3.1.2 (2009-10-14): * bugfixes: - removePoint() bugfix for SbBSPTree - divide-by-zero fix for SoNurbs - Fix SoLazyElement handling in SoPrimitiveVertexCache. - Refix NURBS picking according to the GLU specification. - ShadowGroup fixes - Bugfix for closed extrusions. - Bugfix for using SoPrimitiveVertexCache for other actions than SoGL RenderAction. - Increase upper limits for creating VBOs/caches. New in Coin v3.1.1 (2009-09-08): * bugfixes: - Fixed NURBS bugs - Fixed some issues in SoIndexedPointSet. - Fixed a configure problem which made it impossible to create release builds on Windows. New in Coin v3.1.0 (2009-05-27): * new: - shape node classes SoIndexedPointSet, SoIndexedMarkerSet - made build configurations available for building without manipulators, draggers, and nodekits, for slimmed down Coin binaries - support in SoRenderManager for superimpositions and multipass antialiasing - offscreen OpenGL contexts for Mac OS X now uses CGL, instead of the deprecated QuickDraw API - direct support for non-power-of-two textures if the OpenGL driver has it - SoOffscreenRenderer::getDC() available under MSWindows for fast transfer from internal buffer to Win32 bitmaps / DCs * bugfixes: - font rendering through FreeType library functional again - SoQuadMesh rendering for PER_FACE bindings - SoCalculator engine's atan2() and dot() were not working properly - more robust and more capable SoToVRML2Action - node leaks when copying nodekits - name-dictionary memory fill (leaks) when copying scene graphs - more robust copying of VRML 2 scene graphs - ambigious typing under 64-bit MS Windows - some array out-of-bounds and other memory access errors in obscure corners of the API - SoProfilerElement API exported as part of the public DLL API for Windows builds - SoVRMLText, SoText3 and SoAsciiText's get primitive count operation - SoVertexAttribute::copy() - SoLineHighlightRenderAction polygon offset set-up - SoShadowGroup heeds SoClipPlane - handle transparency in all texture units when multi-texturing - SoNurbsCurve, picking on rational curves, and corrected for weighted coordinates * optimizations: - use a lot less mutex resources for common case scene graphs, by using class-wide mutexes instead of per-instance mutexes for shape nodes * build system: - C++ exceptions enabled by default * other: - SoVRMLBackground, better depth buffer handling - SbString new methods lower() and upper(), for better Open Inventor compatibility - increased adherence to modern C++ conventions and programming practices - more robust offscreen GL buffer / context creation - various API documentation improvements - all environment variables heeded by Coin shown in API documentation New in Coin v3.0.0 (2008-09-11): * new: - Scene graph performance profiling subsystem - SoDepthBuffer node for constrolling Z-buffer settings - Shaders: SoVertexAttribute and SoVertexAttributeBinding nodes - Shadows: SoShadowSpotLight node - SoHeightMapToNormalMap texture conversion engine - SoPickStyle: new styles SHAPE_ON_TOP, BOUNDING_BOX_ON_TOP, SHAPE_FRONTFACES - New XML-based GL driver feature database for tagging buggy/slow features in specific drivers - Statechart XML engine (2007-draft based), used to implement examiner viewer mode at the Coin level - Foreign file format support through SoForeignFileKit w. example SoSTLFileKit - Draggers: minTranslation/maxTranslation fields in SoTranslate1Dragger and SoTranslate2Dragger - OS X: Coin has become more bundle-aware and will loads external libs bundled with Inventor.framework or the application bundle (better encapsulation) - SoLineHighlightRenderAction and SoBoxHighlightRenderAction now only supports one SoSelection node (performance and OIV-compatibility) - SoBumpMap will now detect height maps stored as rgb(a) - SoRayPickAction picking precision improvements - Include SoFieldContainer userdata when doing a deep node copy - Anti-aliasing is now done around the center of each pixel - Boost.Test-based testsuite * bugfixes: - ATi driver workarounds (VBO rendering related) - Fixed SoToVRML2Action Transform handling bug - SoTimeCounter now handles frequency == 0.0 - SoSceneTexture2 now properly restores the previous context - Fix for remote rendering in SoGLDisplayList - Workaround for nVidia texture format bug - SoPathList::uniquify() now properly removes all paths that goes through another path, not just one - SoVRMLAppearance now checks material on the state - SoComposeRotation. Default axis is now (0,0,1) - Various SoShadowGroup fixes - 3ds loader will no longer normalize the model (still not enabled by default) - Workaround for nVidia line pattern bug - Fixes for SoVRMLBillboard - SoFile-SoSearchAction bugfix - Correctly load bold/italic version of fonts with a single ttf file - Bugfix for anti aliasing with numpasses > 16 - New Visual Studio 9 build files and other VS-related fixes ... and more New in Coin v2.5.0 (2007-10-01): * new: - geo nodes: SoGeoOrigin, SoGeoCoordinate, SoGeoLocation, SoGeoSeparator - shader nodes: SoVertexShader, SoFragmentShader, SoGeometryShader, SoShaderProgram, SoShaderParameter - shadow generation: SoShadowGroup, SoShadowCulling, SoShadowStyle - new camera node SoFrustumCamera - new node SoTextureCubeMap - a lot of new SbVec and SbBox classes - a lot of new field classes (mostly Vec and Box fields) - implemented stubbed SoSimplifyAction, added SoGlobalSimplifyAction and SoShapeSimplifyAction as stub classes - SoReorganizeAction improvements - SoFile:: setSearchOK(), getSearchOK() - SoGLRenderAction::setSortedObjectOrderStrategy() - SbTypeInfo.h template type information library * bugfixes: - GlobalField cleanup bugfix - SoFaceDetail faceIndex bugfix * optimizations: - more rendering optimized with VBOs - display list caching tweaks * build system - initial pkg-config support - Visual Studio: build .pdb for release builds, tweaked optimization options - Visual Studio: doc-generation project New in Coin v2.4.6 (2007-04-03): * new: - implemented SbViewVolume::getAlignRotation() - added support in SoToVRML2Action for SoUnits and SoVRMLTransform * optimizations: - fixed pathlist traversals, affecting most notably rendering w/transparency DELAYED_BLEND/ADD mode - added lazy shapehints evaluation to VRML97 rendering - avoid probing glGetError() much (unless specified) since it kills performance in certain remote rendering situations - some optimizations in the reading of ascii vrml/iv files * bugfixes: - SoVRMLBillboard axis-of-rotation bugfix - global field and SoUnknownNode I/O fixes - SbDPMatrix::multVecMatrix(SbVec4f) bugfix - implemented missing notification-filtering in SoSwitch/SoVRMLSwitch - plugged more memory leaks - set same default depth function as SGI Inventor - VRML97 TimeSensor bugfix - VRML97 Billboard bugfixes - SoGroup offpath traversal bugfix - fixed AMD64 warning issues * other - many Visual Studio build files improvements - remove the Inventor/system/gl.h configure-run dependency New in Coin v2.4.5 (2006-04-30): The Better-Than-Doing-Tax-Returns Release * bugfixes: - fixed 2D font "_" character - minor axis MIDDLE (i.e. center) justification for VRML97's FontStyle and Text nodes did previously not work as expected - policy change on normalizing null-vector warning - improved Inventor V1.0 import - improved cleanup code (plugged many static one-off leaks) - fixes for nurbs, VRML97 protos, routes... - and a multitude of other bugfixes (see docs/ChangeLog.v2.4.5) * optimizations: - internal changes wrt use of vertex arrays and vertex buffer objects * build fixes: - upgraded to new version of libtool - universal binaries support for Mac OS X - misc TGS compatibility fixes - added project files for Visual Studio 8 (2005)
2013-06-11Update to 1.7.0ryoon3-9/+10
Changelog: New in v1.7.0 (2010-02-26): * Added CGImage based backend on OS X. * Added Quicktime based backend for older OS X versions. * Added GDI+ based backend for Windows. * Added Jasper/JPEG 2000 support. * Added Visual Studio project files. * Added Universal Binary support for OS X. * Added pkg-config description. * Added support for Windows 64-bit. * Fixed QImage backend to work with Qt4. * Fixed various memory leaks. * Fixed various build system and compile/link issues.
2013-06-11provide faked `python' and exactly disable python support.obache1-1/+4
2013-06-10Needs TCL to build.joerg1-1/+2
2013-06-10PR pkg/47913, fix build problem on powerpcmef2-5/+16
(example was NetBSD/macppc 6.1) as: #error Unknown Endianness
2013-06-09+ goocanvas2obache1-1/+2
2013-06-09Import goocanvas-2.0.1 as graphics/goocanvas2.obache27-0/+1000
GooCanvas is a canvas widget for GTK+ that users the cairo 2D library for drawing.
2013-06-09Add MAKE_FLAGS+=appdefaultdir=${PREFIX}/lib/X11/app-defaults so packagerodent1-1/+3
works with native xorg.
2013-06-08Update to 13.06.1ryoon6-159/+127
* Use devel/libexecinfo. Changelog: 2013 Jun 05 v.13.06.1 The Spanish and Catalan translations were updated. 2013 Jun 03 v.13.06.1 Bugfix: Select Area Finish during an active edit causes a crash. 2013 Jun 01 v.13.06 Fotoxx v.13.06 has several small enhancements and bug fixes. + Popup menus, tips, and information blocks are a little more friendly. + Pano, HDR, etc. have greater latitude to warp images for better fit. + Warp Area: area can be pulled outside its initial boundary. + Quickstart page is an HTML file instead of a PNG image. + Area Finish was made much faster. + Add Text: (write text on image) optional drop shadows were added. + Slide Show pause/resume: resume is immediate (no wait for timer). + Slide Show: B key toggles image and blank screen and pauses the show. + Bugfix: fix pan/scroll jerkiness with large image (bug from v.13.03). + Bugfix: Trim/Crop: do not limit width/height to prior width/height -1. + Bugfix: thumbnail generation: stop non-RAW files passed to dcraw. + Bugfix: gallery display was ignoring symlinks to other directories. + Bugfix: (Fedora) some popup tips were white text on white background. 2013 May 07 v.13.05.2 + Spanish and Portuguese translation update. 2013 May 04 v.13.05.1 + Geocoding web service changed to open and free MapQuest Open. 2013 May 01 v.13.05 + The Fotoxx user guide is now available in Spanish. + Directory navigation was simplified for multiple top image directories. + A Quick Start guide is shown at first startup (also Help > Quick Start). + The menu names and groupings for edit functions are more conventional. + User Guide addition: use an ImageMagick function as a Fotoxx function. + New user setting: pan/scroll method: with or against mouse, 1x or zoomed. + New user setting: interpolation method used for image display. + An anti-alias function was added (suppress pixelation or "jaggies"). + The Leverage Edits function was expanded to include contrast as a lever. + The popup window for auto file sync goes away by itself (stop irritant). + Workaround to ignore Unity KB shortcuts being sent to the active window. + New Fotoxx releases are now automatically notified at the next startup. + Slide Show: compensate jerky transitions introduced with Ubuntu 13.04. + Edit Geotags: Yahoo web lookup died. Now using MapQuest. 2013 Apr 10 v.13.04.1 + Translation updates for Catalan, Dutch, Italian, Portuguese, Russian, Spanish. 2013 Apr 01 v.13.04 + Most edit functions can be more rapidly applied to a bunch of images (e.g. the initial processing of fresh images from a camera). + Ubuntu launcher options: blank, last image, gallery of recent images. + Rotate +90 and -90 can have user-defined keyboard shortcuts. + The escape key can be used to cancel dialogs. + The parameter "jpeq quality" is adjustable and saved across sessions. + "installed size" in the debian control file was made more accurate. + Bugfix: crash if [Next] button is clicked rapidly with View Metadata. + Bugfix: search index was not always updated when an edited image file was saved back to itself. 2013 Mar 09 v.13.03.1 + Translations for Spanish and Catalan were updated. + Bugfix: add automatic change to tab F when the favorites menu is used. + Bugfix: arrow keys for previous/next image work more consistently. 2013 Mar 01 v.13.03 + Reduce Noise: better user interface, easier to combine methods. + Warp Area: better mouse warp algorithm, easier to get desired result. + Warp Curved: the radius of mouse/warp influence was made adjustable. + Custom keyboard shortcuts: replace text file with a proper dialog. + Bookmarks: save gallery positions, jump to a saved position. + Write Text: rendering was improved and huge font sizes can be used. + Edit Translation: ease of use: keep dialog open after each update. + Improve detection and notification of slowdown from memory shortage. + Menu rationalization: better naming and grouping of edit functions. + Synchronize Files: progress monitor added, 50 files per dot. + Bugfix: Rotate and Warp funcs: loss of custom grid settings. + Bugfix: Geotags: detect outdated geolocations file and notify user. + Bugfix: Small flaws in cutouts saved to a file and later pasted. + Bugfix: Write Text: transparency altered when [apply] was clicked. + Bugfix: Directory names containing quotes (") could not be opened. 2013 Feb 11 v.13.02.1 + Italian translation updated. + Bugfix: crash when switching tabs G to F (hopefully rare). 2013 Feb 01 v.13.02 + New: color space conversion via LCMS (e.g. Adobe RGB <--> sRGB). + New: flatten a photo of a book page, stretching the print where needed. + New art function: transform a photo into a cartoon-like drawing. + Image date/time in the search index has 1 second resolution instead of 1 day (index re-synch is required, which may need some time). + Gallery view can be sorted by file name, file mod date, or photo date (from EXIF). Displayed date is determined by the sort. + RAW files converted to tiff/png/jpeg retain all available metadata. + Brightness distribution graph allows selection of the colors to show, and reflects only the visible area of a zoomed image. + First startup after installing a new release shows the release notes in a popup window, and keyboard shortcut differences are notified. + The edit function summary table and other small help files can be viewed in the locale language if translations are available. + The GUI translation method was slightly simplified, and the guide document "translations" was revised accordingly. + Small popup texts ("tips") go away by themselves after a few seconds. + Bugfix: PNG images with 16-bit color were being written with the bytes swapped, making them incompatible with Gimp and other editors. + Bugfix: geotag search for city/country was not working if latitude and longitude were left at "null" (i.e. values never input). + Bugfix: Open RAW from a gallery thumbnail left popup permanently open. + Bugfix: Window width sometimes impossible to reduce without restart. 2013.01.11 v.13.01.2 + The Dutch translation was updated. + Bugfix: If file sync is cancelled it may be impossible to quit.
2013-06-07Reset PKGREVISION by updating of both php53 and php54.taca1-2/+1
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz188-376/+376
NetBSD 6, requested by tron.
2013-06-05Remove dependence on "Xft2" package. "cairo" doesn't use this library.tron2-4/+3
Bump the package revision because of this change.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron275-550/+550
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 1:tron1-2/+2
Reduce "freetype2" API dependence to version 2.4.5 which is what NetBSD 6.1 and NetBSD-current ship with. This version is new enough even for the latest "pango" package. This fixes problems under NetBSD-current where pkgsrc tried to use the native "fontconfig" and pkgsrc "freetype2" which doesn't work very well.
2013-06-04Replace py-Tk/buildlink3.mk with DEPENDS.wiz5-14/+13
There are no buildlink3-relevant files here, just a loadable module.
2013-06-03Bump the required API version as well to enforce the new versiontron1-2/+2
at build time.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz97-185/+194
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz179-337/+358
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz80-150/+160
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-30Make sure to use json-glib and not the local headers.joerg5-27/+29
2013-05-30Reset PKGREVISION due to ImageMagick update.wiz1-2/+1
2013-05-30Update to 6.8.5.8.wiz4-11/+11
2013-05-23 6.8.5-8 Glenn Randers-Pehrson <glennrp@image...> * Stopped a "-fsanitize-address" warning in the JNG coder. 2013-05-20 6.8.5-8 Cristy <quetzlzacatenango@image...> * The -white-threshold option is symetrical with -black-threshold (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23441); * Fix multi-line PNM comments (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23442). * The -format option should not automatically append a newline since the user can specify a newline in the formatting expression. * The -level option is no longer returning a darkened image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23479). 2013-05-20 6.8.5-7 Cristy <quetzlzacatenango@image...> * New version 6.8.5-7, SVN revision 12310. 2013-05-14 6.8.5-7 Glenn Randers-Pehrson <glennrp@image...> * Recognize PNG iCCP chunks that contain the sRGB profile and replace them with the PNG sRGB chunk. Use "-define png:preserve-iCCP" to get the previous behavior, of simply copying the iCCP chunk. 2013-05-11 6.8.5-7 Cristy <quetzlzacatenango@image...> * Sometimes an sRGB image is masquerading as grayscale (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23370). * Labels no longer overflow (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22964). * If more then one exception, return the highest security exception. * A grayscale image returns a color JPEG for -type TrueColor (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23421). * Read PAM comment (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23442). 2013-05-10 6.8.5-6 Cristy <quetzlzacatenango@image...> * New version 6.8.5-6, SVN revision 12257. 2013-05-09 6.8.5-6 Cristy <quetzlzacatenango@image...> * The stream utility no longer faults when exporting float pixels (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23394). 2013-05-08 6.8.5-5 Cristy <quetzlzacatenango@image...> * New version 6.8.5-5, SVN revision 12227. 2013-05-07 6.8.5-5 Nicolas Robidoux <nicolas.robidoux@gmail...> * Change the sample JPEG quantization table xml to something that works really well with 2x2 Chroma subsampling around quality 75. 2013-05-06 6.8.5-5 Glenn Randers-Pehrson <glennrp@image...> * Eliminate whitespace from image properties that hold PNG chunk data. 2013-05-05 6.8.5-5 Cristy <quetzlzacatenango@image...> * The -poly option treats the opacity channel as alpha (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23346). * The -threshold 50% option returns a 50-50 black and white image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23354). * Let user override the TIFF rows per strip (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=23307). * Fix transient bug in the -separate option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23335). 2013-05-01 6.8.5-4 Cristy <quetzlzacatenango@image...> * New version 6.8.5-4, SVN revision 12089. 2013-05-01 6.8.5-4 Cristy <quetzlzacatenango@image...> * Add DeleteImageArtifact() for jpeg:extent artifact (thanks to Jimmy Xie @ Microsoft). * Track morphology changes per thread to avoid a critical section. 2013-04-28 6.8.5-3 Cristy <quetzlzacatenango@image...> * New version 6.8.5-3, SVN revision 12025. 2013-04-29 6.8.5-3 Cristy <quetzlzacatenango@image...> * Add DeleteImageArtifact() for jpeg:extent artifact (thanks to Jimmy Xie @ Microsoft). * Add support for JXR / WDP image format. 2013-04-28 6.8.5-2 Cristy <quetzlzacatenango@image...> * New version 6.8.5-2, SVN revision 12013. 2013-04-28 6.8.5-2 Cristy <quetzlzacatenango@image...> * Use GetImageOption() for webp options (e.g. webp:lossless). 2013-04-27 6.8.5-1 Cristy <quetzlzacatenango@image...> * New version 6.8.5-1, SVN revision 12000. 2013-04-26 6.8.5-1 Cristy <quetzlzacatenango@image...> * Recognize xc:gray50 is non-linear. * Loop over read() until requested bytes are consumed (reference http://www.imagemagick.org/discourse-server/viewtopic.php?t=23268). * Don't use gamma lookup map when HDRI is enabled. 2013-04-24 6.8.5-0 Cristy <quetzlzacatenango@image...> * New version 6.8.5-0, SVN revision 11979. 2013-04-16 6.8.5-0 Glenn Randers-Pehrson <glennrp@image...> * Handle benign errors as warnings in the PNG coder. 2013-04-16 6.8.5-0 Cristy <quetzlzacatenango@image...> * Don't modify channel values for -separate (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23193). * The -adaptive-sharpen option is now sharpening properly (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23211). * Sometimes an image says its grayscale when its not (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23217). * Use malloc() to allocate X image data (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23221). * If there are more components than quantization tables, the last table is replicated. * Removed the ICC profile from the logo: image definition in coders/magick.c; libpng16 detected that it was a broken sRGB profile. * Negatives raised to a non-integer power returns NaN's (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23234). 2013-04-15 6.8.4-10 Cristy <quetzlzacatenango@image...> * New version 6.8.4-10, SVN revision 11851. 2013-04-11 6.8.4-10 Cristy <quetzlzacatenango@image...> * Ensure -define jpeg:extent is resticted to at most 7 iterations (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23179). * Move X11 font support from annotate.c source module to xwindow.c. 2013-04-10 6.8.4-9 Cristy <quetzlzacatenango@image...> * New version 6.8.4-9, SVN revision 11818. 2013-04-10 6.8.4-9 Bastien Roucaries <roucaries.basti...> * Respect --program-suffix configure script option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23143). * Update to the newest AX_CHECK_PTHREAD macro from autoconf-archive. 2013-04-10 6.8.4-9 Anthony Thyssen <A.Thyssen@griffith...> * Save the calculated angle for "deskew" as the artifact "deskew:angle" 2013-04-08 6.8.4-9 Cristy <quetzlzacatenango@image...> * Pass JP2 format type to decoder (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23038). * Previously tinting a grayscale image returned dark results. * The -page option only affects new images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23172). * Revert 'Move binaries to lib subdirectory and link are created from binary package' patch. We're getting too many bug reports. 2013-04-07 6.8.4-8 Cristy <quetzlzacatenango@image...> * New version 6.8.4-8, SVN revision 11743. 2013-04-06 6.8.4-8 Cristy <quetzlzacatenango@image...> * Include intensity type in the MIFF metadata. 2013-04-06 6.8.4-7 Cristy <quetzlzacatenango@image...> * New version 6.8.4-7, SVN revision 11720. 2013-04-05 6.8.4-7 Anthony Thyssen <A.Thyssen@griffith...> * Fix -sample sampling point to midpoints of sampling areas * add a "sample:offset=" define to allow users to adjust this sampling point position in terms of percentage (default = 50x50) 2013-04-02 6.8.4-7 Glenn Randers-Pehrson <glennrp@image...> * Don't write a PNG gAMA or cHRM chunk when writing the iCCP or sRGB chunk. 2013-04-02 6.8.4-7 Cristy <quetzlzacatenango@image...> * Return MagickWand for the library name for Wand.pc. * The LCH colorspace makes the round-trip now. * Revert the default upsampling algortithm for JPEG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23100). * Prevent fault when temporary directory is not-writable (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23117). 2013-04-01 6.8.4-7 Bastien Roucaries <roucaries.basti...> * Prepare X11 support as a plugin. * Fix compilation under HPUX of perlmagick 2013-04-01 6.8.4-6 Cristy <quetzlzacatenango@image...> * New version 6.8.4-6, SVN revision 11640. 2013-04-01 6.8.4-6 Cristy <quetzlzacatenango@image...> * The -clut option return a luma grayscale instead of the expected luminance. * Add moduledir variable to MagickCore.pc to support the MagickFilter and MagickCore kits. * Caption fits the sized area (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23085). 2013-03-31 6.8.4-5 Cristy <quetzlzacatenango@image...> * New version 6.8.4-5, SVN revision 11619. 2013-03-30 6.8.4-5 Cristy <quetzlzacatenango@image...> * Fix transient bug when writing grayscale MIFF images. * Adding noise to a gray image returns a gray image as expected. * Image interlace no longer overwritten by proper cloning for GIF format. * Extract the clipping path from an image file with clip:myimage. 2013-03-29 6.8.4-4 Cristy <quetzlzacatenango@image...> * New version 6.8.4-4, SVN revision 11591. 2013-03-29 6.8.4-4 Cristy <quetzlzacatenango@image...> * Update unit test signatures for Q8. * Resolve send() / recv() socket problems under MinGW. 2013-03-28 6.8.4-3 Cristy <quetzlzacatenango@image...> * New version 6.8.4-3, SVN revision 11581. 2013-03-28 6.8.4-3 Cristy <quetzlzacatenango@image...> * Revert patch to ContrastStretchImage() to match results from 6.8.3-3. 2013-03-27 6.8.4-2 Cristy <quetzlzacatenango@image...> * New version 6.8.4-2, SVN revision 11558. 2013-03-27 6.8.4-2 Cristy <quetzlzacatenango@image...> * Use MorphologyApply() rather than MorphologyImage() for -sharpen / -blur. 2013-03-27 6.8.4-1 Cristy <quetzlzacatenango@image...> * New version 6.8.4-1, SVN revision 11552. 2013-03-26 6.8.4-1 Cristy <quetzlzacatenango@image...> * Sync 'intensity' option with current image. * Normalize sharpen kernel to match that of 6.8.3-3. 2013-03-26 6.8.4-0 Cristy <quetzlzacatenango@image...> * New version 6.8.4-0, SVN revision 11531. 2013-03-20 6.8.4-0 Cristy <quetzlzacatenango@image...> * Do not write zero-length TIFF tags (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22957). * Math library should be private for *.pc.in configuration files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22986). * Do not split words for caption (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17123). * Modify the configure script check for the webp delegate library (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23025). * The -blur, -guassian-blur, and -sharpen are now convenience methods for -morphology convolve. * Fix infinite loop for 'display -window' (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23028). * Revert -auto-level patch to match the results of ImageMagick 6.8.3-4. * Revert g_type_init() patch in svg.c (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23035). 2013-03-18 6.8.3-10 Cristy <quetzlzacatenango@image...> * New version 6.8.3-10, SVN revision 11413. 2013-03-15 6.8.3-10 Glenn Randers-Pehrson <glennrp@image...> * Added IM, libpng, and zlib version info to debug output. 2013-03-10 6.8.3-10 Bastien Roucaries <roucaries.basti...> * Move PerlMagick arch independant part to 'default' folder. * Move binaries to lib subdirectory and link are created from binary package. 2013-03-10 6.8.3-10 Cristy <quetzlzacatenango@image...> * The TXT image format can now generate output compatible with the -sparse-color option (e.g. convert image.png sparse-color:image.txt). * Support -intensity option: method to generate an intensity value from a pixel. * Add -similarity-threshold option to the compare utility, the minimum distortion for a (sub)image match. * Avoid seq-fault in AcquireQuantumInfo() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22973). * Comment resource initializers in magick/resource.c.
2013-05-29Recursive revbump because poppler updated its shlib major for awiz2-4/+4
x.y.z+1 change, again... Noted by tron.
2013-05-28Mark the package as broken on NetBSD when dri is not enabled.wiz1-1/+4
The build will fail anyway. Addresses PR 47862 by Jörn Clausen.
2013-05-28Will MAINTAIN for food.rodent1-2/+2
2013-05-28+xgcrodent1-1/+2
2013-05-28Import xgc-1.0.4 as graphics/xgc.rodent4-0/+32
xgc is an X11 graphics demo that shows various features of the X11 core protocol graphics primitives.
2013-05-27Allow the dri option on NetBSD even with native x (compile-tested bywiz2-13/+7
Patrick Welche) and enable it by default there too; bump libdrm requirement (from Patrick Welche). Also enable dri on Linux by default, not only for Linux with modular X. Bump PKGREVISION.
2013-05-26Changes 0.15.1:adam2-14/+12
Incorrect data maximum calculations for Panasonic files were fixed. A possible buffer overrun in exposure correction code is now checked.
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz8-16/+16
2013-05-23Needs bison now.joerg1-2/+2