summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2008-12-02Update to 2.24.2:wiz3-30/+21
version 2.24.2 - print vendor and product id while probing devices. provide some more device informations for easier bug triaging. - don't use random access glist methods when accessing a list sequentially. properly free list elements after use, fixes bug #560514, courtesy of Giuseppe Fuggiano - print the cheese version if the -v flag is set - free gslist properly without a memory leak, fixes bug #560347, courtesy of Giuseppe Fuggiano - cheese now supports webcams which support only one resolution, fixes bug #560032, courtesy of Hans de Goede - change the default font of the countdown widget to bitstream vera sans bold - added/updated translations - pt_BR, courtesy of Joao Emanuel - de, courtesy of Hendrik Richter - uk, courtesy of Maxim V. Dziumanenko - ca, courtesy of Joan Duran
2008-12-02Update to 2.24.2:wiz2-6/+6
Version 2.24.2 -------------- * Fix warnings when dbus disabled (Felix Riemann) * Code fixes (Felix Riemann) * Fix compilation under Mac OS X (Felix Riemann) * Fix broken keyboard keys (Frederic Peters) Bug fixes: #560065, Build failure: local variable-name collides with system-header symbol (Felix Riemann) #560336, need to update the eggtreemultidnd.[ch] copy from libegg (Felix Riemann) #560396, can't open menu with keyboard when no image is shown (Frederic Peters) New and updated translations: - Ivar Smolin [et] - Maxim Dziumanenko [uk]
2008-12-01Remove ftp.mirror.ac.uk from MASTER_SITES, it is not in download pageobache1-3/+3
and can'resolve now. Add official http site instead.
2008-12-01Remove from MASTER_SITES other than SourceForge.obache1-4/+2
Download page for current version only link to SourceForge.
2008-11-30+ f-spot.wiz1-2/+3
2008-11-30Initial import of f-spot-0.5.0.3, packaged in wip by me with lots ofwiz4-0/+459
help from Mihai Chelaru (kefren): F-Spot supports 16 common files types, including JPEG, GIF, TIFF, RAW, and others. It can import your photos from your hard drive, camera (including PTP type), or iPod. Photos can be tagged for searching and grouping, and the timeline gives quick sense of temporal location, and quantity of photos taken. F-Spot can view and export EXIF and XMP metadata in your images. Other features include fullscreen and slideshow modes. Editing photos in F-Spot is a breeze. Easily rotate, crop, resize, and adjust red eye and other color settings with a few simple clicks. Versioning ensures your originals are never altered. Enter descriptions of photos that are saved in the actual file so other people and programs will be able to see them, whether they use F-Spot or not. F-Spot allows for quick and precise color adjustments, including brightness, contrast, hue, saturation, and temperature.
2008-11-30Various fixes:obache6-58/+74
* Remove copy of X11 header files for old X11, it may cause build failure with recent X, like a PR 39975. * Need rgb.txt, add dependency on x11/rgb for X11_TYPE=modular. And fix path for the file (SUBST.rgb and patch-ac). * Add DESTDIR support. it seems that rules of imake deal spaces after cammna as part of the argument (patch-ac). * Replace IMAKE_MANNEWSUFFIX with IMAKE_MAN_SUFFIX in PLIST. * hard coded errno and sys_errlist is not portable these days (patch-ab) * sort PLIST * regen patches with unfied diff. Bump PKGREVISION.
2008-11-30Update GraphicsMagick to 1.3.2.obache2-6/+6
1.3.2 (November 29, 2008) ========================= Security Fixes: * None. Bug fixes: * -roll was failing for colormapped images. * VID: Memory leak fix. * PREVIEW: Solarize parameter was wrong. * Delegates previously using 'spawn' needed an ampersand so that starting the child process does not hang the GUI. Feature improvements: * +profile now supports an exclusion syntax. For example ``+profile '!icm,*'`` removes all of the profiles except for the ICM profile. The new syntax also allows multiple profiles to be listed at once. Performance Improvements: * AdaptiveThreshold, Blur, Convolve, and MotionBlur no longer process the opacity channel unless the image has one.
2008-11-29regenjmcneill1-2/+2
2008-11-29distinfo fixadam1-1/+3
2008-11-28PLIST fix, when aalib option is disabledadam1-2/+2
2008-11-28Add hal support, bump pkgrevisionjmcneill7-32/+78
2008-11-26fix an uninitialized variable, from upstream CVS, bump PKGREVISIONdrochner3-2/+17
This should fix the "transmission" crash reported by Jared D. McNeill on pkgsrc-changes.
2008-11-26Make librsvg a BUILD_DEPENDS, use absolute path when calling rsvg-convertjmcneill1-6/+6
2008-11-26add gimp-2.6.3drochner10-0/+2306
first cut on a pkg for gimp-2.6 (might replace gimp-2.4 after some testing)
2008-11-26update to 0.14.1drochner3-11/+17
changes: -license now 'GPLv2 or later' -UI improvements -Grayscale conversion -Arbitrary rotation support for ufraw-batch -Load private resource file $HOME/.ufraw-gtkrc at startup -Replace the "use matrix" check box with a "Color matrix" profile -more improvements -translation updates -works with gimp-2.6 approved by Greg Troxel
2008-11-26update to 1.6.2drochner3-7/+20
changes: bugfixes approved by Greg Troxel
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.