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 Feb 26 23:10:33 UTC 2025

Modified Files:
        pkgsrc/graphics/imlib2: Makefile options.mk

Log Message:
imlib2: Limit heif option to popular operating systems

Seems to cause problems elsewhere.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/graphics/imlib2/Makefile
cvs rdiff -u -r1.16 -r1.17 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.96 pkgsrc/graphics/imlib2/Makefile:1.97
--- pkgsrc/graphics/imlib2/Makefile:1.96        Wed Feb 19 16:03:08 2025
+++ pkgsrc/graphics/imlib2/Makefile     Wed Feb 26 23:10:33 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.96 2025/02/19 16:03:08 nia Exp $
+# $NetBSD: Makefile,v 1.97 2025/02/26 23:10:33 nia Exp $
 
 DISTNAME=      imlib2-1.12.3
+PKGREVISION=   1
 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.16 pkgsrc/graphics/imlib2/options.mk:1.17
--- pkgsrc/graphics/imlib2/options.mk:1.16      Sat Apr 27 03:05:38 2024
+++ pkgsrc/graphics/imlib2/options.mk   Wed Feb 26 23:10:33 2025
@@ -1,10 +1,13 @@
-# $NetBSD: options.mk,v 1.16 2024/04/27 03:05:38 schmonz Exp $
+# $NetBSD: options.mk,v 1.17 2025/02/26 23:10:33 nia Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.imlib2
 PKG_SUPPORTED_OPTIONS= heif libwebp x11
-PKG_SUGGESTED_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