summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-07-01 14:43:39 +0800
committerKhem Raj <raj.khem@gmail.com>2024-07-01 08:01:58 -0700
commit2775cdb58ce2e779e7b72e1b917769abb580dbbe (patch)
tree1edfeb1e359da1136f1de11054eb3d38cc30bf86
parent7ebadc5b3f3179c2618b5b247bb2d09c6f8f0ec3 (diff)
downloadmeta-openembedded-2775cdb58ce2e779e7b72e1b917769abb580dbbe.tar.gz
feh: upgrade 3.10.2 -> 3.10.3
Changelog: ========== * Fix feh not respecting aspect ratio of thumbnails that are smaller than --thumb-width and --thumb-height * Fix --no-recursive behaving like --recursive * Fix rotation by 180° corrupting images * Speed up --sort=size and --sort=mtime by caching stat(2) calls Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/feh/feh_3.10.3.bb (renamed from meta-oe/recipes-graphics/feh/feh_3.10.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/feh/feh_3.10.2.bb b/meta-oe/recipes-graphics/feh/feh_3.10.3.bb
index 2c38ce614b..5ab333c60d 100644
--- a/meta-oe/recipes-graphics/feh/feh_3.10.2.bb
+++ b/meta-oe/recipes-graphics/feh/feh_3.10.3.bb
@@ -9,7 +9,7 @@ DEPENDS = "\
9" 9"
10 10
11SRC_URI = "https://feh.finalrewind.org/feh-${PV}.tar.bz2" 11SRC_URI = "https://feh.finalrewind.org/feh-${PV}.tar.bz2"
12SRC_URI[sha256sum] = "5f94a77de25c5398876f0cf431612d782b842f4db154d2139b778c8f196e8969" 12SRC_URI[sha256sum] = "5426e2799770217af1e01c2e8c182d9ca8687d84613321d8ab4a66fe4041e9c8"
13 13
14inherit mime-xdg features_check 14inherit mime-xdg features_check
15# depends on virtual/libx11 15# depends on virtual/libx11