pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libjpeg-turbo



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Apr  1 08:49:01 UTC 2026

Modified Files:
        pkgsrc/graphics/libjpeg-turbo: distinfo
Added Files:
        pkgsrc/graphics/libjpeg-turbo/patches: patch-CMakeLists.txt

Log Message:
libjpeg-turbo: fix 32-bit arm build


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/libjpeg-turbo/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/libjpeg-turbo/patches/patch-CMakeLists.txt

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

Modified files:

Index: pkgsrc/graphics/libjpeg-turbo/distinfo
diff -u pkgsrc/graphics/libjpeg-turbo/distinfo:1.36 pkgsrc/graphics/libjpeg-turbo/distinfo:1.37
--- pkgsrc/graphics/libjpeg-turbo/distinfo:1.36 Sun Mar 29 17:24:31 2026
+++ pkgsrc/graphics/libjpeg-turbo/distinfo      Wed Apr  1 08:49:01 2026
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.36 2026/03/29 17:24:31 wiz Exp $
+$NetBSD: distinfo,v 1.37 2026/04/01 08:49:01 tnn Exp $
 
 BLAKE2s (libjpeg-turbo-3.1.4.1.tar.gz) = 4563273544a3c7ada586875174553bd8edf94499b0ebcf1c447eb27990e7c992
 SHA512 (libjpeg-turbo-3.1.4.1.tar.gz) = 5c67fa6a528e35963736e0361ae6952f6f253b74cd31e8795de60a80287b123c4f35a333ca03934011b01f72110c13b26d13320fce2969287428cebde153c730
 Size (libjpeg-turbo-3.1.4.1.tar.gz) = 2528617 bytes
+SHA1 (patch-CMakeLists.txt) = ed81aa8def09bd03ff0c0a31ef2d7cac0bf06c8f
 SHA1 (patch-simd_arm__aarch32_jsimd.c) = db5ac609a3897d249e6b29f601086cce78cd7406
 SHA1 (patch-simd_arm__aarch64_jsimd.c) = 76c5e81403f70a8ea8bca8ae2266066fff5ec6f9
 SHA1 (patch-src_jpeglib.h) = 6be231604acd6a55f3a6d135cfaef20897e2926d

Added files:

Index: pkgsrc/graphics/libjpeg-turbo/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/graphics/libjpeg-turbo/patches/patch-CMakeLists.txt:1.1
--- /dev/null   Wed Apr  1 08:49:01 2026
+++ pkgsrc/graphics/libjpeg-turbo/patches/patch-CMakeLists.txt  Wed Apr  1 08:49:01 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2026/04/01 08:49:01 tnn Exp $
+
+- fix 32-bit arm build
+
+--- CMakeLists.txt.orig        2026-04-01 08:19:44.119980606 +0000
++++ CMakeLists.txt
+@@ -127,7 +127,7 @@ if(CMAKE_SYSTEM_PROCESSOR_LC MATCHES "x8
+     set(CMAKE_SYSTEM_PROCESSOR ${CPU_TYPE})
+   endif()
+ elseif(CMAKE_SYSTEM_PROCESSOR_LC STREQUAL "aarch64" OR
+-  CMAKE_SYSTEM_PROCESSOR_LC MATCHES "^arm")
++  CMAKE_SYSTEM_PROCESSOR_LC MATCHES "^e?arm")
+   if(BITS EQUAL 64)
+     set(CPU_TYPE arm64)
+   else()



Home | Main Index | Thread Index | Old Index