Update to 0.16.
15/10/2009 - UFRaw-0.16 released, based on DCRaw v 8.98. * New German translation by Matthias Urlichs and Chris Leick. * New Simplified Chinese translation. * Added --with-gtk configuration option to make GTK optional. * When GTK is used, the GtkImageView library is mandatory. * Added lightness adjustmens by hue. Based on patch by Bruce Guenter. * Added --color-smoothing command line option. * Added --maximize-window command line switch. * Configurable frame lines overlay. Patch by Bruce Guenter. * OpenMP support for preview redrawing. Patch by Bruce Guenter. * OpenMP support for VNG interpolation. Patch by Bruce Guenter. * Added rotation control to the transformations page of the GUI. Patch by Frank van Maarseveen. * Initial implementation of 100% preview. Based on patches by Frank van Maarseveen. * Added support for hot pixel elimination. It is an experimental feature enabled by the configuration switch --enable-hotpixels. Based on patch by Frank van Maarseveen.
This commit is contained in:
parent
6f1e3f41b0
commit
6a0f6408df
3 changed files with 11 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.55 2009/08/26 19:57:42 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.56 2009/11/22 14:16:47 gdt Exp $
|
||||
|
||||
DISTNAME= ufraw-0.15
|
||||
DISTNAME= ufraw-0.16
|
||||
PKGNAME= gimp-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
|
||||
|
||||
|
@ -10,6 +9,8 @@ MAINTAINER= gdt@NetBSD.org
|
|||
HOMEPAGE= http://ufraw.sourceforge.net/
|
||||
COMMENT= GIMP plug-in for raw digicam import
|
||||
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.13 2009/06/14 17:59:14 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.14 2009/11/22 14:16:47 gdt Exp $
|
||||
bin/ufraw
|
||||
bin/ufraw-batch
|
||||
lib/gimp/2.0/plug-ins/ufraw-gimp
|
||||
|
@ -8,6 +8,7 @@ share/gconf/schemas/ufraw.schemas
|
|||
share/locale/ca/LC_MESSAGES/ufraw.mo
|
||||
share/locale/cs/LC_MESSAGES/ufraw.mo
|
||||
share/locale/da/LC_MESSAGES/ufraw.mo
|
||||
share/locale/de/LC_MESSAGES/ufraw.mo
|
||||
share/locale/es/LC_MESSAGES/ufraw.mo
|
||||
share/locale/fr/LC_MESSAGES/ufraw.mo
|
||||
share/locale/it/LC_MESSAGES/ufraw.mo
|
||||
|
@ -21,4 +22,5 @@ share/locale/ru/LC_MESSAGES/ufraw.mo
|
|||
share/locale/sr/LC_MESSAGES/ufraw.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/ufraw.mo
|
||||
share/locale/sv/LC_MESSAGES/ufraw.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ufraw.mo
|
||||
share/pixmaps/ufraw.png
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.20 2009/01/04 01:12:38 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.21 2009/11/22 14:16:47 gdt Exp $
|
||||
|
||||
SHA1 (ufraw-0.15.tar.gz) = e8c7fa95bfb84e18ee538495861e52516ca8b3b8
|
||||
RMD160 (ufraw-0.15.tar.gz) = d24e9076114c909e3b2bbf87a128c70f62885299
|
||||
Size (ufraw-0.15.tar.gz) = 976297 bytes
|
||||
SHA1 (ufraw-0.16.tar.gz) = ff91ec619d143bbb4698b1003d53c507aca010e5
|
||||
RMD160 (ufraw-0.16.tar.gz) = fac67a4d88c006f701b0cce7cc2287d5db90bd72
|
||||
Size (ufraw-0.16.tar.gz) = 1075577 bytes
|
||||
|
|
Loading…
Reference in a new issue