packages: lv2core/lv2core.spec - fixed -devel desc (lv2core is not a librar...
qboosh
qboosh at pld-linux.org
Mon Dec 27 08:45:52 CET 2010
Author: qboosh Date: Mon Dec 27 07:45:52 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed -devel desc (lv2core is not a library)
- pl
- -devel doesn't require base
---- Files affected:
packages/lv2core:
lv2core.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/lv2core/lv2core.spec
diff -u packages/lv2core/lv2core.spec:1.4 packages/lv2core/lv2core.spec:1.5
--- packages/lv2core/lv2core.spec:1.4 Mon Jan 18 23:28:35 2010
+++ packages/lv2core/lv2core.spec Mon Dec 27 08:45:46 2010
@@ -1,14 +1,15 @@
# $Revision$, $Date$
-Summary: Audio Plugin Standard
-Summary(pl.UTF-8): Audio Plugin Standard
+Summary: LV2 (LADSPA Version 2) Audio Plugin Standard
+Summary(pl.UTF-8): LV2 (LADSPA Version 2) - standard wtyczek dźwiękowych
Name: lv2core
Version: 3.0
Release: 1
-License: LGPL v2.1+ or BSD-like (see COPYING)
+License: LGPL v2.1+ (lv2 header file), BSD-like (lv2 data files)
Group: Libraries
Source0: http://lv2plug.in/spec/%{name}-%{version}.tar.bz2
# Source0-md5: 382f7d96ff0374c0c495336e1c8bb999
-URL: http://lv2plug.in
+URL: http://lv2plug.in/
+# g++ only checked for, not used
BuildRequires: libstdc++-devel
BuildRequires: python
BuildRequires: python-modules
@@ -26,17 +27,30 @@
and virtually any feasible plugin features can be implemented in an
LV2 plugin.
+%description -l pl.UTF-8
+LV2 to standard dla wtyczek i aplikacji z nich korzystających. Jest
+przeznaczony przede wszystkim do przetwarzania i generowania dźwięku.
+
+LV2 to następca LADSPA, powstały w celu zniesienia ograniczeń
+LADSPA, które napotkało wiele aplikacji. W porówaniu do LADSPA
+wszystkie dane zostały przeniesione z kodu do osobnego pliku danych,
+a kod stał się jak najbardziej ogólny. W efekcie LV2 może być
+niezależnie rozszerzany (zachowując kompatybilność na ile to możliwe),
+a we wtyczce LV2 mogą być zaimplementowane praktycznie wszystkie
+wykonalne funkcje wtyczek.
+
%package devel
-Summary: Header files for lv2core library
-Summary(pl.UTF-8): Pliki nagłówkowe biblioteki lv2core
+Summary: LV2 API header file
+Summary(pl.UTF-8): Plik nagłówkowy API LV2
+License: LGPL v2.1+
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+# doesn't require base
%description devel
-Header files for lv2core library.
+LV2 API header file.
%description devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki lv2core.
+Plik nagłówkowy API LV2.
%prep
%setup -q
@@ -76,6 +90,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2010/12/27 07:45:46 qboosh
+- fixed -devel desc (lv2core is not a library)
+- pl
+- -devel doesn't require base
+
Revision 1.4 2010/01/18 22:28:35 sparky
- BR: libstdc++-devel (because waf is stupid and will fail without it)
- BR: python-modules
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lv2core/lv2core.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list