summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2009-01-08Fix PLIST. Bump revision.joerg2-3/+4
2009-01-08Disable OpenMP support. It is randomly detected under Mac OS X Leopardtron1-1/+2
with the latest version of Xcode Tools which breaks the build, probably because "buildlink3" doesn't allow to pick up the library.
2009-01-08Changes 1.6.13:adam2-7/+7
* Added "-time_stamp" directive, to cause pngcrush to write a new timestamp on the output file instead of replicating the timestame from the input file.
2009-01-08Update ucview to 0.22.jmcneill3-7/+9
- small changes to plugin api - support video downscaling for ogg/theora videos - russian translation
2009-01-08Update unicap to 0.9.3.jmcneill21-152/+139
0.9.3: - optionally use libv4l to support more cameras - fix installation directory of plugins for x64 systems - fix scaling of ogg/theora video - use categories for v4l2 properties 0.9.2: - Severall small bug fixes and improvements ( see ChangeLog ) - The EeePC packages got updated
2009-01-07Update to 5.8:wiz3-13/+15
2009.01.01 v.5.8 + Visual feedback for brightness/contrast/color edits was made faster by using the window image instead of the (usually much larger) main image. The main image is updated when the changes are committed. + Erratic mouse drag in warp function was fixed. + Color balance was separated from brightness/whiteness adjustments. + Bug fix: last translation in a .po file sometimes got comment appended. + Sharpen, blur and noise reduction, when applied within an image area, can now use "blend width" to soften the boundaries. + Added a modified "top hat" noise reduction method, which is more effective for some types of noise. + Zoom- returns to normal display at once instead of many steps
2009-01-07Update to production release 7.60.gdt2-7/+6
Many minor changes omitted. Highlights: - Added read support for Panasonic RW2 raw images (and extract meta information from embedded PreviewImage as Doc1) - Recognize DCP (DNG Camera Profile) files - Added read/write support for EXIF files - Added ability to write EXIF as a block (finally!) - Decode CameraOrientation for a number of Canon EOS models (thanks Bogdan)
2009-01-07Fix cairo DEPENDS.wiz1-2/+2
2009-01-07Update to 1.8.0:wiz2-7/+7
Overview of changes from pycairo 1.6.4 to pycairo 1.8.0 ======================================================= General Changes: Pycairo 1.8.0 requires cairo 1.8.0 (or later). Add documentation (available separately) Bug Fixes: 18101: Add support for threading 18947: cairo.SurfacePattern should INCREF the used surface New Methods: ScaledFont.get_scale_matrix Surface.mark_dirty_rectangle Surface.set_fallback_resolution New Constants: cairo.EXTEND_PAD cairo.HAS_IMAGE_SURFACE cairo.HAS_USER_FONT API Changes: Surface.mark_dirty: no longer accepts keyword arguments with default values. PycairoPattern_FromPattern (C API): has a new 'base' argument - to fix #18947. Other Changes: Allow unknown cairo Pattern/Surface types to use the pycairo base Pattern/Surface type.
2009-01-07Update to 1.8.6:wiz2-8/+7
Release 1.8.6 (2008-12-13 Chris Wilson <chris@chris-wilson.co.uk>) ========================================================= The cairo community is pleased to announce the 1.8.6 release of the cairo graphics library. This is the third update to cairo's stable 1.8 series and contains a small number of bug fixes (in particular a few fixes for failures of cairo 1.8.4 on Quartz and PDF, and build fixes for a couple of backends). This is being released just under a month after cairo 1.8.4. We recommend that everyone using cairo upgrade to 1.8.6. -Chris Build fixes ----------- Fix build of DirectFB backend with debugging enabled: Bug in _cairo_directfb_surface_release_source_image function http://bugs.freedesktop.org/show_bug.cgi?id=18322 Fix build on OS/2. Bug fixes --------- Workaround a mis-compilation of cairo_matrix_invert() that generated invalid matrices and triggered assertion failures later. The issue was reported by Peter Hercek. Invalid computation of the modulus: https://bugzilla.mozilla.org/show_bug.cgi?id=466258 Invalid referencing of patterns in the Quartz backend: Failed assertion `CAIRO_REFERENCE_COUNT_HAS_REFERENCE (&pattern->ref_count)' when using cairo quartz backend http://bugs.freedesktop.org/show_bug.cgi?id=18632 Invalid references to glyphs after early culling, causing segmentation faults in the PDF backend: http://lists.cairographics.org/archives/cairo/2008-December/015976.html Check for XRender in the XCB backend, or else we may attempt an invalid memory access: XCB backend fails with missing render. https://bugs.freedesktop.org/show_bug.cgi?id=18588
2009-01-07update to 0.9.5beta2drochner2-8/+7
changes: bugfixes
2009-01-07update to 3.1.1drochner3-8/+8
changes: bugfixes
2009-01-07update to 0.1.8drochner3-13/+12
changes: - API changed: Move all Exiv2 classes acess methods to interanl provate container. ABI number set to 5.0.0. - Fix broken compilation with Exiv2 0.18. - Support TIFF metadata writting mode (require Exiv2 >= 0.18). - Added new methods canWriteComment(), canWriteExif(), canWriteIptc(). - Added new method supportMetadataWritting(). - Do not change file time-stamp when metadata are changed.
2009-01-07Changes 6.4.8-3:adam5-23/+52
* Reverse argument and option in Throw*InvalidArgumentException() macro for proper exception message. * Recognize negative geometries for -shear and -annotate (.e.g. 45x-30). * Fix Y shear angle for -shear option. Changes 6.4.8-2: * Use GetImageArtifact() to retrieve -attentuate option value for +noise. * Support reading FITS test files. * Replace input.ttf with the public domain Tuffy.ttf font. * MagickNewImage() no longer faults when parameters are incorrect (reference * Allocate strings returned by XGetResourceInstance(). * The -append gravity is relative to the container. Changes 6.4.8-1: * Reference cache rather than acquiring when cloning an image. Changes 6.4.8-0: * Cross-compilation failure using MinGW on Linux for ImageMagick trunk * Add -interword-spacing option to convert. * Initialize the black channel when testing the CMY colorspace. * remove calls to exit() in MagickWand. * Validate -affine arguments. * Accept -attentuate as an option for convert. * Properly create RGBA image if colormapped image has transparency. * Support X11 geometry like this: +-4+-4; wierd but X11 supports it.
2009-01-07Bump per revbump(1) due to exiv2 update which changed shlib major.gdt8-10/+16
2009-01-07Update to 0.18. Minor changes omitted.gdt4-21/+24
- 0000473: [design] Support Preview images. (Vladimir Nadvornik) - [exif] Added Nikon decryption algorithm and use it to decode lens data. - 0000524: [design] Publish only API objects in the installed header files. - 0000523: [miscellaneous] C++ symbol visibility support for gcc builds. - 0000464: [metadata] Write support for PNG images. (Gilles Caulier) - 0000462: [exif] Write support for TIFF format ("New TIFF parser").
2009-01-06sync w/ base pkgdrochner1-3/+4
2009-01-06update to 0.1.7drochner3-7/+8
changes: -NEF processing code changed (some overflow control added) -ew cameras: Canon G10 & 5D Mk2, Leaf AFi 7, Leica D-LUX4, Panasonic FX150 & G 1, Fujifilm IS Pro
2009-01-06update to 0.1.7drochner3-7/+15
changes: bugfixes
2009-01-06update to 0.1.6drochner3-10/+16
changes: Added a version method to get runtime library version
2009-01-06Changes 3.5.21:adam5-19/+62
- Speed improvement on multicore platforms - Ddjvu now can produce pdf output. Changes 3.5.20: - Csepdjvu handle gsdjvu hyperlink comments. - Djvudigital therefore handles hyperlinks.
2009-01-05Update to 1.2.34:wiz2-6/+6
version 1.2.34beta01 [November 27, 2008] Revised png_warning() to write its message on standard output by default when warning_fn is NULL. This was the behavior prior to libpng-1.2.9beta9. Fixed string vs pointer-to-string error in png_check_keyword(). Added png_check_cHRM_fixed() in png.c and moved checking from pngget.c, pngrutil.c, and pngwrite.c, and eliminated floating point cHRM checking. Added check for zero-area RGB cHRM triangle in png_check_cHRM_fixed(). In png_check_cHRM_fixed(), ensure white_y is > 0, and removed redundant check for all-zero coordinates that is detected by the triangle check. Revised png_warning() to write its message on standard output by default when warning_fn is NULL. version 1.2.34beta02 [November 28, 2008] Corrected off-by-one error in bKGD validity check in png_write_bKGD() and in png_handle_bKGD(). version 1.2.34beta03 [December 1, 2008] Revised bKGD validity check to use >= x instead of > x + 1 Merged with png_debug from libpng-1.4.0 to remove newlines. version 1.2.34beta04 [December 2, 2008] More merging with png_debug from libpng-1.4.0 to remove newlines. version 1.2.34beta05 [December 5, 2008] Removed redundant check for key==NULL before calling png_check_keyword() to ensure that new_key gets initialized and removed extra warning (Arvan Pritchard). version 1.2.34beta06 [December 9, 2008] In png_write_png(), respect the placement of the filler bytes in an earlier call to png_set_filler() (Jim Barry). version 1.2.34beta07 [December 9, 2008] Undid previous change and added PNG_TRANSFORM_STRIP_FILLER_BEFORE and PNG_TRANSFORM_STRIP_FILLER_AFTER conditionals and deprecated PNG_TRANSFORM_STRIP_FILLER (Jim Barry). version 1.0.42rc01, 1.2.34rc01 [December 11, 2008] No changes. version 1.0.42, 1.2.34 [December 18, 2008] No changes.
2009-01-05Update to 0.9, take maintainership. Changes (from NEWS):shattered6-142/+53
xzgv now uses GTK 2, with gdk-pixbuf as the image rendering back-end. imlib1 is no longer supported. Gamma, brightness and contrast are not currently supported. I've also included a fix for the "missing preview icons" problem (patch-ad). OK by wiz@.
2009-01-05Update from version 2.01nb1 to 2.02.he2-9/+7
Upstream changes: 2.02 Mon Dec 1 11:55:06 GMT 2008 - update documentation to clarify cache_size - note that new images have undefined content (thanks to barbie)
2009-01-05Fix patch-aa to setup.py: incdirs and libdirs are lists of strings, notepg2-5/+5
just strings.
2009-01-04Update to 4.0.2:wiz3-7/+10
Comix 4.0.2 - Brazilian Portuguese translation updated by Marcelo Góes. - Traditional Chinese translation updated by Wayne Su. - Catalan translation updated by Carles Escrig Royo. - Internal filenames in archives created by the archive editing dialog no longer contain temporary filename cruft.
2009-01-04Move scrollkeeper/omf.mk to rarian/omf.mk.wiz3-6/+6
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
2009-01-0424/12/2008 - UFRaw-0.15 released, based on DCRaw v 8.89.gdt3-8/+8
* Multiprocessing support using OpenMP. Patch by Bruce Guenter. * Add progress report during the loading of raw files. * Add JPEG optimization to reduce the file size without effecting image quality. * Compatibility with the just released Exiv2-0.18. * Support sRAW1 and sRAW2 formats of the Canon 50D and 5D Mark II. * Some annoying bugs got squashed.
2009-01-03Changes 1.6.12:adam3-70/+7
* Eliminated a memory leak in libpng with writing bad tEXt chunks.
2008-12-24Fix typo.jmcneill1-2/+2
2008-12-24Fix build on NetBSD when sys/videoio.h isn't available.jmcneill4-21/+59
2008-12-21Update to 4.0.1:wiz3-7/+13
Comix 4.0.1 - Croatian translation updated by Adrian C. - Polish translation updated by Darek Jakoniuk. - Russian translation updated by Артем Смирнов. - Simplified Chinese translation updated by Xie Yanbo. - Re-added the "flip pages when scrolling off the page" preference from previous Comix versions. Thanks to Mamoru Tasaka. - Added a portability module for handling home directories in a more portable way. Thanks to Oddegamra.
2008-12-21Update from version 2.03nb1 to 2.04.he2-8/+7
Pkgsrc changes: o Adjust dependencies according to META.yml Upstream changes: 2.04 Fri Dec 12 21:31:24 GMT 2008 - perltidy everything - add human- and machine-readable license - add use warnings
2008-12-19Update to py-matplotlib-gtk2 0.98.0markd5-109/+103
three years of updates.
2008-12-19Update to matplotlib-0.98.0markd6-391/+592
3 years worth of updates.
2008-12-19sort, add and enable gimp26jnemeth1-2/+3
2008-12-18Recursive dependency bump for multimedia/x264-devel. It's toughbjs1-1/+2
to know which packages are affected by the update and how, so to be safe, I'm doing a full bump.
2008-12-18Bump BUILDLINK_API_DEPENDS.hira1-2/+2
2008-12-18Fix float reading by using a union instead of a cast. Newer gcc's wouldreinoud3-3/+60
generate incorrect code effectively breaking the package. I know this solution is still lame but its fix comes from the still uncomitted lib3ds version 2.0.0. Should one day be fixed/done correctly for non i386.
2008-12-17Update Xfce to 4.4.3. This is bug fix release.hira1-4/+4
Changes since 4.4.2: x11/xfce4-panel: * Quite a bit code changed in the dnd code. Mostly to fix a segfault in FreeBSD-amd64, but more problems were discovered and a lot of code was simplified. * Don't respond the uri drags, we don't use it and it only causes problems like hiding the panel when a file was dragged over the panel (Bug #3815). * Fix crash with xrandr 1.2 (Bug #3620) x11/xfce4-desktop: * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting (Bug #1026). * Fix incorrect initial desktop font size when setting custom font size if a custom font was never set before (Bug #3957). wm/xfce4-wm: * Fix automaximize on move * Remove trailing \0 in UTF-8 strings, that causes libwnck to rightfully complain that NET_WM_NAME contains invalid UTF-8 * Exit on SelectionClear event so that xfwm4 exits even with WM who do not send a ClientMessage event such as Openbox (Bug #2374) * Backport overlay and compositor support from trunk (Bug #3849) * Filter out grab/ungrab events so we don't end up redrawing the frame twice * Set monitor when positionning menu (Bug #4162) * Reduce flickering during resize (Bug #4283) * Fix NET_WM_STATE claiming maximization vertical and horizontal even if only horizontal of vertical is actually set (Should fix Bug #3969) * Loosen the rule that prevents an application from iconifying itself when skip_taskbar is set (Bug #4434) * Rework visual depth selection of the frame window (Bug #4452) * Add support for NET_MOVERESIZE_WINDOW * Take gravity bit into account in configure resize only requests to comply with standard (Bug #3634) * Add client windows to save set to avoid loosing all windows in case of crash * Use guint32 instead of Time internally to avoid potential issues in 64bits * Add a "--replace" command line option to replace ICCCM2 compliant window managers (Bug #3731) x11/libxfce4gui: * Fix format-string vulnerability in dialog code x11/xfce4-terminal: * Update to latest trunk translations. sysutils/xfce4-thunar: * Update to latest trunk translations. editors/xfce4-mousepad: * Sort recent items by most recently used. x11/xfce4-utils: * Fix missing translated chars (Bug #3543) Updated translations: * Basque * Brazilian Portuguese * Catalan * Chinese Traditional * Danish * Estonian * Finnish * French * Galician * German * Indonesian * Japanese * Korean * Kurdish * Latvian * Norwegian * Polish * Sinhala * Slovak * Slovene * Spanish * Turkish * Urdu
2008-12-16Added and enabled rbclutter packages.obache1-1/+5
2008-12-16Import ruby-clutter-gtk-0.8.0 as graphics/ruby-clutter-gtk.obache3-0/+25
This is a binding for the Clutter GTK+ widget for use from Ruby.
2008-12-16Import ruby-clutter-cairo-0.8.0 as graphics/ruby-clutter-cairo.obache3-0/+25
This is a binding for the Clutter Cairo library for use from Ruby.
2008-12-16Import ruby-clutter-core-0.8.0 as graphics/ruby-clutter-core.obache3-0/+20
This is a binding for the Clutter Core library for use from Ruby.
2008-12-16Import ruby-clutter-0.8.0 as graphics/ruby-clutter.obache5-0/+69
This is a set of bindings for the Clutter libraries for use from Ruby.
2008-12-16Restrict it to python 2.4 and 2.5 only because of restrictions in x11/py-gtk2.hasso1-1/+3
2008-12-15remove a patch which I had only added to work around a missing filedrochner2-15/+1
in the tarball - the file was added in the last release
2008-12-15add another Canon set lens to the table used to decode "maker notes"drochner3-2/+16
(this one is arguably too poor to be used on a digital body, but anyway)
2008-12-15calculate the weekday displayed in metadata in a portable way,drochner3-2/+16
so that it shows the correct one on NetBSD bump PKGREVISION
2008-12-15Add silgraphite-xft.minskim1-1/+2