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: Disable crystalhd
Date: Mon, 20 Jul 2026 18:06:08 GMT [thread overview]
Message-ID: <178457076860.1.14387912574383140162.rpms-vlc-8f8be22ee55c@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-20 18:06 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=178457076860.1.14387912574383140162.rpms-vlc-8f8be22ee55c@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