public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Mark oneVPL as x86_64-only
Date: Fri, 11 Sep 2026 14:42:31 GMT	[thread overview]
Message-ID: <178913775131.1.17934095378318943678.flatpaks-flatpak-runtime-1010f8ac33b1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : flatpaks/flatpak-runtime
Branch : f45
Commit : 1010f8ac33b124eaacc8efe26b9ecb6211342ae2
Author : Kalev Lember <klember@redhat.com>
Date   : 2026-03-02T20:29:45-05:00
Stats  : +5/-4 in 2 file(s)
URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/1010f8ac33b124eaacc8efe26b9ecb6211342ae2?branch=f45

Log:
Mark oneVPL as x86_64-only

---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index 8adc5f7..d52cf2a 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -613,7 +613,6 @@ data:
       - nss_hesiod
       - nuspell
       - ocl-icd
-      - oneVPL
       - openal-soft
       - opencore-amr
       - openfec
@@ -777,6 +776,7 @@ data:
       rpms:
       - libquadmath
       - libvmaf
+      - oneVPL
     runtime-base:
       rpms:
       - acl
@@ -1337,7 +1337,6 @@ data:
       - nss_db
       - nss_hesiod
       - ocl-icd
-      - oneVPL
       - openal-soft
       - opencore-amr
       - openfec
@@ -1482,6 +1481,7 @@ data:
       rpms:
       - libquadmath
       - libvmaf
+      - oneVPL
     sdk:
       rpms:
       - abattis-cantarell-fonts
@@ -2435,7 +2435,6 @@ data:
       - ocaml-srpm-macros
       - ocl-icd
       - ocl-icd-devel
-      - oneVPL
       - oniguruma
       - oniguruma-devel
       - openal-soft
@@ -2981,6 +2980,7 @@ data:
       - libquadmath-devel
       - libvmaf
       - libvmaf-devel
+      - oneVPL
     sdk-base:
       rpms:
       - acl
@@ -3878,7 +3878,6 @@ data:
       - ocaml-srpm-macros
       - ocl-icd
       - ocl-icd-devel
-      - oneVPL
       - oniguruma
       - oniguruma-devel
       - openal-soft
@@ -4393,6 +4392,7 @@ data:
       - libquadmath-devel
       - libvmaf
       - libvmaf-devel
+      - oneVPL
     buildroot:
       rpms:
       - flatpak-rpm-macros

diff --git a/tools/util.py b/tools/util.py
index f98b112..ddef6fa 100644
--- a/tools/util.py
+++ b/tools/util.py
@@ -42,6 +42,7 @@ ARCH_SPECIFIC_PACKAGES['x86_64'] = [
     "libquadmath-devel",
     "libvmaf",
     "libvmaf-devel",
+    "oneVPL",
 ]
 
 _log_name = None

                 reply	other threads:[~2026-09-11 14:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178913775131.1.17934095378318943678.flatpaks-flatpak-runtime-1010f8ac33b1@fedoraproject.org \
    --to=klember@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /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