pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/oculante



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue May 21 09:20:32 UTC 2024

Modified Files:
        pkgsrc/graphics/oculante: Makefile

Log Message:
graphics/oculante: fix runtime

Switch-off file_open feature, disabling it will enable a custom file dialog.
Upstream has highlighted this will probably be the default in the future.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/graphics/oculante/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/oculante/Makefile
diff -u pkgsrc/graphics/oculante/Makefile:1.81 pkgsrc/graphics/oculante/Makefile:1.82
--- pkgsrc/graphics/oculante/Makefile:1.81      Mon May 20 07:57:58 2024
+++ pkgsrc/graphics/oculante/Makefile   Tue May 21 09:20:32 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.81 2024/05/20 07:57:58 pin Exp $
+# $NetBSD: Makefile,v 1.82 2024/05/21 09:20:32 pin Exp $
 
 DISTNAME=      oculante-0.8.22
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=woelper/}
 
@@ -26,12 +27,12 @@ RUSTFLAGS+= -C link-arg=${COMPILER_RPATH
 
 # This is needed as pkgsrc defaults to graphics/jpeg.
 # If you have graphics/libjpeg-turbo as a local default, it's most probably
-# possible to build the package with default features on.
-# Though, you might need to add RUSTFLAGS so that the compiler finds the
-# graphics/libjpeg-turbo location.
-# Also note that the 'turbo' feature may require extra dependencies to build.
+# possible to build the package with the turbo feature on.
+# The file_open feature has also been switched-off.
+# Disabling it will enable a custom file dialog. Upstream has highlighted
+# this will probably be the default in the future.
 CARGO_NO_DEFAULT_FEATURES=     YES
-CARGO_FEATURES+=               file_open avif_native notan/glsl-to-spirv
+CARGO_FEATURES+=               avif_native notan/glsl-to-spirv
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/oculante \



Home | Main Index | Thread Index | Old Index