SPECS: k3b.spec - fix compile Musepack decoder (-musepack.patch) -...
charles
charles at pld-linux.org
Tue Jun 14 04:36:36 CEST 2005
Author: charles Date: Tue Jun 14 02:36:36 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix compile Musepack decoder (-musepack.patch)
- new subpackage: plugin-decoder-musepack
- more TODO
---- Files affected:
SPECS:
k3b.spec (1.95 -> 1.96)
---- Diffs:
================================================================
Index: SPECS/k3b.spec
diff -u SPECS/k3b.spec:1.95 SPECS/k3b.spec:1.96
--- SPECS/k3b.spec:1.95 Tue Jun 14 03:37:44 2005
+++ SPECS/k3b.spec Tue Jun 14 04:36:31 2005
@@ -2,6 +2,7 @@
# TODO
# - nb locale is empty
# - HAL support
+# - more decoder/encoder subpackages (mv from -devel)
#
# Conditional build:
%bcond_with linux22 # building on kernel 2.2.x
@@ -24,6 +25,7 @@
Patch0: %{name}-linux22.patch
Patch1: %{name}-desktop.patch
Patch2: %{name}-group.patch
+Patch3: %{name}-musepack.patch
URL: http://www.k3b.org/
BuildRequires: arts-qt-devel
BuildRequires: autoconf >= 2.52
@@ -107,7 +109,7 @@
%description plugin-decoder-flac
Decoding module to decode FLAC files.
-
+
%description plugin-decoder-flac -l pl
Moduł dekodujący pliki w formacie FLAC.
@@ -119,10 +121,22 @@
%description plugin-decoder-mad
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.
+%package plugin-decoder-musepack
+Summary: Decoder plugin - Musepack
+Summary(pl): Wtyczka dekodująca - Musepack
+Group: X11/Applications
+Requires: %{name} = %{version}-%{release}
+
+%description plugin-decoder-musepack
+Decoding module to decode Musepack files.
+
+%description plugin-decoder-musepack -l pl
+Moduł dekodujący pliki w formacie Musepack.
+
%package plugin-decoder-oggvorbis
Summary: Decoder plugin - oggvorbis
Summary(pl): Wtyczka dekodująca - oggvorbis
@@ -131,7 +145,7 @@
%description plugin-decoder-oggvorbis
Decoding module to decode Ogg Vorbis files.
-
+
%description plugin-decoder-oggvorbis -l pl
Moduł dekodujący pliki w formacie Ogg Vorbis.
@@ -143,7 +157,7 @@
%description plugin-decoder-wave
Decoding module to decode WAVE files.
-
+
%description plugin-decoder-wave -l pl
Moduł dekodujący pliki w formacie WAVE.
@@ -155,7 +169,7 @@
%description plugin-encoder-external
Encoding module that allows specifying an encoding command.
-
+
%description plugin-encoder-external -l pl
Moduł kodujący pozwalający na sformułowanie komendy kodowania.
@@ -167,7 +181,7 @@
%description plugin-encoder-oggvorbis
Encoding module to encode Ogg Vorbis files.
-
+
%description plugin-encoder-oggvorbis -l pl
Moduł kodujący pliki w formacie Ogg Vorbis.
@@ -180,7 +194,7 @@
%description plugin-encoder-sox
Encoding module to encode many file formats using sox.
-
+
%description plugin-encoder-sox -l pl
Moduł kodujący pliki w wielu formatach używając programu sox.
@@ -189,6 +203,7 @@
%{?with_linux22:%patch0 -p1}
#%patch1 -p1
%patch2 -p1
+%patch3 -p1
%build
cp -f /usr/share/automake/config.sub admin
@@ -287,6 +302,11 @@
%attr(755,root,root) %{_libdir}/kde3/libk3bmaddecoder.so
%{_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
+
%files plugin-decoder-oggvorbis
%defattr(644,root,root,755)
%{_libdir}/kde3/libk3boggvorbisdecoder.la
@@ -323,6 +343,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.96 2005/06/14 02:36:31 charles
+- fix compile Musepack decoder (-musepack.patch)
+- new subpackage: plugin-decoder-musepack
+- more TODO
+
Revision 1.95 2005/06/14 01:37:44 charles
- BR kdelibs-devel up to >= 3.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/k3b.spec?r1=1.95&r2=1.96&f=u
More information about the pld-cvs-commit
mailing list