Skip to content

Commit

Permalink
feh: Update to 3.6.1
Browse files Browse the repository at this point in the history
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 derf/feh#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
      <derf/feh#505> for details.
  • Loading branch information
alarixnia committed Dec 18, 2020
1 parent 878a9ed commit db80238
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions graphics/feh/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.109 2020/11/23 13:10:54 nia Exp $
# $NetBSD: Makefile,v 1.110 2020/12/18 23:47:46 nia Exp $

DISTNAME= feh-3.5
DISTNAME= feh-3.6.1
CATEGORIES= graphics
MASTER_SITES= https://feh.finalrewind.org/
EXTRACT_SUFX= .tar.bz2
Expand Down
10 changes: 5 additions & 5 deletions graphics/feh/distinfo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.56 2020/11/23 13:10:54 nia Exp $
$NetBSD: distinfo,v 1.57 2020/12/18 23:47:46 nia Exp $

SHA1 (feh-3.5.tar.bz2) = 76285400db14da5dc0f98d4b725442d6b5c347c1
RMD160 (feh-3.5.tar.bz2) = c71fd836be138d717ee48aea67906eae804e9081
SHA512 (feh-3.5.tar.bz2) = 69b4c73a8009c5b5e031bdf3c6a628da2f3cd71927d6c546ba2b2cfb6d10912e4a44e5d0de93704645a4dd33d71f1445749abe03383cc2298fa10c2d5d88fb5e
Size (feh-3.5.tar.bz2) = 2115162 bytes
SHA1 (feh-3.6.1.tar.bz2) = ba28072a3f85062335b2455bec27f7bb981d289c
RMD160 (feh-3.6.1.tar.bz2) = 72f4b81d23c13bec78132dcc68f90874467b477a
SHA512 (feh-3.6.1.tar.bz2) = b4350f1c5f66a450b2f088affea973abab9e184df110b693e46e1fc532d213d62a52bf08029f345daf92d45c828ff3bd380dcd7b167f319f1ff3b1d04150cd75
Size (feh-3.6.1.tar.bz2) = 2116064 bytes
SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb
SHA1 (patch-src_getopt.c) = 1a91896a7bed8670fc44798308341633f818ebdc
SHA1 (patch-src_gib__imlib.c) = 4f231e1bd8698e0bff796fab6b553649c31e1650
Expand Down

0 comments on commit db80238

Please sign in to comment.