pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/scrot



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Jun 14 17:27:21 UTC 2023

Modified Files:
        pkgsrc/graphics/scrot: Makefile distinfo

Log Message:
graphics/scrot: update to 1.10

1.10
 - New option: --compression to specify a compression level. Note that certain
   formats (such as PNG) will now use --compression instead of --quality.
 - Improvement: Timing in scrot --delay.
 - Improvement: Screenshot timestamps timing.
 - Improvement: Robustness of default CFLAGS.
 - Document: Not all compositors support opacity.
 - Document: Depend on an interface, not an implementation.
 - Document: Fixed license to MIT-feh. NOTE: this is NOT a license change, we
   simply fixed the document to correctly identify the license.
 - Document: Make it clear --window option takes an argument.
 - Document: Clarify imlib2 feature requirement.
 - Document: Fix --quality description in manpage.
 - Improvement: Use -O3 and do not build debug info by default if no CFLAGS was
   set by the user.
 - Improvement: Fatally error out in case the mouse pointer image cannot be
   acquired.
 - Deprecate: --note.
 - Fixes: Memory leak.
 - Several other fixes.

1.9
 - Fixes: Add delay to all capture options
 - New option: --window
 - Deprecate -S
 - Fixes: compilation on CentOS 7
 - Fixes: multiple bugs in output file handling
 - Fixes: multiple bugs in scrot's -C option
 - Fixes: restore "keep ratio" functionality in --thumb
 - New option: add --format flag
 - Improvement: allow b prefix in --delay argument
 - Fixes: memory leak on multiple -F options
 - Fixes: hostname potentially getting truncated
 - Several internal fixes


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/scrot/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/scrot/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/scrot/Makefile
diff -u pkgsrc/graphics/scrot/Makefile:1.45 pkgsrc/graphics/scrot/Makefile:1.46
--- pkgsrc/graphics/scrot/Makefile:1.45 Wed Feb  1 12:30:44 2023
+++ pkgsrc/graphics/scrot/Makefile      Wed Jun 14 17:27:21 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2023/02/01 12:30:44 nia Exp $
+# $NetBSD: Makefile,v 1.46 2023/06/14 17:27:21 pin Exp $
 
-DISTNAME=      scrot-1.8.1
+DISTNAME=      scrot-1.10
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -17,6 +17,7 @@ USE_TOOLS+=   pkg-config
 .if ${OPSYS} == "Linux"
 .  include "../../devel/libbsd/buildlink3.mk"
 .endif
+
 .include "../../graphics/imlib2/buildlink3.mk"
 .include "../../x11/libXcomposite/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"

Index: pkgsrc/graphics/scrot/distinfo
diff -u pkgsrc/graphics/scrot/distinfo:1.15 pkgsrc/graphics/scrot/distinfo:1.16
--- pkgsrc/graphics/scrot/distinfo:1.15 Wed Feb  1 12:30:44 2023
+++ pkgsrc/graphics/scrot/distinfo      Wed Jun 14 17:27:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/02/01 12:30:44 nia Exp $
+$NetBSD: distinfo,v 1.16 2023/06/14 17:27:21 pin Exp $
 
-BLAKE2s (scrot-1.8.1.tar.gz) = 7a772deba234ffd44d9312b7efdb121e1f5e34707705ad9f75661dbe84fd7fd4
-SHA512 (scrot-1.8.1.tar.gz) = a93b3ce0fc690687b50d9b06d93b30528c26f3ee0b63d16895280d0df092fea022105a6d1aa60cf58c125a5b63eda841e089123d589354901b3ed6e063b76d86
-Size (scrot-1.8.1.tar.gz) = 178856 bytes
+BLAKE2s (scrot-1.10.tar.gz) = dae2347f7e2bb8ba640af66dec24727a76236fb70f0fd92f3b3585d82b4d331c
+SHA512 (scrot-1.10.tar.gz) = 4429c46aafd0928901672cad9c947566b7c5dfec644d041c59489325be06d226488978fe96292bf3d9b478470c8de4313da4451eace81ee869e8aa7e478b0d5f
+Size (scrot-1.10.tar.gz) = 178710 bytes



Home | Main Index | Thread Index | Old Index