Sat May 16 17:58:28 2020 UTC ()
qiv: Update to 2.3.2

2.3.2
========
  31.10.2017        [tw] fix: window sometimes recentered, when moved around with mouse
  19.10.2017        [as] fix Makefile for cross-compiling: Make pkg-config substitutable (Debian Bug#879108)
  10.10.2017        [tw] add specfile to build rpm for CentOS
  07.10.2017        [tw] add option --trashbin to use trash bin instead
                         of .qiv-trash when deleting images
  06.10.2017        [as] add ability (and options) to display JPEG comments
  06.10.2017        [as] more sophisticated exiftool call in qiv-command example
  04.10.2017        [tw] fix inconsistent fixed-zoom behaviour
  10.08.2017        [tw] Don't try to rotate if file is not an image
  06.06.2017        [tw] get rid of some more XID collisions
  30.05.2016        [tw] Fix occasionally erratic behaviour of qiv statusbar
                    [tw] Fix xpm autodetection with libmagic
  26.05.2016        [tw] Fix small artefacts in pictures which might
                         happen when running remote over slow link
                         (patch by Derek Schrock)
  20.05.2016        [tw] update image after it is exposed in window mode
  12.05.2016        [js/tw] fix broken "-no-filter" option
                            libmagic filter now works on symlinks
  07.11.2015        [tw] fix linking order in "make debug", did not
                         work in some newer gcc versions
  18.06.2015        [as] turn on EXIF autorotation by default
  13.09.2014        [tw] Add option to sort files by modification time.
                         (patch by Stefan R端ger)
  23.04.2014        [tw] In case of "watch" option, check image only every 1/10 sec,
                         instead of every 200us. This was way too short for
                         devices like RasPi etc. (Hamish)
                    [tw] Leave jumping mode on invalid input and process input key
                         as if it was entered in non jumping mode (Sergey Pinaev)


(nia)
diff -r1.63 -r1.64 pkgsrc/graphics/qiv/Makefile
diff -r1.12 -r1.13 pkgsrc/graphics/qiv/distinfo
diff -r1.9 -r0 pkgsrc/graphics/qiv/patches/patch-aa

cvs diff -r1.63 -r1.64 pkgsrc/graphics/qiv/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/qiv/Makefile 2020/03/10 22:10:13 1.63
+++ pkgsrc/graphics/qiv/Makefile 2020/05/16 17:58:28 1.64
@@ -1,29 +1,39 @@ @@ -1,29 +1,39 @@
1# $NetBSD: Makefile,v 1.63 2020/03/10 22:10:13 wiz Exp $ 1# $NetBSD: Makefile,v 1.64 2020/05/16 17:58:28 nia Exp $
2 2
3DISTNAME= qiv-2.3.1 3DISTNAME= qiv-2.3.2
4PKGREVISION= 11 
5CATEGORIES= graphics x11 4CATEGORIES= graphics x11
6MASTER_SITES= http://spiegl.de/qiv/download/ 5MASTER_SITES= https://spiegl.de/qiv/download/
7EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
8 7
9MAINTAINER= snj@NetBSD.org 8MAINTAINER= snj@NetBSD.org
10HOMEPAGE= https://spiegl.de/qiv/ 9HOMEPAGE= https://spiegl.de/qiv/
11COMMENT= Quick Image Viewer 10COMMENT= Quick Image Viewer
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14USE_TOOLS+= gmake pkg-config 13USE_TOOLS+= gmake pkg-config
15 14
 15MAKE_FLAGS+= PREFIX=${PREFIX}
 16MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
 17
16INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/qiv share/pixmaps 18INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/qiv share/pixmaps
17INSTALLATION_DIRS+= share/applications 19INSTALLATION_DIRS+= share/applications
18 20
 21do-install:
 22 ${INSTALL_PROGRAM} ${WRKSRC}/qiv ${DESTDIR}${PREFIX}/bin
 23 ${INSTALL_DATA} ${WRKSRC}/qiv.1 ${DESTDIR}${PREFIX}/man/man1
 24 ${INSTALL_DATA} ${WRKSRC}/qiv.png ${DESTDIR}${PREFIX}/share/pixmaps
 25 ${INSTALL_DATA} ${WRKSRC}/qiv.desktop ${DESTDIR}${PREFIX}/share/applications
 26 ${INSTALL_SCRIPT} ${WRKSRC}/contrib/qiv-command.example \
 27 ${DESTDIR}${PREFIX}/share/examples/qiv
 28
19.include "../../devel/libgetopt/buildlink3.mk" 29.include "../../devel/libgetopt/buildlink3.mk"
20.include "../../graphics/imlib2/buildlink3.mk" 30.include "../../graphics/imlib2/buildlink3.mk"
21.include "../../graphics/lcms2/buildlink3.mk" 31.include "../../graphics/lcms2/buildlink3.mk"
22.include "../../graphics/libexif/buildlink3.mk" 32.include "../../graphics/libexif/buildlink3.mk"
23.include "../../graphics/tiff/buildlink3.mk" 33.include "../../graphics/tiff/buildlink3.mk"
24.include "../../sysutils/desktop-file-utils/desktopdb.mk" 34.include "../../sysutils/desktop-file-utils/desktopdb.mk"
25.include "../../sysutils/file/buildlink3.mk" 35.include "../../sysutils/file/buildlink3.mk"
26.include "../../x11/gtk2/buildlink3.mk" 36.include "../../x11/gtk2/buildlink3.mk"
27.include "../../x11/libXext/buildlink3.mk" 37.include "../../x11/libXext/buildlink3.mk"
28.include "../../mk/jpeg.buildlink3.mk" 38.include "../../mk/jpeg.buildlink3.mk"
29.include "../../mk/bsd.pkg.mk" 39.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/graphics/qiv/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/qiv/distinfo 2015/11/03 21:34:18 1.12
+++ pkgsrc/graphics/qiv/distinfo 2020/05/16 17:58:28 1.13
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.12 2015/11/03 21:34:18 agc Exp $ 1$NetBSD: distinfo,v 1.13 2020/05/16 17:58:28 nia Exp $
2 2
3SHA1 (qiv-2.3.1.tgz) = 8f8455951047ed41c773b9214375d02f7acaf814 3SHA1 (qiv-2.3.2.tgz) = 3fe6a696f97466834705bfe9091ecc5a4c1e338c
4RMD160 (qiv-2.3.1.tgz) = 04a128a3eb96f68c2465e457ab661e0d2d1be8c0 4RMD160 (qiv-2.3.2.tgz) = 0ebbe5b6dfa64f363595c3f6da6071134fc5a8d3
5SHA512 (qiv-2.3.1.tgz) = 5a9b8ac082c78071c903e2f10a98effc412c0b6b940437b6592077978de03b5c7b6192e4d696f0389c12e99e0d3b5ca40c3be54ca2dfa5439121af2415f32812 5SHA512 (qiv-2.3.2.tgz) = c4636591f79e8e4c13807433a4101a461e614439e497a5637b958bd9d0937b04515854483d4060d9b1004d6c6060b437d634fdbe491eb0747a660ba65240472d
6Size (qiv-2.3.1.tgz) = 130621 bytes 6Size (qiv-2.3.2.tgz) = 133614 bytes
7SHA1 (patch-aa) = e48c7997153dfc41e7b63f738d65762635f42ba6 

File Deleted: pkgsrc/graphics/qiv/patches/Attic/patch-aa