summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2007-08-06Allow MesaLib to be cross-compiled. This is horrible slow, but workingjoerg5-1/+165
magic.
2007-08-04Update Rabbit to 0.5.3.obache3-33/+89
Changes 0.5.3 from 0.5.2: 2006-08-04 * Theme related o added Day White/Night Black themes (TADA Tadashi) o added a slide for benchmarking theme (suggested by TADA Tadashi) o added Green Circle theme. o renamed Auto Slide to Slide Show. o clean-upped (codes of) theme. * Documentation update o INSTALL.win32 (Masao Mutoh, zunda¡Ë * Bug fixes o escaped '_' in page name for page name list in menu. (reported by Shugo Maeda) o fixed a GRClosure related problem. (akira yamada) o fixed a crash bug when reloading source. o fixed a bug that occurs with --output-html without --output-index-html. o fixed a bug that font configurations are ignored in printing. * improved GIMP support (akira yamada) * removed libgnomeprint support. * supported Wiki notation (HikiDoc). (included hikidoc.rb only in this release) * marked quality of PS/PDF output is enough. * added a toggle Magnifier action to menu. * added a toggle Spotlight action to menu. * supported partial rendering. (syntax in source is not supported yet) * {start,stop}_reload_timer -> {start,stop}_redraw_timer ({start,stop}_reload_timer are still available for backward compatibility)
2007-08-02- Add SUBST fragment to deal with hardcoded .so library suffix in image.c.tnn3-13/+20
- While here, remove hunk "Avoid regenerating within pkgsrc" from patch-af. (caught by pkglint) - Bump revision
2007-08-02Update ruby-RMagick to 1.15.8.obache2-7/+7
Changes: o Fixed bug #12671, incorrect link in HTML doc (bug report from Thomas R. Koll o Fixed bug #11890, incorrect usage description for Draw#text_undercolor in HTML doc (bug report from Ezra Freedman) o Fixed bug #12706, specifying both a gravity and offsets to Image#composite positions the composite image incorrectly (bug report from Benoit Larroque)
2007-08-01Pass down native compiler using CC_BUILD when cross-compiling.joerg1-1/+5
2007-08-01File bin/exifautotran should be installed in ${DESTDIR}.obache1-2/+2
Pointed out by Blair Sadewitz in PR 36718.
2007-07-31Changes 2.3.19:adam6-52/+22
- support long layer names in PSD files - improved EXIF handling in the JPEG file plug-in - added control for the playback speed in the Animation Playback plug-in - avoid needless image preview invalidation - allow to edit the image comment in the Image Properties dialog - further improved rectangle tools - made JPEG save parameters user-configurable - avoid color conversions between identical ICC color profiles - improved Print plug-in - improved loading and saving of indexed TGA images - bug fixes and code cleanup
2007-07-31# libgimpthumb Makefile.am has issues (2.3.18):gdt1-1/+5
# http://bugzilla.gnome.org/show_bug.cgi?id=462130 MAKE_JOBS_SAFE= no
2007-07-30malloc.h -> stdlib.hjoerg2-1/+48
2007-07-30G_INTMAX16 doesn't exist. Assume for now that it means 0x7fff.joerg2-4/+4
No cookie for lkundrak.
2007-07-29+p5-Template-GDadrianp1-1/+2
2007-07-29The Template-GD distribution provides a number of Template Toolkitadrianp4-0/+38
plugin modules to interface with Lincoln Stein's GD modules. These in turn provide an interface to Thomas Boutell's GD graphics library. These plugins were distributed as part of the Template Toolkit until version 2.15 released in February 2006. At this time they were extracted into this separate distribution. For general information on the Template Toolkit see the documentation for the Template module or <http://template-toolkit.org>. For information on using plugins, see Template::Plugins and "USE" in Template::Manual::Directives.
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam2-24/+7
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-07-28Update to 2.00, provided by Rumko on pkgsrc-users.wiz7-73/+67
July 02 2007 - V2.00 Converted internal character handling to UTF8. Trained with 6 languages. Added unicharset_extractor, wordlist2dawg. Added boxfile creation mode. Added UNLV regression test capability. Fixed problems with copyright and registered symbols. Fixed extern "C" declarations problem.
2007-07-27Don't use malloc.h. Don't override MANDIR, imake is special.joerg3-3/+49
2007-07-25Update to 1.2.6:wiz2-6/+6
1.2.6: Sam lantinga - Wed Jul 18 00:30:32 PDT 2007 * Improved detection of libjpeg, libpng, and libtiff at configure time * PNG and TIFF images are correctly identified even if dynamic libraries to load them aren't available. * Fixed loading of TIFF images using libtiff 3.6 Sam Lantinga - Thu Jul 5 07:52:35 2007 * Fixed static linking with libjpeg Michael Koch - Tue Feb 13 10:09:17 2007 * Fixed crash in IMG_ReadXPMFromArray()
2007-07-23Correct "size"-info for GMT4.1.4_web.tar.bz2.wennmach1-2/+2
Distinfo problem pointed out by wiz.
2007-07-20force "configure" to check for the same Python version as used bydrochner1-1/+2
distutils later, should fix the failing test seen in a DragonFly bulk build
2007-07-19Update to 3.5.19:wiz3-10/+10
NEW IN VERSION 3.5.19 --------------------- - License change. Starting with version 3.5.19, DjVuLibre is distributed under either version 2 of the GPL or (at your option) any later version. Previous version were released strictly under the GPL version 2.
2007-07-18Installs Perl script, so depend on it. Bump revision.joerg1-2/+3
2007-07-17update to 3.0.1drochner3-7/+38
changes: minor bugfixes and UI tweaks, translation updates
2007-07-17update to 0.15drochner2-6/+6
This maintenance release fixes a number of bugs, adds support for Minolta G500 RAW files and has minor tag and some larger translation updates.
2007-07-17Changes 2.2.17:adam3-27/+6
- fixed regression in PSD load plug-in - fixed crash when loading a corrupt PSD file - work around for Pango appending " Not-Rotated" to font names Changes 2.2.16: - improved input value validation in several file plug-ins - improved handling of corrupt or invalid XCF files - guard against integer overflows in several file plug-ins - fixed handling of background alpha channel in XCF files - improved forward compatibility of the config parser - fixed crash when previewing some animated brushes
2007-07-17update to 1.0.10drochner2-14/+7
The 1.0.10 release adds provisional support for ANG and aNIM and has some minor bug-fixes.
2007-07-17update to 2.10.5drochner3-6/+21
changes: -bugfixes -Deleted unused functions -When generating a new thumbnail, scale the image only if the original size is larger than the requested size.
2007-07-16py-setuptools is only available for 2.4 and ctypes for 2.3+, restrictjoerg1-1/+2
accordingly.
2007-07-15Revert previous, requested by joerg for fixing DragonFly builds.wiz1-6/+6
2007-07-14The package supports installation to DESTDIR.heinz1-1/+3
2007-07-14Added support for installation to DESTDIR.heinz1-6/+12
2007-07-13update to 2.18.3drochner3-8/+10
changes: translation updates
2007-07-13remove explicit dependency on poptdrochner1-2/+1
(it is still pulled in through libgnome)
2007-07-13+py-OpenGL/py-gtkglextdrochner1-1/+3
2007-07-13import PyOpenGL-3.0.0a6: Python bindings for OpenGLdrochner5-0/+60
prepered by Quentin Garnier in pkgsrc-wip
2007-07-13import pygtkglext-1.1.0: Python bindings for gtkglextdrochner5-0/+93
2007-07-10Add SITES for jumbo patch; problem noted and fix providedwiz1-1/+2
by Andreas Gustafsson.
2007-07-08Update to xv-3.10a-jumbo-patches-20070520.wiz11-227/+128
Merge patch-ad and patch-ah. Use SUBST framework. Add some tools (per pkglint). Bump PKGREVISION.
2007-07-08Drop dcraw dependency, libkdcraw takes care of that.wiz1-3/+1
Ride update from a few minutes ago.
2007-07-08Update to 0.1.4:wiz6-520/+212
v 0.1.4 ---------------------------------------------------------------------------- Note on release: Due to missing files on svn, docbook "pt" and "da" have been removed form this final release, apologize for that. v 0.1.4 beta2 ---------------------------------------------------------------------------- Kipi-plugins NEW FEATURES HTMLExport : Option to specify whether the original images should be included HTMLExport : Support for theme variants HTMLExport : New theme: "frames", by Rüdiger Bente HTMLExport : New theme: "cleanframes", by Beth and Robert Marmorstein HTMLExport : New theme: "classic", simulating the output of the old HTML Gallery plugin SlideShow : Skip to next or previous image by a right or left click SlideShow : Skip to next or previous image by mouse wheel scrolling SlideShow : Images can be sorted/added/removed manually. SlideShow : Progress indicator printing doesn't depend on file name printing anymore. Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org): 001 ==> 140477 : SendImages : Ability to rename images being sent via email. 002 ==> 143450 : SlideShow : Skip to next or previous image by a right or left click 003 ==> 138880 : TimeAdjust : digiKam 0.9rc2 - 0.9.1rc1 setting file date to exif doesn't work. 004 ==> 140890 : TimeAdjust : The preview does not display date and time properly for Japanese locale. 005 ==> 144185 : TimeAdjust : Adjust date-time tool should remember previous fixed date. 006 ==> 146799 : SlideShow : digikam 0.9.2 crashes when exiting - slideshow error v 0.1.4 beta1 ---------------------------------------------------------------------------- Kipi-plugins NEW FEATURES General : Moved Exiv2Iface class to a new shared library named libkexiv2 used by kipi-plugins and digiKam. ImageViewer : initial import of new OpenGL based image viewer. RAWConverter : Port plugin to libkdcraw shared library. Printwizard : Printwizard can print 8 photos per page (A4) MPEGEncoder : Avoid to pass img2mpg script unmanaged file path. GPSSync : New plugin to export GPS locations from pictures to Google Maps / Google Earth. Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org): 001 ==> 139264 : General : Prefer Exif DateTimeOriginal for image date/time (DateTimeDigitized and DateTime only used as fallback) 002 ==> 139074 : SendImages : Format missmatch at sendimages.cpp ('int' vs. 'size_t'). 003 ==> 140132 : MetadataEdit : Comments should sync to IPTC Caption First. 006 ==> 138241 : SendImages : A patch that adds support for the Claws Mail MUA. 007 ==> 140865 : RAWConverter : Plugin does not work (image can not be converted). 008 ==> 141528 : JPEGLossLess : Remove confirmation dialog for image rotate. 009 ==> 141530 : JPEGLossLess : Use Rotate left/right instead of degrees. 010 ==> 142848 : GPSSync : Timezone needs to go to GMT +13. 011 ==> 140297 : GPSSync : GPS kipi plugin truncates input coordinates, introducing inacuracy. 012 ==> 143594 : GPSSync : Bad Interpolation in correlate gpssync. 014 ==> 139793 : GPSSync : KML google export import. 015 ==> 142259 : GalleruExport: Export to Gallery 2.2-RC-1 fails. 016 ==> 135945 : FLickrExport : Tags with spaces are exported as multible tags. 017 ==> 146084 : SlideShow : Slide show interface suggestions. 018 ==> 145771 : MPEGEncoder : Gnome Desktop crashes and restarts when select Cancel option for Mpeg Slideshow plugin
2007-07-08Remove digikamimageplugins, it's included in digikam now.wiz5-1577/+1
2007-07-08Update to 0.9.2, take maintainership:wiz9-159/+359
digiKam 0.9.2-final - Release date: 2007-06-13 NEW FEATURES: digiKam BUGFIXES FROM KDE BUGZILLA (alias B.K.O | http://bugs.kde.org): 062 ==> 144590 : English labels need cleanup in digiKam. 063 ==> 146436 : digiKam try to include Exiv2 library headers. 064 ==> 146464 : Light Table does not deal with colour management. 065 ==> 142133 : typo English documentation docbook. ********************************************************************************************** digiKam 0.9.2-beta3 - Release date: 2007-06-03 NEW FEATURES: General : Light Table and Preview Mode can work with full image size instead a reduced one. ---------------------------------------------------------------------------- digiKam BUGFIXES FROM KDE BUGZILLA (alias B.K.O | http://bugs.kde.org): 059 ==> 145198 : Light-table should also work with the full image. 060 ==> 146072 : Slideshow shows black screen. 061 ==> 146184 : Showfoto no filename specified . ********************************************************************************************** digiKam 0.9.2-beta2 - Release date: 2007-05-28 NEW FEATURES: General : digiKam has a new powerful tool to compare similar images side by side: the Light Table. Demo and screenshots: http://www.digikam.org/?q=node/221 http://www.digikam.org/?q=node/222 ---------------------------------------------------------------------------- digiKam BUGFIXES FROM KDE BUGZILLA (alias B.K.O | http://bugs.kde.org): 040 ==> 135048 : Easily compare similar images using a light-table. 041 ==> 145159 : Improvements to the light-table. 042 ==> 145204 : Small issues with the light-table. 043 ==> 145227 : Change ratings via short-cuts in the light-table. 044 ==> 145236 : Small wishes for the light-table. 045 ==> 145237 : Small wishes for the light-table (2). 046 ==> 145170 : Always allow zooming in/out in imageeditor. 047 ==> 145078 : Ctrl-Y untied from Redo. 048 ==> 145083 : Space and Shift-Space isn't used for navigation between images. 049 ==> 145077 : Ctrl-W and Ctrl-Q shortcuts not tied to proper actions:fixed 050 ==> 145558 : In menu view: window size/original size: ctrl-shift-z obsolete? 051 ==> 144640 : CTRL-P does nothing in Album GUI: fixed to print action 052 ==> 144643 : Ctrl-Shift-A does not deselect in Album GUI: fixed 053 ==> 144644 : Ctrl-0 does not set zoom to 100% in Preview mode: Alt+Ctrl+0 054 ==> 144650 : Shift-Space doesn't work as PageUp. 055 ==> 145079 : Ctrl-A, Ctrl-Shift-A don't peform proper selection actions. 056 ==> 145627 : Showfoto /path/to/directory doesn't work, while the "open dir" feature exists. 057 ==> 146012 : Dragging an image over a tag in "tag filters" panel crashes digiKam. 058 ==> 146032 : Panning doesn't work in Light Table. ********************************************************************************************** digiKam 0.9.2-beta1 - Release date: 2007-05-04 NEW FEATURES: General : DigikamImagePlugins have been merged into digiKam. It more simple to release on package for all. Image plugins translations are hosted to digikam.po file instead a .po file for each tool. All tools still available like plugins at the same place than image plugin core. General : New depency to libkdcraw shared library used to decode RAW file. This library is shared between digiKam and kipi-plugins. The internal dcraw version used is 8.60. digiKam support now all recent digital camera RAW files released at PMA 2007. General : Make size of icons used in sidebars configurable in order to allow more entries to be presented. General : Make size of icons used in album icon view more configurable using a slider in status bar. General : Removing direct Exiv2 library depency. libkexiv2 interface is used everywhere instead. Album GUI : Add Zoom/Scrooling functions with preview mode. Image Editor : Usability improvement : a new pan tool is available on the right bottom corner of canvas to naviguate over large pictures. Image Editor : Usability issue : Blowup and Resize tools have been merged. Image Editor : Usability issue : Unsharp Mask, Refocus, and Sharpen tools have been merged to a new Sharpness Editor. Image Editor : Usability issue : Reorganize menu structure Image Editor : Usability issue : persistant selection in all zoom mode. Image Editor : Add new option to fit on current selection. Image Plugins : Red Eyes Correction tool have been completly re-writen. There is a preview of effect and the capability to taint the eye pupil with a customized color. The new eye pupil can be blured to smooth the result. Image Plugins : Solarize plugin is now a "Color Effects" pack including Solarize, Velvia (new plugin), Neon, and Edge effects. Image Plugins : Black & White converter now support a lots of B&W analog camera film types (Agfa, Ilford, Kodak). A new 'strength' setting can simulate the amount of Lens filters effect. Image Plugins : Update internal CImg library to 1.1.9. The Greycstoration algorithm used by Restoration, Inpainting and Blowup plugins is faster and optimized. Showfoto : The thumbbar is now resizable. The thumbnails contents can be redimensionned in live. Showfoto : The thumbbar items can show a full configurable tool tip like digiKam album icon items tool tip. ---------------------------------------------------------------------------- digiKam BUGFIX FROM KDE BUGZILLA (alias B.K.O | http://bugs.kde.org): 001 ==> 142443 : Red eye correction should change eye colour to an alternate colour. 002 ==> 138744 : Dcraw 8.45 supports Pentax K10D. 003 ==> 142427 : Rotate image tool too complicated. 004 ==> 141439 : A velvia similar plugin. AKA vivid saturation. 005 ==> 127583 : keywords, copyright, photographer info not saved to IPTC tags. 006 ==> 142571 : Auto-exposure result is different from the preview. 007 ==> 127377 : Restoration filter (CIMG) does not function properly. 008 ==> 131446 : Using inpainting plugin crashes digiKam. 009 ==> 103244 : Usability: Merge multiple similar menus into one. 010 ==> 139790 : Image Editor: the center of the photo is moving when zooming in or out. 011 ==> 106508 : Please change scaling behavior. 012 ==> 137236 : Disable autozoom when picture fits in window. 013 ==> 103645 : Zoom in with rectangle tool selection. 014 ==> 126127 : Enlarge small images when autozoom is activated. 015 ==> 104439 : Use left mouse button to scroll image. 016 ==> 137391 : Picture navigation in image editor using the mouse. 017 ==> 102029 : Configurable size of icons in sidebars. 018 ==> 102029 : No/small icons in album tree. 019 ==> 131155 : Smooth increasing/decreasing size of thumbnails like in iPhoto. 020 ==> 89365 : Reorganize menu structure in Image Editor. 021 ==> 134037 : Respect current sort order when passing list to KIPI plugin. 022 ==> 139466 : Remove configuration of digikam image plugins. 023 ==> 119418 : "set as album thumbnail" should work for different albums too. 024 ==> 125916 : Problem with opening 16bit TIFF. 025 ==> 143578 : New Pan Tool crash. 026 ==> 118539 : Lossless image-editor for JPEGs. 027 ==> 133913 : sRGB profile white point may be incorrect. 028 ==> 116148 : Auto-scrolling when selecting large area. 029 ==> 134498 : Date stamp display option for photos in full-screen mode. 030 ==> 130525 : Saving large (>5M) jpg's result in corrupt file. 031 ==> 132047 : Faster display of images and/or prefetch wished for. 032 ==> 140131 : No zoom in image preview. 033 ==> 89365 : More standard menu structure. 034 ==> 144214 : The plural form of "child" is "children", not "childs". 035 ==> 124487 : No way to pause a slide show. 036 ==> 128975 : "Correct Exif Orientation Tag" does not change the mtime of the image file. 037 ==> 139814 : The window of digiKam exceed the screen if the resolution is 800x600. 038 ==> 144481 : Vertical window size cannot be reduced to VGA resolution. 039 ==> 136254 : Editing tags does not change IPTC-keywords.
2007-07-08Some cleanup.wiz4-74/+5
2007-07-08Add buildlink3 file.wiz1-0/+22
2007-07-08+ libkdcraw.wiz1-1/+2
2007-07-08Initial import of libkdcraw-0.1.1:wiz5-0/+129
Libkdcraw is a C++ interface around the dcraw program used to decode RAW picture files. The library documentation is available in header files. This library is used by kipi-plugins, digiKam, and other kipi host programs.
2007-07-08Better HOMEPAGE.wiz2-3/+4
2007-07-08Update to 0.1.5:wiz4-537/+10
0.1.4, 0.1.5: Libtool versioning fixes. 0.1.3 ------------------------------------------------------------------------ New features - API changed: added 4 new static methods to get Exif/Iptc tags description/title. moved depreceate protected methods used by digiKam core to private. Bugs fixed from B.K.O (http://bugs.kde.org): 001 ==> 144604: Rotation causes Exif data corruption. GPS data fix General : Make size of icons used in album icon view more configurable using a slider in status bar. General : Removing direct Exiv2 library depency. libkexiv2 interface is used everywhere instead. 0.1.2 ------------------------------------------------------------------------ New features - added support for exiv2 from svn (next 0.14.0 release) - API changed: added printExiv2ExceptionError to manage Exiv2 C++ Exception error message Bugs fixed from B.K.O (http://bugs.kde.org): 001 ==> 142564: digiKam-signature in iptc and exif tags. 002 ==> 140297: GPS kipi plugin truncates input coordinates, introducing inacuracy.
2007-07-06update to 1.4.10drochner3-14/+14
changes: The most significant change in this release is a fix to avoid an X error in certain cases, (that were causing OpenOffice.org to crash in Fedora). There is also a semantic change to include child window contents when using an xlib surface as a source, an optimization when drawing many rectangles, and several minor fixes.
2007-07-06update to 2.3.5drochner3-42/+6
changes: -Some subglyphs in TrueType fonts were handled incorrectly due to a missing graphics state reinitialization. -Large .Z files (as distributed with some X11 packages) weren't handled correctly, making FreeType increase the heap stack in an endless loop. -A large number of bugs have been fixed to avoid crashes and endless loops with invalid fonts. -API extensions for caching, TT handling -autohinter improvement for non-Latin scripts -Support for Windows FON files in PE format
2007-07-04Fix for CVE-2007-2949 heap overflow. Bump PKGREVISION.lkundrak3-2/+32
2007-07-04Security for CVE-2007-2949 heap overflow. Bump PKGREVISION.lkundrak3-3/+23