head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.2 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.1.0.34 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.32 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.30 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.28 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.26 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.24 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.22 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.20 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.18 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.16 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.14 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.12 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.10 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.8 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.6 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.4 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.2 pkgsrc-2021Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2026.02.23.16.06.44; author triaxx; state Exp; branches; next 1.1; commitid 21JZG7ZGe0ufbwvG; 1.1 date 2021.10.05.23.54.27; author snj; state Exp; branches; next ; commitid G3GqTEBHzMB4gGbD; desc @@ 1.2 log @qiv: Update to 3.0.1 upstream changes: ----------------- 3.0.1 ======== 03.04.2025 [tw] Fix compilation problem with newer gdk3 versions 3.0.0 ======== 31.03.2025 [tw] Migration to GDK3. 2.9.0 ======== 17.03.2025 [tw] Intermediate version. Remove imlib2, use gdk2/gdkpixbuf 2.3.4 ======== 19.02.2025 [tw] minor cleanup and gcc-15 fixes (debian #1097695) 03.02.2025 [tw] add heic and webp entries to desktop and mime file 06.08.2023 [tw] Correct libwmf-gtk recommends, remove "-l" from desktop file, increase debhelper compat level to 7 14.04.2023 [tw] fix possible segfault on corrupt color profiles (Gabriel Vlasiu) 2.3.3 ===== 28.01.2023 [as] qiv-command example: added more interesting tags in exiftool.tags.for.qiv-command 28.01.2023 [as] qiv-command example: added gps2url and gimp 23.01.2023 [tw] allow --help and --version without DISPLAY variable set 23.01.2023 [tw] scale fonts according to highDPIfactor 23.01.2023 [tw] fix some deprecation warnings 15.01.2023 [as] fix small bug with --highDPIfactor and --scale_down and images smaller than screen size before enlarging but bigger than screensaver after enlarging 22.11.2022 [as] new cmdline option --highDPIfactor: zoom factor to compensate for high (or also low) DPI screens 22.11.2022 [as] statusline+window title: move not so interesting loading time to the end 22.11.2022 [as] fix removing artist/comment text in fullscreen mode 13.11.2022 [as] add ability (and options and toggles) to display EXIF artist name 14.12.2021 [tw] add heif image support via gdk-pixbuf loader add example in qiv-command on how to run programs without blocking qiv 17.07.2021 [tw] add webp support via imlib loader (Ralf Hoffmann) 27.11.2020 [tw] fix wrong man path, fix clang-10 compiler warning, include debian #969338 09.09.2020 [as] zoom in faster (+50% instead of +10%) if above 100% 09.09.2020 [as] redefined GDK_SCROLL events to move image in fullscreen 30.08.2020 [tw] replace deprecated gdk_draw functions with cairo functions 15.07.2018 [tw] fix: don't ignore maxaspect and scale down options when reloading image due to watch option on. (Issue #8) @ text @$NetBSD: patch-Makefile,v 1.1 2021/10/05 23:54:27 snj Exp $ Adding missing linker flags. --- Makefile.orig 2021-10-05 16:42:59.959553303 -0700 +++ Makefile 2021-10-05 16:43:57.778103315 -0700 @@@@ -120,7 +120,7 @@@@ DEFINES_G = $(DEFINES) -DDEBUG all: $(PROGRAM) $(PROGRAM): $(OBJS) - $(CC) $(CFLAGS) $(DEFINES) $(OBJS) $(LIBS) -o $(PROGRAM) + $(CC) $(CFLAGS) $(DEFINES) $(OBJS) $(LIBS) $(LDFLAGS) -o $(PROGRAM) $(OBJS): %.o: %.c $(HEADERS) Makefile $(CC) -c $(CFLAGS) $(DEFINES) $(INCLUDES) $< -o $@@ @ 1.1 log @qiv: respect LDFLAGS @ text @d1 3 a3 1 $NetBSD$ d7 1 a7 1 @@@@ -116,7 +116,7 @@@@ DEFINES_G = $(DEFINES) -DDEBUG @