The NetBSD Project

CVS log for pkgsrc/graphics/feh/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / feh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.132 / (download) - annotate - [select for diffs], Sat Dec 9 12:18:50 2023 UTC (4 months, 1 week ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.131: +2 -3 lines
Diff to previous 1.131 (colored) to selected 1.121 (colored)

graphics/feh: update to 3.10.2

2023-12-04 - feh-3.10.2
 - Fix crash in right-click / menu rendering code on some distributions
   (patch by Ametov Imil)

Revision 1.131 / (download) - annotate - [select for diffs], Sun Nov 12 13:21:56 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.130: +2 -2 lines
Diff to previous 1.130 (colored) to selected 1.121 (colored)

*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.130 / (download) - annotate - [select for diffs], Wed Nov 8 13:19:29 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.129: +2 -2 lines
Diff to previous 1.129 (colored) to selected 1.121 (colored)

*: recursive bump for icu 74.1

Revision 1.129 / (download) - annotate - [select for diffs], Tue Oct 24 22:09:24 2023 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.128: +2 -1 lines
Diff to previous 1.128 (colored) to selected 1.121 (colored)

*: bump for openssl 3

Revision 1.128 / (download) - annotate - [select for diffs], Wed Oct 4 05:13:37 2023 UTC (6 months, 2 weeks ago) by pin
Branch: MAIN
Changes since 1.127: +2 -2 lines
Diff to previous 1.127 (colored) to selected 1.121 (colored)

graphics/feh: update to 3.10.1

v3.10.1 - 2023-10-02
 - Do not call signal-unsafe functions within signal handlers

Revision 1.127 / (download) - annotate - [select for diffs], Wed Jun 21 08:28:34 2023 UTC (9 months, 4 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.126: +2 -3 lines
Diff to previous 1.126 (colored) to selected 1.121 (colored)

feh: update to 3.10

Thu, 06 Apr 2023 16:19:16 +0200

* Release v3.10
    * Add --sort=none option to un-set sort modes specified earlier
    * Improve error messages for Imlib2 γι1.8
    * Fix build with clang 16. (Patch by orbea)
    * Fix tests when building with magic=1

Revision 1.126 / (download) - annotate - [select for diffs], Wed Apr 19 08:10:17 2023 UTC (12 months ago) by adam
Branch: MAIN
Changes since 1.125: +2 -2 lines
Diff to previous 1.125 (colored) to selected 1.121 (colored)

revbump after textproc/icu update

Revision 1.125 / (download) - annotate - [select for diffs], Sun Jan 29 21:16:30 2023 UTC (14 months, 2 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.124: +2 -2 lines
Diff to previous 1.124 (colored) to selected 1.121 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.124 / (download) - annotate - [select for diffs], Wed Dec 28 09:25:30 2022 UTC (15 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.123: +2 -1 lines
Diff to previous 1.123 (colored) to selected 1.121 (colored)

feh: Define __EXTENSIONS__ on SunOS for scandir/alphasort

Revision 1.123 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:31 2022 UTC (17 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.122: +2 -1 lines
Diff to previous 1.122 (colored) to selected 1.121 (colored)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.122 / (download) - annotate - [select for diffs], Sat Sep 3 12:09:32 2022 UTC (19 months, 2 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.121: +2 -2 lines
Diff to previous 1.121 (colored)

feh: update to 3.9.1

Mon, 22 Aug 2022 17:49:11 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v3.9.1
    * Set libcurl user agent to "feh/3.9.1". Previously, feh did not send a
      user agent.

Revision 1.121 / (download) - annotate - [selected], Thu Jul 7 05:30:56 2022 UTC (21 months, 1 week ago) by nia
Branch: MAIN
Changes since 1.120: +2 -2 lines
Diff to previous 1.120 (colored)

feh: update to 3.9

* Release v3.9
    * Fix compilation on macOS by defining _DARWIN_C_SOURCE for
      mkdtemp and mkstemps. (Patch by Ryan Schmidt)
    * Remove magic byte check before passing an image to Imlib2.
      This check was introduced in feh 3.6 to work around an issue with
      Imlib2 being slow to determine image loadability in some cases
      <https://phab.enlightenment.org/T8739>. By now, an Imlib2 version without
      this issue should be available in all recent distributions, so the check
      in feh is no longer required. For a slight speed-up, or to use feh with
      an affected Imlib2 version (1.6.x or 1.7.0), compile feh with 'magic=1'.
      In this case, feh will use libmagic to determine whether a file is an
      image, and only pass images to Imlib2.
    * Fix crash (segmentation fault due to null pointer dereference) when
      toggling fullscreen mode while moving the cursor.
    * Note that feh no longer supplies its own getopt_long function.
      getopt_long is provided by a wide range of libc implementations, so
      there is no need for feh to duplicate it. (Patch by Guilherme Janczak)

Revision 1.120 / (download) - annotate - [select for diffs], Tue Jan 11 10:30:56 2022 UTC (2 years, 3 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.119: +2 -3 lines
Diff to previous 1.119 (colored) to selected 1.121 (colored)

feh: update to 3.8

Mon, 03 Jan 2022 11:29:03 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v3.8
    * Add button ID "0" to cursor bindings. This pseudo-button is triggered
      whenever feh observes a cursor movement. It does not have a default
      binding.
    * Support hexadecimal IDs in --window-id
    * Disable --auto-rotate in feh builds compiled with Imlib2 1.7.5 or later.
      Imlib2 1.7.5 introduces transparent EXIF-based image orientation
      adjustment, so --auto-rotate is no longer needed (and would cause
      mis-orientation of images, as Imlib2 has already adjusted the
      orientation).

Revision 1.119 / (download) - annotate - [select for diffs], Sun Dec 19 11:02:22 2021 UTC (2 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.118: +2 -2 lines
Diff to previous 1.118 (colored) to selected 1.121 (colored)

feh: Mine.

Revision 1.118 / (download) - annotate - [select for diffs], Wed Dec 8 16:04:52 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.117: +2 -1 lines
Diff to previous 1.117 (colored) to selected 1.121 (colored)

revbump for icu and libffi

Revision 1.117 / (download) - annotate - [select for diffs], Sun Oct 17 11:00:54 2021 UTC (2 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.116: +2 -3 lines
Diff to previous 1.116 (colored) to selected 1.121 (colored)

feh: update to 3.7.2

Sat, 25 Sep 2021 09:21:25 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v3.7.2
    * Fix crash when running feh without stdin file descriptor

Revision 1.116 / (download) - annotate - [select for diffs], Wed Sep 29 19:00:44 2021 UTC (2 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.115: +2 -1 lines
Diff to previous 1.115 (colored) to selected 1.121 (colored)

revbump for boost-libs

Revision 1.115 / (download) - annotate - [select for diffs], Tue Aug 10 11:09:36 2021 UTC (2 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.114: +2 -2 lines
Diff to previous 1.114 (colored) to selected 1.121 (colored)

feh: update to 3.7.1

* Release v3.7.1
    * Support JPEG XL files when using imlib2-jxl (patch by Alistair)
    * Fix support for images smaller than 16 bytes (patch by David Buchanan)
    * Fix some out of bounds reads (patches by Tobias Stoeckmann)

Revision 1.114 / (download) - annotate - [select for diffs], Thu May 13 10:11:38 2021 UTC (2 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.113: +2 -3 lines
Diff to previous 1.113 (colored) to selected 1.121 (colored)

feh: update to 3.7

* Release v3.7
    * Use compact representation instead of key-value pairs for common EXIF data
      (only applies when compiling feh with exif=1)
    * Add --window-id <windowid> option (draw to an existing window)
    * Add --zoom-step <percent> option (specify zoom step size)
    * Pass gopher:// and gophers:// URLs to libcurl
    * Fix --reload / --auto-reload reloading the wrong directory when
      using --start-at and no file arguments or filelists have been
      specified
    * Fix Ctrl+key causing unintended behaviour when controlling feh via stdin
    * Fix high CPU usage when closing stdin after starting feh from a terminal

Mon, 25 Jan 2021 17:46:57 +0100  Daniel Friesel <derf+feh@finalrewind.org>

Revision 1.113 / (download) - annotate - [select for diffs], Wed Apr 21 13:24:46 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.112: +2 -1 lines
Diff to previous 1.112 (colored) to selected 1.121 (colored)

revbump for boost-libs

Revision 1.112 / (download) - annotate - [select for diffs], Wed Feb 3 09:51:55 2021 UTC (3 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.111: +2 -2 lines
Diff to previous 1.111 (colored) to selected 1.121 (colored)

feh: Update to 3.6.3

* Release v3.6.3
    * Fix --start-at not handling URL-encoded file:/// paths properly. Notably,
      this also fixes feh not displaying images with spaces or unicode
      elements in their path when opened from a file manager.

Revision 1.111 / (download) - annotate - [select for diffs], Fri Jan 22 16:23:30 2021 UTC (3 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.110: +2 -2 lines
Diff to previous 1.110 (colored) to selected 1.121 (colored)

feh: Update to 3.6.2

* Release v3.6.2
    * Fix save_filelist not respecting --output-dir
    * Fix file descriptor leak when attempting to load truncated image files.
      The issue was introduced in v3.6.

Revision 1.110 / (download) - annotate - [select for diffs], Fri Dec 18 23:47:46 2020 UTC (3 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.109: +2 -2 lines
Diff to previous 1.109 (colored) to selected 1.121 (colored)

feh: Update to 3.6.1

Sun, 06 Dec 2020 08:34:15 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v3.6.1
    * Fix excessive memory consumption when showing long-running slideshows
      with thousands to tens of thousands of images and feh has been compiled
      with exif=1 (see https://github.com/derf/feh/issues/553)
    * Fix memory leak when showing long-running slideshows with relatively few
      images and feh has been compiled with exif=1 (ibid.)
    * Fix memory leak when reloading an image and feh has been compiled with
      exif=1
    * Fix memory leak in --draw-exif
    * Fix memory leak when reloading HTTP files with --no-conversion-cache

Mon, 30 Nov 2020 19:44:47 +0100  Daniel Friesel <derf+feh@finalrewind.org>
* Release v3.6
    * Add flip and rotate options to the menu
    * Improve unloadable image detection time (e.g. for large video files) by
      checking a file's header before passing it to Imlib2. For rarely used
      image formats, there is a very small chance that an image which could be
      loaded by feh 3.5 is reported as unloadable by feh 3.6 due to this
      change. Set FEH_SKIP_MAGIC=1 to bypass the header check in this case. See
      <https://phab.enlightenment.org/T8739> and
      <https://github.com/derf/feh/issues/505> for details.

Revision 1.109 / (download) - annotate - [select for diffs], Mon Nov 23 13:10:54 2020 UTC (3 years, 4 months ago) by nia
Branch: MAIN
Changes since 1.108: +4 -2 lines
Diff to previous 1.108 (colored) to selected 1.121 (colored)

feh: Update to 3.5

* Release v3.5
    * Enable --version-sort on systems without strverscmp support. This
      works by bundling the strverscmp of musl libc with feh and using it
      when feh is compiled without the verscmp flag (i.e., when the system
      libc does not provide the verscmp function). Patch by Tim van der Molen
    * Add %a format specifier (slideshow state: "playing" / "paused")
    * Fix crashes when combining --reload and --multiwindow

Revision 1.108 / (download) - annotate - [select for diffs], Sat Jun 13 18:25:08 2020 UTC (3 years, 10 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.107: +2 -3 lines
Diff to previous 1.107 (colored) to selected 1.121 (colored)

feh: Update to 3.4.1

* Release v3.4.1
    * Fix lossless rotate not being lossless when using feh with Imlib2 v1.6
      or later

Revision 1.107 / (download) - annotate - [select for diffs], Fri May 22 10:56:12 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.106: +2 -2 lines
Diff to previous 1.106 (colored) to selected 1.121 (colored)

revbump after updating security/nettle

Revision 1.106 / (download) - annotate - [select for diffs], Wed May 6 14:04:37 2020 UTC (3 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.105: +2 -1 lines
Diff to previous 1.105 (colored) to selected 1.121 (colored)

revbump after boost update

Revision 1.105 / (download) - annotate - [select for diffs], Tue Apr 21 13:43:01 2020 UTC (3 years, 11 months ago) by nia
Branch: MAIN
Changes since 1.104: +2 -3 lines
Diff to previous 1.104 (colored) to selected 1.121 (colored)

feh: Update to 3.4

* Release v3.4
    * Images loaded via HTTPS/curl, ImageMagick, and dcraw are now cached
      by default to decrease image load time on subsequent slideshow passes.
      Caching is disabled when using `--reload` and can also be disabled with
      the new `--no-conversion-cache` option. Suggestion and initial patch by
      Awal Garg.
    * Handle SIGINT/SIGTERM/SIGQUIT signals while loading images using libcurl
      < v7.32. Patch by <https://github.com/c99pedant>.
    * "feh --start-at URL" now loads a single-image slideshow displaying URL.
      This allows feh.desktop to handle URLs as well as ordinary files.
      file:/// URLs are treated as local files, so "feh --start-at file:///..."
      without filelist arguments behaves just like "feh --start-at ..."
      (i.e., feh will load the entire directory and start the slideshow at ...)
    * Fix a memory leak when repeatedly cycling through slideshows containing
      images loaded via libcurl, ImageMagick or dcraw.

Revision 1.104 / (download) - annotate - [select for diffs], Sun Mar 8 16:49:55 2020 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.103: +2 -2 lines
Diff to previous 1.103 (colored) to selected 1.121 (colored)

*: recursive bump for libffi

Revision 1.103 / (download) - annotate - [select for diffs], Sat Jan 18 21:49:35 2020 UTC (4 years, 3 months ago) by jperkin
Branch: MAIN
Changes since 1.102: +2 -2 lines
Diff to previous 1.102 (colored) to selected 1.121 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.102 / (download) - annotate - [select for diffs], Sun Jan 12 20:20:21 2020 UTC (4 years, 3 months ago) by ryoon
Branch: MAIN
Changes since 1.101: +2 -1 lines
Diff to previous 1.101 (colored) to selected 1.121 (colored)

*: Recursive revbump from devel/boost-libs

Revision 1.101 / (download) - annotate - [select for diffs], Wed Jan 8 11:57:18 2020 UTC (4 years, 3 months ago) by nia
Branch: MAIN
Changes since 1.100: +2 -3 lines
Diff to previous 1.100 (colored) to selected 1.121 (colored)

feh: Update to 3.3

* Release v3.3
    * New option --class allows setting the X11 class hint per feh instance
      (patch by Olof-Joachim Frahm)
    * Improve handling of NULL returns from Imlib2 calls (patch by Ben Boeckel)
    * Fix compilation with libcurl < v7.32

Revision 1.100 / (download) - annotate - [select for diffs], Mon Oct 28 09:27:53 2019 UTC (4 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.99: +4 -2 lines
Diff to previous 1.99 (colored) to selected 1.121 (colored)

feh: do not try to use strverscmp on !linux

Revision 1.99 / (download) - annotate - [select for diffs], Thu Aug 22 12:23:17 2019 UTC (4 years, 7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.98: +2 -1 lines
Diff to previous 1.98 (colored) to selected 1.121 (colored)

Recursive revbump from boost-1.71.0

Revision 1.98 / (download) - annotate - [select for diffs], Wed Jul 24 17:19:57 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.97: +2 -3 lines
Diff to previous 1.97 (colored) to selected 1.121 (colored)

feh: Update to 3.2.1

Changes:

* Use --no-fehbg option in ~/.fehbg. This fixes cases where an X11 setup
  change may inadvertently alter the commandline stored in .fehbg.
* Fix insufficient error handling when updating ~/.fehbg. Previously, a
  stat() error may have caused .fehbg to be update with excessive file
  permissions (patch by Tobias Stoeckmann)
* Fix TOCTTOU when setting the file mode of ~/.fehbg (patch by Tobias
  Stoeckmann)

Revision 1.97 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:24 2019 UTC (4 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.96: +2 -1 lines
Diff to previous 1.96 (colored) to selected 1.121 (colored)

*: recursive bump for nettle 3.5.1

Revision 1.96 / (download) - annotate - [select for diffs], Thu Jul 18 11:29:13 2019 UTC (4 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.95: +2 -3 lines
Diff to previous 1.95 (colored) to selected 1.121 (colored)

feh: Update to 3.2

Changes:

* Build feh with inotify=1 to automatically reload changed files in slideshow mode. Introduces the inotify build flag and the --auto-reload option.
* Reload current image(s) when receiving SIGUSR1 or SIGUSR2 in single-image slideshows or in multiwindow mode

Revision 1.95 / (download) - annotate - [select for diffs], Mon Jul 1 04:08:20 2019 UTC (4 years, 9 months ago) by ryoon
Branch: MAIN
Changes since 1.94: +2 -1 lines
Diff to previous 1.94 (colored) to selected 1.121 (colored)

Recursive revbump from boost-1.70.0

Revision 1.94 / (download) - annotate - [select for diffs], Mon Jun 10 11:29:06 2019 UTC (4 years, 10 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.93: +2 -3 lines
Diff to previous 1.93 (colored) to selected 1.121 (colored)

feh: Update to 3.1.3

Changes:

Sun, 17 Feb 2019 08:41:53 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Releasev v3.1.3
    * Fix missing filename in ~/.fehbg when using --no-xinerama on a feh
      binary compiled with xinerama=1. This issue was introduced in v3.1.2.

Mon, 11 Feb 2019 17:24:13 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v3.1.2
    * Fix missing filenames in ~/.fehbg when using --bg-* on directories and/or
      with --randomize
    * Fix repeated --slideshow-delay/-D option not properly overriding the
      'start paused' flag
    * Fix repeated --info option not properly overriding the 'draw info' flag

Fri, 07 Dec 2018 22:51:15 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v3.1.1
    * Decrease libcurl timeout from indefinite to 30 minutes. This should
      be sufficient even for use cases with unusually high timeouts (just in
      case anyone wants to do interplanetary slideshows), while at the same
      time avoiding stalls in unattended slideshows when encountering
      temporary network issues.
    * Handle SIGINT/SIGTERM/SIGQUIT signals while loading images using libcurl.
      Previously, signals were ignored during a (possibly slow) libcurl
      network transfer, which was not intended behaviour.

Wed, 21 Nov 2018 19:37:34 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v3.1
    * Running "feh --start-at .../file.jpg" without specifying images,
      directories or filelists to load is now equivalent to running
      "feh --start-at .../file.jpg $(dirname .../file.jpg)". This way, it is
      possible to view a specific file and browse all other files in the
      corresponding directory. This is especially useful when starting feh
      from file managers.
    * Introduce fuzzy matching in --start-at: If the specified path is not
      found in the file list, feh now resorts to comparing basenames (i.e.,
      file names without the directory components). This allows calls
      like "feh --start-at cat.jpg ~/Pictures", which led to a file not found
      error in previous versions.
    * Respect -j / --output-dir when using save_image or save_filelist actions.

Fri, 09 Nov 2018 17:17:15 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v3.0
    * Remove deprecated webcam scripts (feh-cam and gen-cam-menu)
    * Remove deprecated collage mode (-c/--collage)
    * Remove deprecated option --cycle-once (use --on-last-slide=quit instead)
    * Remove deprecated option --menu-bg
    * Change default save_filelist key from "f" to "L" (mnemonic: fileList)
    * Change default toggle_fullscreen key from "v" to "f" as this is also
      used by mplayer, mpv and similar
    * flip and rotation (keys "<", ">", "|", and "_") no longer change the
      underlying file. This leaves delete ("Ctrl+Delete") as the only
      destructive action which is enabled by default
    * Add option --edit, which makes flip and rotation change the underlying
      file as well as the displayed image. This was the default behaviour in
      feh 1.x and 2.x

Sat, 27 Oct 2018 19:46:48 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.28.1
    * Do not ignore quit signals (SIGTERM, SIGINT, SIGQUIT) during preload
    * Add missing EXIF orientations 2, 4, 5, and 7 (when built with exif=1,
      patch by Olof-Joachim Frahm)
    * Improve randomness on non-glibc systems

Mon, 17 Sep 2018 21:17:04 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.28
    * Decrease loading time for RAW images by utilizing dcraw to display the
      embedded JPEG preview (patch by <https://github.com/ulteq>)
    * Rename --magick-timeout to --conversion-timeout. --magick-timeout is
      now deprecated and will be removed in a future release
    * Fix unintened aliasing in rotated images whose rotation is not a
      multiple of 90 degrees (patch by <https://github.com/ulteq>)
    * New option: --on-last-slide=hold|quit|resume.
      hold will cause feh to stop advancing beyond the last slide (patch by
      <https://github.com/ulteq>), quit replaces --cycle-once (which is now
      deprecated), and resume is the default (continue at the first image).

Tue, 17 Jul 2018 17:33:10 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.27.1
    * Fix feh occasionally becoming unresponsive when asked to terminate
      via SIGINT/SIGQUIT/SIGTERM (based on a patch by
      <https://github.com/giladogit>)
    * Fix --keep-zoom-vp issues introduced in 2.27
      (patch by <https://github.com/ulteq>)

Thu, 28 Jun 2018 17:26:54 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.27
    * Fix size_to_image ("w") command when both --scale-down and --keep-zoom-vp
      are enabled
    * Fix --auto-zoom not being triggered on window resize events when
      --scale-down is enabled
    * Fix --auto-zoom conflicting with manual zoom
    * Fix feh_draw_checks not taking the zoom level into account properly
    * Prevent --zoom <percent> from blocking --scale-down in fullscreen / fixed
      geometry mode
    * Prevent --keep-zoom-vp from blocking the dynamic window resizing
      mechanism
    * Prevent automatic recalculation of the zoom ratio when --keep_zoom_vp
      is enabled
    * All patches provided by <https://github.com/ulteq>. Thanks a lot!

Tue, 26 Jun 2018 10:33:04 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.26.4
    * Correctly save --bg-max in ~/.fehbg (patch by Sebastian Bickerle)

Fri, 18 May 2018 22:58:02 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.26.3
    * Properly escape --image-bg argument in ~/.fehbg (broken in 2.26.1)

Sat, 12 May 2018 16:33:56 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.26.2
    * Show correct filelist position in windows opened from thumbnail mode.
      Note that navigation is still not supported in those windows
    * Improve support for key input from stdin
    * Do not push menus off the screen when hitting screen limits

Fri, 11 May 2018 15:11:17 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.26.1
    * Restore pre-2.21 ~/.fehbg behaviour. This fixes nondeterministic
      wallpaper setting when using --bg-* --randomize, issues when specifying
      --theme both in ~/.fehbg and on the commandline, and possibly other
      edge cases
    * Fix /tmp being cluttered with temporary ImageMagick files when using
      --magick-timeout and a conversion takes longer than allowed

Thu, 19 Apr 2018 21:43:12 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.26
    * Save absolute file paths in ~/.fehbg, similar to the behaviour prior to
      feh 2.21
    * Add %g (window dimensions) and %Z (precise zoom level) format specifiers
    * Improve -z/--randomize randomness

Revision 1.93 / (download) - annotate - [select for diffs], Thu Dec 13 19:51:59 2018 UTC (5 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored) to selected 1.121 (colored)

revbump for boost 1.69.0

Revision 1.92 / (download) - annotate - [select for diffs], Thu Aug 16 18:54:51 2018 UTC (5 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.91: +2 -1 lines
Diff to previous 1.91 (colored) to selected 1.121 (colored)

revbump after boost-libs update

Revision 1.91 / (download) - annotate - [select for diffs], Mon Apr 30 05:39:49 2018 UTC (5 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.90: +9 -3 lines
Diff to previous 1.90 (colored) to selected 1.121 (colored)

Update to 2.25.1

Changelog:
wed, 07 Mar 2018 17:49:52 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.25.1
    * Fix compilation issues when using CFLAGS=-m64 on some gcc versions
    * Re-render current image when toggle_fixed_geometry is input

Sun, 04 Mar 2018 08:53:50 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.25
    * Add --version-sort option to enable natural sorting of file and directory
      names. This requires a libc with strverscmp support, which is a
      non-POSIX GNU extension. Use the new build flag `verscmp=0` to disable
      this feature on systems which do not ship strverscmp
      (patch by ulteq)
    * Allow arbitrary X11 colors as -B/--image-bg argument (patch by ulteq)
    * Improve --image-bg support and transparency handling in --bg-* mode
    * Respect --geometry settings in --bg-fill mode
    * Add keybinding toggle_auto_zoom (default "Z") to toggle --auto-zoom
    * Fix filelists specified by -f/--filelist not being reloaded when using
      --reload

Mon, 26 Feb 2018 21:41:38 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.24
    * Improve performance when using --{max,min}-dimension in slideshow mode
      (patch by ulteq)
    * Fix crash when using %m format specifier in slideshow mode
      (introduced in feh 2.23.1)


Mon, 12 Feb 2018 22:11:55 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.23.2
    * Fix support for nested quotes in .confeg/feh/themes

Wed, 31 Jan 2018 17:38:25 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.23.1
    * The Makefile no longer honors CPPFLAGS and instead consistently uses
      CFLAGS for user-provided include paths
    * Fix %u format specifier in multiwindow and list modes (patch by ulteq)
    * Minor performance improvements (patches by ulteq)
    * Stability improvements when using --magick-timeout (patch by ulteq)

Thu, 28 Dec 2017 19:26:29 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.23
    * Fix broken thumbnail/index windows when using --scale-down
    * Use Imlib2 in-memory image cache (default cache size: 4MiB). This allows
      for significant performance improvements especially in small slideshows
    * Add --cache-size option to set Imlib2 image cache size

Revision 1.90 / (download) - annotate - [select for diffs], Sun Apr 29 21:31:43 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored) to selected 1.121 (colored)

revbump for boost-libs update

Revision 1.89 / (download) - annotate - [select for diffs], Mon Jan 1 21:18:32 2018 UTC (6 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.88: +2 -1 lines
Diff to previous 1.88 (colored) to selected 1.121 (colored)

Revbump after boost update

Revision 1.88 / (download) - annotate - [select for diffs], Wed Nov 15 11:58:03 2017 UTC (6 years, 5 months ago) by szptvlfn
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.87: +2 -2 lines
Diff to previous 1.87 (colored) to selected 1.121 (colored)

feh: Update to 2.22.2

https://git.finalrewind.org/feh/plain/ChangeLog
Tue, 07 Nov 2017 17:36:26 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.22.2
    * Fix HTTPS certificate errors on some systems (broken in 2.22)

Tue, 07 Nov 2017 07:51:48 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.22.1
    * Allow ~/.fehbg to be sourced (instead of executed) from other shell
      scripts again (broken in 2.22)

Sat, 04 Nov 2017 14:55:38 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.22
    * Add support for CURL_CA_BUNDLE environment variable when loading images
      via HTTPS
    * Fix ~/.fehbg not being updated when setting a wallpaper via menu
      (broken in 2.21)

Revision 1.87 / (download) - annotate - [select for diffs], Thu Oct 19 22:30:32 2017 UTC (6 years, 6 months ago) by szptvlfn
Branch: MAIN
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored) to selected 1.121 (colored)

Update to 2.21

https://git.finalrewind.org/feh/plain/ChangeLog
Sat, 07 Oct 2017 12:14:17 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.21
    * Add toggle_fixed_geometry ('g') key binding to toggle window auto-resize
    * Improve control via terminal input
    * Fix crash (segmentation fault) when using feh -O in non-index mode
    * Fix --force-aliasing (and possibly other options) missing from ~/.fehbg
      when using them for background setting

Thu, 07 Sep 2017 20:20:11 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.20
    * Fix clang/gcc warnings (Patches by orbea)
    * Add support for control via terminal input. feh will read key presses
      from the controlling terminal and handle them like X11 key presses
      inside the feh window. Note that at the moment, only lower / upper case
      ASCII letters and a very small set of additional keys are supported.
    * Fix broken ImageMagick support (see --magick-timeout) when using some
      ImageMagick versions <https://github.com/derf/feh/issues/323>
    * Remove images from the filelist if they were removed by executing a
      user-defined action <https://github.com/derf/feh/issues/322>

Revision 1.86 / (download) - annotate - [select for diffs], Fri Sep 1 11:54:23 2017 UTC (6 years, 7 months ago) by szptvlfn
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.85: +2 -3 lines
Diff to previous 1.85 (colored) to selected 1.121 (colored)

Update to 2.19.3

http://git.finalrewind.org/feh/plain/ChangeLog
Mon, 21 Aug 2017 19:04:00 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.19.3
    * Save geometry data in .fehbg when setting a wallpaper with --geometry
    * Fix Imlib2 developer warning and improve out-of-memory error message
      when using --thumbnails / --index on large directories

Revision 1.85 / (download) - annotate - [select for diffs], Thu Aug 24 20:03:21 2017 UTC (6 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.84: +2 -1 lines
Diff to previous 1.84 (colored) to selected 1.121 (colored)

Revbump for boost update

Revision 1.84 / (download) - annotate - [select for diffs], Thu Aug 17 23:31:03 2017 UTC (6 years, 8 months ago) by szptvlfn
Branch: MAIN
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored) to selected 1.121 (colored)

Update to 2.19.2

http://git.finalrewind.org/feh/plain/ChangeLog
Sat, 12 Aug 2017 05:05:24 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.19.2
    * Show ImageMagick loader errors unless --quiet is specified
    * Fix crash when handling certain media keys (introduced in 2.19.1)

Revision 1.83 / (download) - annotate - [select for diffs], Mon Aug 7 22:07:40 2017 UTC (6 years, 8 months ago) by szptvlfn
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored) to selected 1.121 (colored)

Update to 2.19.1

https://git.finalrewind.org/feh/plain/ChangeLog
Tue, 25 Jul 2017 18:40:33 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.19.1
    * Fix Shift modifier not being recognized for tab, space and similar keys.
      This lead to keybindings like Shift+Tab or Shift+Space being parsed as if
      the Shift modifier had not been specified

Revision 1.82 / (download) - annotate - [select for diffs], Mon Jun 19 22:45:31 2017 UTC (6 years, 10 months ago) by szptvlfn
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.81: +2 -3 lines
Diff to previous 1.81 (colored) to selected 1.121 (colored)

Update to 2.19

https://git.finalrewind.org/feh/plain/ChangeLog
Tue, 06 Jun 2017 20:40:00 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.19
    * Follow the freedesktop.org Thumbnail Managing Standard by saving
      thumbnails in ${XDG_CACHE_HOME}/thumbnails (defaulting to
      ~/.cache/thumbnails) instead of ~/.thumbnails
      (patch by Olof-Joachim Frahm)
    * Install app icons with the correct permissions of 644
    * Documentation improvements

Revision 1.81 / (download) - annotate - [select for diffs], Sun Apr 30 01:21:42 2017 UTC (6 years, 11 months ago) by ryoon
Branch: MAIN
Changes since 1.80: +2 -1 lines
Diff to previous 1.80 (colored) to selected 1.121 (colored)

Recursive revbump from boost update

Revision 1.80 / (download) - annotate - [select for diffs], Thu Apr 20 13:41:39 2017 UTC (7 years ago) by szptvlfn
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored) to selected 1.121 (colored)

Update to 2.18.3

http://git.finalrewind.org/feh/plain/ChangeLog:
Tue, 04 Apr 2017 21:22:16 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.18.3
    * Fix double-free/OOB-write in E17 IPC. This only affects the
      background setting options and requires a malicious X11 app to run
      alongside feh and pretend to be an E17 window manager.
      (patch by Tobias Stoeckmann)
    * Fix image-specific format specifiers not being updated correctly in
      thumbnail mode window titles
    * Fix memory leak when closing images opened from thumbnail mode
    * Fix a possible out of bounds read caused by an unterminated string when
      using --output to save images in long paths. (patch by Tobias Stoeckmann)
    * Fix out of bounds read/write when handling empty or broken caption files.
      (patch by Tobias Stoeckmann)
    * Fix memory leak when saving a filelist or image whose target filename
      already exists. (patch by Tobias Stoeckmann)

Revision 1.79 / (download) - annotate - [select for diffs], Wed Mar 1 21:20:38 2017 UTC (7 years, 1 month ago) by szptvlfn
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.78: +4 -4 lines
Diff to previous 1.78 (colored) to selected 1.121 (colored)

Update to 2.18.2

ChangeLog: https://git.finalrewind.org/feh/plain/ChangeLog
Thu, 16 Feb 2017 23:05:39 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.18.2
    * Fix crash when using both --thumbnails and --title. This bug was
      introduced in v2.18.1.

Revision 1.78 / (download) - annotate - [select for diffs], Fri Jan 27 12:04:08 2017 UTC (7 years, 2 months ago) by szptvlfn
Branch: MAIN
Changes since 1.77: +4 -5 lines
Diff to previous 1.77 (colored) to selected 1.121 (colored)

Update to 2.18.1

Changes from https://git.finalrewind.org/feh/plain/ChangeLog
Sun, 22 Jan 2017 19:11:32 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.18.1
    * Fix image-specific format specifiers not being updated correctly
      (e.g. %z not displaying the correct zoom value after zooming in / out)

Tue, 01 Nov 2016 10:55:04 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.18
    * Move README to README.md
    * New key binding: ! / zoom_fill (zoom to fill window, may cut off image
      parts)
    * Only for builds with exif=1: Disable EXIF-based auto rotation by
      default, add --auto-rotate option to enable it (Patch by Elliot Wolk)

Wed, 31 Aug 2016 20:27:20 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.17.1
    * Fix compilation on systems where HOST_NAME_MAX is not defined, such as
      FreeBSD (patch by Niclas Zeising)

Sun, 28 Aug 2016 21:26:54 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.17
    * Install feh icon (both 48x48 and scalable SVG) to /usr/share/icons
      when running "make install app=1"
    * Fix --sort not being respected after the first reload when used in
      conjunction with --reload
    * All key actions can now also be bound to a button by specifying them
      in .config/feh/buttons. However, note that button actions can not be
      bound to keys.
    * Rename "menu" key action to "toggle_menu", "prev" to "prev_img" and
      "next" to "next_img". The old names are still supported, but no longer
      documented.
    * feh now also sets the X11 _NET_WM_PID and WM_CLIENT_MACHINE window
      properties

Sun, 31 Jul 2016 16:59:07 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.16.2
    * Also support in-place editing for images loaded via libcurl or
      imagemagick. Results will not be written back to disk in this case.

Revision 1.77 / (download) - annotate - [select for diffs], Sun Jan 1 16:06:18 2017 UTC (7 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored) to selected 1.121 (colored)

Revbump after boost update

Revision 1.76 / (download) - annotate - [select for diffs], Fri Oct 7 18:25:52 2016 UTC (7 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.75: +2 -1 lines
Diff to previous 1.75 (colored) to selected 1.121 (colored)

Revbump post boost update

Revision 1.75 / (download) - annotate - [select for diffs], Sun Jul 3 22:00:16 2016 UTC (7 years, 9 months ago) by szptvlfn
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored) to selected 1.121 (colored)

Update to 2.16.1

ChangeLog:
  http://git.finalrewind.org/feh/plain/ChangeLog

Fri, 24 Jun 2016 00:31:56 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.16.1
    * Fix crash when trying to rotate a JPEG image without having
      jpegtran / jpegexiforient installed
    * Handle failing fork() calls gracefully

Revision 1.74 / (download) - annotate - [select for diffs], Sun Jun 12 22:13:57 2016 UTC (7 years, 10 months ago) by szptvlfn
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored) to selected 1.121 (colored)

Update to 2.16

ChangeLog:
  http://git.finalrewind.org/feh/plain/ChangeLog

Thu, 09 Jun 2016 08:59:35 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.16
    * Fix invalid key/button definitions mis-assigning keys/buttons to other
      actions
    * Add sort mode --sort dirname to sort images by directory instead
      of by name. For example, where a normal recursive run will show images in
      the order foo/a.jpg -> foo/bar/baz.jpg -> foo/fnord.jpg, a dirname sort
      will result in foo/a.jpg -> foo/fnord.jpg -> foo/bar/baz.jpg (Patch by
      Sung Pae)
    * Add navigation keys next_dir (]) and prev_dir ([) to jump to the first
      image of the nex/previous directory (Patch by Sung Pae)

Revision 1.73 / (download) - annotate - [select for diffs], Mon May 30 08:10:44 2016 UTC (7 years, 10 months ago) by leot
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored) to selected 1.121 (colored)

Update graphics/feh to 2.15.4

Changes:
Release v2.15.4
 * Fix toggle_filenames key displaying wrong file numbers in multiwindow
   mode

Revision 1.72 / (download) - annotate - [select for diffs], Wed May 11 14:10:41 2016 UTC (7 years, 11 months ago) by szptvlfn
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored) to selected 1.121 (colored)

Update to 2.15.3

ChangeLog:
  http://git.finalrewind.org/feh/plain/ChangeLog

Thu, 28 Apr 2016 11:41:04 +0200

* Release v2.15.3
    * Rescale image when resizing a window and --scale-down or --geometry is
      active. This largely fixes the --scale-down issues introduced in
      2.15. However, note that --scale-down still introduces a fixed window
      size which will not be updated when changing images (as was the case in
      feh < 2.15). This may or may not be fixed in the future.

Revision 1.71 / (download) - annotate - [select for diffs], Sun Apr 24 23:18:14 2016 UTC (7 years, 11 months ago) by szptvlfn
Branch: MAIN
Changes since 1.70: +2 -3 lines
Diff to previous 1.70 (colored) to selected 1.121 (colored)

Update to 2.15.2

ChangeLog:
  http://git.finalrewind.org/feh/plain/ChangeLog

Sat, 16 Apr 2016 18:32:38 +0200

* Release v2.15.2
    * Fix --keep-zoom-vp not keeping the viewport x/y offsets (broken by 2.15)

Fri, 15 Apr 2016 10:18:37 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.15.1
    * Fix w (size_to_image) key not updating window size when --scale-down
      or --geometry is active

Sat, 09 Apr 2016 20:42:23 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.15
    * Patch by William Woodruff: Add --insecure option to disable HTTPS
      certificate checks
    * Patch by guraga: Add --no-recursive option to disable recursive directory
      expansion.  Note that --no-recursive is the default behaviour of feh.
      This option is mostly useful to override a --recursive set in a theme or
      shell alias
    * Patch by Richard Molitor: Improve --scale-down in tiling environments.
      This fixes flickering when changing images at the cost of slightly
      less apaptive scale-down behaviour: Window size changes are now only
      processed when the active image is changed
    * --action and --action[1..9] now support action titles
      (e.g. --action '[some title]some-command %F'), which are displayed
      instead of the specified shell command. Note that the title must not
      start with a space. Titles starting with a space are treated as part of
      of the command so that actions like '[ -L %F ] && foo' still work

Revision 1.70 / (download) - annotate - [select for diffs], Sat Mar 5 11:28:37 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.69: +2 -1 lines
Diff to previous 1.69 (colored) to selected 1.121 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.69 / (download) - annotate - [select for diffs], Sat Feb 20 04:40:12 2016 UTC (8 years, 2 months ago) by szptvlfn
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.121 (colored)

Update to feh-2.14.2

ChangeLog:
http://git.finalrewind.org/feh/plain/ChangeLog
Thu, 18 Feb 2016 20:40:19 +0100

* Release v2.14.2
    * make test: Ignore results on arm and mips since they expose a bug in
      Imlib2 1.4.7 and/or giflib 5.1.2. Note that due to this bug, feh may be
      unable to display gif images. x86 and amd64 are also affected.
      Again, see <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813729>
      for more information
    * -f / --filelist: Do not print useless error message when a correct
      filelist file is specified
    * -f / --filelist: Fix bug in "-" / "/dev/stdin" handling affecting feh
      running in ksh and possibly other environments

Thu, 04 Feb 2016 20:31:38 +0100

* Release v2.14.1
    * Skip a small set of build tests on Debian and derivatives, since they
      trigger a Debian/Imlib2 bug. See
      <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812657> and
      <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813729> for more
      information

Revision 1.68 / (download) - annotate - [select for diffs], Fri Oct 9 12:28:25 2015 UTC (8 years, 6 months ago) by szptvlfn
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.121 (colored)

Update to 2.14

ChangeLog:
Sun, 04 Oct 2015 10:01:20 +0200

* Release v2.14
    * Add --xinerama-index option for background setting
      (patch by James Knight)
    * When removing the last image in slidsehow mode, stay on the last
      (previously second-to-last) image (patch by Lior Shiponi)
    * Allow --sort and --randomize to override each other (most recently
      specified option wins) instead of always preferring --sort
    * Thumbnail mode: Mark image as processed when executing an action
      (--action) by clicking on an image
    * It is now possible to override feh's idea of the active xinerama screen
      using the --xinerama-index option
    * Remove (undocumented) feature allowing to override feh's idea of the
      active xinerama screen by setting the XINERAMA_SCREEN environment
      variable

Revision 1.67 / (download) - annotate - [select for diffs], Sun Jun 14 08:09:35 2015 UTC (8 years, 10 months ago) by szptvlfn
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) to selected 1.121 (colored)

Update to 2.13.1

ChangeLog:
http://git.finalrewind.org/feh/plain/ChangeLog
Sun, 24 May 2015 11:45:18 +0200

* Release v2.13.1
    * Fix --scale-down breaking image centering in fullscreen mode

Sun, 17 May 2015 20:40:36 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.13
    * print --verbose output to stderr
    * Show progress when using --verbose and --loadable / --unloadable
    * ~/.fehbg is now a shell script and can be executed directly
      (sourcing it still works)
    * --max-dimension: ignore width/height limit of 0 pixels
    * Do not re-render images when toggling keep_zoom_vp
    * feh/themes: Support quoting with '' too (previously, only "" worked)
    * Fix potential out of bounds array access in EXIF code
      (when built with exif=1)

Wed, 08 Apr 2015 11:18:41 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.12.1
    * Handle missing HOME in environment
    * Fix memory leak when a slideshow contains many unloadable images
    * Fix memory leak when --prelaod removes files from the filelist

Revision 1.66 / (download) - annotate - [select for diffs], Sat Sep 27 10:52:38 2014 UTC (9 years, 6 months ago) by szptvlfn
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.65: +6 -12 lines
Diff to previous 1.65 (colored) to selected 1.121 (colored)

Update to feh-2.12
This is a leaf package, OK by wiz@.

ChangeLog:
Thu, 15 May 2014 23:41:07 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Releasev v2.12
    * feh-cam and gen-cam-menu are no longer installed by default. Use
      'make install cam=1' to install them or 'make uninstall cam=1 && make
      install cam=0' to remove them permanently
    * feh no longer depends on giblib. Instead, the relevant parts of the
      giblib source were imported into the feh source.
      Rationale: giblib is unmaintained and, as far as I know, only used by
      three projects (one of which is feh). There is at least one known bug
      in it, and as I do not have the time to take over giblib development,
      importing the library seems to be the best solution.
    * Fix/improve --randomize for short filelists (closes #151)
    * Fix a buffer overflow in the printf implementation when handling unknown
      format specifiers (affects --action, --customlist, --index-info, --info,
      --thumb-title and --title)
    * Update help (if built with help=1)

Sun, 27 Apr 2014 20:28:02 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.11
    * Patch by Michael Vorburger: Fix erroneous free() in case of failed
      scandir (closes #140, #147)
    * Patch by rangerer: --randomize: re-randomize after list is through
      (closes #154)
    * When setting a wallpaper from a URL, do not try to store it as
      absolute path in .fehbg (closes #153)
    * Add --scroll-step <px> option to change scroll_{up,left,down,right}
      scroll offset in pixels
    * feh(1): Escape %V (interpreted as mdoc macro)
      (closes debian #745467)
    * Respect --image-bg=checks in fullscreen mode (default remains black)
      (closes #156)

Fri, 28 Feb 2014 18:20:25 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.10
    * Allow non-centered wallpapers using the --geometry option
      (Patch by Joel Bradshaw)
    * Add ; flag to --info (as in "--info ';echo foo'") to disable info
      display on startup
    * Partially fix off-by-one pixel error when warping the pointer in the
      bottom/right window border
    * thumbnail mode: If --action is set, run specified command instead of
      opening image on click.
    * feh.desktop: Use feh %F since we support multiple files
    * Fix --borderless not working on some 64bit systems
      (Patch by Brian Mattern)
    * Always use absolute paths in .fehbg

Revision 1.65 / (download) - annotate - [select for diffs], Thu May 29 23:36:37 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored) to selected 1.121 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.64 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:00 2014 UTC (10 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.63: +2 -1 lines
Diff to previous 1.63 (colored) to selected 1.121 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.63 / (download) - annotate - [select for diffs], Mon Dec 23 11:57:03 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.62: +2 -3 lines
Diff to previous 1.62 (colored) to selected 1.121 (colored)

Reset maintainer for resigned developers.

Revision 1.62 / (download) - annotate - [select for diffs], Wed Jul 24 11:01:59 2013 UTC (10 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.61: +3 -4 lines
Diff to previous 1.61 (colored) to selected 1.121 (colored)

update to 2.9.3
changes: bugfixes

Revision 1.61 / (download) - annotate - [select for diffs], Fri Jul 5 13:29:34 2013 UTC (10 years, 9 months ago) by ryoon
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.121 (colored)

Recursive revbump from graphics/giflib update to 5.0.4.

Revision 1.60 / (download) - annotate - [select for diffs], Tue Jun 4 22:16:17 2013 UTC (10 years, 10 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored) to selected 1.121 (colored)

Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:

Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.

Revision 1.59 / (download) - annotate - [select for diffs], Mon Jun 3 10:05:11 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored) to selected 1.121 (colored)

Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882

Revision 1.58 / (download) - annotate - [select for diffs], Fri May 31 12:41:05 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored) to selected 1.121 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.57 / (download) - annotate - [select for diffs], Fri Mar 15 18:43:16 2013 UTC (11 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored) to selected 1.121 (colored)

update to 2.9.1
changes:
-Xinerama fix
-desktop integration

Revision 1.56 / (download) - annotate - [select for diffs], Sat Feb 16 11:21:52 2013 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.121 (colored)

Recursive bump for png-1.6.

Revision 1.55 / (download) - annotate - [select for diffs], Wed Feb 6 23:22:28 2013 UTC (11 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.121 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.54 / (download) - annotate - [select for diffs], Sat Jan 26 21:37:46 2013 UTC (11 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.121 (colored)

Revbump after graphics/jpeg and textproc/icu

Revision 1.53 / (download) - annotate - [select for diffs], Sun Dec 16 01:52:16 2012 UTC (11 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored) to selected 1.121 (colored)

recursive bump from cyrus-sasl libsasl2 shlib major bump.

Revision 1.52 / (download) - annotate - [select for diffs], Fri Nov 23 17:17:47 2012 UTC (11 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored) to selected 1.121 (colored)

update to 2.7
change: Add --min-dim and --max-dim options to only process images with
 certain dimensions

Revision 1.51 / (download) - annotate - [select for diffs], Wed Oct 10 13:24:49 2012 UTC (11 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.50: +2 -3 lines
Diff to previous 1.50 (colored) to selected 1.121 (colored)

update to 2.6.3
changes: bugfixes

Revision 1.50 / (download) - annotate - [select for diffs], Sat Oct 6 14:10:49 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
Changes since 1.49: +1 -3 lines
Diff to previous 1.49 (colored) to selected 1.121 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.49 / (download) - annotate - [select for diffs], Wed Oct 3 21:56:08 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored) to selected 1.121 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.47.2.1 / (download) - annotate - [select for diffs], Sun May 6 00:16:05 2012 UTC (11 years, 11 months ago) by tron
Branch: pkgsrc-2012Q1
Changes since 1.47: +2 -4 lines
Diff to previous 1.47 (colored) next main 1.48 (colored) to selected 1.121 (colored)

Pullup ticket #3770 - requested by gls
graphics/feh: build fix

Revisions pulled up:
- graphics/feh/Makefile                                         1.48
- graphics/feh/distinfo                                         1.23
- graphics/feh/patches/patch-config.mk                          1.2

---
   Module Name:	pkgsrc
   Committed By:	gls
   Date:		Tue May  1 14:58:47 UTC 2012

   Modified Files:
   	pkgsrc/graphics/feh: Makefile distinfo
   	pkgsrc/graphics/feh/patches: patch-config.mk

   Log Message:
   Update graphics/feh to 2.5.

   pkgsrc changes
   --------------

   Don't mess with CFLAGS. I can't remember why that was even necessary, and it
   breaks the Linux build.

   Should fix PR pkg/46390.

   upstream changes
   ----------------

   * Add R, * and / bindings for keypad begin, keypad * and keypad /
   * Try to convert unloadable files with imagemagick for up to 5 seconds
   * Add --magick-timeout option to set imagemagick conversion timeout or disable
   it altogether
   * Clean up temporary / to-delete files when receiving SIG{INT,TERM,QUIT}
   * Do not scroll past image borders when using key bindings
   * --loadable / --unloadable: indicate result in exit status

Revision 1.48 / (download) - annotate - [select for diffs], Tue May 1 14:58:46 2012 UTC (11 years, 11 months ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.47: +2 -4 lines
Diff to previous 1.47 (colored) to selected 1.121 (colored)

Update graphics/feh to 2.5.

pkgsrc changes
--------------

Don't mess with CFLAGS. I can't remember why that was even necessary, and it
breaks the Linux build.

Should fix PR pkg/46390.

upstream changes
----------------

* Add R, * and / bindings for keypad begin, keypad * and keypad /
* Try to convert unloadable files with imagemagick for up to 5 seconds
* Add --magick-timeout option to set imagemagick conversion timeout or disable
it altogether
* Clean up temporary / to-delete files when receiving SIG{INT,TERM,QUIT}
* Do not scroll past image borders when using key bindings
* --loadable / --unloadable: indicate result in exit status

Revision 1.47 / (download) - annotate - [select for diffs], Wed Mar 21 18:16:18 2012 UTC (12 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base
Branch point for: pkgsrc-2012Q1
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.121 (colored)

update to 2.4
changes: minor fixes and improvements

Revision 1.46 / (download) - annotate - [select for diffs], Fri Feb 10 18:48:19 2012 UTC (12 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.45: +2 -3 lines
Diff to previous 1.45 (colored) to selected 1.121 (colored)

update to 2.3
changes:
-minor feature additions
-bugfixes

Revision 1.45 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:21 2012 UTC (12 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored) to selected 1.121 (colored)

Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.44 / (download) - annotate - [select for diffs], Mon Nov 7 12:26:59 2011 UTC (12 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.43: +2 -3 lines
Diff to previous 1.43 (colored) to selected 1.121 (colored)

update to 2.1
changes:
-Experimental --scale-down and --auto-zoom tiling support
-The button-options -0 through -9 are no longer supported.
 Use .config/feh/buttons instead (see feh manpage)
-more minor UI changes
-bugfixes

Revision 1.43 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:32 2011 UTC (12 years, 5 months ago) by sbd
Branch: MAIN
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored) to selected 1.121 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.42 / (download) - annotate - [select for diffs], Wed May 25 19:44:26 2011 UTC (12 years, 10 months ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.41: +13 -11 lines
Diff to previous 1.41 (colored) to selected 1.121 (colored)

Update graphics/feh to 1.14.1

pkgsrc-changes:
- Update MASTER_SITES and HOMEPAGE
- Set LICENSE

Upstream changes:

* Release v1.14.1
    * Fix compilation with curl=0
    * Make zoom_default key work properly with --geometry

Wed, 11 May 2011 11:37:32 +0200  Daniel Friesel <derf@finalrewind.org>

* Release v1.14
    * Only create caption directory when actually writing out a caption.
      <http://github.com/derf/feh/issues/42>
    * The --menu-bg option has been deprecated.  It will be removed along with
      --menu-style by the end of 2012.
      <http://github.com/derf/feh/issues/27>
    * read directory contents sorted by filename instead of 'randomly'
      (as returned by readdir) by default.  Thanks talisein!
      <https://github.com/derf/feh/pull/20>
    * Show certain warnings in the image window as well as on the commandline
      <http://github.com/derf/feh/issues/43>
    * Since the manual is way better structured and more detailed than the
      --help output, it now simply refers to the manual.  To include the old
      help text, build feh with 'help=1'
    * You can now use the next/prev/jump keys to navigate thumbnails. Use the
      render key to open the currently selected thumbnail.
      <http://github.com/derf/feh/issues/26>
    * Change a patch for NETWM fullscreen support to only apply to fullscreen
      windows.  This fixes the moving windows bug in fluxbox (since fluxbox
      doesn't report its window border width).
      <http://github.com/derf/feh/issues/22>
      <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570903>
    * Minor manpage fixes.
      <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625683>
    * Fix --auto-zoom / --zoom max/fill documentation, the "Auto-Zoom" menu
      option is now always checked when these options are used
    * Set _NET_WM_NAME and _NET_WM_ICON_NAME properties
      <http://github.com/derf/feh/issues/44>
    * The 'A' key (toggle_aliasing) now actually changes the current window,
      and not just the default for new windows
    * The zoom_default key now works fine with --scale-down
      <http://github.com/derf/feh/issues/41>
    * Fix access of uninitialized memory / malloc/realloc clash in continued
      theme definition handling.  Having a theme line with just one
      option/value pair used to produce undefined behaviour

Sat, 23 Apr 2011 22:00:27 +0200  Daniel Friesel <derf@finalrewind.org>

* Release v1.13
    * Fix segfault upon unloadable images when image-related format specifiers
      (e.g. %h) are used in --title
    * Show images in current directory when invoked without file arguments
    * Option to disable antialiasing, either global (--force-aliasing) or per
      image (press 'A' to toggle, keybinding toggle_aliasing)
    * Use SIGUSR1/SIGUSR2 to reload all images in multiwindow mode
    * Fix Imlib2 caching bug in reload (only worked after the second try)
    * The --bg options are now Xinerama-aware.  That is, they set the image in
      the respective mode (scale/fill/max/center) on each Xinerama screen. Use
      --no-xinerama to disable this.

Sat, 12 Mar 2011 22:49:53 +0100  Daniel Friesel <derf@finalrewind.org>

* Release v1.12
    * Add --zoom fill as equivalent for --auto-zoom
    * Add --zoom max (zooming like in --bg-max)
    * --menu-style is now deprecated
    * http images are now viewed using libcurl, not wget (thanks to talisein)
      This adds libcurl as dependency, and removes the wget recommendation
    * Slight build system change: make now has flags, e.g.
      "make xinerama=0 debug=1". By default feh is compiled with xinerama and
      libcurl support enabled, see README.
    * Remove builtin http client (--builtin)
    * Fix compilation issues with libpng 1.5.1

Wed, 09 Feb 2011 20:11:26 +0100  Daniel Friesel <derf@finalrewind.org>

* Release v1.11.2
    * Use wget --no-clobber to prevent TOCTTOU-based hole allowing a
      well-informed attacker to rewrite arbitrary user files with images.
      The attacker needs to know feh's PID and the URL the user gave it.
      It is still possible for an attacker to _create_ arbitrary files via the
      same hole.

Wed, 26 Jan 2011 21:07:19 +0100  Daniel Friesel <derf@finalrewind.org>

* Release v1.11.1
    * Show correct image dimensions in for cached thumbnails
    * Allow commandline options to override those set in a theme
    * Remove support for FEH_OPTIONS (was deprecated >5 years ago)
    * Restrict available modifiers to Control/Mod1/Mod4

Sat, 22 Jan 2011 11:48:33 +0100  Daniel Friesel <derf@finalrewind.org>

* Release v1.11
    * Patch by Pascal Bleser: Use getaddrinfo for builtin http client,
      this enables IPv6 support
    * Fix zooming when --scale-down is used
    * The themes are now read from ~/.config/feh/themes (BC for .fehrc exists)
    * Key bindings can now be configured via ~/.config/feh/keys
    * Removes --rcpath, use XDG_CONFIG_HOME instead
    * Increase movement steps for Ctrl+Left etc.
    * Make in/out zoom use equal zoom ratio

Fri, 03 Dec 2010 19:41:45 +0100  Daniel Friesel <derf@finalrewind.org>

* Release v1.10.1
    * Partially fix --scale-down behaviour (zooming is still broken)
    * Fix buffer overflow when using --draw-actions
    * Fix segfaults after trying to load several unloadable images
    * Fix fehrc created by feh (contined escape errors)

Thu, 07 Oct 2010 20:15:12 +0200  Daniel Friesel <derf@finalrewind.org>

* Release v1.10 (aka "2.0 will come real soon now")
    * Patch by Stefan Mark: Add --bg-max (scaled with borders)
    * Removed rather obscure --bg-seamless mode
    * Short option -Y for --hide-pointer
    * Panning via keys: Make it behave like scrolling (inverted directions)
    * Workaround for Xinerama fuckups: Set XINERAMA_SCREEN to the correct
      xinerama screen number
    * Add --info option to display custom image information
    * Do not change to the next slide when executing an action with ; as first
      character (this character is stripped when executing the action)
    * Speed up panning, zooming etc. by hiding image overlay text
    * Zoom button: Zoom to 100% on button release, not button click
    * --draw-filename: Always show position in filelist

Tue, 24 Aug 2010 19:23:36 +0200  Daniel Friesel <derf@chaosdorf.de>

* Release v1.9
    * Add --fullscreen option, --full-screen is now deprecated
    * Removed --menu-border option, it is largely useless
    * Add short options: -P for --cache-thumbnails,
                         -K for --caption-papth,
                         -G for --draw-actions
                    and  -J for --thumb-redraw
    * Patch by Noel Cragg: Improve support for tiling window managers
    * Set correct window title when starting feh in paused mode
    * Add Up/Down keys for zooming
    * When zooming via keyboard: Always zoom around the center of the window
    * The image can now be panned with Ctrl + arrow keys

Fri, 25 Jun 2010 16:07:20 +0200  Daniel Friesel <derf@chaosdorf.de>

* Release v1.8
    * support LDLIBS in Makefile/config.mk
    * Don't make the --thumbnails window fullscreen. The images launched from
      thumbnail mode may be fullscreen, though. You can still use 'v' to
      toggle fullscreen, should you really need it.
    * --font now sets the global default font (for action/filename display etc.)
    * Rename --screen-clip 0 to --no-screen-clip
    * Allow multiline theme definitions (via backslash, like in the shell)
    * Center the image after pressing <keypad /> or <keypad *>
    * Saving the filelist from thumbnail mode caused undefined behaviour due
      to handling of uninitialised memory. Since I consider this a rarely
      useful action, the feature has been disabled for thumbnail mode.
    * Remove -G/--wget-timestamp option. It was probably not working
      correctly, plus it contained a code execution hole when used with
      malicious URLs containing shell metacharacters (but only if those URLs
      led to a valid file)
    * Don't add ?randomnumber to URLs when downloading them, it confuses some
      servers and is not really neccessary in general

Thu Jun 10 12:12:04 CEST 2010  Daniel Friesel <derf@chaosdorf.de>

* Release v1.7
    * Fix segfault in Thumbnail mode when trying to open a no longer
      existing image (e.g. when the file was renamed by a previous action)
    * Set a negative slideshow-delay to start the slideshow in paused mode
    * Remove Shift+Key bindings, they were doing the same as Nothing+Key
      anyways. Plus, I might want to bind Shift + <already used key> to other
      stuff in the future
    * Documentation improvements
    * Remove undocumented hjkl menu keys. Most of the menu options can also be
      accessed directly with keys, plus the number of non-qwerty users (which
      have no use for these shortcuts) is growing.
    * Draw a nice little message when in caption editing mode with empty
      caption (to indicate that caption editing is actually active)
    * caption mode: Automatically create caption directory if it doesn't exist
    * Slideshow mode: SIGUSR1 = next image, SIGUSR2 = previous image

Sat Jun  5 21:35:25 CEST 2010  Daniel Friesel <derf@chaosdorf.de

* Release v1.6.1
    * Fix omitted image borders at high zoom levels
    * Re-add getopt_long files (possibly relevant for non-glibc systems)
    * Do not require a running X server for -L, -u, -U options

Tue Jun  1 10:21:19 CEST 2010  Daniel Friesel <derf@chaosdorf.de>

* Release v1.6
    * Patch by aaptel: Support numpad keys for actions
    * Fix blur mode (Ctrl + left mouse key)
    * Center images in index/thumbnail mode relative to the text below them
    * Support caching of "large" (up to 256x256 pixels) thumbnails
    * New --thumb-redraw option as workaround to speed up thumbnail mode
      (thumbnail mode redrawing is quite slow, so now a redraw only happens
      every 10 thumbnails by default - can be changed with this option)
    * Because of that: Major speed improvements for --thumbnails, especially
      with cached thumbnails
    * Do not link against Xext and freetype, they're only used by other libs
    * Fix "make uninstall". You do NOT want to call this for feh versions
      1.4.2 to 1.5

Thu May  6 08:34:39 CEST 2010  Daniel Friesel <derf@chaosdorf.de>

* Release v1.5
    * Rewrite parts of the menu code & fix a memory leak while there
    * Make --start-at work with filenames instead of list positions
    * Add keybinding to toggle pointer visibility (see --hide-pointer)
    * Sort manual a bit

Thu Apr 22 22:28:09 CEST 2010  Daniel Friesel <derf@chaosdorf.de>

* Release v1.4.3
     * Warp the pointer when reaching a window border in pan mode
     * Various zoom mode improvements, should be more intuitive now
       + When entering zoom mode, always continue from previous zoom level
       + The image part you clicked on to start zoom mode will remain where it
         is. The zoom happen around at that pixel.
     * Manpage review

Fri Apr  2 16:20:55 CEST 2010  Daniel Friesel <derf@chaosdorf.de>

* Release v1.4.2
     * Replace autoconf by config.mk
     * patch by decklin: Use z key to randomly jump in the filelist
     * patch by muennich: Correctly set [Paused] window title in slideshow mode
     * patch by dylan: Remove temporary files if url opening fails
     * Fix problems with unexpectedly empty filelists

Tue Mar 16 07:56:36 CET 2010  Daniel Friesel <derf@chaosdorf.de>

  * Release v1.4.1
     * Fix chrome theme in the default .fehrc
     * Rename cam to feh-cam and gen_cam_menu.sh to gen-cam-menu
     * Add manual for feh-cam and gen-cam-menu (from Debian)
     * Fix lossless rotate for filenames with spaces etc.

Thu Mar  4 14:55:02 CET 2010  Daniel Friesel <derf@chaosdorf.de>

  * Release v1.4
     * Lots of documentation fixes/improvements
       (including previously undocumented options)
     * Fix --(un)loadable option
     * Add --draw-actions (show defined actions and their number)
     * Use <keypad begin> to antialias the image
     * Fix some keypad keys (+,-,/,*)
     * The button-related options have changed (NOT backwards-compatible)
     * Remove --xinerama option
     * Use jpegtran binary instead of libjpeg for lossless rotation
     * Add --bg-fill option (patch by Anonymous)

Mon Feb  8 21:47:56 CET 2010  Daniel Friesel <derf@chaosdorf.de>

  * Release v1.3.5
     * Import various Debian patches
     * Update feh(1) manpage
     * Make feh -l / feh -O work without a running X
     * Don't die after encountering three or more unloadable images
       (former "No more slides in show" error)
     * Depracate --xinerama <0|1>, use --no-xinerama or nothing instead
     * Fix transparency in thumbnail mode

Revision 1.41 / (download) - annotate - [select for diffs], Thu Jan 13 13:38:01 2011 UTC (13 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.121 (colored)

png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:36 2010 UTC (13 years, 3 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.121 (colored)

Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done

Revision 1.39 / (download) - annotate - [select for diffs], Sun Dec 19 12:32:42 2010 UTC (13 years, 4 months ago) by dsainty
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.121 (colored)

The comment about needing jpegint.h no longer appears to apply, so convert
the jpeg dependency to a common or garden buildlink.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:30 2010 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.121 (colored)

Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Jan 18 09:58:59 2010 UTC (14 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.121 (colored)

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Dec 15 21:48:00 2009 UTC (14 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.121 (colored)

Recursive bump for libltdl

Revision 1.35 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:40 2009 UTC (14 years, 7 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.121 (colored)

bump revision because of graphics/jpeg update

Revision 1.34 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:31 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.33: +3 -1 lines
Diff to previous 1.33 (colored) to selected 1.121 (colored)

Add DESTDIR support.

Revision 1.33 / (download) - annotate - [select for diffs], Sun Sep 2 13:19:21 2007 UTC (16 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.32: +6 -3 lines
Diff to previous 1.32 (colored) to selected 1.121 (colored)

Fix path to bash. Depend on bash and perl. Bump revision.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Jun 29 20:22:46 2007 UTC (16 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (colored) to selected 1.121 (colored)

Needs -lnsl -lsocket on SunOS

Revision 1.31 / (download) - annotate - [select for diffs], Thu Feb 22 19:01:19 2007 UTC (17 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored) to selected 1.121 (colored)

pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Feb 15 14:58:20 2007 UTC (17 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.29: +6 -2 lines
Diff to previous 1.29 (colored) to selected 1.121 (colored)

Modular Xorg support.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:31 2006 UTC (18 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.121 (colored)

Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:01 2006 UTC (18 years ago) by reed
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored) to selected 1.121 (colored)

Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.27 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:29 2006 UTC (18 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored) to selected 1.121 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Jul 27 17:44:17 2005 UTC (18 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.121 (colored)

update to 1.3.4
changes: minor bugfixes and improvments in windowmanager communication

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jul 4 19:59:40 2005 UTC (18 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.121 (colored)

update to 1.3.3
changes: bugfixes

Revision 1.24 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:55 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.121 (colored)

Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.

Revision 1.23 / (download) - annotate - [select for diffs], Fri May 13 13:43:33 2005 UTC (18 years, 11 months ago) by drochner
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.121 (colored)

update to 1.3.2, provided by Leonard Schmidt per PR pkg/30178
changes:
* Back out fmmode (buggy, unportable) for now
* Better tiled background support (makes various windowmanagers/terminal
  emulators happier)
* fixed a bug with --action's and thumbnail mode
* Disabled thumbnail caching until a better spec can be sorted out (the
  current freedesktop.org spec doesn't support custom sizing. feh does).
* New option --cycle-once to exit feh after one loop through a slideshow.
  Requested by various people

Revision 1.22 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:02 2005 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.21: +1 -2 lines
Diff to previous 1.21 (colored) to selected 1.121 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jan 18 12:40:26 2005 UTC (19 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.121 (colored)

update to 1.3.0
changes:
* Added option to hide the mouse pointer in full screen: --hide-pointer
* released 1.3.0 (1.2.[89]) were minor, feature-specific releases.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Nov 25 20:00:05 2004 UTC (19 years, 4 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.121 (colored)

Update to 1.2.9.

Changes unknown.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Oct 30 00:50:46 2004 UTC (19 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.18: +7 -5 lines
Diff to previous 1.18 (colored) to selected 1.121 (colored)

Update graphics/feh to 1.2.7.

Changes:

  * Require giblib 1.2.4 now.
  * Applied large patch from Claes Nasten <pekdon@pekdon.net>
  * Several tweaks to thumbnail.c including support for the "Thumbnail
    Managing Standard" described at freedesktop.org. Thumbnails are cached in
    a way which makes them accessible to other programs, under ~/.thumbnails
    using md5sum filenames.
  * He had to invoke libpng directly to write out the comments/tags required
    by the spec, but that seems to be a trend with feh now so what the hell :p
  * Nice patch from JC <jcm314@yahoo.com>
  * Alongside the original --action option, adds --action1 through --action9,
    allowing you to define multiple actions which can be run using the number
    keys. Lets you set up a list of commands for organising images.
  * New method for rotating jpegs - does a lossless jpeg rotation (thanks,
    IJG) and preserves EXIF data, as requested by many users :)
  * Fix minor documentation omissions (debian bug reports)
  * Various warning fixes from Claes Nasten <pekdon@pekdon.net>
  * Support full X geometry flags
  * removed extraneous XFlush
  * switched to global file list length (avoid recalculating it
    constantly)

Revision 1.18 / (download) - annotate - [select for diffs], Fri Oct 15 12:22:14 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.121 (colored)

Update linkage to libltdl (via imlib2), now in its own package.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:50 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.121 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 26 02:27:41 2004 UTC (20 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.121 (colored)

PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Mar 15 15:15:02 2004 UTC (20 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored) to selected 1.121 (colored)

bl3ify

Revision 1.14 / (download) - annotate - [select for diffs], Tue Mar 9 02:23:44 2004 UTC (20 years, 1 month ago) by rh
Branch: MAIN
Changes since 1.13: +5 -2 lines
Diff to previous 1.13 (colored) to selected 1.121 (colored)

Fix conflict between graphics/feh and audio/cam by renaming cam to feh_cam.
Fix the Perl path for feh_cam.
Bump PKGREVISION for feh.
Add CONFLICTS= feh<1.2.6nb3 to  audio/cam.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jan 3 18:49:42 2004 UTC (20 years, 3 months ago) by reed
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.121 (colored)

Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 21 16:51:38 2003 UTC (20 years, 9 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.121 (colored)

COMMENT should start with a capital letter.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 17 21:40:28 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.121 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 13 13:52:00 2003 UTC (20 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored) to selected 1.121 (colored)

PKGREVISION bump for libiconv update.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jun 5 08:22:32 2003 UTC (20 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.8: +4 -3 lines
Diff to previous 1.8 (colored) to selected 1.121 (colored)

Update to 1.2.6, provided by Soren Jacobsen in PR 21777.
  * Fix debian bug #193964. segv on 'm' followed by cursor movement.
  * Patch from Eric Dorland <eric.dorland@mail.mcgill.ca>
  * Set icon name as well as title on change.
  * Patch from Rami Lehti <rammer@vapaa.dc.inet.fi>
  * New option not to jump to start of filelist when it's re-sorted.
  * Fix bug reloading http images that fail to download on subsequent
    attempts.

Revision 1.8 / (download) - annotate - [select for diffs], Fri May 2 11:55:14 2003 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) to selected 1.121 (colored)

Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Feb 24 16:10:07 2003 UTC (21 years, 1 month ago) by salo
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored) to selected 1.121 (colored)

Updated to version 1.2.5.

Changes:

- Fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=169911
- Start of IPC code, not used yet.
- Experimental speedup for caption editing. Caches the bg pixmap for the
  image (which doesn't change when you're just editing a caption) so only
  the overlay needs to be re-rendered on each change to the caption.
  Definitely makes a difference when editing captions on a large,
  fullscreen image.
- Tweak event handling - don't nuke queued keyevents when we're accepting
  input for caption entry.
- Fixed wrapping for long lines with no spaces
- Caption editing, also requested by David Blackman <david@whizziwig.com>
  Hit 'c', edit caption, enter to confirm the changes or Escape to revert.
  (Only when --captions-path has been specified).
- Spotted a couple of minor bugs as I went through stuff, fixed those two.
- New option --captions-path. Specify a path (relative to each image) to
  a directory with captions in and feh will overlay them on the image. It
  even does text wrapping and centering!
  Example, run feh --captions-path captions testimages for image
  testimages/donna1.jpg, feh will look for a caption in
  testimages/captions/donna1.jpg.txt

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 10 19:45:33 2003 UTC (21 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.121 (colored)

Update to 1.2.4, from Juan RP in PR 19771:
* Experimental speedup for caption editing. Caches the bg pixmap for the
    image (which doesn't change when you're just editing a caption) so only
    the overlay needs to be re-rendered on each change to the caption.
    Definitely makes a difference when editing captions on a large, fullscreen
    image.
* Tweak event handling - don't nuke queued keyevents when we're accepting
    input for caption entry.
* Fixed wrapping for long lines with no spaces
* Caption editing, also requested by David Blackman <david@whizziwig.com>
    Hit 'c', edit caption, enter to confirm the changes or Escape to revert.
    (Only when --captions-path has been specified).
* Spotted a couple of minor bugs as I went through stuff, fixed those two.
* New option --captions-path. Specify a path (relative to each image) to a
    directory with captions in and feh will overlay them on the image. It even
    does text wrapping and centering!
    Example, run feh --captions-path captions testimages
    for image testimages/donna1.jpg, feh will look for a caption in
    testimages/captions/donna1.jpg.txt
* Fixed bug - segv when last image in slideshow is deleted.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 8 23:59:17 2002 UTC (21 years, 5 months ago) by rh
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.121 (colored)

Update feh to 1.2.2.  Changes include:

  * added requested screen-clip option (allows you to disable window size
    clipping based on screen geometry; ie, you can make pathologically
    large windows, assuming you have the images to do so)
  * disabled xinerama geometry check when using feh to set the background.
  * cleaned up spelling and capitalization in menus
  * src/options.c: added 'Auto-Zoom' toggle to option menu
  * feh.1: added info about --xinerama flag
  * New beveled, off-white background image for menus.
  * Added Xinerama support.  Currently defaults to fullscreen on the
    first head (this can be fixed with a little work).

Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 20 10:59:21 2002 UTC (21 years, 7 months ago) by rh
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored) to selected 1.121 (colored)

Update feh to 1.2.1.  Changes include:
  * Move to buildlink2
  * Tons of bugfixes
  * stick in yudit.ttf. it's not as pretty, but it is, apparently, DFSG
    compliant etc.
  * add support for using the numeric keypad to scroll and zoom the
    image.
  * New menu colour/style - "feh -Tblack src/testimages"
  * Add --zoom option.
  * Use giblib fontstyles for menus, instead of hardcoding the shadow.
  * Let users choose menu style with --menu-style. Standard giblib
    semantics.
  * make sure fullscreen windows are really fullscreen.
  * feh uses giblib now
  * When you set a bg with feh, it now stores the necessary
    commandline to restore that bg in ~/.fehbg.
  * Use < or > keys to do in place edit rotations, 90 degrees left
    or right.
  * Some basic in place editing.
  * Slightly tweaked menu sliding behaviour.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 13 17:37:05 2002 UTC (22 years, 1 month ago) by fredb
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.121 (colored)

Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]

Revision 1.2 / (download) - annotate - [select for diffs], Tue Aug 28 11:17:55 2001 UTC (22 years, 7 months ago) by rh
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.121 (colored)

Update feh to 1.1.0

Changes: The background setting works better under non-E window managers
(and has Eterm support).  This release shows the zoom level while zooming
and has lots more menu items, including configuration changes (options
menu) and fullscreen/window mode switch on a per-window basis.  There are
several other bugfixes and new features.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Aug 16 10:52:18 2001 UTC (22 years, 8 months ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.121 (colored)

Initial import of feh-1.0.1, an advanced image viewer.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 16 10:52:18 2001 UTC (22 years, 8 months ago) by rh
Branch: MAIN
Diff to selected 1.121 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>