]> git.pld-linux.org Git - packages/moc.git/blobdiff - moc.spec
- fixed bug in home_etc patch
[packages/moc.git] / moc.spec
index c20f11661cad5f877e2ca792c32302985e334e47..b65f1d9f97d31bd460afc789186a039bb1c6c845 100644 (file)
--- a/moc.spec
+++ b/moc.spec
@@ -1,26 +1,33 @@
-
-# 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.3.0
-Release:       1
+Version:       2.4.1
+Release:       2
 License:       GPL
 Group:         Applications/Sound
 Source0:       ftp://ftp.daper.net/pub/soft/moc/stable/%{name}-%{version}.tar.bz2
-# Source0-md5: 3d5d152c28f6e40162058fc1566c8109
+# Source0-md5: 7b760a9c05d3f50781d06ed2d83aaee8
+Patch0:                %{name}-home_etc.patch
 URL:           http://moc.daper.net/
+BuildRequires: alsa-lib-devel
 BuildRequires: autoconf
-BuildRequires: autogen
 BuildRequires: automake
 BuildRequires: curl-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: speex-devel
 BuildRequires: flac-devel
 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
@@ -28,23 +35,132 @@ 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, FLAC, Musepack, Speex, WAV
-and other less popular formats supported by libsndfiles. It has 
-all functions one may expect from simple audio player. Now it serves 
-streams net (shoutcast, icecast, regular HTTP, FTP) also.
+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, Oggg, FLAC, 
+skojarzenia z playmp3list. Obs³uguje formaty MP3, Ogg, FLAC, 
 Musepack, Speex, WAV oraz inne mniej popularne formaty wspierane przez
-bibliotekê libsndfiles. Ma wszystkie funkcje, których spodziewa³by¶
-siê w prostym odtwarzaczu audio. Teraz tak¿e obs³uguje potoki sieciowe 
-(shoutcast, icecast, HTTP, FTP).
+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
+%{?with_home_etc:%patch0 -p1}
 
 %build
 CFLAGS="-I/usr/include/ncurses %{rpmcflags}"
@@ -52,7 +168,8 @@ CFLAGS="-I/usr/include/ncurses %{rpmcflags}"
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
-%configure --disable-debug 
+%configure \
+       --disable-debug 
 
 %{__make}
 
@@ -63,16 +180,45 @@ install -d $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm $RPM_BUILD_ROOT%{_docdir}/%{name}/*
-rm -f $RPM_BUILD_ROOT%{_libdir}/moc/decoder_plugins/lib*.la
+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 THANKS *.example
+%doc AUTHORS NEWS README THANKS TODO *.example
 %attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}/moc
+%dir %{_libdir}/moc/decoder_plugins
 %{_datadir}/%{name}
-%{_mandir}/man8/mocp*
-%{_libdir}/moc/decoder_plugins/lib*.so
+%{_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.101142 seconds and 4 git commands to generate.