pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/orc



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan  9 06:48:58 UTC 2026

Modified Files:
        pkgsrc/devel/orc: Makefile PLIST distinfo

Log Message:
orc: updated to 0.4.42

0.4.42

- Initial 64-bit RISC-V support (Maksymilian Knust, Filip Wasil)
- Add 64-bit LoongArch support (Jin Bo, Hecai Yuan)
- Implement release and reuse of temporary registers for some targets (Jorge Zapata)
- x86: Implement EVEX encoding and an opcode validation system (Jorge Zapata)
- x86: Opcode refactor, improved constant handling and various other fixes (Jorge Zapata)
- x86: add missing rounding operands for AVX and SSE (L. E. Segovia)
- x86: Implement 64-bit single move constant load (L. E. Segovia)
- includes: stop exporting the private compiler and OrcTarget definitions (Jorge Zapata)
- Use hotdoc instead of gtk-doc to generate the documentation (Jorge Zapata)
- ORC_DEBUG_FATAL environment variable allows abort on log messages of a certain level (Carlos Falgueras García)
- Error message improvements and NEON backend clean-ups (Alexander Slobodeniuk)
- Fix a few valgrind issues (Doug Nazar)
- Build: enable tools such as orcc and orc-bugreport by default (Nirbheek Chauhan)
- Various build fixes (L. E. Segovia, Sebastian Dröge)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/orc/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/orc/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/orc/distinfo

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

Modified files:

Index: pkgsrc/devel/orc/Makefile
diff -u pkgsrc/devel/orc/Makefile:1.31 pkgsrc/devel/orc/Makefile:1.32
--- pkgsrc/devel/orc/Makefile:1.31      Tue Feb 18 08:57:52 2025
+++ pkgsrc/devel/orc/Makefile   Fri Jan  9 06:48:58 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2025/02/18 08:57:52 adam Exp $
+# $NetBSD: Makefile,v 1.32 2026/01/09 06:48:58 adam Exp $
 
-DISTNAME=      orc-0.4.41
+DISTNAME=      orc-0.4.42
 CATEGORIES=    devel
 MASTER_SITES=  https://gstreamer.freedesktop.org/src/orc/
 EXTRACT_SUFX=  .tar.xz
@@ -21,7 +21,7 @@ MAKE_ENV+=    LD_LIBRARY_PATH=${WRKSRC}/out
 # For Darwin
 MAKE_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/output/orc:${WRKSRC}/output/orc-test
 
-MESON_ARGS+=   -Dgtk_doc=disabled
+MESON_ARGS+=   -Dhotdoc=disabled
 
 PYTHON_FOR_BUILD_ONLY= tool
 

Index: pkgsrc/devel/orc/PLIST
diff -u pkgsrc/devel/orc/PLIST:1.20 pkgsrc/devel/orc/PLIST:1.21
--- pkgsrc/devel/orc/PLIST:1.20 Tue Feb 18 08:57:52 2025
+++ pkgsrc/devel/orc/PLIST      Fri Jan  9 06:48:58 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2025/02/18 08:57:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2026/01/09 06:48:58 adam Exp $
 bin/orc-bugreport
 bin/orcc
 include/orc-0.4/orc-test/orcarray.h
@@ -9,6 +9,7 @@ include/orc-0.4/orc/orc-stdint.h
 include/orc-0.4/orc/orc.h
 include/orc-0.4/orc/orcarm.h
 include/orc-0.4/orc/orcavx.h
+include/orc-0.4/orc/orcavxinsn.h
 include/orc-0.4/orc/orcbytecode.h
 include/orc-0.4/orc/orcbytecodes.h
 include/orc-0.4/orc/orccode.h
@@ -20,16 +21,23 @@ include/orc-0.4/orc/orcexecutor.h
 include/orc-0.4/orc/orcfunctions.h
 include/orc-0.4/orc/orcinstruction.h
 include/orc-0.4/orc/orclimits.h
+include/orc-0.4/orc/orcloongarch.h
+include/orc-0.4/orc/orcloongarchinsn.h
+include/orc-0.4/orc/orclsxinsn.h
 include/orc-0.4/orc/orcmips.h
 include/orc-0.4/orc/orcmmx.h
+include/orc-0.4/orc/orcmmxinsn.h
 include/orc-0.4/orc/orcneon.h
 include/orc-0.4/orc/orconce.h
 include/orc-0.4/orc/orcopcode.h
 include/orc-0.4/orc/orcparse.h
 include/orc-0.4/orc/orcpowerpc.h
 include/orc-0.4/orc/orcprogram.h
+include/orc-0.4/orc/orcriscv.h
+include/orc-0.4/orc/orcriscvinsn.h
 include/orc-0.4/orc/orcrule.h
 include/orc-0.4/orc/orcsse.h
+include/orc-0.4/orc/orcsseinsn.h
 include/orc-0.4/orc/orctarget.h
 include/orc-0.4/orc/orcutils.h
 include/orc-0.4/orc/orcvariable.h
@@ -37,9 +45,9 @@ include/orc-0.4/orc/orcx86.h
 include/orc-0.4/orc/orcx86insn.h
 lib/liborc-0.4.so
 lib/liborc-0.4.so.0
-lib/liborc-0.4.so.0.41.0
+lib/liborc-0.4.so.0.42.0
 lib/liborc-test-0.4.so
 lib/liborc-test-0.4.so.0
-lib/liborc-test-0.4.so.0.41.0
+lib/liborc-test-0.4.so.0.42.0
 lib/pkgconfig/orc-0.4.pc
 lib/pkgconfig/orc-test-0.4.pc

Index: pkgsrc/devel/orc/distinfo
diff -u pkgsrc/devel/orc/distinfo:1.32 pkgsrc/devel/orc/distinfo:1.33
--- pkgsrc/devel/orc/distinfo:1.32      Tue Feb 18 08:57:52 2025
+++ pkgsrc/devel/orc/distinfo   Fri Jan  9 06:48:58 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2025/02/18 08:57:52 adam Exp $
+$NetBSD: distinfo,v 1.33 2026/01/09 06:48:58 adam Exp $
 
-BLAKE2s (orc-0.4.41.tar.xz) = 5ee980c0801c030fc8a9f191ae9a0c99584640881f71a26f4d823aeccc1baed0
-SHA512 (orc-0.4.41.tar.xz) = 8c1dc497b2e2dd9a071ea0cb66bbf4bda0bad64f41c1ce0b9c87eb61c1fcf27d4cbef6c30ef00fed57c3623458aa683d39904f7c37072072eda6c51bcdd94091
-Size (orc-0.4.41.tar.xz) = 234212 bytes
+BLAKE2s (orc-0.4.42.tar.xz) = 5480b7f75cf5d331dd9d57daea7ad35fb8de8005b9f732c5d71fac81850e9e96
+SHA512 (orc-0.4.42.tar.xz) = 3a1ebe31a49255df10dbf2eb2aa72265dfc8a3806107d57b92c187aab8be32e01ad5652fb385d6886a15c23017a4db5374c0234be4c6d69b9af18347f83b1e6f
+Size (orc-0.4.42.tar.xz) = 280792 bytes



Home | Main Index | Thread Index | Old Index