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:           Sat Aug 14 08:12:46 UTC 2021

Modified Files:
        pkgsrc/graphics/scrot: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/graphics/scrot/Makefile
cvs rdiff -u -r1.10 -r1.11 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.41 pkgsrc/graphics/scrot/Makefile:1.42
--- pkgsrc/graphics/scrot/Makefile:1.41 Wed Feb 10 11:23:13 2021
+++ pkgsrc/graphics/scrot/Makefile      Sat Aug 14 08:12:46 2021
@@ -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 @@ COMMENT=     Command line screen capture uti
 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"

Index: pkgsrc/graphics/scrot/distinfo
diff -u pkgsrc/graphics/scrot/distinfo:1.10 pkgsrc/graphics/scrot/distinfo:1.11
--- pkgsrc/graphics/scrot/distinfo:1.10 Wed Feb 10 11:23:13 2021
+++ pkgsrc/graphics/scrot/distinfo      Sat Aug 14 08:12:46 2021
@@ -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