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:           Wed May 31 08:58:37 UTC 2023

Modified Files:
        pkgsrc/devel/orc: Makefile PLIST distinfo
Removed Files:
        pkgsrc/devel/orc/patches: patch-ab patch-orc_orccodemem.c

Log Message:
orc: updated to 0.4.34

0.4.34
======
- Thread-safety improvements around orc codemem allocation/freeing
  (Seungha Yang)
- Add orc_parse_code() with more detailed error reporting (Francesco Romani)
- Implement Orc function lazy initialization correctly via atomic operations
  (Sebastian Dröge)
- orc program parser fixes and improvements (Francesco Romani, Sebastian Dröge)
- build fixes and compiler warning fixes (Thomas Klausner, Tim-Philipp Müller,
  Sebastian Dröge)
- coverity and clang scan-build static code analysis fixes (Sebastian Dröge)
- meson: Do not always generate static library for test library (Jeremy Bicha)
- ci improvements (Jordan Petridis, Nirbheek Chauhan, Tim-Philipp Müller)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/orc/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/orc/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/orc/distinfo
cvs rdiff -u -r1.6 -r0 pkgsrc/devel/orc/patches/patch-ab
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/orc/patches/patch-orc_orccodemem.c

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.21 pkgsrc/devel/orc/Makefile:1.22
--- pkgsrc/devel/orc/Makefile:1.21      Tue Nov  8 12:00:42 2022
+++ pkgsrc/devel/orc/Makefile   Wed May 31 08:58:36 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/11/08 12:00:42 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2023/05/31 08:58:36 adam Exp $
 
-DISTNAME=      orc-0.4.33
+DISTNAME=      orc-0.4.34
 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.12 pkgsrc/devel/orc/PLIST:1.13
--- pkgsrc/devel/orc/PLIST:1.12 Tue Nov  8 12:00:42 2022
+++ pkgsrc/devel/orc/PLIST      Wed May 31 08:58:36 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2022/11/08 12:00:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2023/05/31 08:58:36 adam Exp $
 bin/orc-bugreport
 bin/orcc
 include/orc-0.4/orc-test/orcarray.h
@@ -40,7 +40,6 @@ include/orc-0.4/orc/orcx86insn.h
 lib/liborc-0.4.so
 lib/liborc-0.4.so.0
 lib/liborc-0.4.so.0.33.0
-lib/liborc-test-0.4.a
 lib/liborc-test-0.4.so
 lib/liborc-test-0.4.so.0
 lib/liborc-test-0.4.so.0.33.0

Index: pkgsrc/devel/orc/distinfo
diff -u pkgsrc/devel/orc/distinfo:1.24 pkgsrc/devel/orc/distinfo:1.25
--- pkgsrc/devel/orc/distinfo:1.24      Tue Nov  8 12:10:17 2022
+++ pkgsrc/devel/orc/distinfo   Wed May 31 08:58:36 2023
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.24 2022/11/08 12:10:17 wiz Exp $
+$NetBSD: distinfo,v 1.25 2023/05/31 08:58:36 adam Exp $
 
-BLAKE2s (orc-0.4.33.tar.xz) = 802a18617eb99204a6ac8e4d19721a03f7bf85d5d1af94d131685859265eeb6f
-SHA512 (orc-0.4.33.tar.xz) = ae8adce5dd62f4054879e6f2db76ce8a7959fd32fef0fb99f73f450ff58c5237e15bca764f6780309a163e40afcf400345f12b0aed5b88dc698064e44f8eede0
-Size (orc-0.4.33.tar.xz) = 199024 bytes
-SHA1 (patch-ab) = f2ccfd917b7f096e4e20e7e0a7088ef6ca4a2cf4
-SHA1 (patch-orc_orccodemem.c) = 0e22586002833f26e0b2e221d37f07dd59c8454e
+BLAKE2s (orc-0.4.34.tar.xz) = 6193fc564694f19595a040ca38aad339ee262e250a6f3b5f8b24473046ec0955
+SHA512 (orc-0.4.34.tar.xz) = ea6ce72398fad7569b97afe8e635402a7cc6d5e27b57c27fd76d85ccdf971391b52187297e5849e50ce1031691e9748f2cc312cb39bd0c6ac23c00ac6d96cb41
+Size (orc-0.4.34.tar.xz) = 202628 bytes



Home | Main Index | Thread Index | Old Index