diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile index d7902a60e9ab..3c2efb90fcd2 100644 --- a/graphics/imv/Makefile +++ b/graphics/imv/Makefile @@ -1,86 +1,81 @@ PORTNAME= imv DISTVERSIONPREFIX= v -DISTVERSION= 4.3.0 -PORTREVISION= 2 +DISTVERSION= 4.3.1 CATEGORIES= graphics - -PATCH_SITES= https://git.sr.ht/~exec64/${PORTNAME}/commit/ -PATCHFILES+= c7306a6325df.patch:-p1 # wlroots 0.15 +MASTER_SITES= https://git.sr.ht/~exec64/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Simple image viewer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= a2x:textproc/asciidoc LIB_DEPENDS= libicuuc.so:devel/icu \ libinih.so:devel/inih \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= bash:shells/bash USES= compiler:c11 desktop-file-utils gettext-runtime gl gnome meson \ pkgconfig shebangfix -USE_GITHUB= yes -GH_ACCOUNT= eXeC64 USE_GL= egl USE_GNOME= cairo glib20 pango SHEBANG_FILES= contrib/imv-folder CONFLICTS_INSTALL= renameutils OPTIONS_DEFINE= FREEIMAGE HEIF JPEG NSGIF PNG SVG TEST TIFF OPTIONS_DEFAULT= ALL FREEIMAGE HEIF JPEG NSGIF PNG SVG TIFF OPTIONS_SINGLE= WIN OPTIONS_SINGLE_WIN= ALL WAYLAND X11 OPTIONS_SUB= yes ALL_DESC= Both Wayland and X11 support FREEIMAGE_DESC= FreeImage backend (support for many image formats) HEIF_DESC= HEIF backend NSGIF_DESC= NetSurf GIF backend (support for animated GIF) WIN_DESC= Windowing system ALL_LIB_DEPENDS+= libwayland-client.so:graphics/wayland ALL_USES= xorg ALL_USE= GL=glu \ XORG=x11,xcb ALL_MESON_ON= -Dwindows=all FREEIMAGE_LIB_DEPENDS= libfreeimage.so:graphics/freeimage FREEIMAGE_MESON_ENABLED= freeimage HEIF_LIB_DEPENDS= libheif.so:graphics/libheif HEIF_MESON_ENABLED= libheif JPEG_LIB_DEPENDS= libturbojpeg.so:graphics/libjpeg-turbo JPEG_MESON_ENABLED= libjpeg NSGIF_LIB_DEPENDS= libnsgif.so:graphics/libnsgif NSGIF_MESON_ENABLED= libnsgif PNG_LIB_DEPENDS= libpng.so:graphics/png PNG_MESON_ENABLED= libpng SVG_USE= GNOME=librsvg2 SVG_MESON_ENABLED= librsvg TEST_LIB_DEPENDS= libcmocka.so:sysutils/cmocka TEST_MESON_ENABLED= test TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff TIFF_MESON_ENABLED= libtiff WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libwayland-egl.so:graphics/wayland WAYLAND_MESON_ON= -Dwindows=wayland X11_USES= xorg X11_USE= GL=glu \ XORG=x11,xcb X11_MESON_ON= -Dwindows=x11 post-patch: @${REINPLACE_CMD} -e 's|--sort=version|-V|g' ${WRKSRC}/contrib/imv-folder .include diff --git a/graphics/imv/distinfo b/graphics/imv/distinfo index 9946b2d9de4a..6fc42ecb53c9 100644 --- a/graphics/imv/distinfo +++ b/graphics/imv/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1628267179 -SHA256 (eXeC64-imv-v4.3.0_GH0.tar.gz) = ad724a41366bb96d29e272f442f5378465fe163d16ec51d7abaa86b1fff7dbb6 -SIZE (eXeC64-imv-v4.3.0_GH0.tar.gz) = 79031 -SHA256 (c7306a6325df.patch) = 6d62552b69ca2bed07673c50013336d4855443d5192ed31d294c044508475ee3 -SIZE (c7306a6325df.patch) = 2068 +TIMESTAMP = 1642876856 +SHA256 (imv-v4.3.1.tar.gz) = 88d16885017b74b594ddd6a03ef20294a6cc053f04ccc2e1edef69f3515f7999 +SIZE (imv-v4.3.1.tar.gz) = 79123 diff --git a/graphics/imv/pkg-descr b/graphics/imv/pkg-descr index 709225314625..65197b039b62 100644 --- a/graphics/imv/pkg-descr +++ b/graphics/imv/pkg-descr @@ -1,5 +1,5 @@ imv is a command line image viewer intended for use with tiling window managers. It supports over 30 different image file formats including: Photoshop PSD files, animated GIFS, and various RAW formats. -WWW: https://github.com/eXeC64/imv +WWW: https://sr.ht/~exec64/imv/