pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/imlib2
Module Name: pkgsrc
Committed By: nia
Date: Wed Apr 2 12:29:21 UTC 2025
Modified Files:
pkgsrc/graphics/imlib2: Makefile options.mk
Log Message:
imlib2: Disable heif option by default.
Avoids pulling in a compiler so new that no stable system ships it
in order to enable support for an obscure image format nobody is
using with this extremely portable lightweight library.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/graphics/imlib2/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/imlib2/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/imlib2/Makefile
diff -u pkgsrc/graphics/imlib2/Makefile:1.97 pkgsrc/graphics/imlib2/Makefile:1.98
--- pkgsrc/graphics/imlib2/Makefile:1.97 Wed Feb 26 23:10:33 2025
+++ pkgsrc/graphics/imlib2/Makefile Wed Apr 2 12:29:21 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2025/02/26 23:10:33 nia Exp $
+# $NetBSD: Makefile,v 1.98 2025/04/02 12:29:21 nia Exp $
DISTNAME= imlib2-1.12.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/graphics/imlib2/options.mk
diff -u pkgsrc/graphics/imlib2/options.mk:1.17 pkgsrc/graphics/imlib2/options.mk:1.18
--- pkgsrc/graphics/imlib2/options.mk:1.17 Wed Feb 26 23:10:33 2025
+++ pkgsrc/graphics/imlib2/options.mk Wed Apr 2 12:29:21 2025
@@ -1,13 +1,10 @@
-# $NetBSD: options.mk,v 1.17 2025/02/26 23:10:33 nia Exp $
+# $NetBSD: options.mk,v 1.18 2025/04/02 12:29:21 nia Exp $
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.imlib2
PKG_SUPPORTED_OPTIONS= heif libwebp x11
PKG_SUGGESTED_OPTIONS= libwebp x11
-.if ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
-PKG_SUGGESTED_OPTIONS+= heif
-.endif
.if ${MACHINE_ARCH} == "i386"
PKG_SUPPORTED_OPTIONS+= mmx
.elif ${MACHINE_ARCH} == "x86_64" && empty(PKGSRC_COMPILER:Mclang)
Home |
Main Index |
Thread Index |
Old Index