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] f45: Use Qt6 on Fedora and EPEL 10+
Date: Wed, 23 Sep 2026 14:52:53 GMT	[thread overview]
Message-ID: <179017517349.1.12380589364888178085.rpms-vlc-31df44ddc70c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/vlc
Branch : f45
Commit : 31df44ddc70c266484ef865f9efe88e5c1797c40
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-09-23T10:29:41-04:00
Stats  : +12/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/vlc/c/31df44ddc70c266484ef865f9efe88e5c1797c40?branch=f45

Log:
Use Qt6 on Fedora and EPEL 10+

---
diff --git a/vlc.spec b/vlc.spec
index 69c34fd..fde48e7 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -3,6 +3,9 @@
 %bcond x264 %{with freeworld}
 %bcond x265 %{with freeworld}
 
+# use Qt6 where available
+%bcond qt6 %[(0%{?fedora} || 0%{?rhel} >= 10)]
+
 # not compatible with asdcplib-2.12
 %bcond asdcp %[!(0%{?fedora} >= 38 || 0%{?rhel} >= 10)]
 # not compatible with opencv 3.4 or 4.0
@@ -212,11 +215,20 @@ BuildRequires:	pkgconfig(opencv)
 %endif
 BuildRequires:	pkgconfig(opus) >= 1.0.3
 BuildRequires:	pkgconfig(protobuf-lite) >= 2.5
+%if %{with qt6}
+BuildRequires:	pkgconfig(Qt6Core)
+BuildRequires:	pkgconfig(Qt6Gui)
+BuildRequires:	pkgconfig(Qt6Svg)
+BuildRequires:	pkgconfig(Qt6Widgets)
+BuildRequires:	qt6-qtbase-private-devel
+%else
 BuildRequires:	pkgconfig(Qt5Core) >= 5.5
 BuildRequires:	pkgconfig(Qt5Gui) >= 5.5
 BuildRequires:	pkgconfig(Qt5Svg) >= 5.5
 BuildRequires:	pkgconfig(Qt5Widgets) >= 5.5
 BuildRequires:	pkgconfig(Qt5X11Extras) >= 5.5
+BuildRequires:	qt5-qtbase-private-devel
+%endif
 BuildRequires:	pkgconfig(samplerate)
 %if %{with sdl}
 BuildRequires:	pkgconfig(SDL_image) >= 1.2.10
@@ -263,7 +275,6 @@ BuildRequires:	pkgconfig(xinerama)
 BuildRequires:	pkgconfig(xpm)
 BuildRequires:	pkgconfig(xproto)
 BuildRequires:	pkgconfig(zvbi-0.2) >= 0.2.28
-BuildRequires:	qt5-qtbase-private-devel
 BuildRequires:	zlib-devel
 
 Provides:	%{name}-xorg%{?_isa} = %{epoch}:%{version}-%{release}
@@ -323,7 +334,6 @@ Requires:	%{name}-plugins-video-out%{?_isa} = %{epoch}:%{version}-%{release}
 Requires:	%{name}-plugin-lua%{?_isa} = %{epoch}:%{version}-%{release}
 Requires:	(%{name}-plugin-pipewire%{?_isa} if pipewire)
 Requires:	(%{name}-plugin-pulseaudio%{?_isa} = %{epoch}:%{version}-%{release} if (pipewire-pulseaudio or pulseaudio))
-Requires:	(qt5-qtwayland%{?_isa} if libwayland-client%{?_isa})
 Recommends:	%{name}-plugins-extra%{?_isa} = %{epoch}:%{version}-%{release}
 Recommends:	%{name}-plugin-ffmpeg%{?_isa} = %{epoch}:%{version}-%{release}
 Recommends:	%{name}-plugin-visualization%{?_isa} = %{epoch}:%{version}-%{release}

                 reply	other threads:[~2026-09-23 14:52 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=179017517349.1.12380589364888178085.rpms-vlc-31df44ddc70c@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