mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] gstreamer-vaapi1: version bump 1.20.5 -> 1.22.0
Date: Wed,  8 Feb 2023 12:49:40 +0100	[thread overview]
Message-ID: <20230208114940.2008884-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230124075051.3522801-9-p.zabel@pengutronix.de>

Thanks, applied as 4ada40d1b4ff5c4b4b54bd5d5457b370fce4737f.

Michael

[sent from post-receive hook]

On Wed, 08 Feb 2023 12:49:40 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230124075051.3522801-9-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/gstreamer-vaapi1.make b/rules/gstreamer-vaapi1.make
> index 487e431392cb..3629fc37a5db 100644
> --- a/rules/gstreamer-vaapi1.make
> +++ b/rules/gstreamer-vaapi1.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GSTREAMER_VAAPI1) += gstreamer-vaapi1
>  #
>  # Paths and names
>  #
> -GSTREAMER_VAAPI1_VERSION	:= 1.20.5
> -GSTREAMER_VAAPI1_MD5		:= 5d3b1840a6c0a27f3f3e75bfdec9d0b4
> +GSTREAMER_VAAPI1_VERSION	:= 1.22.0
> +GSTREAMER_VAAPI1_MD5		:= 49857ccda7c14cbb64769a60058708f9
>  GSTREAMER_VAAPI1		:= gstreamer-vaapi-$(GSTREAMER_VAAPI1_VERSION)
>  GSTREAMER_VAAPI1_SUFFIX		:= tar.xz
>  GSTREAMER_VAAPI1_URL		:= http://gstreamer.freedesktop.org/src/gstreamer-vaapi/$(GSTREAMER_VAAPI1).$(GSTREAMER_VAAPI1_SUFFIX)
> @@ -34,15 +34,15 @@ GSTREAMER_VAAPI1_CONF_TOOL	:= meson
>  GSTREAMER_VAAPI1_CONF_OPT	= \
>  	$(CROSS_MESON_USR) \
>  	-Ddoc=disabled \
> +	-Ddrm=enabled \
> +	-Degl=$(call ptx/endis, PTXCONF_GSTREAMER_VAAPI1_OPENGL)d \
> +	-Dencoders=enabled \
>  	-Dexamples=disabled \
> +	-Dglx=$(call ptx/endis, PTXCONF_GSTREAMER_VAAPI1_GLX)d \
>  	-Dpackage-origin=PTXdist \
>  	-Dtests=disabled \
> -	-Dwith_drm=yes \
> -	-Dwith_egl=$(call ptx/yesno, PTXCONF_GSTREAMER_VAAPI1_OPENGL) \
> -	-Dwith_encoders=yes \
> -	-Dwith_glx=$(call ptx/yesno, PTXCONF_GSTREAMER_VAAPI1_GLX) \
> -	-Dwith_wayland=$(call ptx/yesno, PTXCONF_GSTREAMER_VAAPI1_WAYLAND) \
> -	-Dwith_x11=$(call ptx/yesno, PTXCONF_GSTREAMER_VAAPI1_X11) \
> +	-Dwayland=$(call ptx/endis, PTXCONF_GSTREAMER_VAAPI1_WAYLAND)d \
> +	-Dx11=$(call ptx/endis, PTXCONF_GSTREAMER_VAAPI1_X11)d
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install



  reply	other threads:[~2023-02-08 11:50 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-24  7:50 [ptxdist] [PATCH 01/10] gstreamer1: " Philipp Zabel
2023-01-24  7:50 ` [ptxdist] [PATCH 02/10] gst-plugins-base1: " Philipp Zabel
2023-02-17 17:20   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 03/10] gst-plugins-good1: " Philipp Zabel
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 04/10] gst-plugins-bad1: " Philipp Zabel
2023-02-17 17:20   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 05/10] gst-plugins-ugly1: " Philipp Zabel
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 06/10] gst-devtools1: " Philipp Zabel
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 07/10] gst-libav1: " Philipp Zabel
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 08/10] gst-python1: " Philipp Zabel
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 09/10] gstreamer-vaapi1: " Philipp Zabel
2023-02-08 11:49   ` Michael Olbrich [this message]
2023-01-24  7:50 ` [ptxdist] [PATCH 10/10] gst-rtsp-server1: " Philipp Zabel
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-02-08 11:49 ` [ptxdist] [APPLIED] gstreamer1: " Michael Olbrich

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=20230208114940.2008884-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=p.zabel@pengutronix.de \
    --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