pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gegl



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jul 16 01:10:30 UTC 2018

Modified Files:
        pkgsrc/graphics/gegl: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/graphics/gegl/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/gegl/PLIST \
    pkgsrc/graphics/gegl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gegl/Makefile
diff -u pkgsrc/graphics/gegl/Makefile:1.64 pkgsrc/graphics/gegl/Makefile:1.65
--- pkgsrc/graphics/gegl/Makefile:1.64  Sun May 27 13:16:47 2018
+++ pkgsrc/graphics/gegl/Makefile       Mon Jul 16 01:10:30 2018
@@ -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 @@ PLIST.v4l=    yes
 
 .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"

Index: pkgsrc/graphics/gegl/PLIST
diff -u pkgsrc/graphics/gegl/PLIST:1.18 pkgsrc/graphics/gegl/PLIST:1.19
--- pkgsrc/graphics/gegl/PLIST:1.18     Mon Apr 30 05:06:00 2018
+++ pkgsrc/graphics/gegl/PLIST  Mon Jul 16 01:10:30 2018
@@ -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
Index: pkgsrc/graphics/gegl/distinfo
diff -u pkgsrc/graphics/gegl/distinfo:1.18 pkgsrc/graphics/gegl/distinfo:1.19
--- pkgsrc/graphics/gegl/distinfo:1.18  Sun May 27 13:16:47 2018
+++ pkgsrc/graphics/gegl/distinfo       Mon Jul 16 01:10:30 2018
@@ -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