packages: fluidsynth-dssi/fluidsynth-dssi.spec - pl - updated BRs
qboosh
qboosh at pld-linux.org
Sun Dec 18 18:54:51 CET 2011
Author: qboosh Date: Sun Dec 18 17:54:51 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- pl
- updated BRs
---- Files affected:
packages/fluidsynth-dssi:
fluidsynth-dssi.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/fluidsynth-dssi/fluidsynth-dssi.spec
diff -u packages/fluidsynth-dssi/fluidsynth-dssi.spec:1.3 packages/fluidsynth-dssi/fluidsynth-dssi.spec:1.4
--- packages/fluidsynth-dssi/fluidsynth-dssi.spec:1.3 Sun Sep 11 21:28:49 2011
+++ packages/fluidsynth-dssi/fluidsynth-dssi.spec Sun Dec 18 18:54:46 2011
@@ -1,23 +1,25 @@
# $Revision$, $Date$
-#
Summary: Software synthesizer plugin for the DSSI Soft Synth Interface
+Summary(pl.UTF-8): Wtyczka programowego syntezatora dla interfejsu DSSI
Name: fluidsynth-dssi
Version: 1.0.0
Release: 3
-License: GPL v2
+License: GPL v2+
Group: Applications/Sound
-Source0: http://dl.sourceforge.net/dssi/%{name}-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/dssi/%{name}-%{version}.tar.gz
# Source0-md5: 6c9f660f0df4d2aad5076de75b2a0a67
Patch0: %{name}-no_gtk1.patch
URL: http://dssi.sourceforge.net/
-BuildRequires: autoconf
+BuildRequires: alsa-lib-devel
+BuildRequires: autoconf >= 2.50
BuildRequires: automake
-BuildRequires: dssi-devel
-BuildRequires: fluidsynth-devel >= 1.0.3
-BuildRequires: gtk+2-devel
+BuildRequires: dssi-devel >= 0.9
+BuildRequires: fluidsynth-devel >= 1.0.6
+BuildRequires: gtk+2-devel >= 2.0.0
BuildRequires: liblo-devel >= 0.23
BuildRequires: libtool
BuildRequires: pkgconfig
+Requires: fluidsynth >= 1.0.6
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -27,14 +29,26 @@
synths) with user interfaces, permitting them to be hosted in-process
by audio applications.
+%description -l pl.UTF-8
+FluidSynth-DSSI to implementacja programowego syntezatora
+odtwarzającego fonty dźwiękowe FluidSynth w postaci wtyczki dla
+interfejsu DSSI Soft Synth Interface. DSSI to API wtyczek dla
+instrumentów programowych (syntezy programowej) z interfejsami
+użytkownika, pozwalający na trzymanie ich wewnątrz procesów aplikacji
+dźwiękowych.
+
%package gui
Summary: Graphical interface for FluidSynth-DSSI
+Summary(pl.UTF-8): Graficzny interfejs do FluidSynth-DSSI
Group: X11/Applications/Sound
Requires: %{name} = %{version}-%{release}
%description gui
GTK+ graphical user interface for FluidSynth-DSSI.
+%description gui -l pl.UTF-8
+Oparty na GTK+ graficzny interfejs użytkownika do FluidSynth-DSSI.
+
%prep
%setup -q
%patch0 -p1
@@ -55,7 +69,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/dssi/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/dssi/*.la
%clean
rm -rf $RPM_BUILD_ROOT
@@ -63,7 +77,7 @@
%files
%defattr(644,root,root,755)
%doc README TODO ChangeLog
-%{_libdir}/dssi/%{name}.so
+%attr(755,root,root) %{_libdir}/dssi/%{name}.so
%dir %{_libdir}/dssi/%{name}
%files gui
@@ -76,6 +90,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2011/12/18 17:54:46 qboosh
+- pl
+- updated BRs
+
Revision 1.3 2011/09/11 19:28:49 arekm
- release 3
@@ -84,4 +102,3 @@
Revision 1.1 2009/12/08 20:26:13 jajcus
- new package
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fluidsynth-dssi/fluidsynth-dssi.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list