Compare commits

..

2 Commits

Author SHA1 Message Date
Toshaan Bharvani f5f7d1234a add pulseaudio and patch levels
Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
2023-11-12 22:45:27 +01:00
Toshaan Bharvani 1335b83b6f update release to include new patches
Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
2023-11-12 22:42:53 +01:00
1 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
Name: moc Name: moc
Summary: Music on Console - Console audio player for Linux/UNIX Summary: Music on Console - Console audio player for Linux/UNIX
Version: 2.6 Version: 2.6
Release: 0.46.svn%{checkout}%{?dist} Release: 0.47.svn%{checkout}%{?dist}
License: GPLv3+ License: GPLv3+
URL: http://moc.daper.net URL: http://moc.daper.net


@ -91,9 +91,9 @@ files in this directory beginning from the chosen file.
%if %{without oldffmpeg} %if %{without oldffmpeg}
%patch2 -p1 %patch2 -p1
%endif %endif
%patch3 %patch3 -p1
%patch4 %patch4 -p1
%patch5 %patch5 -p1


%build %build
mv configure.in configure.ac mv configure.in configure.ac
@ -106,7 +106,7 @@ export CFLAGS="-O0 -g"
export LT_SYS_LIBRARY_PATH=%{_libdir}/mocp export LT_SYS_LIBRARY_PATH=%{_libdir}/mocp
%configure LT_SYS_LIBRARY_PATH=%{_libdir}/mocp \ %configure LT_SYS_LIBRARY_PATH=%{_libdir}/mocp \
--disable-static --disable-silent-rules --enable-rpath --without-rcc \ --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-musepack --with-vorbis --with-flac --with-wavpack \
--with-sndfile --with-modplug --with-speex \ --with-sndfile --with-modplug --with-speex \
--with-samplerate --with-curl --without-magic \ --with-samplerate --with-curl --without-magic \