commit b56eb6fd8d788cf837c5890b108eab2ef1547500
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Tue May 24 21:15:46 2022 +0200
Disable RCC support
moc.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/moc.spec b/moc.spec
index f79b29a..e9b9cbe 100644
--- a/moc.spec
+++ b/moc.spec
@@ -58,7 +58,7 @@ BuildRequires: libtool-ltdl-devel
BuildRequires: gettext-devel
BuildRequires: pkgconfig(opus)
BuildRequires: libtool
-BuildRequires: librcc-devel
+#BuildRequires: librcc-devel
BuildRequires: popt-devel
%if %{with oldffmpeg}
BuildRequires: compat-ffmpeg4-devel
@@ -98,7 +98,7 @@ export CFLAGS="-O0 -g"
%endif
export LT_SYS_LIBRARY_PATH=%{_libdir}/mocp
%configure LT_SYS_LIBRARY_PATH=%{_libdir}/mocp \
- --disable-static --disable-silent-rules --enable-rpath --with-rcc \
+ --disable-static --disable-silent-rules --enable-rpath --without-rcc \
--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
--with-musepack --with-vorbis --with-flac --with-wavpack \
--with-sndfile --with-modplug --with-speex \
@@ -140,6 +140,7 @@ patchelf --set-rpath %{_libdir}/mocp/decoder_plugins
%{buildroot}%{_bindir}/*
%changelog
* Tue May 24 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.45.svn3005
- Rebuild for RPMFusion bug #6310
+- Disable RCC support
* Thu Feb 10 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.44.svn3005
- Bugfix for building against ffmpeg 5+
Show replies by date