summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2007-08-10Update to 0.12.1.gdt3-26/+12
Nuke options, because that was about choosing between exiv2 and libexif, and upstream has removed support for libexif. 10/08/2007 - UFRaw-0.12.1 release, based on DCRaw v 8.77. * Fixed handling of non integer shrink factors. * Fixed crash when spot selector reached image boundary. * Some TIFF images were wrongly identified as raw file. 30/07/2007 - UFRaw-0.12 released, based on DCRaw v 8.77. * Full color management workflow with camera, display and output profiles. * Added image cropping. Patch contributed by Martin Ling. * Added rotate/flip support. Patch contributed by Bruce Guenter. * Added scrolling and panning. Based on the new GtkImageView widget by Bjoern Lindqvist. * Added support for dcraw's wavelet denoising. Code contributed by Niels Kristian Bech Jensen. * Added Patterned Pixel Grouping (PPG) Interpolation. It can be even better than other interpolations in some cases and much faster. Patch contributed by Alain Desbiolles. * Added EAHD interpolation. It is an enhancement of the AHD interpolation with another phase of color smoothing. The improvement is mostly seen in high contrast as it removes color artifacts such as chromatic aberration. Patch contributed by Michael Goertz. * Read raw files compressed with gzip or bzip2. Patch contributed by Bruce Guenter. * Display luminosity value and Adams' zone for spot value. Patch contributed by Greg Troxel. * Added 'max zoom' (only 50% at the moment) and 'zoom to fit' buttons. * Retain some hue and saturation when clipping pixels. This is only relevant when applying positive exposure compensation, and mostly for Canon cameras where positive exposure is applied by default. * Added a Cinepaint plug-in. Thanks to Cinepaint developer Kai-Uwe Behrmann. * Based the user interface more on icons and less on text. * Removed dependency on libexif. * Dozens of smaller fixes. 06/03/2007 - UFRaw-0.11 released, based on DCRaw v 8.62. * Add option to restore highlights. The restoration can be done either in HSV space giving sharp details or in LCH space giving soft natural details. This option is relevant when applying negative exposure correction in UFRaw. * Add option for soft, filmlike clipping of highlights. This option is relevant when applying positive exposure correction in UFRaw. * Give the correct camera exposure by default for Canon DSLRs. Until now raw images from these cameras came out under exposed. * For Windows users, fix conflict with the liblcms-1.dll supplied with the Gimp windows instaler. * Added translation to Danish, Japanese and Portuguese.
2007-08-10fix HOMEPAGE.gdt1-2/+2
2007-08-10fix INFO_FILES to YESgdt1-2/+2
2007-08-10SUBDIR+= guile-cairogdt1-1/+2
2007-08-10Guile-Cairo wraps the Cairo graphics library for Guile Scheme.gdt5-0/+68
Guile-Cairo is complete, wrapping almost all of the Cairo API. It is API stable, providing a firm base on which to do graphics work. Finally, and importantly, it is pleasant to use. You get a powerful and well-maintained graphics library with all of the benefits of Scheme: memory management, exceptions, macros, and a dynamic programming environment.
2007-08-10Warn that this is way way obsolete.gdt2-2/+5
2007-08-10Update RMagick to 1.15.9.obache2-7/+7
Changes: Fixed bug #12089 (bug report from Hans de Graaff)
2007-08-09Add DESTDIR support.joerg1-5/+7
2007-08-08Fix patch to not include spaces inside filenames...joerg2-4/+4
2007-08-08Don't use malloc.h.joerg8-1/+99
2007-08-08Fix malloc.h usage.joerg2-1/+14
2007-08-08Don't use malloc.h.joerg4-2/+28
2007-08-08Don't use malloc.h.joerg2-1/+20
2007-08-08Don't use malloc.h, always use stdlib.h.joerg2-1/+24
2007-08-08Explicitly include GL/glxext.h to fix build with Mesa 7.0.joerg2-1/+14
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.