public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vlc] epel10: Fix spatialaudio disablement
@ 2026-09-23 14:55 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-23 14:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/vlc
Branch : epel10
Commit : a66b943e5414a5cff1ea7a6dd1d2e89663c68c00
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-03-23T23:27:00-04:00
Stats  : +6/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/vlc/c/a66b943e5414a5cff1ea7a6dd1d2e89663c68c00?branch=epel10

Log:
Fix spatialaudio disablement

---
diff --git a/vlc.spec b/vlc.spec
index abd0364..8342322 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -15,6 +15,9 @@
 %bcond postproc %[!(0%{?fedora} >= 44 || 0%{?rhel} >= 11)]
 # disabled due to various issues
 %bcond projectm 0
+# Temporary disable libspatialaudio until upstream pick
+# https://code.videolan.org/videolan/vlc/-/issues/29493
+%bcond spatialaudio %[!(0%{?fedora} >= 44 || 0%{?rhel} >= 11)]
 
 # some dependencies are not yet in EPEL 10
 %bcond daala 1
@@ -224,9 +227,7 @@ BuildRequires:	pkgconfig(shout) >= 2.1
 BuildRequires:	pkgconfig(smbclient)
 BuildRequires:	pkgconfig(soxr) >= 0.1.2
 BuildRequires:	pkgconfig(sqlite3)
-%if 0%{?fedora} && %{?fedora} < 44
-# Temporary disable libspatialaudio until upstream pick
-# https://code.videolan.org/videolan/vlc/-/issues/29493
+%if %{with spatialaudio}
 BuildRequires:	pkgconfig(spatialaudio)
 %endif
 BuildRequires:	pkgconfig(speex) >= 1.0.5
@@ -674,7 +675,7 @@ export LIVE555_PREFIX=%{_prefix}
 	--enable-tremor						\
 	--enable-speex						\
 	--enable-opus						\
-%if 0%{?fedora} && %{?fedora} < 44
+%if %{with spatialaudio}
 	--enable-spatialaudio					\
 %endif
 	--enable-theora						\
@@ -1151,7 +1152,7 @@ make check
 %{vlc_plugindir}/audio_filter/libmad_plugin.so
 %{vlc_plugindir}/audio_filter/libsamplerate_plugin.so
 %{vlc_plugindir}/audio_filter/libsoxr_plugin.so
-%if 0%{?fedora} && %{?fedora} < 44
+%if %{with spatialaudio}
 %{vlc_plugindir}/audio_filter/libspatialaudio_plugin.so
 %endif
 %{vlc_plugindir}/audio_filter/libspeex_resampler_plugin.so

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-23 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 14:55 [rpms/vlc] epel10: Fix spatialaudio disablement Yaakov Selkowitz

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