public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vlc] epel9-next: spec: Make opencv exclude conditional
@ 2026-07-20 18:06 FeRD
  0 siblings, 0 replies; only message in thread
From: FeRD @ 2026-07-20 18:06 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/vlc
            Branch : epel9-next
            Commit : 9a9eaa57b5313a66b104eb610b675177c3af3e63
            Author : FeRD (Frank Dana) <ferdnyc@gmail.com>
            Date   : 2026-01-02T13:40:02-05:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/vlc/c/9a9eaa57b5313a66b104eb610b675177c3af3e63?branch=epel9-next

            Log:
            spec: Make opencv exclude conditional

If the opencv plugin isn't being built, don't %%exclude it from
the main package. Prevents a file-not-found build warning.

[skip changelog]

---
diff --git a/vlc.spec b/vlc.spec
index d7b305b..258dd23 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1114,7 +1114,9 @@ make check
 %if %{with postproc}
 %exclude %{vlc_plugindir}/video_filter/libpostproc_plugin.so
 %endif
+%if %{with opencv}
 %exclude %{vlc_plugindir}/video_filter/libopencv_*.so
+%endif
 %{vlc_plugindir}/video_filter/*.so
 %{vlc_plugindir}/video_output/libfb_plugin.so
 %{vlc_plugindir}/video_output/libvdummy_plugin.so

^ 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: spec: Make opencv exclude conditional FeRD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox