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: Mon Aug 31 10:44:20 UTC 2026
Modified Files:
pkgsrc/devel/orc: Makefile PLIST distinfo
Log Message:
orc: updated to 0.4.43
0.4.43
- Add AVX512 support (Jorge Zapata)
- neon: add divluw rule (used in GStreamer's compositor, videomixer, gaudieffects and alpha-blending code paths) (Jeongkeun Kim)
- neon: add mulslq, mululq rules, shlq, shrsq, shruq (used in GStreamer's audio processing element) (Jeongkeun Kim)
- orccodemem: Invalidate code chunks when recycling for QEMU (Jorge Zapata)
- orcprogram-c: Allow negative constants (Carlos Falgueras García)
- arm, neon: Split ARM and NEON logic into 32b and 64b (Carlos Falgueras García)
- RISC-V: many fixes and enhancements, including some new rules (Felix Gong, Yao Zi, Brad Smith)
- LoongArch: various fixes and enhancements (Jin Bo)
- OpenBSD/FreeBSD improvements (Brad Smith)
- Miscellaneous fixes (Brad Smith, Jorge Zapata)
- ci fixes (Jorge Zapata, L. E. Segovia, Tim-Philipp Müller)
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/orc/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/orc/PLIST
cvs rdiff -u -r1.33 -r1.34 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.32 pkgsrc/devel/orc/Makefile:1.33
--- pkgsrc/devel/orc/Makefile:1.32 Fri Jan 9 06:48:58 2026
+++ pkgsrc/devel/orc/Makefile Mon Aug 31 10:44:20 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2026/01/09 06:48:58 adam Exp $
+# $NetBSD: Makefile,v 1.33 2026/08/31 10:44:20 adam Exp $
-DISTNAME= orc-0.4.42
+DISTNAME= orc-0.4.43
CATEGORIES= devel
MASTER_SITES= https://gstreamer.freedesktop.org/src/orc/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/devel/orc/PLIST
diff -u pkgsrc/devel/orc/PLIST:1.21 pkgsrc/devel/orc/PLIST:1.22
--- pkgsrc/devel/orc/PLIST:1.21 Fri Jan 9 06:48:58 2026
+++ pkgsrc/devel/orc/PLIST Mon Aug 31 10:44:20 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2026/01/09 06:48:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2026/08/31 10:44:20 adam Exp $
bin/orc-bugreport
bin/orcc
include/orc-0.4/orc-test/orcarray.h
@@ -8,6 +8,8 @@ include/orc-0.4/orc-test/orctest.h
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/orcarm64insn.h
+include/orc-0.4/orc/orcarminsn.h
include/orc-0.4/orc/orcavx.h
include/orc-0.4/orc/orcavxinsn.h
include/orc-0.4/orc/orcbytecode.h
@@ -45,9 +47,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.42.0
+lib/liborc-0.4.so.0.43.0
lib/liborc-test-0.4.so
lib/liborc-test-0.4.so.0
-lib/liborc-test-0.4.so.0.42.0
+lib/liborc-test-0.4.so.0.43.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.33 pkgsrc/devel/orc/distinfo:1.34
--- pkgsrc/devel/orc/distinfo:1.33 Fri Jan 9 06:48:58 2026
+++ pkgsrc/devel/orc/distinfo Mon Aug 31 10:44:20 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2026/01/09 06:48:58 adam Exp $
+$NetBSD: distinfo,v 1.34 2026/08/31 10:44:20 adam Exp $
-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
+BLAKE2s (orc-0.4.43.tar.xz) = 8eee6aef78baa2fb1d9e851b03797c75fca9157e32bea11d557885ce0a5d59e0
+SHA512 (orc-0.4.43.tar.xz) = 6597157c3fc474cb8dece0dbdabf3e4cbf277ee5544b806b7043bbd06208be473647604d69c5d84718506fec2faff0bf281dafc92ffeeaa07dfbff526033df1b
+Size (orc-0.4.43.tar.xz) = 317348 bytes
Home |
Main Index |
Thread Index |
Old Index