SPECS: k3b.spec - more subpackages - sorted,cosmetics, updated TODO
charles
charles at pld-linux.org
Tue Jun 14 13:53:32 CEST 2005
Author: charles Date: Tue Jun 14 11:53:32 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- more subpackages
- sorted,cosmetics, updated TODO
---- Files affected:
SPECS:
k3b.spec (1.98 -> 1.99)
---- Diffs:
================================================================
Index: SPECS/k3b.spec
diff -u SPECS/k3b.spec:1.98 SPECS/k3b.spec:1.99
--- SPECS/k3b.spec:1.98 Tue Jun 14 12:14:29 2005
+++ SPECS/k3b.spec Tue Jun 14 13:53:26 2005
@@ -1,7 +1,7 @@
# $Revision$, $Date$
# TODO
# - HAL support
-# - more decoder/encoder subpackages (mv from -devel)
+# - more plugins subpackages
#
# Conditional build:
%bcond_with linux22 # building on kernel 2.2.x
@@ -100,6 +100,18 @@
%description devel -l pl
Pliki nagłówkowe biblioteki libk3bcore.
+%package plugin-decoder-ffmpeg
+Summary: Decoder plugin - FFMpeg
+Summary(pl): Wtyczka dekodująca - FFMpeg
+Group: X11/Applications
+Requires: %{name} = %{version}-%{release}
+
+%description plugin-decoder-ffmpeg
+Decoding module to decode wma files.
+
+%description plugin-decoder-ffmpeg -l pl
+Moduł dekodujący pliki w formacie wma.
+
%package plugin-decoder-flac
Summary: Decoder plugin - FLAC
Summary(pl): Wtyczka dekodująca - FLAC
@@ -112,6 +124,18 @@
%description plugin-decoder-flac -l pl
Moduł dekodujący pliki w formacie FLAC.
+%package plugin-decoder-libsndfile
+Summary: Decoder plugin - libsndfile
+Summary(pl): Wtyczka dekodująca - libsndfile
+Group: X11/Applications
+Requires: %{name} = %{version}-%{release}
+
+%description plugin-decoder-libsndfile
+Decoding module to decode audio files supported by libsndfile.
+
+%description plugin-decoder-libsndfile -l pl
+Moduł dekodujący pliki audio obsługiwane przez bibliotekę libsndfile.
+
%package plugin-decoder-mad
Summary: Decoder plugin - mad
Summary(pl): Wtyczka dekodująca - mad
@@ -119,10 +143,10 @@
Requires: %{name} = %{version}-%{release}
%description plugin-decoder-mad
-Decoding module to decode MPEG 1 Layer III files.
+Decoding module to decode MPEG-1 Layer III files.
%description plugin-decoder-mad -l pl
-Moduł dekodujący pliki w formacie MPEG 1 Layer III.
+Moduł dekodujący pliki w formacie MPEG-1 Layer III.
%package plugin-decoder-musepack
Summary: Decoder plugin - Musepack
@@ -131,10 +155,10 @@
Requires: %{name} = %{version}-%{release}
%description plugin-decoder-musepack
-Decoding module to decode Musepack files.
+Decoding module to decode Musepack audio files.
%description plugin-decoder-musepack -l pl
-Moduł dekodujący pliki w formacie Musepack.
+Moduł dekodujący pliki audio w formacie Musepack.
%package plugin-decoder-oggvorbis
Summary: Decoder plugin - oggvorbis
@@ -172,6 +196,18 @@
%description plugin-encoder-external -l pl
Moduł kodujący pozwalający na sformułowanie komendy kodowania.
+%package plugin-encoder-lame
+Summary: Encoder plugin - lame
+Summary(pl): Wtyczka kodująca - lame
+Group: X11/Applications
+Requires: %{name} = %{version}-%{release}
+
+%description plugin-encoder-lame
+Encoding module to encode MPEG-1 Layer III (mp3) files.
+
+%description plugin-encoder-lame -l pl
+Moduł kodujący pliki w formacie MPEG-1 Layer III (mp3).
+
%package plugin-encoder-oggvorbis
Summary: Encoder plugin - oggvorbis
Summary(pl): Wtyczka kodująca - oggvorbis
@@ -197,6 +233,18 @@
%description plugin-encoder-sox -l pl
Moduł kodujący pliki w wielu formatach używając programu sox.
+%package plugin-output-arts
+Summary: Plugin - arts support
+Summary(pl): Wtyczka - obsługa arts
+Group: X11/Applications
+Requires: %{name} = %{version}-%{release}
+
+%description plugin-output-arts
+Audio Output plugin which plays through arts.
+
+%description plugin-output-arts -l pl
+Moduł odtwarzania dźwięku przez arts.
+
%prep
%setup -q -a1
%{?with_linux22:%patch0 -p1}
@@ -249,7 +297,11 @@
%attr(755,root,root) %{_bindir}/k3b
%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
%attr(755,root,root) %{_libdir}/libk3baudiometainforenamerplugin.so
+%attr(755,root,root) %{_libdir}/libk3baudioprojectcddbplugin.so
%{_libdir}/libk3baudiometainforenamerplugin.la
+%{_libdir}/libk3baudioprojectcddbplugin.la
+#%{_datadir}/apps/k3b/plugins/k3baudiometainforenamer.plugin
+#%{_datadir}/apps/k3b/plugins/k3baudioprojectcddb.plugin
%{_datadir}/applnk/.hidden/*.desktop
%{_datadir}/apps/konqueror/servicemenus/*.desktop
%dir %{_datadir}/apps/k3b
@@ -271,75 +323,93 @@
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libk3b.so
-%{_libdir}/libk3b.la
-%attr(755,root,root) %{_libdir}/libk3baudioprojectcddbplugin.so
-%{_libdir}/libk3baudioprojectcddbplugin.la
%attr(755,root,root) %{_libdir}/libk3bdevice.so
+%{_libdir}/libk3b.la
%{_libdir}/libk3bdevice.la
-%attr(755,root,root) %{_libdir}/kde3/libk3bartsoutputplugin.so
-%{_libdir}/kde3/libk3bartsoutputplugin.la
+%{_includedir}/*.h
+
+%files plugin-decoder-ffmpeg
+%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/kde3/libk3bffmpegdecoder.so
%{_libdir}/kde3/libk3bffmpegdecoder.la
-%attr(755,root,root) %{_libdir}/kde3/libk3blameencoder.so
-%{_libdir}/kde3/libk3blameencoder.la
-%attr(755,root,root) %{_libdir}/kde3/libk3blibsndfiledecoder.so
-%{_libdir}/kde3/libk3blibsndfiledecoder.la
-%{_includedir}/*.h
+%{_datadir}/apps/k3b/plugins/k3bffmpegdecoder.plugin
%files plugin-decoder-flac
%defattr(644,root,root,755)
-%{_libdir}/kde3/libk3bflacdecoder.la
%attr(755,root,root) %{_libdir}/kde3/libk3bflacdecoder.so
+%{_libdir}/kde3/libk3bflacdecoder.la
%{_datadir}/apps/k3b/plugins/k3bflacdecoder.plugin
+%files plugin-decoder-libsndfile
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/kde3/libk3blibsndfiledecoder.so
+%{_libdir}/kde3/libk3blibsndfiledecoder.la
+%{_datadir}/apps/k3b/plugins/k3blibsndfiledecoder.plugin
+
%files plugin-decoder-mad
%defattr(644,root,root,755)
-%{_libdir}/kde3/libk3bmaddecoder.la
%attr(755,root,root) %{_libdir}/kde3/libk3bmaddecoder.so
+%{_libdir}/kde3/libk3bmaddecoder.la
%{_datadir}/apps/k3b/plugins/k3bmaddecoder.plugin
%files plugin-decoder-musepack
%defattr(644,root,root,755)
-%{_libdir}/kde3/libk3bmpcdecoder.la
%attr(755,root,root) %{_libdir}/kde3/libk3bmpcdecoder.so
+%{_libdir}/kde3/libk3bmpcdecoder.la
%{_datadir}/apps/k3b/plugins/k3bmpcdecoder.plugin
%files plugin-decoder-oggvorbis
%defattr(644,root,root,755)
-%{_libdir}/kde3/libk3boggvorbisdecoder.la
%attr(755,root,root) %{_libdir}/kde3/libk3boggvorbisdecoder.so
+%{_libdir}/kde3/libk3boggvorbisdecoder.la
%{_datadir}/apps/k3b/plugins/k3boggvorbisdecoder.plugin
%files plugin-decoder-wave
%defattr(644,root,root,755)
-%{_libdir}/kde3/libk3bwavedecoder.la
%attr(755,root,root) %{_libdir}/kde3/libk3bwavedecoder.so
+%{_libdir}/kde3/libk3bwavedecoder.la
%{_datadir}/apps/k3b/plugins/k3bwavedecoder.plugin
%files plugin-encoder-external
%defattr(644,root,root,755)
-%{_libdir}/kde3/libk3bexternalencoder.la
%attr(755,root,root) %{_libdir}/kde3/libk3bexternalencoder.so
+%{_libdir}/kde3/libk3bexternalencoder.la
%{_datadir}/apps/k3b/plugins/k3bexternalencoder.plugin
+%files plugin-encoder-lame
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/kde3/libk3blameencoder.so
+%{_libdir}/kde3/libk3blameencoder.la
+%{_datadir}/apps/k3b/plugins/k3blameencoder.plugin
+
%files plugin-encoder-oggvorbis
%defattr(644,root,root,755)
-%{_libdir}/kde3/libk3boggvorbisencoder.la
%attr(755,root,root) %{_libdir}/kde3/libk3boggvorbisencoder.so
+%{_libdir}/kde3/libk3boggvorbisencoder.la
%{_datadir}/apps/k3b/plugins/k3boggvorbisencoder.plugin
%files plugin-encoder-sox
%defattr(644,root,root,755)
-%{_libdir}/kde3/libk3bsoxencoder.la
%attr(755,root,root) %{_libdir}/kde3/libk3bsoxencoder.so
+%{_libdir}/kde3/libk3bsoxencoder.la
%{_datadir}/apps/k3b/plugins/k3bsoxencoder.plugin
+%files plugin-output-arts
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/kde3/libk3bartsoutputplugin.so
+%{_libdir}/kde3/libk3bartsoutputplugin.la
+%{_datadir}/apps/k3b/plugins/k3bartsoutputplugin.plugin
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.99 2005/06/14 11:53:26 charles
+- more subpackages
+- sorted,cosmetics, updated TODO
+
Revision 1.98 2005/06/14 10:14:29 charles
- fix/simplified lang files
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/k3b.spec?r1=1.98&r2=1.99&f=u
More information about the pld-cvs-commit
mailing list