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] epel10: Fix spatialaudio disablement
Date: Wed, 23 Sep 2026 14:55:55 GMT [thread overview]
Message-ID: <179017535552.1.249676911634012224.rpms-vlc-a66b943e5414@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-23 14:55 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=179017535552.1.249676911634012224.rpms-vlc-a66b943e5414@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