Thu Feb 29 07:40:48 2024 UTC (88d)
orc: updated to 0.4.38

0.4.38

- x86: account for XSAVE when checking for AVX support, fixing usage on
  hardened linux kernels where AVX support has been disabled (L. E. Segovia)
- neon: Use the real intrinsics for divf and sqrtf (L. E. Segovia)
- orc.m4 for autotools is no longer shipped. If anyone still uses
  it they can copy it into their source tree (Tim-Philipp M端ller)


(adam)
diff -r1.26 -r1.27 pkgsrc/devel/orc/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/orc/PLIST
diff -r1.27 -r1.28 pkgsrc/devel/orc/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/devel/orc/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/orc/Makefile 2024/02/21 11:12:01 1.26
+++ pkgsrc/devel/orc/Makefile 2024/02/29 07:40:48 1.27
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.26 2024/02/21 11:12:01 nia Exp $ 1# $NetBSD: Makefile,v 1.27 2024/02/29 07:40:48 adam Exp $
2 2
3DISTNAME= orc-0.4.37 3DISTNAME= orc-0.4.38
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= https://gstreamer.freedesktop.org/src/orc/ 5MASTER_SITES= https://gstreamer.freedesktop.org/src/orc/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://gstreamer.freedesktop.org/modules/orc.html 9HOMEPAGE= https://gstreamer.freedesktop.org/modules/orc.html
10COMMENT= Compiler for vector operations 10COMMENT= Compiler for vector operations
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13PKGCONFIG_OVERRIDE+= output/orc-0.4.pc 13PKGCONFIG_OVERRIDE+= output/orc-0.4.pc
14PKGCONFIG_OVERRIDE+= output/meson-private/orc-test-0.4.pc 14PKGCONFIG_OVERRIDE+= output/meson-private/orc-test-0.4.pc
15PKGCONFIG_OVERRIDE_STAGE= post-configure 15PKGCONFIG_OVERRIDE_STAGE= post-configure
16 16

cvs diff -r1.16 -r1.17 pkgsrc/devel/orc/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/orc/PLIST 2024/02/09 14:39:44 1.16
+++ pkgsrc/devel/orc/PLIST 2024/02/29 07:40:48 1.17
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.16 2024/02/09 14:39:44 adam Exp $ 1@comment $NetBSD: PLIST,v 1.17 2024/02/29 07:40:48 adam Exp $
2bin/orc-bugreport 2bin/orc-bugreport
3bin/orcc 3bin/orcc
4include/orc-0.4/orc-test/orcarray.h 4include/orc-0.4/orc-test/orcarray.h
5include/orc-0.4/orc-test/orcprofile.h 5include/orc-0.4/orc-test/orcprofile.h
6include/orc-0.4/orc-test/orcrandom.h 6include/orc-0.4/orc-test/orcrandom.h
7include/orc-0.4/orc-test/orctest.h 7include/orc-0.4/orc-test/orctest.h
8include/orc-0.4/orc/orc-stdint.h 8include/orc-0.4/orc/orc-stdint.h
9include/orc-0.4/orc/orc.h 9include/orc-0.4/orc/orc.h
10include/orc-0.4/orc/orcarm.h 10include/orc-0.4/orc/orcarm.h
11include/orc-0.4/orc/orcavx.h 11include/orc-0.4/orc/orcavx.h
12include/orc-0.4/orc/orcbytecode.h 12include/orc-0.4/orc/orcbytecode.h
13include/orc-0.4/orc/orcbytecodes.h 13include/orc-0.4/orc/orcbytecodes.h
14include/orc-0.4/orc/orccode.h 14include/orc-0.4/orc/orccode.h
@@ -30,20 +30,19 @@ include/orc-0.4/orc/orconce.h @@ -30,20 +30,19 @@ include/orc-0.4/orc/orconce.h
30include/orc-0.4/orc/orcopcode.h 30include/orc-0.4/orc/orcopcode.h
31include/orc-0.4/orc/orcparse.h 31include/orc-0.4/orc/orcparse.h
32include/orc-0.4/orc/orcpowerpc.h 32include/orc-0.4/orc/orcpowerpc.h
33include/orc-0.4/orc/orcprogram.h 33include/orc-0.4/orc/orcprogram.h
34include/orc-0.4/orc/orcrule.h 34include/orc-0.4/orc/orcrule.h
35include/orc-0.4/orc/orcsse.h 35include/orc-0.4/orc/orcsse.h
36include/orc-0.4/orc/orctarget.h 36include/orc-0.4/orc/orctarget.h
37include/orc-0.4/orc/orcutils.h 37include/orc-0.4/orc/orcutils.h
38include/orc-0.4/orc/orcvariable.h 38include/orc-0.4/orc/orcvariable.h
39include/orc-0.4/orc/orcx86.h 39include/orc-0.4/orc/orcx86.h
40include/orc-0.4/orc/orcx86insn.h 40include/orc-0.4/orc/orcx86insn.h
41lib/liborc-0.4.so 41lib/liborc-0.4.so
42lib/liborc-0.4.so.0 42lib/liborc-0.4.so.0
43lib/liborc-0.4.so.0.37.0 43lib/liborc-0.4.so.0.38.0
44lib/liborc-test-0.4.so 44lib/liborc-test-0.4.so
45lib/liborc-test-0.4.so.0 45lib/liborc-test-0.4.so.0
46lib/liborc-test-0.4.so.0.37.0 46lib/liborc-test-0.4.so.0.38.0
47lib/pkgconfig/orc-0.4.pc 47lib/pkgconfig/orc-0.4.pc
48lib/pkgconfig/orc-test-0.4.pc 48lib/pkgconfig/orc-test-0.4.pc
49share/aclocal/orc.m4 

cvs diff -r1.27 -r1.28 pkgsrc/devel/orc/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/orc/distinfo 2024/02/09 14:39:44 1.27
+++ pkgsrc/devel/orc/distinfo 2024/02/29 07:40:48 1.28
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.27 2024/02/09 14:39:44 adam Exp $ 1$NetBSD: distinfo,v 1.28 2024/02/29 07:40:48 adam Exp $
2 2
3BLAKE2s (orc-0.4.37.tar.xz) = 44451d7a205a27628868fcaac14604ec78ce795e3a3be68ba0e16448dbeb32e8 3BLAKE2s (orc-0.4.38.tar.xz) = 995ca5bb8da7805765e2ec9fd50cd8cd2c51bf458ddb22867aa89a225de34401
4SHA512 (orc-0.4.37.tar.xz) = 73c1e6e3bf66ceda94eb009675b0728ec844acc238959a4e741cbd6b69b7231b544fb85bb093641319d761bcfc0a9f84da864ab7bcf5dd1c263aa75f7b9d2310 4SHA512 (orc-0.4.38.tar.xz) = 49f34be85f6980e4b5e94f848016f5788b658323f3a120110bc237722ac99938c02976efbe96022d148054330432899533305d4dd21be8fab76fd1995179339a
5Size (orc-0.4.37.tar.xz) = 228520 bytes 5Size (orc-0.4.38.tar.xz) = 227152 bytes