From: Wang Mingyu Date: Thu, 3 Nov 2022 05:32:50 +0000 (+0800) Subject: orc: upgrade 0.4.32 -> 0.4.33 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2632 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cab550deb3f8c895e4c4041ddf4a99517b1cb1b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git orc: upgrade 0.4.32 -> 0.4.33 Changelog: ========== - Add support for aarch64 (64-bit ARM) architecture (not yet enabled on Windows though) - aarch32: Implement loadupdb instruction used e.g. for video pixel format packing/unpacking/conversions - neon: Fix unsigned only implementation of loadoffb, loadoffw and loadoffl - neon: Fix testsuite not passing on arm CPUs - orccodemem: Fix use-after-free in error paths - orccpu-powerpc: Fix build with kernel < 4.11 - Add support for macOS Hardened Runtime - Enable only SSE and MMX backends for Windows - Fix ORC_RESTRICT definition for MSVC - pkgconfig: add -DORC_STATIC_COMPILATION flag to .pc file for static-only builds Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/orc/orc_0.4.32.bb b/meta/recipes-devtools/orc/orc_0.4.33.bb similarity index 92% rename from meta/recipes-devtools/orc/orc_0.4.32.bb rename to meta/recipes-devtools/orc/orc_0.4.33.bb index 829255f1101..873fe3920b7 100644 --- a/meta/recipes-devtools/orc/orc_0.4.32.bb +++ b/meta/recipes-devtools/orc/orc_0.4.33.bb @@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause & BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz" -SRC_URI[sha256sum] = "a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0" +SRC_URI[sha256sum] = "844e6d7db8086f793f57618d3d4b68d29d99b16034e71430df3c21cfd3c3542a" inherit meson pkgconfig gtk-doc