diff options
author | gls <gls> | 2011-07-31 17:33:54 +0000 |
---|---|---|
committer | gls <gls> | 2011-07-31 17:33:54 +0000 |
commit | 6b279d31940fa645f6f34d6766f8d07e72766e75 (patch) | |
tree | 4dfb67ffac4c5ce8f709cb7829a59e261cb05116 | |
parent | 1c7fe64ef2ba7cb4590ceed3c4c9ee42a76633f7 (diff) | |
download | pkgsrc-6b279d31940fa645f6f34d6766f8d07e72766e75.tar.gz |
Update graphics/libraw to 0.13.7.
Upstream changes:
* Changes in cropping code:
o cropping is now works for Fuji files (instead of crash)
o bad pixels map and dark frame subtraction is turned off if cropping enable
o for technical reasons, coordinates of top-left corner of crop box are
rounded to multiple of 4 for Fuji files.
* ./configure stuff fixes:
o install static libraries only when --enable-static is set
o compiled samples are dynamically linked if shared library not disabled.
* OpenMP enabled for Visual Studio 2008 SP1+, but not for RTM
-rw-r--r-- | graphics/libraw/Makefile | 4 | ||||
-rw-r--r-- | graphics/libraw/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index 6c37283948a..57f4eab5bc2 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2011/07/12 18:57:37 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2011/07/31 17:33:54 gls Exp $ # -DISTNAME= LibRaw-0.13.6 +DISTNAME= LibRaw-0.13.7 PKGNAME= ${DISTNAME:tl} CATEGORIES= graphics MASTER_SITES= http://www.libraw.org/data/ diff --git a/graphics/libraw/distinfo b/graphics/libraw/distinfo index 27021ad857e..cfe77260431 100644 --- a/graphics/libraw/distinfo +++ b/graphics/libraw/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2011/07/12 18:57:37 drochner Exp $ +$NetBSD: distinfo,v 1.12 2011/07/31 17:33:54 gls Exp $ -SHA1 (LibRaw-0.13.6.tar.gz) = d6432706fc1a9fcf549af14e69fb057beb03e7c3 -RMD160 (LibRaw-0.13.6.tar.gz) = 906ca6c23b63154f3cca7ef641e89b153bda7665 -Size (LibRaw-0.13.6.tar.gz) = 1349527 bytes +SHA1 (LibRaw-0.13.7.tar.gz) = 4f6a3d978b603408585bd36ddbc3695c14ffe576 +RMD160 (LibRaw-0.13.7.tar.gz) = 37749d9cdbbcb68d877ecd4586e9393b4c540337 +Size (LibRaw-0.13.7.tar.gz) = 1349447 bytes |