Author: qboosh Date: Thu Oct 13 19:17:32 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.9.4 - pl
---- Files affected: packages/xsynth-dssi: xsynth-dssi.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/xsynth-dssi/xsynth-dssi.spec diff -u packages/xsynth-dssi/xsynth-dssi.spec:1.1 packages/xsynth-dssi/xsynth-dssi.spec:1.2 --- packages/xsynth-dssi/xsynth-dssi.spec:1.1 Thu Dec 10 20:25:20 2009 +++ packages/xsynth-dssi/xsynth-dssi.spec Thu Oct 13 21:17:27 2011 @@ -1,19 +1,20 @@ # $Revision$, $Date$ -# Summary: Software synthesizer plugin for the DSSI Soft Synth Interface +Summary(pl.UTF-8): Wtyczka programowego syntezatora dla interfejsu DSSI Soft Synth Interface Name: xsynth-dssi -Version: 0.9.2 +Version: 0.9.4 Release: 1 License: GPL v2 Group: Applications/Sound -Source0: http://dl.sourceforge.net/dssi/%{name}-%{version}.tar.gz -# Source0-md5: 9186bb3ef8aff99e2aef644c946e5d55 +Source0: http://downloads.sourceforge.net/dssi/%{name}-%{version}.tar.gz +# Source0-md5: 3432ecdac06407a992f80eb1c1ecf7cd Patch0: %{name}-no_gtk1.patch URL: http://dssi.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: dssi-devel -BuildRequires: gtk+2-devel +BuildRequires: dssi-devel >= 0.9 +BuildRequires: gtk+2-devel >= 2.0.0 +BuildRequires: ladspa-devel BuildRequires: liblo-devel >= 0.23 BuildRequires: libtool BuildRequires: pkgconfig @@ -34,14 +35,33 @@ - a new, more stable filter mode, and - velocity-sensitive envelopes. +%description -l pl.UTF-8 +Xsynth-DSSI to programowy syntezator w stylu klasyczno-analogowym +(VCOs-VCF-VCA), działający jako wtyczka dla interfejsu DSSI Soft +Synth Interface. + +Xsynth-DSSI jest oparty na programie XSynth 1.0.2 Steve'a Brooke'a. + +Xsynth-DSSI zachowuje podstawowy model syntezy z Xsynth, dodając +jednocześnie następujące możliwości: + - działanie jako wtyczka DSSI, + - praca polifoniczna, + - oscylatory z ograniczonym zakresem, + - nowy, stabilniejszy tryb filtra, + - obudowanie wrażliwe na szybkość. + %package gui Summary: Graphical interface for Xsynth-DSSI +Summary(pl.UTF-8): Graficzny interfejs do Xsynth-DSSI Group: X11/Applications/Sound Requires: %{name} = %{version}-%{release} %description gui GTK+ graphical user interface for Xsynth-DSSI. +%description gui -l pl.UTF-8 +Oparty na GTK+ graficzny interfejs użytkownika do Xsynth-DSSI. + %prep %setup -q %patch0 -p1 @@ -62,7 +82,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 @@ -70,7 +90,7 @@ %files %defattr(644,root,root,755) %doc AUTHORS README TODO ChangeLog -%{_libdir}/dssi/%{name}.so +%attr(755,root,root) %{_libdir}/dssi/%{name}.so %dir %{_libdir}/dssi/%{name} %{_datadir}/%{name} @@ -84,6 +104,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2011/10/13 19:17:27 qboosh +- updated to 0.9.4 +- pl + Revision 1.1 2009/12/10 19:25:20 jajcus - new package - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xsynth-dssi/xsynth-dssi.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
