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: Don't mark svt-av1-libs as x86_64 specific
Date: Fri, 11 Sep 2026 14:42:30 GMT [thread overview]
Message-ID: <178913775039.1.14357536608513121223.flatpaks-flatpak-runtime-b0ed1ef75660@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : b0ed1ef75660e2200177b52b3b9b0bcf97a129e1
Author : Kalev Lember <klember@redhat.com>
Date : 2026-03-02T20:29:45-05:00
Stats : +4/-5 in 2 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/b0ed1ef75660e2200177b52b3b9b0bcf97a129e1?branch=f45
Log:
Don't mark svt-av1-libs as x86_64 specific
It's available on all arches now.
---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index a698aee..9720511 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -701,6 +701,7 @@ data:
- sqlite-libs
- sratom
- srt-libs
+ - svt-av1-libs
- systemd-libs
- systemd-standalone-tmpfiles
- taglib
@@ -768,7 +769,6 @@ data:
rpms:
- libquadmath
- libvmaf
- - svt-av1-libs
runtime-base:
rpms:
- acl
@@ -1406,6 +1406,7 @@ data:
- sqlite-libs
- sratom
- srt-libs
+ - svt-av1-libs
- systemd-libs
- systemd-standalone-tmpfiles
- taglib
@@ -1464,7 +1465,6 @@ data:
rpms:
- libquadmath
- libvmaf
- - svt-av1-libs
sdk:
rpms:
- abattis-cantarell-fonts
@@ -2821,6 +2821,7 @@ data:
- strace
- subunit
- subunit-devel
+ - svt-av1-libs
- sysprof-agent
- sysprof-capture-devel
- systemd-devel
@@ -2952,7 +2953,6 @@ data:
- libquadmath-devel
- libvmaf
- libvmaf-devel
- - svt-av1-libs
sdk-base:
rpms:
- acl
@@ -4240,6 +4240,7 @@ data:
- strace
- subunit
- subunit-devel
+ - svt-av1-libs
- sysprof-capture-devel
- systemd-devel
- systemd-libs
@@ -4352,7 +4353,6 @@ data:
- libquadmath-devel
- libvmaf
- libvmaf-devel
- - svt-av1-libs
buildroot:
rpms:
- flatpak-rpm-macros
diff --git a/tools/util.py b/tools/util.py
index dfab27a..f98b112 100644
--- a/tools/util.py
+++ b/tools/util.py
@@ -42,7 +42,6 @@ ARCH_SPECIFIC_PACKAGES['x86_64'] = [
"libquadmath-devel",
"libvmaf",
"libvmaf-devel",
- "svt-av1-libs",
]
_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=178913775039.1.14357536608513121223.flatpaks-flatpak-runtime-b0ed1ef75660@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