packages: xsynth-dssi/xsynth-dssi-no_gtk1.patch (NEW), xsynth-dssi/xsynth-d...

jajcus jajcus at pld-linux.org
Thu Dec 10 20:25:26 CET 2009


Author: jajcus                       Date: Thu Dec 10 19:25:25 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new package

---- Files affected:
packages/xsynth-dssi:
   xsynth-dssi-no_gtk1.patch (NONE -> 1.1)  (NEW), xsynth-dssi.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xsynth-dssi/xsynth-dssi-no_gtk1.patch
diff -u /dev/null packages/xsynth-dssi/xsynth-dssi-no_gtk1.patch:1.1
--- /dev/null	Thu Dec 10 20:25:26 2009
+++ packages/xsynth-dssi/xsynth-dssi-no_gtk1.patch	Thu Dec 10 20:25:19 2009
@@ -0,0 +1,14 @@
+diff -durN xsynth-dssi-0.9.2.orig/configure.in xsynth-dssi-0.9.2/configure.in
+--- xsynth-dssi-0.9.2.orig/configure.in	2008-12-30 20:16:37.000000000 +0100
++++ xsynth-dssi-0.9.2/configure.in	2009-12-10 19:55:01.000000000 +0100
+@@ -25,10 +25,6 @@
+ if test "x${try_gtk2}" = 'xyes'; then
+     AM_PATH_GTK_2_0(2.0.0, with_gtk='yes (version 2.0)', with_gtk=no)
+ fi
+-dnl  No GTK+ 2.x found, look for GTK+ 1.2 instead
+-if test "x${with_gtk}" = 'xno'; then
+-    AM_PATH_GTK(1.2.0, with_gtk='yes (version 1.2)', AC_MSG_WARN([GUI will not be built because no version of GTK+ was found]))
+-fi
+ AM_CONDITIONAL(BUILD_GUI, test "x${with_gtk}" != 'xno')
+ echo "GTK support: $with_gtk"
+ 

================================================================
Index: packages/xsynth-dssi/xsynth-dssi.spec
diff -u /dev/null packages/xsynth-dssi/xsynth-dssi.spec:1.1
--- /dev/null	Thu Dec 10 20:25:26 2009
+++ packages/xsynth-dssi/xsynth-dssi.spec	Thu Dec 10 20:25:20 2009
@@ -0,0 +1,89 @@
+# $Revision$, $Date$
+#
+Summary:	Software synthesizer plugin for the DSSI Soft Synth Interface
+Name:		xsynth-dssi
+Version:	0.9.2
+Release:	1
+License:	GPL v2
+Group:		Applications/Sound
+Source0:	http://dl.sourceforge.net/dssi/%{name}-%{version}.tar.gz
+# Source0-md5:	9186bb3ef8aff99e2aef644c946e5d55
+Patch0:		%{name}-no_gtk1.patch
+URL:		http://dssi.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	dssi-devel
+BuildRequires:	gtk+2-devel
+BuildRequires:	liblo-devel >= 0.23
+BuildRequires:	libtool
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Xsynth-DSSI is a classic-analog (VCOs-VCF-VCA) style software
+synthesizer which operates as a plugin for the DSSI Soft Synth
+Interface.
+
+Xsynth-DSSI is based on Steve Brooke's Xsynth 1.0.2.
+
+Xsynth-DSSI retains the basic synthesis model of Xsynth, while
+adding the following features:
+    - operation as a DSSI plugin,
+    - polyphonic operation,
+    - band-limited oscillators,
+    - a new, more stable filter mode, and
+    - velocity-sensitive envelopes.
+
+%package gui
+Summary:	Graphical interface for Xsynth-DSSI
+Group:		X11/Applications/Sound
+Requires:	%{name} = %{version}-%{release}
+
+%description gui
+GTK+ graphical user interface for Xsynth-DSSI.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/dssi/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README TODO ChangeLog
+%{_libdir}/dssi/%{name}.so
+%dir %{_libdir}/dssi/%{name}
+%{_datadir}/%{name}
+
+%files gui
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/dssi/%{name}/*_gtk
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/12/10 19:25:20  jajcus
+- new package
+
================================================================


More information about the pld-cvs-commit mailing list