public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Mark oneVPL as x86_64-only
@ 2026-09-11 14:42 Kalev Lember
0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-09-11 14:42 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 14:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:42 [flatpaks/flatpak-runtime] f45: Mark oneVPL as x86_64-only Kalev Lember
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox