]> git.pld-linux.org Git - packages/moc.git/blobdiff - moc.spec
- rel 6 (curl rebuild)
[packages/moc.git] / moc.spec
index eefb34e6b2872769a5cfea4cd566f4d6e9abc7be..096fc16f5b6106a33001416313ee12e15c3b584f 100644 (file)
--- a/moc.spec
+++ b/moc.spec
-
-# I know, console<->terminal
+#
+# bconds:
+%bcond_without home_etc    # disable HOME_ETC support
+#
 Summary:       Console audio player with simple ncurses interface
 Summary(pl):   Konsolowy odtwarzacz audio z prostym interfejsem ncurses
 Name:          moc
-Version:       2.1.3
-Release:       0.1
+Version:       2.4.1
+Release:       6
 License:       GPL
 Group:         Applications/Sound
-Source0:       ftp://ftp.daper.net/pub/soft/moc/stable/%{name}-%{version}.tar.gz
-# Source0-md5: 6a95c0e0eb0a825d8dc9aa28adb2e290
-Patch0:                %{name}-ncurses.patch
+Source0:       ftp://ftp.daper.net/pub/soft/moc/stable/%{name}-%{version}.tar.bz2
+# Source0-md5: 7b760a9c05d3f50781d06ed2d83aaee8
+Patch0:                %{name}-home_etc.patch
+Patch1:                %{name}-flac.patch
 URL:           http://moc.daper.net/
+BuildRequires: alsa-lib-devel
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: curl-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: speex-devel
+BuildRequires: flac-devel >= 1.1.3
 BuildRequires: libao-devel
 BuildRequires: libid3tag-devel
+BuildRequires: libltdl-devel
 BuildRequires: libmad-devel
+BuildRequires: libmpcdec-devel >= 1.2
+BuildRequires: libsamplerate-devel
+BuildRequires: libsndfile-devel
+BuildRequires: libtool
 BuildRequires: libvorbis-devel
 BuildRequires: ncurses-devel
+BuildRequires: pkgconfig
+BuildRequires: taglib-devel >= 1.3.1
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _decoder_plugins        %{_libdir}/%{name}/decoder_plugins
+
 %description
 MOC is a console audio player with simple ncurses interface in
-playmp3list style. It supports MP3, Ogg and WAV formats. It has all
-functions one may expect from simple audio player
+playmp3list style. It supports MP3, Ogg, FLAC, Musepack, Speex, WAV
+and other less popular formats supported by libsndfile. It has 
+all functions one may expect from simple audio player. Now it supports
+net streams (shoutcast, icecast, regular HTTP, FTP) also.
 
 %description -l pl
 MOC to konsolowy odtwarzacz audio z prostym interfejsem budz±cym
-skojarzenia z playmp3list. Obs³uguje formaty MP3, Ogg oraz WAV. Ma
-wszystkie funkcje, których spodziewa³by¶ siê w prostym odtwarzaczu
-audio.
+skojarzenia z playmp3list. Obs³uguje formaty MP3, Ogg, FLAC, 
+Musepack, Speex, WAV oraz inne mniej popularne formaty wspierane przez
+bibliotekê libsndfile. Ma wszystkie funkcje, których mo¿na spodziewaæ
+siê w prostym odtwarzaczu audio. Teraz tak¿e obs³uguje strumienie
+sieciowe (shoutcast, icecast, HTTP, FTP).
+
+%package mp3
+Summary:       MP3 decoder for MoC - Music on Console
+Summary(pl):   Dekoder MP3 dla MOC
+Group:         Applications/Sound
+Requires:      %{name} = %{version}-%{release}
+Provides:      %{name}-input = %{version}-%{release}
+
+%description mp3
+This package contains the MP3 decoder.
+After install you should reload MOC player.
+
+%description mp3 -l pl
+Ten pakiet zawiera dekodowanie formatu MP3.
+Po zainstalowaniu nale¿y uruchomiæ ponownie MOC.
+
+%package musepack
+Summary:       Musepack (MPC) decoder for MoC - Music on Console
+Summary(pl):   Dekoder Musepack (MPC) dla MOC
+Group:         Applications/Sound
+Requires:      %{name} = %{version}-%{release}
+Provides:      %{name}-input = %{version}-%{release}
+
+%description musepack
+This package contains the Musepack (MPC) decoder.
+After install you should reload MOC player.
+
+%description musepack -l pl
+Ten pakiet zawiera dekodowanie formatu Musepack (MPC).
+Po zainstalowaniu nale¿y uruchomiæ ponownie MOC.
+
+%package ogg
+Summary:       Ogg decoder for MoC - Music on Console
+Summary(pl):   Dekoder Ogg dla MOC
+Group:         Applications/Sound
+Requires:      %{name} = %{version}-%{release}
+Provides:      %{name}-input = %{version}-%{release}
+
+%description ogg
+This package contains the Ogg decoder.
+After install you should reload MOC player.
+
+%description ogg -l pl
+Ten pakiet zawiera dekodowanie formatu Ogg.
+Po zainstalowaniu nale¿y uruchomiæ ponownie MOC.
+
+%package flac
+Summary:       FLAC decoder for MoC - Music on Console
+Summary(pl):   Dekoder FLAC dla MOC
+Group:         Applications/Sound
+Requires:      %{name} = %{version}-%{release}
+Provides:      %{name}-input = %{version}-%{release}
+
+%description flac
+This package contains the FLAC decoder.
+After install you should reload MOC player.
+
+%description flac -l pl
+Ten pakiet zawiera dekodowanie formatu FLAC.
+Po zainstalowaniu nale¿y uruchomiæ ponownie MOC.
+
+%package ffmpeg
+Summary:       ffmpeg decoder for MoC - Music on Console
+Summary(pl):   Dekoder ffmpeg dla MOC
+Group:         Applications/Sound
+Requires:      %{name} = %{version}-%{release}
+Provides:      %{name}-input = %{version}-%{release}
+
+%description ffmpeg
+This package contains module to decode WMA (and others) 
+files.
+After install you should reload MOC player.
+
+%description ffmpeg -l pl
+Ten pakiet zawiera modu³ dekoduj±cy pliki w formacie WMA (i nie tylko)
+Po zainstalowaniu nale¿y uruchomiæ ponownie MOC.
+
+%package sndfile
+Summary:       Decoder of the sndfile formats for MoC - Music on Console
+Summary(pl):   Dekoder plików WAV/AIFF
+Group:         Applications/Sound
+Requires:      %{name} = %{version}-%{release}
+Provides:      %{name}-input = %{version}-%{release}
+
+%description sndfile
+This package contains the decoders of sndfile.
+After install you should reload MOC player.
+
+%description sndfile -l pl
+Ten pakiet zapewnia dekodowanie plików WAV/AIFF.
+Po zainstalowaniu nale¿y uruchomiæ ponownie MOC.
+
+%package speex
+Summary:       Speex decoder for MoC - Music on Console
+Summary(pl):   Dekoder formatu Speex dla MOC
+Group:         Applications/Sound
+Requires:      %{name} = %{version}-%{release}
+Provides:      %{name}-input = %{version}-%{release}
+
+%description speex
+This package contains the Speex decoder.
+After install you should reload MOC player.
+
+%description speex -l pl
+Ten pakiet zapewnia dekodowanie formatu Speex.
+Po zainstalowaniu nale¿y uruchomiæ ponownie MOC.
 
 %prep
 %setup -q
-%patch0 -p1
+%{?with_home_etc:%patch0 -p1}
+%patch1 -p1
 
 %build
 CFLAGS="-I/usr/include/ncurses %{rpmcflags}"
@@ -43,8 +171,7 @@ CFLAGS="-I/usr/include/ncurses %{rpmcflags}"
 %{__autoconf}
 %{__automake}
 %configure \
-       --disable-version-checker \
-       --disable-debug
+       --disable-debug 
 
 %{__make}
 
@@ -55,11 +182,45 @@ install -d $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
+rm -f $RPM_BUILD_ROOT%{_decoder_plugins}/lib*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README TODO NEWS AUTHORS
+%doc AUTHORS NEWS README THANKS TODO *.example
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/man8/mocp*
+%dir %{_libdir}/moc
+%dir %{_libdir}/moc/decoder_plugins
+%{_datadir}/%{name}
+%{_mandir}/man1/mocp*
+
+%files musepack
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_decoder_plugins}/libmusepack_decoder.so*
+
+%files flac
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_decoder_plugins}/libflac_decoder.so*
+
+%files ffmpeg
+%defattr(664,root,root,755)
+%attr(755,root,root) %{_decoder_plugins}/libffmpeg_decoder.so
+
+%files mp3
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_decoder_plugins}/libmp3_decoder.so*
+
+%files ogg
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_decoder_plugins}/libvorbis_decoder.so*
+
+%files sndfile
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_decoder_plugins}/libsndfile_formats_decoder.so*
+
+%files speex
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_decoder_plugins}/libspeex_decoder.so*
This page took 0.086122 seconds and 4 git commands to generate.