Skip to content

Commit

Permalink
Fix build with meson >= 0.61
Browse files Browse the repository at this point in the history
Update eog to 40.3

Highlights:
- !106, EogImage: Do not crash if content type or filesize cannot be
        detected (Felix Riemann)
- #195, Critical warning after closing EOG (invalid unclassed pointer;
        assertion 'EOG_IS_IMAGE (img)' failed) (Felix Riemann)
- !100, Remove directories when unmount external drive (Krifa75)
- #189, Crash Report: eog_thumb_view_clear_range: assertion failed:
        (start_thumb <= end_thumb) (Andrew Consroe)
- #146, Part of a large image (exceeding certain dimensions)
        does not display (Felix Riemann)
- #181, docs: Remove PicasaWeb support (Andre Klapper)
- !83, Re-detect mimetype from data if loading fails the first time (Krifa75)
- !89, Update EogWindow and EogListStore when deleting
       a monitored directory (Krifa75)
- !85, Fix several image reference counting issues (Felix Riemann)
- many new and updated translations
  • Loading branch information
prlw1 committed Mar 8, 2022
1 parent 0cbf131 commit bbc0597
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 74 deletions.
5 changes: 2 additions & 3 deletions graphics/eog/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.112 2021/12/08 16:04:51 adam Exp $
# $NetBSD: Makefile,v 1.113 2022/03/08 09:12:03 prlw1 Exp $

DISTNAME= eog-3.38.0
PKGREVISION= 2
DISTNAME= eog-40.3
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
Expand Down
Loading

0 comments on commit bbc0597

Please sign in to comment.