From f5f7d1234a440b37c983ef1ba9ed28aaf371d278 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Sun, 12 Nov 2023 22:45:27 +0100 Subject: [PATCH] add pulseaudio and patch levels Signed-off-by: Toshaan Bharvani --- SPECS/moc.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SPECS/moc.spec b/SPECS/moc.spec index ff4d9b9..e00496a 100644 --- a/SPECS/moc.spec +++ b/SPECS/moc.spec @@ -91,9 +91,9 @@ files in this directory beginning from the chosen file. %if %{without oldffmpeg} %patch2 -p1 %endif -%patch3 -%patch4 -%patch5 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build mv configure.in configure.ac @@ -106,7 +106,7 @@ export CFLAGS="-O0 -g" export LT_SYS_LIBRARY_PATH=%{_libdir}/mocp %configure LT_SYS_LIBRARY_PATH=%{_libdir}/mocp \ --disable-static --disable-silent-rules --enable-rpath --without-rcc \ - --with-oss --with-alsa --with-jack --with-aac --with-mp3 \ + --with-pulse --with-oss --with-alsa --with-jack --with-aac --with-mp3 \ --with-musepack --with-vorbis --with-flac --with-wavpack \ --with-sndfile --with-modplug --with-speex \ --with-samplerate --with-curl --without-magic \