Compare commits
2 Commits
bfbca218bd
...
f5f7d1234a
Author | SHA1 | Date |
---|---|---|
![]() |
f5f7d1234a | |
![]() |
1335b83b6f |
|
@ -21,7 +21,7 @@
|
|||
Name: moc
|
||||
Summary: Music on Console - Console audio player for Linux/UNIX
|
||||
Version: 2.6
|
||||
Release: 0.46.svn%{checkout}%{?dist}
|
||||
Release: 0.47.svn%{checkout}%{?dist}
|
||||
License: GPLv3+
|
||||
URL: http://moc.daper.net
|
||||
|
||||
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue