From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] orc: Version bump. 0.4.41 -> 0.4.42
Date: Fri, 23 Jan 2026 16:02:01 +0100 [thread overview]
Message-ID: <20260123150201.1561284-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20260111185543.2839942-1-christian.melki@t2data.com>
Thanks, applied as a9aa0016fb622aad0161ab667ba90ec1efc83fe1.
Michael
[sent from post-receive hook]
On Fri, 23 Jan 2026 16:02:01 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> 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>
> Message-Id: <20260111185543.2839942-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/orc.make b/rules/orc.make
> index 5db14898df1e..7c4c7e85a030 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
> # ----------------------------------------------------------------------------
prev parent reply other threads:[~2026-01-23 15:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-11 18:55 [ptxdist] [PATCH 1/2] " Christian Melki
2026-01-11 18:55 ` [ptxdist] [PATCH 2/2] host-orc: Follow target orc " Christian Melki
2026-01-23 15:02 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-01-23 15:02 ` Michael Olbrich [this message]
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=20260123150201.1561284-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=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