pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/scrot scrot: update to 1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf908b7bb310
branches:  trunk
changeset: 457018:bf908b7bb310
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Aug 14 08:12:46 2021 +0000

description:
scrot: update to 1.6

Version 1.6

  [ Christopher R. Nelson ] alias @languidnights

  * Removed dependence on giblib library.

  [ Daniel T. Borelli ] alias @daltomi

  * Fixed the capture when a window is hidden behind another.
  * Fixed the capture of the edge of the focused window.
  * Avoid capturing the selection box when drag and drop quickly.
  * Fixed issue when selection reaches the end of screen.
  * New feature: resize the selection with the arrow keys.
  * New feature: support script Imlib2 commands.
  * New feature: added WM_CLASS to exclude selection mode edge from some
    composite window managers.
  * Improvement: selection option, capture the mouse cursor when the delay
    option is used.
  * Removed forced compiler options: -g -O3

  [ Guilherme Janczak ] alias @guijan

  * Removed the local implementation function: strdup.
  * Removed the local implementation function: getopt_long.
  * Removed unused file debug.h.

  [ Martin C ] alias @Cationiz3r

  * New feature: change the cursor pointer according to the movement of the
    selection.

  [ Shawn Webb ] alias @lattera

  * Fixed Control Flow Integrity complain in HardenedBSD.

diffstat:

 graphics/scrot/Makefile |  10 ++++++----
 graphics/scrot/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 2d57baab68bc -r bf908b7bb310 graphics/scrot/Makefile
--- a/graphics/scrot/Makefile   Sat Aug 14 07:54:26 2021 +0000
+++ b/graphics/scrot/Makefile   Sat Aug 14 08:12:46 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2021/02/10 11:23:13 nia Exp $
+# $NetBSD: Makefile,v 1.42 2021/08/14 08:12:46 nia Exp $
 
-DISTNAME=      scrot-1.5
+DISTNAME=      scrot-1.6
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -11,9 +11,11 @@
 LICENSE=       mit
 
 GNU_CONFIGURE= yes
+USE_TOOLS+=    pkg-config
 
-.include "../../devel/giblib/buildlink3.mk"
+.include "../../graphics/imlib2/buildlink3.mk"
 .include "../../x11/libXcomposite/buildlink3.mk"
-.include "../../x11/libXcursor/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXfixes/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2d57baab68bc -r bf908b7bb310 graphics/scrot/distinfo
--- a/graphics/scrot/distinfo   Sat Aug 14 07:54:26 2021 +0000
+++ b/graphics/scrot/distinfo   Sat Aug 14 08:12:46 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/02/10 11:23:13 nia Exp $
+$NetBSD: distinfo,v 1.11 2021/08/14 08:12:46 nia Exp $
 
-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
+SHA1 (scrot-1.6.tar.gz) = fd148523bcf64fef00c6e01543f23fb5d19d7195
+RMD160 (scrot-1.6.tar.gz) = 4c03d3eccad07a7c4522bb6b942a92cd96e74503
+SHA512 (scrot-1.6.tar.gz) = 5ecdefe2a8dce5150ef7d7af0cc8cc8a8396dccff2a321c02d633629a60ac6fc90286268b74afad7987ca16ccce30d0b1f87e7b7217738af52d1a6003c316606
+Size (scrot-1.6.tar.gz) = 182032 bytes



Home | Main Index | Thread Index | Old Index