public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vlc] epel9-next: Avoid kf5-filesystem dependency in flatpak builds
@ 2026-07-20 18:05 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-20 18:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/vlc
Branch : epel9-next
Commit : a36c4975b76c4d87677377ccbb42af89638297b8
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2023-12-17T22:14:09-05:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/vlc/c/a36c4975b76c4d87677377ccbb42af89638297b8?branch=epel9-next
Log:
Avoid kf5-filesystem dependency in flatpak builds
This allows vlc to be built for the "main" runtime, since we don't care
about directory ownership in flatpaks.
---
diff --git a/vlc.spec b/vlc.spec
index d53d5cf..9710f88 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -223,7 +223,9 @@ Recommends: %{name}-gui-skins2%{?_isa} = %{epoch}:%{version}-%{release}
Recommends: %{name}-plugin-ffmpeg%{?_isa} = %{epoch}:%{version}-%{release}
Requires: hicolor-icon-theme
+%if %{undefined flatpak}
Requires: kf5-filesystem
+%endif
# For xdg-screensaver (libxdg_screensaver_plugin)
Recommends: xdg-utils
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 18:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:05 [rpms/vlc] epel9-next: Avoid kf5-filesystem dependency in flatpak builds Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox