argyll: update to 3.5.0

This commit is contained in:
Martin Straeten
2026-02-21 15:00:04 +01:00
committed by GitHub
parent 7ac0a0afc7
commit 2c66415f70
2 changed files with 6 additions and 19 deletions
+6 -8
View File
@@ -3,11 +3,11 @@
PortSystem 1.0
name argyll
version 3.4.1
version 3.5.0
revision 0
checksums rmd160 9b3f2e6223bac14df6ae5c9ba33f6e420775481e \
sha256 41ad51e02a3ec6981611be473221a3877fd359d3c1fa2172b4265dbe55f8b746 \
size 14810106
checksums rmd160 4084cbe0829b21bc4d1c74d9b397b76df120c2e8 \
sha256 f8576ce5589fd15620abb73ff049ea31f55ddbd1bba6d1ffa87452658e7bc85f \
size 15352322
categories graphics
maintainers nomaintainer
@@ -34,8 +34,6 @@ depends_lib-append path:lib/pkgconfig/libusb-1.0.pc:libusb
depends_lib-append port:tiff
depends_lib-append port:zlib
patchfiles-append patch-ppc.diff
post-extract {
# To make sure that in case of problems the build will fail instead
# of silently falling back to the built-in versions:
@@ -64,7 +62,7 @@ post-destroot {
# Install documentation.
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} \
License.txt License2.txt License3.txt log.txt ReadMe.txt \
Readme.txt \
${destroot}${prefix}/share/doc/${name}
system "cp -r ${worksrcpath}/doc/* \
${destroot}${prefix}/share/doc/${name} && \
@@ -81,7 +79,7 @@ post-destroot {
# xinstall does not remove 'quarantine' attribute;
# do that manually.
fs-traverse fixfile ${destroot} {
if {[exec xattr -l ${fixfile}] != ""} {
if {"*com.apple.quarantine*" in [exec xattr -l ${fixfile}]} {
system "xattr -d com.apple.quarantine ${fixfile}"
}
}
-11
View File
@@ -1,11 +0,0 @@
--- spectro/dispcal.c.orig 2022-06-28 16:42:00.000000000 +0800
+++ spectro/dispcal.c 2023-02-24 00:30:57.000000000 +0800
@@ -1770,7 +1770,7 @@
/* Hmm. Maybe this should actually be 1.72 ?? */
g_def_gamma = 1.8;
-#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 1040
+#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 1060
/* "Gestalt(gestaltSystemVersion, &MacVers)" is supported for early */
/* systems, but was deprecated in 10.8 and causes warnings in 10.10. */
/* gestaltSystemVersionMajor etc. isn't supported on older systems. */