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 Feb  9 14:39:44 UTC 2024

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

Log Message:
orc: updated to 0.4.37

0.4.37
======
- enable neon instructions on Apple ARM64 (Aleix Conchillo Flaqué)
- orcc: Fix regression, was hard-coded to use "sse" as default target (Sebastian Dröge)
- MMX backend fixes (L. E. Segovia, Jorge Zapata)
- testsuite: Build fixes for Clang (L. E. Segovia)
- testsuite, tools: Fix warning caused by inserting unneeded source operands (L. E. Segovia)
- orccompiler: call sys_icache_invalidate() to invalidate macos inst cache (Aleix Conchillo Flaqué)
- macOS/iOS version/target check build fixes (Aleix Conchillo Flaqué)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/orc/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/orc/PLIST
cvs rdiff -u -r1.26 -r1.27 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.24 pkgsrc/devel/orc/Makefile:1.25
--- pkgsrc/devel/orc/Makefile:1.24      Sun Jan 28 07:14:16 2024
+++ pkgsrc/devel/orc/Makefile   Fri Feb  9 14:39:44 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2024/01/28 07:14:16 adam Exp $
+# $NetBSD: Makefile,v 1.25 2024/02/09 14:39:44 adam Exp $
 
-DISTNAME=      orc-0.4.36
+DISTNAME=      orc-0.4.37
 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.15 pkgsrc/devel/orc/PLIST:1.16
--- pkgsrc/devel/orc/PLIST:1.15 Sun Jan 28 07:14:17 2024
+++ pkgsrc/devel/orc/PLIST      Fri Feb  9 14:39:44 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2024/01/28 07:14:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2024/02/09 14:39:44 adam Exp $
 bin/orc-bugreport
 bin/orcc
 include/orc-0.4/orc-test/orcarray.h
@@ -40,10 +40,10 @@ 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.36.0
+lib/liborc-0.4.so.0.37.0
 lib/liborc-test-0.4.so
 lib/liborc-test-0.4.so.0
-lib/liborc-test-0.4.so.0.36.0
+lib/liborc-test-0.4.so.0.37.0
 lib/pkgconfig/orc-0.4.pc
 lib/pkgconfig/orc-test-0.4.pc
 share/aclocal/orc.m4

Index: pkgsrc/devel/orc/distinfo
diff -u pkgsrc/devel/orc/distinfo:1.26 pkgsrc/devel/orc/distinfo:1.27
--- pkgsrc/devel/orc/distinfo:1.26      Sun Jan 28 07:14:17 2024
+++ pkgsrc/devel/orc/distinfo   Fri Feb  9 14:39:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/01/28 07:14:17 adam Exp $
+$NetBSD: distinfo,v 1.27 2024/02/09 14:39:44 adam Exp $
 
-BLAKE2s (orc-0.4.36.tar.xz) = cc1e6dd713977bba83f6ceede72c7cb8cb3dcd9b09a5bd4a8fe432e8c804e0fb
-SHA512 (orc-0.4.36.tar.xz) = b8571a5236103013f80323d1bd7ed74ab263f046e99e2e79b48edf1d07760f089faf1bf579bc9f9940947647fe6417ab4d9a8b46bc1205e505c16d99f7e16b10
-Size (orc-0.4.36.tar.xz) = 226448 bytes
+BLAKE2s (orc-0.4.37.tar.xz) = 44451d7a205a27628868fcaac14604ec78ce795e3a3be68ba0e16448dbeb32e8
+SHA512 (orc-0.4.37.tar.xz) = 73c1e6e3bf66ceda94eb009675b0728ec844acc238959a4e741cbd6b69b7231b544fb85bb093641319d761bcfc0a9f84da864ab7bcf5dd1c263aa75f7b9d2310
+Size (orc-0.4.37.tar.xz) = 228520 bytes



Home | Main Index | Thread Index | Old Index