pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gegl Update to 0.4.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8abf8ef64d5d
branches:  trunk
changeset: 310454:8abf8ef64d5d
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jul 16 01:10:30 2018 +0000

description:
Update to 0.4.4

* Fix gcut conflict, PR pkg/53236

Changelog:
GEGL-0.4.4 2018-06-02

Core

Point filters with need for format conversion of input are now
parallel. Added swap-reading, swap-writing, swap-read-total and
swap-write-total properties to GeglStats.

Buffer

Trim tile-cache when shrinking. Add reading locks to tiles further
improving concurrent access tolerance of GeglBuffer.

Operations

threshold: operating format changed from linear to perceptual
unsharp-mask: add rename standard-deviation and scale properties to
Radius and Amount, add Threshold property. recursive-transform now
supports applying multiple transformations simultanously. Fix integer
overflow due to logic error in pixelize. new operation: gegl:abs which
negates negative values. new operation in workshop:
selective-hye-saturation.

Contributors

Alan Mortensen, Alexandre Prokoudine, Daniel Korostil, Debarshi Ray,
Dimitris Spingos (???????? ???????), Ell, Marco Ciampa, Michael
Schumacher, Miroslav Talasek, orbea, ?yvind Kol?s, ?yvind "pippin"
Kol?s, Piotr Dr?g, R?dolfs Mazurs, and Tobias.

diffstat:

 graphics/gegl/Makefile |   7 +++++--
 graphics/gegl/PLIST    |   4 ++--
 graphics/gegl/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (50 lines):

diff -r e86362b56c9b -r 8abf8ef64d5d graphics/gegl/Makefile
--- a/graphics/gegl/Makefile    Mon Jul 16 01:09:00 2018 +0000
+++ b/graphics/gegl/Makefile    Mon Jul 16 01:10:30 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2018/05/27 13:16:47 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2018/07/16 01:10:30 ryoon Exp $
 
-DISTNAME=      gegl-0.4.2
+DISTNAME=      gegl-0.4.4
 CATEGORIES=    graphics
 MASTER_SITES=  http://download.gimp.org/pub/gegl/0.4/
 EXTRACT_SUFX=  .tar.bz2
@@ -31,6 +31,9 @@
 
 .include "options.mk"
 
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} gcut gegl-gcut
+
 BUILDLINK_API_DEPENDS.babl+=   babl>=0.1.48
 .include "../../graphics/babl/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
diff -r e86362b56c9b -r 8abf8ef64d5d graphics/gegl/PLIST
--- a/graphics/gegl/PLIST       Mon Jul 16 01:09:00 2018 +0000
+++ b/graphics/gegl/PLIST       Mon Jul 16 01:10:30 2018 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.18 2018/04/30 05:06:00 ryoon Exp $
-bin/gcut
+@comment $NetBSD: PLIST,v 1.19 2018/07/16 01:10:30 ryoon Exp $
 bin/gegl
+bin/gegl-gcut
 bin/gegl-imgcmp
 include/gegl-0.4/gegl-apply.h
 include/gegl-0.4/gegl-audio-fragment.h
diff -r e86362b56c9b -r 8abf8ef64d5d graphics/gegl/distinfo
--- a/graphics/gegl/distinfo    Mon Jul 16 01:09:00 2018 +0000
+++ b/graphics/gegl/distinfo    Mon Jul 16 01:10:30 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2018/05/27 13:16:47 wiz Exp $
+$NetBSD: distinfo,v 1.19 2018/07/16 01:10:30 ryoon Exp $
 
-SHA1 (gegl-0.4.2.tar.bz2) = 4276283edc7cda3975d3a5275af09f7dc0b8098c
-RMD160 (gegl-0.4.2.tar.bz2) = eae74f5b29e2e6038b609c6d007518ff888e6c2d
-SHA512 (gegl-0.4.2.tar.bz2) = 8d842f5e192d279529615e09da8a76b051baa9c257ac699eba5f8ce46b4511554949e35f494e99c190b1477a700e018e2243a9e84c3c79e331824ca364b6cefd
-Size (gegl-0.4.2.tar.bz2) = 6781136 bytes
+SHA1 (gegl-0.4.4.tar.bz2) = b709b5051228014371ff07c065b156923baa817a
+RMD160 (gegl-0.4.4.tar.bz2) = b494f02977dc0bd26e6570509635f1933cf68aa7
+SHA512 (gegl-0.4.4.tar.bz2) = 6953bf7df225914ce9c8166f5a0490615664c69d5a66cf8ca805f75cfbe272186c7745d273fcde29c685e22a66d4483dbdf45064ec9c0007fd6d0b8aa3ebb164
+Size (gegl-0.4.4.tar.bz2) = 6817195 bytes
 SHA1 (patch-aa) = 0f46061f7b0c213abfe422124839eec29780d039



Home | Main Index | Thread Index | Old Index