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:           Tue Feb 18 08:57:52 UTC 2025

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

Log Message:
orc: updated to 0.4.41

0.4.41

- orccodemem: Don't modify the process umask, which caused race conditions
  with other threads (L. E. Segovia)
- Require glibc >= 2.07 (L. E. Segovia)
- x86: various SSE and MMX fixes (L. E. Segovia)
- avx: Fix sqrtps encoding causing an illegal instruction crash (L. E. Segovia)
- Hide internal symbols from ABI and do not install internal headers
  (L. E. Segovia)
- Rename backend to target, including orc-backend meson option and ORC_BACKEND
  environment variable (Jorge Zapata)
- Testsuite, tools: Disambiguate OrcProgram naming conventions (L. E. Segovia)
- Build: Fix _clear_cache call for Clang and error out on implicit function
  declarations (Sam James)
- opcodes: Use MIN instead of CLAMP for known unsigned values to fix
  compiler warnings (Edward Hervey)
- Spelling fix in debug log message (Marc Leeman)
- ci improvements: Upload the generated .S and .bin and include Windows
  artifacts (Jorge Zapata)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/orc/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/orc/PLIST
cvs rdiff -u -r1.31 -r1.32 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.30 pkgsrc/devel/orc/Makefile:1.31
--- pkgsrc/devel/orc/Makefile:1.30      Fri Sep 13 19:10:45 2024
+++ pkgsrc/devel/orc/Makefile   Tue Feb 18 08:57:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2024/09/13 19:10:45 adam Exp $
+# $NetBSD: Makefile,v 1.31 2025/02/18 08:57:52 adam Exp $
 
-DISTNAME=      orc-0.4.40
+DISTNAME=      orc-0.4.41
 CATEGORIES=    devel
 MASTER_SITES=  https://gstreamer.freedesktop.org/src/orc/
 EXTRACT_SUFX=  .tar.xz
@@ -10,6 +10,9 @@ HOMEPAGE=     https://gstreamer.freedesktop.
 COMMENT=       Compiler for vector operations
 LICENSE=       modified-bsd
 
+USE_CC_FEATURES=       c99
+FORCE_C_STD=           gnu99
+
 PKGCONFIG_OVERRIDE+=           output/orc-0.4.pc
 PKGCONFIG_OVERRIDE+=           output/meson-private/orc-test-0.4.pc
 PKGCONFIG_OVERRIDE_STAGE=      post-configure
@@ -20,9 +23,6 @@ MAKE_ENV+=    DYLD_LIBRARY_PATH=${WRKSRC}/o
 
 MESON_ARGS+=   -Dgtk_doc=disabled
 
-USE_CC_FEATURES+=      c99
-FORCE_C_STD=           gnu99
-
 PYTHON_FOR_BUILD_ONLY= tool
 
 .include "../../devel/meson/build.mk"

Index: pkgsrc/devel/orc/PLIST
diff -u pkgsrc/devel/orc/PLIST:1.19 pkgsrc/devel/orc/PLIST:1.20
--- pkgsrc/devel/orc/PLIST:1.19 Fri Sep 13 19:10:45 2024
+++ pkgsrc/devel/orc/PLIST      Tue Feb 18 08:57:52 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2024/09/13 19:10:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2025/02/18 08:57:52 adam Exp $
 bin/orc-bugreport
 bin/orcc
 include/orc-0.4/orc-test/orcarray.h
@@ -16,11 +16,9 @@ include/orc-0.4/orc/orccompiler.h
 include/orc-0.4/orc/orcconstant.h
 include/orc-0.4/orc/orccpu.h
 include/orc-0.4/orc/orcdebug.h
-include/orc-0.4/orc/orcemulateopcodes.h
 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/orcinternal.h
 include/orc-0.4/orc/orclimits.h
 include/orc-0.4/orc/orcmips.h
 include/orc-0.4/orc/orcmmx.h
@@ -39,9 +37,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.40.0
+lib/liborc-0.4.so.0.41.0
 lib/liborc-test-0.4.so
 lib/liborc-test-0.4.so.0
-lib/liborc-test-0.4.so.0.40.0
+lib/liborc-test-0.4.so.0.41.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.31 pkgsrc/devel/orc/distinfo:1.32
--- pkgsrc/devel/orc/distinfo:1.31      Fri Sep 13 19:10:45 2024
+++ pkgsrc/devel/orc/distinfo   Tue Feb 18 08:57:52 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.31 2024/09/13 19:10:45 adam Exp $
+$NetBSD: distinfo,v 1.32 2025/02/18 08:57:52 adam Exp $
 
-BLAKE2s (orc-0.4.40.tar.xz) = ab3898a326925455744fa90f5e861d58a0302a5b5b27877c2eb4145eb9587514
-SHA512 (orc-0.4.40.tar.xz) = 2cbc0b8b9f5f429e0c4b24b7b9a8bc5d249c013470d8a595fdb3969a68a90c95c3b1e79063851f2d0ca7f7888d33901f227d2e04f919df00caf37eca6270c0e3
-Size (orc-0.4.40.tar.xz) = 233276 bytes
-SHA1 (patch-orc_orccpu-x86.c) = bd04a9d5381bda80220ba96d49e03501584751c8
+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



Home | Main Index | Thread Index | Old Index