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: nia
Date: Wed Feb 10 11:23:13 UTC 2021
Modified Files:
pkgsrc/graphics/scrot: Makefile PLIST distinfo
Log Message:
scrot: Update to 1.5
Changes
Do not record pointer when selecting an area.
Fixed compilation on Sparc64.
Fixed a possible overflow in src/options.c.
Fixed a segfault with --multidisp option.
Fixed issues when file extension is more than 3 characters.
New feature: allow save thumbnail without extension.
New feature: retry to grab the keyboard for 1s in 50ms intervals if it is still being grabbed by the windows manager.
New option --class (-C): discriminate windows by class name.
Support various modes of drawing selection.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/graphics/scrot/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/scrot/PLIST
cvs rdiff -u -r1.9 -r1.10 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.40 pkgsrc/graphics/scrot/Makefile:1.41
--- pkgsrc/graphics/scrot/Makefile:1.40 Wed Nov 25 13:48:41 2020
+++ pkgsrc/graphics/scrot/Makefile Wed Feb 10 11:23:13 2021
@@ -1,24 +1,17 @@
-# $NetBSD: Makefile,v 1.40 2020/11/25 13:48:41 tnn Exp $
+# $NetBSD: Makefile,v 1.41 2021/02/10 11:23:13 nia Exp $
-DISTNAME= scrot-1.4
+DISTNAME= scrot-1.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/}
-GITHUB_TAG= ${PKGVERSION_NOREV}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/resurrecting-open-source-projects/scrot
-COMMENT= Commandline screen capture util like "import", but using imlib2
+COMMENT= Command line screen capture util like "import", but using imlib2
LICENSE= mit
-TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
-
-USE_TOOLS+= autoreconf automake m4
-
GNU_CONFIGURE= yes
-pre-configure:
- cd ${WRKSRC} && autoreconf -i
-
.include "../../devel/giblib/buildlink3.mk"
.include "../../x11/libXcomposite/buildlink3.mk"
.include "../../x11/libXcursor/buildlink3.mk"
Index: pkgsrc/graphics/scrot/PLIST
diff -u pkgsrc/graphics/scrot/PLIST:1.4 pkgsrc/graphics/scrot/PLIST:1.5
--- pkgsrc/graphics/scrot/PLIST:1.4 Sun Aug 18 16:52:03 2019
+++ pkgsrc/graphics/scrot/PLIST Wed Feb 10 11:23:13 2021
@@ -1,3 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2019/08/18 16:52:03 fox Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/02/10 11:23:13 nia Exp $
bin/scrot
man/man1/scrot.1
+share/doc/scrot/AUTHORS
+share/doc/scrot/ChangeLog
+share/doc/scrot/README.md
+share/doc/scrot/scrot.png
Index: pkgsrc/graphics/scrot/distinfo
diff -u pkgsrc/graphics/scrot/distinfo:1.9 pkgsrc/graphics/scrot/distinfo:1.10
--- pkgsrc/graphics/scrot/distinfo:1.9 Tue Nov 24 17:13:08 2020
+++ pkgsrc/graphics/scrot/distinfo Wed Feb 10 11:23:13 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/11/24 17:13:08 nia Exp $
+$NetBSD: distinfo,v 1.10 2021/02/10 11:23:13 nia Exp $
-SHA1 (scrot-1.4.tar.gz) = d15f6cda88a03576cb6b9a55d2017d0feabb9b4c
-RMD160 (scrot-1.4.tar.gz) = f2056dcfcc9c5ac539d7ca12140b3d02a90100da
-SHA512 (scrot-1.4.tar.gz) = 8423e7b2658f3e0ccf30f61e122016469226328adf8b1e511aeb031dd2655ae66582651e2d046c7c35d23efb98656369a02b59e711980481ddc4db24c299ee11
-Size (scrot-1.4.tar.gz) = 157779 bytes
+SHA1 (scrot-1.5.tar.gz) = fd6294bcb775611bb66b6a79b8d323c2c533c511
+RMD160 (scrot-1.5.tar.gz) = 230638bbe9b0670ccb6b134b61a53d2e1bedb2df
+SHA512 (scrot-1.5.tar.gz) = 1b0c6875ba1a4ed764653e30795389cbfd7cfd32d8ca1791c166efb0da63f2fb85c20840d03a8e4995facce7612bfbd3923fee6e1eb871821f590371ed51b6b4
+Size (scrot-1.5.tar.gz) = 178534 bytes
Home |
Main Index |
Thread Index |
Old Index