public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vlc] epel9-next: Disable crystalhd
@ 2026-07-20 18:06 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-20 18:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/vlc
Branch : epel9-next
Commit : 8f8be22ee55c2f1a5e3b7e86fc7ea49de6d2f5fe
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2025-07-29T15:22:54-04:00
Stats : +12/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/vlc/c/8f8be22ee55c2f1a5e3b7e86fc7ea49de6d2f5fe?branch=epel9-next
Log:
Disable crystalhd
libcrystalhd was retired from F43:
https://src.fedoraproject.org/rpms/libcrystalhd/c/79d27384e8f33077bd176f25a71bc0e8e05951e8
Also, added upgrade helpers for other conditional subpackages.
---
diff --git a/vlc.spec b/vlc.spec
index d135613..d89d761 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -21,7 +21,8 @@
%bcond sdl %[!(0%{?rhel} >= 10)]
%ifnarch s390x
-%bcond crystalhd %[0%{?fedora} || 0%{?rhel} < 9]
+# retired from F43, was never in EPEL 9+
+%bcond crystalhd 0
%bcond ieee1394 1
%endif
@@ -381,6 +382,16 @@ Requires: google-noto-serif-vf-fonts
%endif
Recommends: libv4l%{?_isa}
Conflicts: %{name}-core < %{epoch}:%{version}-%{release}
+%if %{without crystalhd}
+Obsoletes: %{name}-plugin-crystalhd < %{epoch}:%{version}-%{release}
+%endif
+%if %{without ieee1394}
+Obsoletes: %{name}-plugin-ieee1394 < %{epoch}:%{version}-%{release}
+%endif
+%if %{without opencv}
+Obsoletes: %{name}-plugin-opencv < %{epoch}:%{version}-%{release}
+%endif
+
%description plugins-base
VLC media player core components
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 18:06 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:06 [rpms/vlc] epel9-next: Disable crystalhd Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox