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:           Thu Feb 29 07:40:48 UTC 2024

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/orc/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/orc/PLIST
cvs rdiff -u -r1.27 -r1.28 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.26 pkgsrc/devel/orc/Makefile:1.27
--- pkgsrc/devel/orc/Makefile:1.26      Wed Feb 21 11:12:01 2024
+++ pkgsrc/devel/orc/Makefile   Thu Feb 29 07:40:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/02/21 11:12:01 nia Exp $
+# $NetBSD: Makefile,v 1.27 2024/02/29 07:40:48 adam Exp $
 
-DISTNAME=      orc-0.4.37
+DISTNAME=      orc-0.4.38
 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.16 pkgsrc/devel/orc/PLIST:1.17
--- pkgsrc/devel/orc/PLIST:1.16 Fri Feb  9 14:39:44 2024
+++ pkgsrc/devel/orc/PLIST      Thu Feb 29 07:40:48 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2024/02/09 14:39:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2024/02/29 07:40:48 adam Exp $
 bin/orc-bugreport
 bin/orcc
 include/orc-0.4/orc-test/orcarray.h
@@ -40,10 +40,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.37.0
+lib/liborc-0.4.so.0.38.0
 lib/liborc-test-0.4.so
 lib/liborc-test-0.4.so.0
-lib/liborc-test-0.4.so.0.37.0
+lib/liborc-test-0.4.so.0.38.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.27 pkgsrc/devel/orc/distinfo:1.28
--- pkgsrc/devel/orc/distinfo:1.27      Fri Feb  9 14:39:44 2024
+++ pkgsrc/devel/orc/distinfo   Thu Feb 29 07:40:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/02/09 14:39:44 adam Exp $
+$NetBSD: distinfo,v 1.28 2024/02/29 07:40:48 adam Exp $
 
-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
+BLAKE2s (orc-0.4.38.tar.xz) = 995ca5bb8da7805765e2ec9fd50cd8cd2c51bf458ddb22867aa89a225de34401
+SHA512 (orc-0.4.38.tar.xz) = 49f34be85f6980e4b5e94f848016f5788b658323f3a120110bc237722ac99938c02976efbe96022d148054330432899533305d4dd21be8fab76fd1995179339a
+Size (orc-0.4.38.tar.xz) = 227152 bytes



Home | Main Index | Thread Index | Old Index