public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/vlc] epel9-next: Avoid kf5-filesystem dependency in flatpak builds
Date: Mon, 20 Jul 2026 18:05:49 GMT [thread overview]
Message-ID: <178457074948.1.15506293692342934347.rpms-vlc-a36c4975b76c@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-20 18:05 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=178457074948.1.15506293692342934347.rpms-vlc-a36c4975b76c@fedoraproject.org \
--to=yselkowi@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