Compare commits
No commits in common. "f5f7d1234a440b37c983ef1ba9ed28aaf371d278" and "bfbca218bde2ffad26f0b1e3a55347d5c31a9b76" have entirely different histories.
f5f7d1234a
...
bfbca218bd
|
@ -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.47.svn%{checkout}%{?dist}
|
Release: 0.46.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 -p1
|
%patch3
|
||||||
%patch4 -p1
|
%patch4
|
||||||
%patch5 -p1
|
%patch5
|
||||||
|
|
||||||
%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-pulse --with-oss --with-alsa --with-jack --with-aac --with-mp3 \
|
--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 \
|
||||||
|
|
Loading…
Reference in New Issue