Browse Source

add pulseaudio and patch levels

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 6 months ago
parent
commit
f5f7d1234a
  1. 8
      SPECS/moc.spec

8
SPECS/moc.spec

@ -91,9 +91,9 @@ files in this directory beginning from the chosen file. @@ -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" @@ -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 \

Loading…
Cancel
Save