summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2008-11-24Uses math functions such as floor(3), so link explicitly against libm.tnn1-1/+2
Fixes build on Solaris.
2008-11-24Only depend on gst-plugins0.10-v4l2 on NetBSD-[5-9]* and Linux.wiz1-5/+10
No PKGREVISION bump because that dependency didn't build on other OPSYS anyway. Addresses PR 39988 by Robert Elz.
2008-11-23Add Debian patch to fix a buffer overflow in the XPM file loader.tron3-2/+18
Bump package revision.
2008-11-23Install TNF distributor-logo. Bump PKGREVISION.jmcneill2-1/+67
2008-11-21Changes 6.4.6.0:adam2-6/+6
* Fixed bug for RGBO image @ line, plane and partition interlace. * Deprecate pixel methods: AcquireImagePixels(), GetImagePixels(), etc. * New pixel methods: GetVirtualPixels(), GetAuthenticPixels(), etc. * GPS and multivalued EXIF properties support * Add TransparentPaintImageChroma() to MagickCore and transparentChroma() to Magick++. * Correct DPX frame position property label * Textures are no longer painted as the background color. * Update both fields of an EXIF resolution. * Support query-font-metrics MSL tag. * Do not set image colorspace for the MSL modulate tag. * Off by one error when computing affine in DrawAffineImage() * Fixed local adaptive thresholding when using an offset * Set SetImagePixels() rather than SyncImagePixelCache() to update the pixel cache morphology. * Set explicit image format for BlobToImage() * p_thread_t is an aggregate under MinGW.
2008-11-20propagate the new dependency on libltdl, fixes build issuesdrochner1-1/+2
2008-11-20Package now depends on fontconfig, so its dependencies should seewiz1-1/+2
fontconfig as well. Fixes e.g. mldonkey build.
2008-11-20Needs msgfmt.hasso1-2/+2
2008-11-19Changes 0.6.17:adam3-7/+11
* Updated translations: cs, de, pl, sk, vi * New translations: nl, se, en_CA * Enabled sv translation by default * Bug fixes * Enhanced support of Canon and Olympus makernotes * Added support for Fuji and Sanyo makernotes * Added support for the NO_VERBOSE_TAG_STRINGS and NO_VERBOSE_TAG_DATA macros to reduce size for embedded applications * Added support for more tags
2008-11-19Accept python-2.4 again now when py-cairo/py-gtk2 are fixed to work with it.hasso2-4/+4
2008-11-18make this work with python-2.4 againdrochner5-3/+85
2008-11-18Update GraphicsMagick to 1.3.1.obache3-29/+7
1.3.1 (November 17, 2008) ========================= Security Fixes: * None. Bug fixes: * RPM build, Fixes to successfully build binary RPMs for Red Hat Linux 4. * MSL/conjure, Fix bug with attributes becoming appended to themselves. Fix memory leaks. Feature improvements: * New --disable-openmp-slow configure option for disabling use of OpenMP for algorithms which may run slower on operating systems with crummy thread libraries. * JPEG, Allow user to specify DCT encoding method via jpeg:dct-method define. Also allow control over whether huffman encoding is used via jpeg:optimize-coding define. Performance Improvements: * OpenMP (parallel processing) improvements for these functions: - Rotate by 90 and 270 degrees (-rotate)
2008-11-17Added p5-GD-SecurityImage.he1-1/+2
2008-11-17Import p5-GD-SecurityImage version 1.66.he3-0/+45
The (so called) "Security Images" are so popular. Most internet software use these in their registration screens to block robot programs (which may register tons of fake member accounts). Security images are basicaly, graphical CAPTCHAs (Completely Automated Public Turing Test to Tell Computers and Humans Apart). This module gives you a basic interface to create such an image. The final output is the actual graphic data, the mime type of the graphic and the created random string. The module also has some "styles" that are used to create the background (or foreground) of the image. If you are an Authen::Captcha user, see GD::SecurityImage::AC for migration from Authen::Captcha to GD::SecurityImage. This module is just an image generator. Not a captcha handler. The validation of the generated graphic is left to your programming taste. But there are some captcha handlers for several Perl FrameWorks. If you are an user of one of these frameworks, see "GD::SecurityImage Implementations" in "SEE ALSO" section for information.
2008-11-16Depend on correct freetype2 version. Add comment about the possibilitywiz1-5/+8
to include libspectre (not enabled). Should we?
2008-11-16Update to 1.8.4:wiz3-14/+13
Release 1.8.4 (2008-11-14 Carl Worth <cworth@cworth.org>) ========================================================= The cairo community is pleased to announce the 1.8.4 release of the cairo graphics library. This is the second update to cairo's stable 1.8 series and contains a small number of bug fixes, (in particular a few fixes for build failures of cairo 1.8.2 on various systems). This is being released just over two weeks after cairo 1.8.2. We recommend that everyone using cairo upgrade to 1.8.4. -Carl Build fixes ----------- Fix build with older XRender that doesn't define RepeatNone: Build of xlib backend fails against old XRender (RepeatNone undeclared) https://bugs.freedesktop.org/show_bug.cgi?id=18385 Fix build with bash version <= 3.0: doltlibtool broken on linux with bash 3.00.0 https://bugs.freedesktop.org/show_bug.cgi?id=18363 Bug fixes --------- Avoid triggering a bug in X.org server 6.9 resulting in a hung machine requiring a reboot: https://bugs.freedesktop.org/show_bug.cgi?id=15628#c2 Fix display of user fonts as exercised by proposed support for type3 fonts in poppler (unsigned promotion fixes): Use cairo user-font for Type 3 fonts http://lists.freedesktop.org/archives/poppler/2008-October/004181.html Avoid miscomputing size of fallback images required when rendering with CLEAR, IN, or SOURCE operator to vector surfaces, (PS, PDF, SVG, etc.). Be more tolerant of broken fonts when subsetting type1 fonts: Error handling in cairo_type1_font_subset_get_glyph_names_and_widths http://lists.cairographics.org/archives/cairo/2008-October/015569.html Fix cairo_fill_extents, cairo_stroke_extents, cairo_path_extents, to correctly allow NULL parameters as documented. Fix potential crash on emitting a type3 glyph after having drawn text paths from the same font, (for example with cairo_text_path).
2008-11-16This also requires fontconfig now that graphics/gd uses fontconfig.dholland1-2/+3
PKGREVISION++
2008-11-16Bump PKGREVISION for previous (adding fontconfig) because it changes thedholland1-1/+2
package deps. (I think also for pkgsrc xorg it causes it to start finding and using fontconfig when it previously didn't.)
2008-11-15Fix some PLIST bugs:epg2-8/+21
- Drop duplicate PLIST vars (e.g. ${PLIST.tcl}${PLIST.guile} instead of just ${PLIST.tcl}). - Include ocaml files when using ocaml option.
2008-11-14Remove python24 from accepted versions since x11/py-gtk2 doesn't support ithasso2-4/+4
any more.
2008-11-14explicitly link in with fontconfig since it will grab it anyway, seechuck1-1/+2
http://mail-index.netbsd.org/tech-pkg/2008/11/13/msg002046.html
2008-11-14update to gphoto2-2.4.3chuck2-6/+8
2008-11-14Update to 2.24.1. Add gettext-m4 dependency for AM_NLS.wiz5-34/+104
version 2.24.1 - exit correctly with unknown command line arguments, fixes bug #556084 - added/updated translations - ar, courtesy of Usama Akkad - es, courtesy of Jorge González - fr, courtesy of Robert-André Mauchin - he, courtesy of Mark Krapivner - mk, courtesy of Jovan Naumovski - nb, courtesy of Kjartan Maraas - nl, courtesy of Wouter Bolsterlee - pt_BR, courtesy of Vladimir Melo - th, courtesy of Theppitak Karoonboonyanan - zh_CN, courtesy of 甘露 (Lu Gan) version 2.24.0 - correct an error in the help file, which prevented the document to be valid - update the cheese dependencies, fixes bug #547203 - use the correct translated plural form when deleting more than one item from the thumbnail bar, fixes bug #552290, courtesy of Yuriy Penkin - do not add a new item to the thumbnail bar, if its already there, fixes bug #549804 - update documentation, courtesy of Joshua Henderson - include gio header in cheese.c - added/updated translations - ar, courtesy of Usama Akkad - bg, courtesy of Alexander Shopov - ca, courtesy of Gil Forcada - cs, courtesy of Petr Kovar - da, courtesy of Kenneth Nielsen - de, courtesy of Hendrik Richter - en_GB, courtesy of Philip Withnall - es, courtesy of Jorge González - et, courtesy of Ivar Smolin - eu, courtesy of Iñaki Larrañaga Murgoitio - fi, courtesy of Ilkka Tuohela - fr, courtesy of Robert-André Mauchin - gl, courtesy of Ignacio Casal Quinteiro - gu, courtesy of Sweta Kothari - hu, courtesy of Gabor Kelemen - it, courtesy of Alessandro Falappa - ja, courtesy of Takeshi AIHANA - ko, courtesy of Changwoo Ryu - lt, courtesy of Gintautas Miliauskas - ml, courtesy of പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍ - mr, courtesy of Sandeep Shedmake - nb, courtesy of Kjartan Maraas - nl, courtesy of Wouter Bolsterlee - pl, courtesy of Tomasz Dominikowski - pt_BR, courtesy of Og Maciel - pt, courtesy of Duarte Loreto - ru, courtesy of Alexandre Prokoudine - sl, courtesy of Matej Urbančič - sq, courtesy of Laurent Dhima - sr, courtesy of Горан Ракић - sr@latin, courtesy of Goran Rakić - sv, courtesy of Daniel Nylander - ta, courtesy of I. Felix - th, courtesy of Theppitak Karoonboonyanan - tr, courtesy of Baris Cicek version 2.23.92 - documentation update (not yet finished), courtesy of joshua henderson - old photos and videos (before 2.24) are now available in cheese 2.24, fixes bug #547290 - sort videoformat array and resolution hashtable, courtesy of Hans de Goede - dont save duplicated videoformats abut only keep the one with the maximum framerate if it provides the same resolution. add correspondent entry only once to the resolution hashtable so that we have no more duplicated resolutions on preferences dialog. fixes bugs #547144 and #547140, courtesy of Hans de Goede - remove the old log file if it exists - send eos event only if the pipeline was playing, otherwise force shutdown. Start a timeout to force unclean shutdown if eos takes to much to propagate or doesnt propagate at all, probably fixes bug #547422 - set take_picture sensitiveness before webcam_stop_video_recording since this emits a signal that would lead to another sensitiveness change. see comments on bug #547422 - set the utility hint for the fullscreen toolbar, partially fixes #548546 - rename the log file to "log.txt" and prepend it with the running cheese version - cheese crashes no more when no device is set in gconf, partially fixes bug #546868, courtesy of Hans de Goede - display toolbar when entering into fullscreen mode, fixes bug #548546, courtesy of Felix Kaser - added/updated translations - bg, courtesy of Alexander Shopov - de, courtesy of Wolfgang Stoeggl - el, courtesy of Athanasios Lefteris - en_GB, courtesy of Philip Withnall - gu, courtesy of Sweta Kothari - hi, courtesy of Rajesh Ranjan - hr, courtesy of "Last-Translator: \n" - it, courtesy of Alessandro Falappa - ko, courtesy of Changwoo Ryu - nl, courtesy of Wouter Bolsterlee - pt, courtesy of Duarte Loreto - sl, courtesy of Matej Urbančič - zh_CN, courtesy of 甘露 (Lu Gan) version 2.23.91 - cheese.desktop file now respects freedesktop SPEC, fixes bug #550195, courtesy of Pacho Ramos - a small syntax cleanup made with uncrustify - waf did not install the files properly, now it does - add the dynamic bindir to the dbus file - update waf to 1.4.3 and make it working again - added/updated translations - ar, courtesy of Youssef Chahibi - dz, courtesy of Dawa pemo - es, courtesy of Jorge González - et, courtesy of Ivar Smolin - ga, courtesy of Seán de Búrca - he, courtesy of Mark Krapivner - ja, courtesy of Takeshi AIHANA - mk, courtesy of Arangel Angov - or, courtesy of Manoj Kumar Giri - pa, courtesy of Amanpreet Singh Alam - pl, courtesy of Tomasz Dominikowski - pt_BR, courtesy of Rodrigo Flores - sq, courtesy of Laurent Dhima - sv, courtesy of Daniel Nylander - te, courtesy of Krishna Babu K - vi, courtesy of Clytie Siddall - zh_HK, courtesy of Chao-Hsiung Liao - zh_TW, courtesy of Chao-Hsiung Liao version 2.23.90 - call gdk_x11_window_set_user_time to raise the cheese window if its called twice - don't start cheese twice if another instance is running, fixes bug #527736, courtesy of Felix Kaser - remove gtk_init and gst_init, according to the docs these are not needed if we use gtk_get_option_group and gst_init_get_option_group - align the buttons with the thumbnail bar - improve the fullscreen mode, fixes bug #547405, courtesy of Felix Kaser - select the last thumbnail item, if the last one was deleted - hitting space when the countdown has already begun, distorts no more the countdown, fixes bug #547403 - remove a thumbnail item immidiately from the thumbnail row if it was deleted - use the eog scrollbar for cheese media, fixes bug #511916, courtesy of Patryk Zawadzki - disable action_effects while setup_camera is running, fixes bug #547313 - add people who contributed to cheese to the cheese about window - give a detailed error message if some gstreamer element is missing, fixes bug #522009, courtesy of Todd Eisenberger - add some gconf translation improvements, fixes bug #547168 - connect button_photo and button_video as proxy widgets for relative RadioActions - change action_files sensitiveness on "selection-changed" event, fixes bug 546918 - don't try to find highest framerate if format is NULL, courtesy of Todd Eisenberger - selected effects gconf key values are now standardized, fixes bug #513776 - add a better hig compliant alert for missing gstreamer elements, fixes bug #522009 - added a delete action to immediately delete files and a gconf key to show/hide it - use "Cheese Webcam Booth" instead of "Cheese" as the desktop entry name, fixes bug #543976 - add multiple selection in the picture listing pane, fixes bug #481405 - correct critical warnings, if some gstreamer plugins arent available, fixes bug #522009, courtesy of Todd Eisenberger - add several g_free functions to prevent memory leaks - use g_random_int instead of g_rand_int - add the multiplex thumbnail generator algorithm - disable "Start recording" button until the recording pipeline properly shuts down - save generated thumbnails, it seems to have vanished some time ago - resolve wrong sorting issue of the thumbnails, fixes bug #546390 - added/updated translations - ar, courtesy of Youssef Chahibi - bn_IN, courtesy of Runa Bhattacharjee - ca, courtesy of Gil Forcada - es, courtesy of Jorge González - et, courtesy of Ivar Smolin - eu, courtesy of Iñaki Larrañaga Murgoitio - fi, courtesy of Ilkka Tuohela - fr, courtesy of Robert-André Mauchin - gl, courtesy of Ignacio Casal Quinteiro - he, courtesy of Mark Krapivner - ja, courtesy of Takeshi AIHANA - kn, courtesy of Shankar Prasad - mk, courtesy of Arangel Angov - ml, courtesy of Manu S Madhav - nb, courtesy of Kjartan Maraas - pt_BR, courtesy of Fábio Nogueira - sv, courtesy of Daniel Nylander - th, courtesy of Akom C. - zh_HK, courtesy of Chao-Hsiung Liao - zh_TW, courtesy of Chao-Hsiung Liao version 2.23.6 - add a fullscreen mode for kiosks, fixes #478852, courtesy of Felix Kaser - wait until the video has been recorded, to add it to the thumbnail bar, partially fixes #545212 - move thumbnail generation to its own thread, displaying a loading icon while generating thumbnail and a fallback icon if thumbnail fails, fixes bug #545151, courtesy of Filippo Argiolas - toggle effects button if effects is enabled using menu, fixes bug #539195, courtesy of Filippo Argiolas - make cheese have a fullscreen mode for kiosks, fixes bug #478852 - resolve sluggish video and out-of-sync audio, fixes bug #542014, courtesy of Filippo Argiolas - do not crash on preferences with no camera attached, fixes bug #544062, courtesy of Filippo Argiolas - cheese should ask to delete files if moving to trash fails, fixes bug #545950, courtesy of Filippo Argiolas - cheese crashed with move all to trash if no trash can be accessed, fixes bug #545997, courtesy of Filippo Argiolas - added/updated translations - ar, courtesy of Khaled Hosny - ca, courtesy of Gil Forcada - el, courtesy of Simos Xenitellis - es, courtesy of Jorge González - fr, courtesy of Bruno Brouard - gl, courtesy of Ignacio Casal Quinteiro - ja, courtesy of Takeshi Aihana - mk, courtesy of Arangel Angov - nl, courtesy of Wouter Bolsterlee - oc, courtesy of Yannig Marchegay - pl, courtesy of Tomasz Dominikowski - pt, courtesy of Duarte Loreto - th, courtesy of Akom C. - zh_TW, courtesy of Chao-Hsiung Liao version 2.23.5 - make recording of videos work again, fixes bug #523475, courtesy of Filippo Argiolas - bump gstreamer requirements to 0.10.16 - fixes cheese_print_handler, which resulted in empty cheese logs, courtesy of Filippo Argiolas - allow to choose the webcam using the preference dialog, fixes bug #522200, courtesy of Ryan Zeigler - remove some gcc warnings, fixes bug #537490, courtesy of Cosimo Cecchi - fixed typo, which prevented hildon mode to compile cleanly - removed included <X11/extensions/xf86vmode.h>, fixes bug #539631, courtesy of Marc-Andre Lureau - make hal-device-id command line option work, fixes bug #498023, courtesy of Ryan Zeigler - use ogv as default video extension, fixes bug #524021 - added/updated translations - es, courtesy of Jorge González - sv, courtesy of Daniel Nylander - nb, courtesy of Kjartan Maraas - ko, courtesy of Changwoo Ryu - bg, courtesy of Alexander Shopov - oc, courtesy of Yannig Marchegay - et, courtesy of Ivar Smolin - pt_BR, courtesy of Fabrício Godoy and Ferreira Fontenelle - ps, courtesy of Zabeeh Khan - gl, courtesy of Ignacio Casal Quinteiro - zh_HK, courtesy of Chao-Hsiung Liao - zh_TW, courtesy of Chao-Hsiung Liao version 2.23.4 - fix a crash, when using about/quit menu items in hildon mode, fixes bug #535582, courtesy of Michael Terry - Instead of crashing report when certain gstreamer are not found, fixes bug #522009, courtesy of Todd Eisenberger - use intltools 0.40 for building with autotools - added/updated translations - ar, courtesy of Khaled Hosny. - fi, courtesy of Tommi Vainikainen - nn, courtesy of Eirik U. Birkeland - vi, courtesy of Clytie Siddall - zh_CN, courtesy of 甘露 (Lu Gan) version 2.23.3 - add new flash and remove changing gamma for simulating flash. the new flash works best if you run a composited desktop, fixes bug #526214, courtesy of Alex Jones - fix segfault on startup if video or photo directory gconf setting is missing, fixes bug #534480, courtesy of Alexander Jones - add support to set the video and photo path in gconf, courtesy of Felix Kaser - added/updated translations - ar, courtesy of Djihed Afifi. - es, courtesy of Jorge González - et, courtesy of Ivar Smolin - gl, courtesy of Ignacio Casal Quinteiro - he, courtesy of Mark Krapivner - hu, courtesy of Máté Őry. - nb, courtesy of Kjartan Maraas version 2.23.2 - use a better icon for the effects button, fixes bug #511369 - store photos and videos in xdg directories, fixes bug #509475, courtesy of Felix Kaser - use a toggle button for the effects button, fixes bug #527870 - add support for nautilus send to. this replaces "send by email" where available, fixes bug #528249, courtesy of Jose Dapena Paz - name the files to the date, when they were created, fixes bug #525739 - add a preferences dialog with basic resolution changing, partially fixes #522200, courtesy of James Liggett - use gtk theme colors for the countdown widget - align the numbers and the camera on the countdown widget, courtesy of Andrea Cimitan - add a border, color shading and highlight to the countdown widget, to make it even more sexy, courtesy of Andrea Cimitan - make the countdown numbers translatable the right way - fix invalid free in cheese, fixes bug #529467, courtesy of Matthias Clasen - take picture button is enabled outside gtk thread lock, fixes bug #529789, courtesy of Gary Lasker - don't display the toplevel window by default, fixes bug #529276, courtesy of Loïc Minier - added/updated translations - en_GB, courtesy of Philip Withnall - es, courtesy of Jorge González - et, courtesy of Ivar Smolin - gl, courtesy of Ignacio Casal Quinteiro - he, courtesy of Mark Krapivner - nb, courtesy of Kjartan Maraas - nl, courtesy of Tino Meinen - pt_BR, courtesy of Luis Motta. - sl, courtesy of Matej Urbančič - th, courtesy of Pornpimon Pradabsri version 2.23.1 - add cheese to sound & video in the application menu, fixes bug #519846 - add hildon support to cheese, fixes bug #519548, courtesy of Matthew Garret - add menu entry for the countdown, fixes bug #511160 - add the gedit warning box when no camera is found, fixes bug #511945, courtesy of sebastian keller - buttons and menu items should use Title Case - change the theora file extension to .gov, fixes bug #524021 - cheese crashes if getting information from a webcam fails, courtesy of Sjoerd Simons, fixes bug #522197 - cheese did not choose the right thumbnails for already taken pictures, fixes bug #524814 - cheese does not list its gnome-vfs dependency, fixes bug #522152, courtesy of Alex Rostovtsev - cheese doesn't open the webcam device set in gconf, courtesy of Sjoerd Simons, fixes bug #522198 - do not allow to take pictures, while the webcam is initializing, fixes bug #523121 - fix a crash while initializing webcam, fixes bug #522143, courtesy of Alex Rostovtsev - fix a crash, when a file was deleted twice - fix regression of gio, Dnd works again, courtesy of Cosimo Cecchi, fixes bug #526398 - set the max waiting time for detecting a camera to 10 seconds, fixes bug #520394 - show the pretty countdown widget by default - use a better effects icon, partially fixes bug #511369, courtesy of baptiste mille-mathias - use new cheese description, fixes bug #512091 - added/updated translations - el, courtesy of Nick Paraschou - en_GB, courtesy of Philip Withnall - es, courtesy of Jorge González - et, courtesy of Mattias Põldaru - he, courtesy of Mark Krapivner - nb, courtesy of Kjartan Maraas - nn, courtesy of Eskild Hustvedt - ru, courtesy of Vasiliy Faronov - sl, courtesy of Matej Urbančič
2008-11-14Update RMagick to 2.7.2.obache2-6/+6
Changes: RMagick 2.7.2 o Fix bug #22740, some Image::Info attribute values are not propogated to the image object (bug report by Thomas Watson)
2008-11-13Fix a missing \ found by Marcin M. Jessaadrianp1-3/+3
2008-11-12Changes 0.6.2:adam3-35/+36
* Upgraded libpng to version 1.2.33-optipng [private] * Put back a speed optimization, accidentally removed in version 0.6, allowing singleton trials (-o1) to be bypassed in certain conditions. * Fixed an array overflow in the BMP reader. * Fixed the loss of private chunks under the -snip option. * Produced a more concise on-screen output in the non-verbose mode. * Added a programming interface to the optimization engine, in order to facilitate the development of PNG-optimizing GUI apps and plugins.
2008-11-11Fix compilation.joerg2-1/+29
2008-11-11Detect native glut.cube1-0/+24
2008-11-11Needs msgfmt.hasso1-2/+2
2008-11-10Update to 1.6.4:wiz2-9/+9
Overview of changes from pycairo 1.4.0 to pycairo 1.6.4 ======================================================== General changes: Pycairo 1.6.4 requires cairo 1.6.4 (or later). requires Python 2.5 (or later). Bug fixes: 16112: Fix win32 'python setup.py ...' build -- use double quotes New Methods: Context.has_current_point Context.path_extents ImageSurface.format_stride_for_width PSSurface.get_eps PSSurface.set_eps PSSurface.ps_level_to_string PSSurface.restrict_to_level Surface.copy_page Surface.show_page New Constants: cairo.PS_LEVEL_2, cairo.PS_LEVEL_3 Other changes: test/pygame-test1.py, test/pygame-test2.py : pygame tests examples/cairo_snippets/snippets/ellipse.py : Update so line-width is a constant width in device-space not user-space
2008-11-10Changes 0.22.1:adam7-572/+533
* native OpenEXR Half sample type substitutes the older RnH 16-bit float * load/save multilayerd OpenEXR files like from Blender * load/save 16-bit Half Tiff's * precise drawing with tablet - thanks to Tino Schwarze for hardware * speedup in gamma-expose and Brightness/Contrast Adjustments * dynamic colour visualisation in ICC Examin plug-in * UTF-8 support through Gtk2 * UFRaw plug-in ready * CMS defaults to Oyranos * Tango icons for toolbox only * Retinex plug-in * Bugfixes
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz12-22/+24
2008-11-10Update GraphicsMagick to 1.3.obache4-28/+85
1.3 (November 9, 2008) ====================== Security fixes: * AVI reader: Re-worked to be more robust against crash or DOS. * AVS reader: Re-worked to be more robust against crash or DOS. * DCM reader: Re-worked to be more robust against crash or DOS. * EPT reader: Re-worked to be more robust against crash or DOS. * FITS reader: Re-worked to be more robust against crash or DOS. * MTV reader: Re-worked to be more robust against crash or DOS. * PALM reader: Re-worked to be more robust against crash or DOS. * RLA reader: Re-worked to be more robust against crash or DOS. * TGA reader: Re-worked to be more robust against crash or DOS. * Avoid possible crash in GetImageCharacteristics() when substituting text in comment read from file. * Cineon reader: Fixed crash with broken file from Sami Liedes. * Palm reader: Fixed crash with broken files from Sami Liedes. * PICT reader: Fixed crash with broken files from Sami Liedes. * DPX reader: Validate file data better to avoid improper operation with intentionally (or accidentally) defective files. * XCF reader: Fixed crash with broken files from Sami Liedes. Bug fixes: * Libbz2 is now detected for MinGW. * Install documentation under /usr/local/share/doc/GraphicsMagick by default, according to GNU conventions. * In PerlMagick, Dissolve composition was not working right. * FITS: Ensure that written format conforms to specification. * TIFF: - Don't accidentially convert CMYK images to RGB. - Eliminated a memory leak in the codec support detection code. * JPEG: Removed over-write of image->client_data. * PDF: Try to properly deal with reading rotated PDFs. * PNG: Fixed crash when writing PNG images with transparency and either optimize is requested, or the image is colormapped. * Configure: Fixed the --enable-magick-compat configure option, which had stopped working. * Configure: Fixed --without-magick-plus-plus so that it works again. This stopped working in the 1.2 release cycle. * Configure: Fixed MagickLibVersion text string generation so that it is now correct when a component of the release number exceeds '9'. Now components can safely count up to '99' before there is a problem. Performance Improvements: * OpenMP (parallel processing) improvements for these functions: - Affine transform (-affine -transform) - Average images (-average) - Add noise (+noise) - Black threshold (-black-threshold) - Blur (-blur) - Border (-border) - Channel import, export, and depth-setting (-channel, -depth) - Clip path - Coalesce (-coalesce) - Colorize (-colorize) - Colorspace transformation (-colorspace) - Compare images ('compare' command) - Composition ('composite' command) - Convolution (-convolve, -edge, -emboss, -gaussian, -sharpen) - Contrast adjust (-contrast) - Crop (-crop) - CycleColormap (-cycle) - Depth setting (-depth, -operator depth) - Despeckle (-despeckle) - Enhance (-enhance) - Equalize (-equalize) - Flatten (-flatten) - Flip (-flip) - Flop (-flop) - Frame (-frame) - Gamma adjust (-gamma, -operator gamma) - Gradient - Implode (-implode) - Levels adjust image (-level) - Local adaptive threshold (-lat) - Median filter (-median) - Minify image (-minify) - Modulate image (-modulate) - Morph image (-morph) - Mosiac (-mosaic) - Motion blur (-motion-blur) - Negate image (-negate) - Noise filter (-noise) - Normalize image (-normalize) - Oil Paint (-paint) - Opaque (-opaque) - Ordered dither (-ordered-dither) - Operators (-operator) - Profile adjust (ICC) (-profile) - Random threshold (-random-threshold) - Resize image (-resize) - Raise image (-raise) - Roll image (-roll) - Rotate image (-rotate) - Shade image (-shade) - Shear image (-shear) - Shave (-shave) - Solarize image (-solarize) - Spread image (-spread) - Statistics computation (identify -verbose) - Swirl (-swirl) - Threshold channel (-threshold, -operator threshold) - Threshold image (-threshold) - Transparent (-transparent) - Trim image (-trim) - UnsharpMaskImage (-unsharp) - Wave (-wave) - White threshold (-white-threshold) * Improved coder management performance. * XCF (GIMP) reader is much faster. New Features: * Use MAGICK_CODER_STABILITY environment variable to enable a subset of the coders based on their stability classification. * Use MAGICK_IO_FSYNC environment variable to cause written file to be synchronized to disk to avoid possible data loss on power fail. * Added 'compare' command to statistically or visually compare two image files. * Added new channel operators (-operator): - Assign - Gamma - Depth - Negate - Noise-Gaussian - Noise-Impulse - Noise-Laplacian - Noise-Multiplicative - Noise-Poisson - Noise-Uniform - Threshold - ThresholdBlack - ThresholdWhite * New composition operators (-compose): - CopyBlack - CopyCyan - CopyMagenta - CopyYellow - Divide * Added -motion-blur to motion blur the image. * Mogrify and convert now support -black-threshold and -white-threshold. * MAT: Now supports reading compressed files. * FITS: Now supports 8, 16, 32 bit integer, float, and double images and writes correct FITS format. * DCRAW: Coder proxy module allows reading digital camera files as if they were natively supported. * New C API functions: - AddNoiseImageChannel(), add noise to an image channel. - BlurImageChannel(), blur an image channel. - GaussianBlurImageChannel(), gaussian blur an image channel. - ImportImageChannelsMasked(), import selected image channels. - SharpenImageChannel(), sharpen an image channel. - UnsharpMaskImageChannel(), unsharpmask an image channel. - New cache view interfaces to correct shortcommings of original ones. New interfaces are AcquireCacheViewPixels(), AcquireOneCacheViewPixel(), AcquireCacheViewIndexes(), GetCacheViewPixels(), SetCacheViewPixels(), and SyncCacheViewPixels(). The deprecated functions are AcquireCacheView(), GetCacheView(), SetCacheView(), and SyncCacheView(). - GetCacheViewRegion() reports region bounded by a cache view. - GetCacheViewArea() reports area bounded by a cache view. - ExportViewPixelArea() exports a cache view as formatted pixels. - ImportViewPixelArea imports formatted pixels into a cache view. * Removed C API functions: - ReadStream() - WriteStream() * Magick++ C++ API improvements - Color class no longer considers transparent black to be an invalid color. - New Image methods addNoiseChannel(), blurChannel(), gaussianBlurChannel(), motionBlur(), randomThresholdChannel(), randomThresholdChannel(), sharpenChannel(), unsharpmaskChannel(). Feature improvements: * -ordered-dither and -random-threshold may now be used to individually dither any named channel. * Mogrify and convert now support -minify to halve the image size. * Mogrify and convert now support -magnify to double the image size.
2008-11-10Update to 0.9.5beta1 to fix build with latest libkdcraw package.wiz5-136/+29
digiKam 0.9.5-beta1 - Release date: 2008-11-05 NEW FEATURES: General : libkdcraw dependency updated to 0.1.5 Image Editor : All image plugin tool settings provide default buttons to reset values. Image Editor : New Raw import tool to handle Raw pictures with customized decoding settings. Image Editor : All image plugin dialogs are removed. All tools are embedded in editor window. BUGFIXES FROM KDE BUGZILLA (alias B.K.O | http://bugs.kde.org): 001 ==> 166867 : Digikam crashes when starting. 002 ==> 167026 : Crash on startup Directory ImageSubIfd0 not valid. 003 ==> 146870 : Don't reduce size of image when rotating. 004 ==> 167528 : Remove hotlinking URL from tips. 005 ==> 167343 : Albums view corrupted and unusable. 006 ==> 146033 : When switching with Page* image jumps. 007 ==> 127242 : Flashing 'histogram calculation in progress' is a bit annoying. 008 ==> 150457 : More RAW controls in color management pop-up please. 009 ==> 155074 : Edit Image should allow chance to adjust RAW conversion parameters. 010 ==> 155076 : RAW Conversion UI Needs to be more generic. 011 ==> 142975 : Better support for RAW photo handling. 012 ==> 147136 : When selecting pictures from folder showfoto got closed. 013 ==> 168780 : Loose the raw import. 014 ==> 160564 : No refresh of the number of pictures assigned to a tag after removing the tag from some pictures. 015 ==> 158144 : Showfoto crashes in settings window. 016 ==> 162845 : 'Ctrl+F6' Conflict with KDE global shortcut. 017 ==> 159523 : Digikam crashes while downloading images from Olympus MJU 810/Stylus 810 camera no xD card. 018 ==> 161369 : Quick filter indicator lamp is not working properly in recursive image folder view mode. 019 ==> 147314 : Renaming like crazy with F2 slows down my system. 020 ==> 164622 : Crash using timeline when switching from month to week to month view. 021 ==> 141951 : Blank empty context right-click menus. 022 ==> 116886 : Proposal for adding a new destripe/denoise technique. 023 ==> 163602 : Race condition during image download from Camera/ USB device: image corruption and/or loss. 024 ==> 165857 : Unreliable import when photo root is on network share. 025 ==> 147435 : Resize slider in sharpness dialog doesn't work correct. 026 ==> 168844 : Make the selection rectangle draggable over the image (not only resizable). 027 ==> 147151 : Compile error: multiple definition of `jpeg_suppress_tables'. 028 ==> 170758 : High load when tagging 029 ==> 168003 : Drag&dropping a photo to a folder in Dolphin begins copying the whole system:/media. 030 ==> 142457 : Temp files not cleaned up after crashes. 0.9.4: NEW FEATURES (since 0.9.3): General : external libsqlite3 depency removed. sqlite3 source code is now included in digiKam core. Note than for packaging, an external libsqlite3 dependency can be used instead internal version (see B.K.O #160966). General : Updated internal CImg library to last stable 1.2.9 (released at 2008/06/26). General : English words review in whole GUI by Oliver Dörr. General : New search text filter for all metadata sidebar tabs. General : New dialog to list all RAW camera supported. A search camera model tool is available to easily find a camera from list. General : Creation of tags simplified everywhere. Multiple tags hierarchy can be created at the same time. Tags creation dialog re-designed. General : Color theme scheme are pervasively applied in graphical interfaces, giving digiKam a real pro-look when dark schemes are selected. General : Color theme scheme can be changed from either Editor or LightTable. General : Add capability to display items count in all Album, Date, Tags, and Tags Filter folder views. The number of items contained in virtual or physical albums can be displayed next to its name. If a tree branch is collapsed, parent views sum-up the number of items from all undisplayed children views. Items count is performed in background by digiKam KIO-Slaves. A new option from Setup/Album dialog page can toggle on/off this feature. ImageEditor : Raw files can be decoded in 16 bits color depth without to use Color Management. An auto-gamma and auto-white balance is processed using the same method than dcraw with 8 bits color depth RAW image decoding. This usefull to to have a speed-up RAW workflow with suitable images. ImageEditor : New "save as" image file dialog with photo thumbnail / information. Showfoto : Added support of color theme schemes. Showfoto : Added 2 options to setup images ordering with "File/Open Folder" action. Showfoto : New open image file dialog with photo thumbnail / information. AlbumGUI : Add a new tool to perform Date search around whole albums collection: Time-Line. Timeline is a new left sidebar tab. It's a great tool complementary to the calendar. Try it out! AlbumGUI : In Calendar View, selecting Year album shows all images of the full year. AlbumGUI : New status-bar indicator to report album icon view filtering status. AlbumGUI : Auto-completion in all search text filter. BUG FIXES: 001 ==> 146393 : No gamma adjustment when opening RAW file. 002 ==> 158377 : digiKam duplicates downloaded images while overwriting existing ones. 003 ==> 151122 : Opening Albums Has Become Very Slow. 004 ==> 145252 : Umask settings used for album directory, not for image files. 005 ==> 144253 : Failed to update old Database to new Database format. 006 ==> 159467 : Misleading error message with path change in digikamrc file. 007 ==> 157237 : Connect the data when using the left tabs. 008 ==> 157309 : digiKam mouse scroll direction on lighttable. 009 ==> 158398 : Olympus raw images shown with wrong orientation. 010 ==> 152257 : Crash on saving images after editing. 011 ==> 153730 : Too many file format options when saving raw image from editor in digiKam. 012 ==> 151157 : Right and left keys goes to first picture and last picture without shortcuts. 013 ==> 151451 : Application crashed using edit. 014 ==> 139657 : Blueish tint in low saturation images converted to CMYK. 015 ==> 147600 : Showfoto Open folder - files shown in reverse order. 016 ==> 149851 : Showfoto asks if you want to save changes when deleting photo, if changes have been made. 017 ==> 138378 : Showfoto opens file browser window to last the folder used upon startup. 018 ==> 148964 : images are blur only inside showFoto. 019 ==> 146938 : Themes Don't Apply To All Panels. 020 ==> 135378 : Single-click on picture open it in editor. 021 ==> 142469 : Splash screen to be the very first thing. 022 ==> 147619 : Crash when viewing video. 023 ==> 136583 : Album icon does not show preview-image after selecting given image as preview. 024 ==> 129357 : Thumbnails not rotated for (D200)-NEF. 025 ==> 132047 : Faster display of images and/or prefetch wished for. 026 ==> 150259 : media-gfx/digikam-0.9.2 error/typo in showfoto.desktop. 027 ==> 150674 : Turn of live update of preview when moving points in curves dialog or in histogram. 028 ==> 141703 : Show file creation date in tooltip. 029 ==> 128377 : Adjust levels: histograms don't match, bad "auto level" function. 030 ==> 141755 : Sidebar: Hide unused tabs, Add tooltips. 031 ==> 146068 : Mixer does not work for green and blue selected as main channel and monochrome mode. 032 ==> 135931 : Reorganize Batch Processing tools from 'Image' and 'Tools' menus. 033 ==> 159664 : Background color of live/quick filter not updated on folder/date change. 034 ==> 096388 : Show number of images in the album. 035 ==> 155271 : Configure suggests wrong parameter for libjasper. 036 ==> 155105 : Broken png image present in albums folder causes digiKam to crash when starting. 037 ==> 146760 : Providing a Timeline-View for quickly narrowing down the date of photos. 038 ==> 146635 : Ratio crop doesn't remember orientation. 039 ==> 144337 : There should be no "empty folders". 040 ==> 128293 : Aspect ratio crop does not respect aspect ratio. 041 ==> 157149 : digiKam crash at startup. 042 ==> 141037 : Search using Tag Name does not work. 043 ==> 158174 : Precise aspect ratio crop feature. 044 ==> 142055 : Which whitebalance is used. 045 ==> 158558 : Delete Function in Tag Filters panel needs to make sure that the tag is unselected when the tag is deleted. 046 ==> 120309 : Change screen backgroundcolor of image tools. 047 ==> 153775 : Download from camera: Renaming because of already existing file does not work. 048 ==> 154346 : Can't rename in digiKam. 049 ==> 154625 : Image-files are not renamed before they are saved to disk. 050 ==> 154746 : Album selection window's size is wrong. 051 ==> 159806 : Cannot display Nikon d3 raw files. 052 ==> 148935 : digiKam hot pixel plugin can not read canon RAW files. 053 ==> 158776 : Confirm tag delete if tag assigned to photos. 054 ==> 148520 : Change of rating causes high CPU load. 055 ==> 140227 : Remove or modify D&D tags menu from icon view area. 056 ==> 154421 : Live search doesn't search filenames. 057 ==> 118209 : digiKam hotplug script kde user detection problem. 058 ==> 138766 : JPEG Rotations: Give a warning when doing Lossy rotations (and offer to do lossless when applicable). 059 ==> 156007 : Canon Raw+Jpg Locks up download image window during thumbnail retrieval. 060 ==> 114465 : Simpler entry of tags. 061 ==> 159236 : Corrupted file when downloading from CF card via digiKam. 062 ==> 121309 : Camera list sorted by brand. 063 ==> 137836 : Usability: Configure camera gui add and auto-detect camera. 064 ==> 160323 : Changing the album name from sth to #sth and then to zsth causes the album to be deleted along with the files. 065 ==> 145083 : Space and Shift-Space isn't used for navigation between images. 066 ==> 158696 : digiKam image viewer crashes when "Save As" is clicked. 067 ==> 156564 : Light table crashes when choosing channel. 068 ==> 147466 : digiKam crashes on termination if an audio file played. 069 ==> 146973 : Crashes when clicking on preview image. 070 ==> 148976 : digiKam Deleted 2.3 g of Pictures. 071 ==> 145252 : Umask settings used for album directory, not for image files. 072 ==> 125775 : digiKam way to save and delete "Searches". 073 ==> 150908 : Canon g3 not recognized works version 0.9.1. 074 ==> 152092 : Showfoto crashes ( signal 11 ) on exit. 075 ==> 160840 : Wrong filtering on Album-Subtree-View. 076 ==> 160846 : Blurred preview of pics. 077 ==> 157314 : Zoom-slider has no steps. 078 ==> 161047 : Shift and wheel mouse doesn't work. 079 ==> 161087 : Conflicting directions of mouse scroll when zooming. 080 ==> 161084 : Not properly updates status bar info. 081 ==> 162132 : Crash while saving tiff (possibly caused by present alpha channel). 082 ==> 155046 : light-table usability, possible improvements. 083 ==> 161085 : Zoom steps in image editor. 084 ==> 162247 : The photos thumbnails list would be better if in the end of an album/date/tag start the next. 085 ==> 160523 : Crash when saving picture as new name after resizing. 086 ==> 162428 : debug info needed ? 087 ==> 147597 : Typos in the digiKam KDE3 PO file. 088 ==> 162496 : When Digikam saves file as JPEG - JPG options are not always presented. 089 ==> 160740 : Handbook says that libgphoto2 is required but does not say whether it should be compiled with exif support. 090 ==> 148400 : Problem loading 16bit Grayscale TIFF image. 091 ==> 160925 : digiKam crash, I don't know why, but I have the bugreport. 092 ==> 162691 : 0.9.4 beta5 compile error imagehistogram.cpp. 093 ==> 160966 : Some searches don't work properly with the new sqlite3-3.5.8. 094 ==> 162245 : Assigned tag list not updated correctly when "show assigned tags" filter is active. 095 ==> 158866 : Advanced Search on Tags a mess. 096 ==> 162814 : digiKam crashes when using light table (page down). 097 ==> 163151 : Red eye correction doesn't work fine. 098 ==> 163227 : Searching for tag names in simple and advanced search doesn't work. 099 ==> 163474 : Config UI using external media. 100 ==> 156420 : Canon EOS 400D, no thumbnails displayed then digikam segfaults. 101 ==> 163118 : digikam-0.9.4_beta5 compilation hangs with gcc 4.3. 102 ==> 164301 : Filter Albums sub-tree names too, when using quickfilter on icon view. 103 ==> 164482 : Place filename of image in klipper/paste buffer from thumbnail right mouse button context menu. 104 ==> 164536 : Add adjust mid range color levels. 105 ==> 164615 : Image detail info about geometry (X-pixel / Y-pixel) missed. 106 ==> 149654 : Fullscreen icon changes image's zoom to 100% (should fit to screen). 107 ==> 162688 : Digikam RC5, can't see scroll bar sliders in dark theme. 108 ==> 161212 : Switch to full screen resets X11. 109 ==> 164432 : Compilation fails with gcc 3. 110 ==> 164392 : Can't compile digikam with missing libkdcraw. 111 ==> 160617 : Same image gets opened to both sides of view when draggin image to right side. 112 ==> 165823 : Digikam crashes if last picture is removed from lighttable. 113 ==> 165921 : Translation bug: Missing german translation. 114 ==> 130906 : Allow user to click text of tags to tag an image (not checkbox only). 115 ==> 126871 : Click on parent folder in tree should generate a reaction. 116 ==> 162812 : Sharpen slider enhancement refresh previews continuously. 117 ==> 166274 : Rename files on download from camera. 118 ==> 166472 : Thumbnail bar gone in image editor when switching back from fullscreen. 119 ==> 166540 : Showfoto always prints filename.
2008-11-10make MAKE_JOBS_SAFE to NO.taca1-1/+2
2008-11-08Need buildlink GL and GLU headers.obache1-1/+4
2008-11-07Update to 0.1.16. Changes unknown as not listed in CHANGES file.sborrill3-29/+8
2008-11-07Update to 2.10.10:wiz3-7/+8
version 2.10.10 --------------- New features and user visible changes: * Added ability to hide video and audio files, using the gconf key /apps/gthumb/browser/show_only_images. Bugs fixed: * #552453: gthumb 2.10.9 contains COPYING for GPL v3 * #546383: gthumb 2.10.9 fails to link Patch by Götz Waschk. * Do not exclude xcf images from the file list. New or updated application translations: * Romanian (Mihai Varzaru) * Thai (Manatsawin Hanmongkolchai) * Turkish (M. Emin Akşehirli)
2008-11-06Update to 7.51. Minor changes omitted; see "Changes".gdt2-6/+6
Oct. 27, 2008 - Version 7.51 (production release) - API Changes: - Added ExtractEmbedded option - Added support for XMP PRISM 2.0 schema tags - Added -X option to output extracted information in XML format - API Changes: - Fixed CanWrite() to be consistent with documentation - Added support for new XMP IPTC Extension 1.0 tags (rev 2) - Added new Composite LensID tag and changed a number of LensType values in an attempt to disambiguate Canon, Pentax, Minolta and Sony 3rd party lenses - API Changes: - Added ListSep option - API Changes: - Added ability to pass options to SetNewValuesFromFile - WARNING: Older ExifTool versions will not properly rewrite DNG 1.2 images which contain multiple color profiles - Added DNGVersion check to avoid future problems with major DNG revisions - Added support for new DNG version 1.2.0.0 tags - Decode Nikon Capture NX 2 NikonICCProfile information (thanks Jens Duttke)
2008-11-05Update to 0.1.6:wiz6-69/+120
v 0.1.6 --------------------------------------------------------------------------- Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org): 001 ==> 162687 : FlickrExport : Make Flickr Export screen non-modal. 002 ==> 162683 : FlickrExport : Export to picassaweb doesn't works. 003 ==> 164152 : FlickrExport : Geotagging when exporting to Flickr. 004 ==> 166712 : PrintWizard : Choosing the part which is cut off for printing only works for the first photo. 005 ==> 162994 : PicasaWebExport : Picasa album list does not contain "not listed" albums, contains only "public" albums. 006 ==> 150912 : PicasaWebExport : Uploader does not upload. 007 ==> 164908 : PicasaWebExport : Private albums are not listed (and then not usable). 008 ==> 150979 : PicasaWebExport : Picasa Export-Plugins does not work. v 0.1.6 - beta1 --------------------------------------------------------------------------- Kipi-plugins NEW FEATURES: FlickrExport : dialog layout re-written to be more suitable. FlickrExport : list of item to upload is now display in dialog. FlickrExport : Support RAW files format to upload as JPEG preview. PicasaWebExport: Support RAW files format to upload as JPEG preview. Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org): 001 ==> 149890 : TimeAdjust : Adjust date and time from Exif does not work. 002 ==> 154273 : RAWConverter : Quality setting for jpegs saved by raw converter is insanely high. 003 ==> 157190 : GPSSync : Misleading description for geotagging images. 004 ==> 154289 : FlickrExport : Cannot upload RAW images. 005 ==> 153758 : FlickrExport : FlickrUploader fails to upload photos whose caption contains accented characters or a trailing space. 006 ==> 128211 : FlickrExport : "Ok" Button in "Add Photos" shouldn't fire upload directly. 007 ==> 159081 : FlickrExport : Upload to Flickr not working. 008 ==> 162096 : FlickrExport : When selecting all photos reverses the order. 009 ==> 158483 : PicasaWebExport : Plugin cause Digikam crash. 010 ==> 160453 : PicasaWebExport : Crashes when exporting to Picasaweb. 011 ==> 155270 : FlickrExport : Tags with non-Latin characters dropped during image export. 012 ==> 153207 : FlickrExport : Without using application tags: Flickr still reads embedded metadata into tags. 013 ==> 153206 : FlickrExport : Provide option to remove spaces in tags during export. 014 ==> 145149 : FlickrExport : Flickr uploading from DigiKam does not cache auth data. v 0.1.5 --------------------------------------------------------------------------- Kipi-plugins NEW FEATURES: SimpleViewerExport : plugin is now compatible with SimpleViewer version 1.8.x. SimpleViewerExport : plugin now support RAW files format. Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org): 001 ==> 155231 : GPSSync : Timezones are assumed to be only in hourly increments/decrements of GMT. 002 ==> 154849 : GPSSync : Updates first find only, does not match other than GMT camera time. 003 ==> 144070 : GPSSync : Typing coordinates doesn't update the map. 004 ==> 152526 : GPSSync : Remember last display options like zoom and map/sattelite/hybrid view. 005 ==> 158176 : SlideShow : Linking errors in slideshow plugin (missing -lXrandr). 006 ==> 150393 : SimpleViewerExport : XML file is corrupted if exif comment contains a "<". 007 ==> 134774 : SimpleViewerExport : Exported simpleviewer gallery fails to load images due to wrong xml file name. v 0.1.5 - RC2 --------------------------------------------------------------------------- Kipi-plugins NEW FEATURES: PrintWizard : caption can contain more exif info Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org): 001 ==> 151578 : BatchProcess : Popup window says "Cannot run properly 'convert' program from 'ImageMagick' package" but it seems fine. (really fixed) 002 ==> 155084 : PrintWizard : Printing comments and EXIF tags. 003 ==> 155371 : GPSSync : Add search feature to the embedded GPS Sync Google Maps based editor. 004 ==> 102021 : SlideShow : Pan and Zoom on Slideshow viewing (not a transition) a la iPhoto v 0.1.5 - RC1 --------------------------------------------------------------------------- Kipi-plugins NEW FEATURES: General : Added the availability to disable plugins we don't want to build. : This feature is very useful for source based distros (Matej Laitl) PrintWizard : Added raw file management, now raw files can be printed. SlideShow : Solved minor issue in filename printing (2D slideshow). SlideShow : New caching mechanism SlideShow : Added Ken Burns effect Calendar : Fixed recurring events not showing (only first date was showed) Setting special events only once (before printing), instead of one for every page Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org): 001 ==> 149666 : General : iPod Export kipi plugin cannot be disabled at compile time when libgpod is present on system. 002 ==> 151604 : PrintWizard : Print Wizard does not recognize raw images. 003 ==> 102021 : SlideShow : Pan and Zoom on Slideshow viewing (not a transition) a la iPhoto. 004 ==> 151578 : BatchProcess : Popup window says "Cannot run properly 'convert' program from 'ImageMagick' package" but it seems fine. 005 ==> 152210 : BatchProcess : Metadata lost when converting from png to jpeg (IPTC thumbnail too big). 006 ==> 152215 : GPSSync : GPS correlator starts too many kio_thumbnail processes. 007 ==> 149491 : GPSSync : GPS correlator GPSSYNC do_not admit GMT+5h30 (India). 008 ==> 150114 : GPSSync : Max time gap is limited to 999 or 2000 seconds. 009 ==> 154244 : ImageViewer : SHIFT triggers help dialog. v 0.1.5 - Beta1 ---------------------------------------------------------------------------- Kipi-plugins NEW FEATURES: General : Added configure options to allow disabling plugins (--disable-XXXX) provided by Matej Laitl (bug #149666) PrintWizard : Wizard GUI review Added exif management. Prints exif date-time info. Font, color and size of captions. Added an option to to print without margins (full-bleed). Added 10x13.33cm into a4 (provided by Joerg Kuehne) Added full size A4 printing (one photo per A4 page) Added A6 size to get the old configuration for 10x15cm page Changed page size to real 10x15cm instead of A6 (need to set up right page size on kprinter) Added a new page size 13x18cm (need to set up right page size on kprinter) Each photo can be printed more than once PicasaWebExport: New plugin to export pictures to Picasa web service (by Vardhman Jain). SlideShow : Dropped imlib2 dependency Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org): 001 ==> 133193 : PrintWizard : Data on the photo. 002 ==> 111454 : PrintWizard : Print photo's date into one corner like print assistant. 003 ==> 146457 : PrintWizard : Rotation is not done correctly Exif. 004 ==> 138838 : NewPlugin : Digikam Picasaweb export plugin. 005 ==> 103152 : PrintWizard : Improvement suggestions for printing wizard. 006 ==> 117085 : PrintWizard : Have pictures fit a whole, single sheet. 007 ==> 100471 : PrintWizard : Can't print the same image more than once on the same page. 008 ==> 148621 : JPEGLossLess : Image rotation not working properly. 009 ==> 144388 : JPEGLOssLess : Cache is not updated after rotating pictures. 010 ==> 144604 : JPEGLossLess : Rotation causes Exif data corruption. 011 ==> 150063 : JPEGLossLess : Rotating JPEG produces error and truncates original file.
2008-11-05Update to 0.1.6:wiz3-12/+10
0.1.6 ------------------------------------------------------------------------ Updated LibRaw to 0.6.1. Ported to LibRaw 0.6.0 Api. Removed dcraw.c and DcrawBinary class. New cameras: Canon 50D, Sony A900, Nikon D90 & P6000, Panasonic LX3 FZ28. 0.1.5 ------------------------------------------------------------------------ - API changed: Add white point settings support (dcraw -S option) Add new method to set/check brigness settings aviability Raw decoding settings widget re-designed to group each options by features using tabs. Add support dcraw options -m -A -P -p -o. Add new signal emited when something is changed in settings. Add new integer and double slider widgets with default values and reset buttons. Add new combo box widget with a default item and reset button. Add new method to extract whole embedded JPEG image data as a byte array. - Updated dcraw to 8.87 New camera : Kodak C603, Nikon D700, Canon EOS 1000D, Canon PowerShot SD300, and Olympus E-520. Removed useless code from ppg_interpolate(). - Updated dcraw to 8.86 New camera : Sony A300. Fixed camera WB on the A200. Set model-specific saturation levels in adobe_coeff(). No new options introduced. - Updated dcraw to 8.85 New camera : Olympus E-420. No new options introduced. - Updated dcraw to 8.84 New cameras: Canon EOS 450D, Nikon D60, and Fuji S100FS. Copied new matrices from Adobe DNG Converter 4.4. sRAW support in 1.393 broke Fuji DNG files, now fixed. No new options introduced. 0.1.4 ------------------------------------------------------------------------ - updated dcraw to 8.83 new cameras: Apple QuickTake 200, Fuji IS-1, Sony DSLR-A350, Pentax K20D, Nokia N95, Canon PowerShots A460, Canon PowerShots A530, Canon PowerShots A650. no new options introduced. - updated dcraw to 8.82 new cameras: Sony DSLR-A200, Sony DSLR-A700, Sony XCD-SX910CR, STV680 VGA no new options introduced. Bugs fixed from B.K.O (http://bugs.kde.org): 001 ==> 142055 : Which whitebalance is used.
2008-11-04Add qimageblitzmarkd1-1/+2
2008-11-04Import qimageblitz 0.0.4markd5-0/+66
Interm graphical effect and filter library for KDE4.0
2008-11-03PKGREVISION++ for sysutils/pciutilsbjs2-4/+4
2008-11-02Update RMagick to 2.7.1.obache2-6/+6
RMagick 2.7.1 o Fix bug #22471, Magick::fonts can abend on 64-bit systems (bug report and patch by James Le Cuirot) o ImageList.new accepts a block which is passed on to Image::read when reading the input images. The block is executed in the context of an Image::Info object. o Add support for the "user" image property. o Define the Magick::FatalImageMagickError exception class, raised if ImageMagick raises a fatal (unrecoverable) exception. o Added feature #22618, Image#total_ink_density (request by F. Behrens)
2008-11-01Update to 1.2.33 release (from rc2), no changes.wiz2-6/+6
2008-11-01Fix COMMENT, DESCR.gdt2-9/+13
2008-10-31Re-add "include/cairo/cairo-quartz-image.h" to package list under Mac OS X.tron2-2/+4
Bump package revision.
2008-10-30Replace patch-ab with a post-extract rule. No change to the binary package,wiz3-21/+5
just one file less in pkgsrc ;)
2008-10-30Update to 1.8.2:wiz4-56/+6
Release 1.8.2 (2008-10-29 Carl Worth <cworth@cworth.org>) ========================================================= The cairo community is pleased to announce the 1.8.2 release of the cairo graphics library. This is the first update to cairo's stable 1.8 series and contains a large number of bug fixes. It is being released just over one month since cairo 1.8.0. This release consists primarily of bug fixes, but there is one notable new feature, (the ability to build cairo without an external font backend), and there are a few optimizations as well. See below for details on these changes and the most important bug fixes. While many people have contributed to this release, Chris Wilson deserves particular mention. He has contributed well over twice as many changes to cairo since 1.8.0 than everyone else combined. We greatly appreciate the tremendous efforts of Chris and all cairo contributors. We recommend everyone upgrade to cairo 1.8.2 and hope that everyone will have lots of fun with cairo! -Carl New feature ----------- It is now possible to build cairo without any font backend, (such as freetype, win32 or quartz). This is most useful when the application provides custom font rendering through the user-font API. But in the case where no external font backend is available, and no user-font is provided, cairo will render with a failsafe font, (a stroked font covering visible ASCII character). (Behdad Esfahbod) Optimizations ------------- Dramatically speed up compilation with dolt (removes much of the libtool overhead) (Behdad Esfahbod with thanks to Josh Triplett). Several minor optimizations to tessellator (special-cased comparisons, faster insert for skiplist, etc.) (Chris Wilson). Optimize away fractional translation component when doing EXTEND_NEAREST filtering, (for better performance). General bug fixes ----------------- Allow cloning sub-regions of similar surfaces to fix this bug (Chris Wilson): Crafted gif file will crash firefox [XError: 'BadAlloc (insufficient resources for operation)'] https://bugzilla.mozilla.org/show_bug.cgi?id=424333 Fix some matrix confusion to fix this regression (Chris Wilson): Translucent star exports in a wrong way to PDF https://bugs.launchpad.net/inkscape/+bug/234546 Fix some long-standing bugs with respect to properly computing the extents of transformed, filtered surfaces (Owen Taylor, Carl Worth, and Chris Wilson): Bad clipping with EXTEND_NONE http://bugs.freedesktop.org/show_bug.cgi?id=15349 Improve filtering handling in cairo-pattern.c http://bugs.freedesktop.org/show_bug.cgi?id=15367 Many thanks to Chris Wilson for digging out and cleaning up these fixes. Fix compilation on Solaris 10 (Chris Wilson): Cairo requires -DREENTRANT (along with -D_POSIX_THREAD_SEMANTICS) to compile on Solaris 10 with pthreads https://bugs.freedesktop.org/show_bug.cgi?id=18010 Fix very old bug causing dashes to be rendered at the wrong length in fallback images (Adrian Johnson) Dashed strokes too long in fallback images https://bugs.freedesktop.org/show_bug.cgi?id=9189 Fix broken dashing when a dashed path starts outside the clip region (Chris Wilson). Avoid range overflow when computing large patterns (Benjamin Otte and Chris Wilson). Avoid crashing due to an invalid font with an incorrect entry in its CMAP table (Adrian Johnson). Fix bugs in computing maximum size of text requests that can be sent with the Render extension, (avoiding potential crashes when rendering large amounts of text) (Behdad Esfahbod and Chris Wilson). Fix rendering of operators unbounded by the mask (Chris Wilson). Fix compilation on systems without compiler support for a native 64-bit type (Chris Wilson). Fix several cases of missing error-status propagation. (Chris Wilson, doing the work he seems to never tire of). Fix several locking issues found with the lockdep valgrind skin (Chris Wilson). Backend-specific bug fixes -------------------------- xlib: Avoid crash due to attempting XRender calls on pixmaps with formats not supported by the Render extension (Chris Wilson): XRender crashes due to NULL pointer from Cairo on SGI O2 https://bugs.freedesktop.org/show_bug.cgi?id=1173 xlib: Add support for XImages with depth of 4, 20, 24, or 28 bits (Chris Wilson): cairo doesn't support 24 bits per pixel mode on X11 https://bugs.freedesktop.org/show_bug.cgi?id=9102 xlib: Avoid mistakenly considering two surfaces as similar just because their depths match (while their Render formats do not) (Karl Tomlinson). ps: Fix slight mis-scaling of bitmapped fonts (Adrian Johnson) svg: Correctly emit comp-op for paint, mask, and show_glyphs operations (Emmanuel Pacaud). svg: Use finer-grained fallbacks for SVG 1.2 (as PS and PDF backends have been doing since 1.6.0) (Chris Wilson).