Author: qboosh                       Date: Wed Feb 23 19:31:26 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, BR: libtool (only???)

---- Files affected:
SPECS:
   libbio2jack.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/libbio2jack.spec
diff -u SPECS/libbio2jack.spec:1.1 SPECS/libbio2jack.spec:1.2
--- SPECS/libbio2jack.spec:1.1  Wed Feb 23 15:08:30 2005
+++ SPECS/libbio2jack.spec      Wed Feb 23 20:31:21 2005
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:       Library for simple porting of blocked I/O audio applications to 
Jack
+Summary(pl):   Biblioteka do łatwego portowania aplikacji z blokującym we/wy 
dźwięku do Jacka
 Name:          libbio2jack
 Version:       0.4
 Release:       0.1
@@ -9,10 +10,11 @@
 # Source0-md5: 5716454ab1a5115604af18b5078f99be
 URL:           http://bio2jack.sourceforge.net/
 BuildRequires: jack-audio-connection-kit-devel
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A library for enabling easy porting of blocked io(OSS/ALSA)
+A library for enabling easy porting of blocked I/O (OSS/ALSA)
 applications to the jack sound server. This library allows the person
 porting the code to simply replace the calls into OSS/ALSA with calls
 into interface functions of this library. The library buffers a small
@@ -20,22 +22,39 @@
 implementation including the linked list of audio data buffers and the
 jack callback.
 
+%description -l pl
+Biblioteka umożliwiająca łatwe portowanie aplikacji z blokującym we/wy
+dźwięku (OSS/ALSA) do serwera dźwięku jack. Ta biblioteka pozwala
+osobie portującej kod po prostu zastąpić wywołania OSS/ALSA
+wywołaniami funkcji interfejsu tej biblioteki. Biblioteka buforuje
+niewielką ilość danych dźwiękowym i dba o resztę implementacji jack,
+włącznie z powiązaną listą buforów danych dźwiękowych i wywołaniami
+zwrotnymi.
+
 %package devel
 Summary:       Header files for bio2jack library
+Summary(pl):   Pliki nagłówkowe biblioteki bio2jack
 Group:         Development/Libraries
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 
 %description devel
 Header files for bio2jack library.
 
+%description devel -l pl
+Pliki nagłówkowe biblioteki bio2jack.
+
 %package static
 Summary:       Static bio2jack library
+Summary(pl):   Statyczna biblioteka bio2jack
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{epoch}:%{version}-%{release}
 
 %description static
 Static bio2jack library.
 
+%description static -l pl
+Statyczna biblioteka bio2jack.
+
 %prep
 %setup -q -n bio2jack
 rm -rf .libs
@@ -71,8 +90,8 @@
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
-%{_includedir}/*.h
 %{_libdir}/lib*.la
+%{_includedir}/*.h
 
 %files static
 %defattr(644,root,root,755)
@@ -84,5 +103,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/02/23 19:31:21  qboosh
+- pl, BR: libtool (only???)
+
 Revision 1.1  2005/02/23 14:08:30  pluto
 - initial release (mplayer needs this lib to support jackd).
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libbio2jack.spec?r1=1.1&r2=1.2&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to