pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/geeqie



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan  1 11:41:12 UTC 2024

Modified Files:
        pkgsrc/graphics/geeqie: Makefile

Log Message:
geeqie: really support webp

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/graphics/geeqie/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/geeqie/Makefile
diff -u pkgsrc/graphics/geeqie/Makefile:1.120 pkgsrc/graphics/geeqie/Makefile:1.121
--- pkgsrc/graphics/geeqie/Makefile:1.120       Thu Dec 21 12:24:36 2023
+++ pkgsrc/graphics/geeqie/Makefile     Mon Jan  1 11:41:12 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.120 2023/12/21 12:24:36 nros Exp $
+# $NetBSD: Makefile,v 1.121 2024/01/01 11:41:12 wiz Exp $
 
 DISTNAME=      geeqie-2.1
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=BestImageViewer/}
 EXTRACT_SUFX=  .tar.xz
@@ -15,6 +15,7 @@ LICENSE=      gnu-gpl-v2
 TOOL_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4
 # .../geeqie-2.0.1/scripts/generate-ClayRGB1998-icc-h.sh: xxd: not found
 TOOL_DEPENDS+= vim-share-[0-9]*:../../editors/vim-share
+DEPENDS+=      webp-pixbuf-loader-[0-9]*:../../graphics/webp-pixbuf-loader
 
 LDFLAGS.SunOS+=                -lm -lsocket -lnsl
 
@@ -51,7 +52,6 @@ post-install:
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"
 .include "../../graphics/libheif/buildlink3.mk"
-.include "../../graphics/libwebp/buildlink3.mk"
 .include "../../graphics/openjpeg/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"



Home | Main Index | Thread Index | Old Index