public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Popela <tpopela@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: intel-mediasdk is x86_64 specific
Date: Fri, 11 Sep 2026 14:41:59 GMT [thread overview]
Message-ID: <178913771989.1.6670163767952476855.flatpaks-flatpak-runtime-5a7621fba6f2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 5a7621fba6f2eb979a8ccf3c863fb085838f64fa
Author : Tomas Popela <tpopela@redhat.com>
Date : 2022-05-12T16:57:39+02:00
Stats : +5/-4 in 2 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/5a7621fba6f2eb979a8ccf3c863fb085838f64fa?branch=f45
Log:
intel-mediasdk is x86_64 specific
---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index f8d9477..84689f5 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -214,7 +214,6 @@ data:
- ibus-libs
- libicu
- ilbc
- - intel-mediasdk
- iso-codes
- itstool
- jansson
@@ -611,6 +610,7 @@ data:
runtime-x86_64:
rpms:
- libquadmath
+ - intel-mediasdk
- svt-av1-libs
- libvmaf
runtime-base:
@@ -798,7 +798,6 @@ data:
- ibus-libs
- libicu
- ilbc
- - intel-mediasdk
- iso-codes
- jansson
- jasper-libs
@@ -1168,6 +1167,7 @@ data:
runtime-base-x86_64:
rpms:
- libquadmath
+ - intel-mediasdk
- svt-av1-libs
- libvmaf
sdk:
@@ -1551,7 +1551,6 @@ data:
- libicu
- libicu-devel
- ilbc
- - intel-mediasdk
- iso-codes
- iso-codes-devel
- itstool
@@ -2513,6 +2512,7 @@ data:
- libquadmath
- libquadmath-devel
- glibc-headers-x86
+ - intel-mediasdk
- libipt
- svt-av1-libs
- libvmaf
@@ -2872,7 +2872,6 @@ data:
- libicu
- libicu-devel
- ilbc
- - intel-mediasdk
- iso-codes
- iso-codes-devel
- itstool
@@ -3783,6 +3782,7 @@ data:
- libquadmath
- libquadmath-devel
- glibc-headers-x86
+ - intel-mediasdk
- libipt
- svt-av1-libs
- libvmaf
diff --git a/tools/util.py b/tools/util.py
index 8649feb..2613cf4 100644
--- a/tools/util.py
+++ b/tools/util.py
@@ -29,6 +29,7 @@ ARCH_SPECIFIC_PACKAGES = {}
ARCH_SPECIFIC_PACKAGES['x86_64'] = [
"fftw-libs-quad",
"glibc-headers-x86",
+ "intel-mediasdk",
"libipt",
"libquadmath",
"libquadmath-devel",
reply other threads:[~2026-09-11 14:41 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=178913771989.1.6670163767952476855.flatpaks-flatpak-runtime-5a7621fba6f2@fedoraproject.org \
--to=tpopela@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