From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] orc: Version bump. 0.4.41 -> 0.4.42
Date: Sun, 11 Jan 2026 19:55:42 +0100 [thread overview]
Message-ID: <20260111185543.2839942-1-christian.melki@t2data.com> (raw)
https://discourse.gstreamer.org/t/orc-0-4-42-release/5592
* Rearrange options slightly. Disabled doc function was
replaced with something else.
* Backend option has been renamed to target.
* Orcc in tools has been default enabled, but we weren't using
orcc on target. So just disable tools and stop removing it as we
previously did. Should work out fine.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/orc.make | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/rules/orc.make b/rules/orc.make
index 5db14898d..7c4c7e85a 100644
--- a/rules/orc.make
+++ b/rules/orc.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_ORC) += orc
#
# Paths and names
#
-ORC_VERSION := 0.4.41
-ORC_MD5 := 16f82f66d1c3988d01c945278bf01fde
+ORC_VERSION := 0.4.42
+ORC_MD5 := b8b4e43d46a62b32150ed5e9833f1d55
ORC := orc-$(ORC_VERSION)
ORC_SUFFIX := tar.xz
ORC_URL := https://gstreamer.freedesktop.org/data/src/orc/$(ORC).$(ORC_SUFFIX)
@@ -29,22 +29,19 @@ ORC_LICENSE_FILES := \
# Prepare
# ----------------------------------------------------------------------------
-ORC_BACKEND := all
+ORC_TARGET := all
ifdef PTXCONF_ARCH_ARM_NEON
-ORC_BACKEND := neon
+ORC_TARGET := neon
endif
-#
-# autoconf
-#
ORC_CONF_TOOL := meson
ORC_CONF_OPT := \
$(CROSS_MESON_USR) \
+ -Dorc-target=$(ORC_TARGET) \
+ -Dorc-test=$(call ptx/endis,PTXCONF_ORC_TEST)d \
-Dbenchmarks=disabled \
-Dexamples=disabled \
- -Dgtk_doc=disabled \
- -Dorc-backend=$(ORC_BACKEND) \
- -Dorc-test=$(call ptx/endis,PTXCONF_ORC_TEST)d
+ -Dhotdoc=disabled \
-Dtests=disabled \
-Dtools=disabled
@@ -52,12 +49,11 @@ ORC_CONF_OPT := \
# Install
# ----------------------------------------------------------------------------
-# don't install orcc it's for the target and should not be used
$(STATEDIR)/orc.install:
@$(call targetinfo)
@$(call world/install, ORC)
- @rm $(ORC_PKGDIR)/usr/bin/orcc
@$(call touch)
+
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
--
2.43.0
next reply other threads:[~2026-01-11 18:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-11 18:55 Christian Melki [this message]
2026-01-11 18:55 ` [ptxdist] [PATCH 2/2] host-orc: Follow target orc " Christian Melki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260111185543.2839942-1-christian.melki@t2data.com \
--to=christian.melki@t2data.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox