rpms/dssi-vst/F-11 .cvsignore, 1.2, 1.3 dssi-vst.spec, 1.2, 1.3 sources, 1.2, 1.3 dssi-vst-gcc44.patch, 1.1, NONE

Orcan Ogetbil oget at fedoraproject.org
Sun May 9 21:16:02 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/dssi-vst/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13051

Modified Files:
	.cvsignore dssi-vst.spec sources 
Removed Files:
	dssi-vst-gcc44.patch 
Log Message:
* Sun May 09 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9.2-1
- Update to 0.9.2
- Drop upstreamed patches



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dssi-vst/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	29 May 2009 16:39:11 -0000	1.2
+++ .cvsignore	9 May 2010 21:16:02 -0000	1.3
@@ -1 +1 @@
-dssi-vst-0.8.tar.gz
+dssi-vst-0.9.2.tar.bz2


Index: dssi-vst.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dssi-vst/F-11/dssi-vst.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- dssi-vst.spec	3 Jun 2009 03:18:49 -0000	1.2
+++ dssi-vst.spec	9 May 2010 21:16:02 -0000	1.3
@@ -1,12 +1,11 @@
-Summary:       VST plugins host
+Summary:       VST plug-ins host
 Name:          dssi-vst
-Version:       0.8
-Release:       3%{?dist}
+Version:       0.9.2
+Release:       1%{?dist}
 License:       GPLv2
 Group:         Applications/Multimedia
-URL:           http://dssi.sourceforge.net/
-Source0:       http://downloads.sourceforge.net/dssi/%{name}-%{version}.tar.gz
-Patch0:        %{name}-gcc44.patch
+URL:           http://breakfastquay.com/dssi-vst/
+Source0:       http://code.breakfastquay.com/attachments/download/10/%{name}-%{version}.tar.bz2
 # wine-g++ on wine-devel-1.1.18 (Fedora 11) creates executables with .exe suffix:
 Patch1:        %{name}-wine1118.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -29,42 +28,43 @@ Requires:      %{name}-wine = %{version}
 
 %description
 dssi-vst is an adapter that allows users of Linux audio software to take VST
-and VSTi audio effects and instrument plugins compiled for Windows, and load
-them into native LADSPA or DSSI plugin hosts. Plugins run at full speed for
+and VSTi audio effects and instrument plug-ins compiled for Windows, and load
+them into native LADSPA or DSSI plug-in hosts. Plug-ins run at full speed for
 most audio processing, although their user interfaces are slower because of the
 Windows emulation.
 
-This package contains the DSSI host for the plugins.
+This package contains the DSSI host for the plug-ins.
 
 %ifarch %{ix86}
 %package wine
-Summary:       VST plugins wrapper
+Summary:       VST plug-ins wrapper
 Group:         Applications/Multimedia
 Requires:      %{name} = %{version}-%{release}
 
 %description wine
 dssi-vst is an adapter that allows users of Linux audio software to take VST
-and VSTi audio effects and instrument plugins compiled for Windows, and load
-them into native LADSPA or DSSI plugin hosts. Plugins run at full speed for
+and VSTi audio effects and instrument plug-ins compiled for Windows, and load
+them into native LADSPA or DSSI plug-in hosts. Plug-ins run at full speed for
 most audio processing, although their user interfaces are slower because of the
 Windows emulation.
 
-This package contains the plugin wrapper that works through wine.
+This package contains the plug-in wrapper that works through wine.
 %endif
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc44
 %if 0%{fedora} >= 11
 %patch1 -p1 -b .wine1118
 %endif
 
+
 %build
+# Parallel build fails sometimes:
 %ifarch %{ix86}
-make %{?_smp_mflags} CXXFLAGS="%{optflags} -Ivestige -fPIC"
+make CXXFLAGS="%{optflags} -Ivestige -fPIC"
 %else
 # Build non-wine parts only on x86_64:
-make %{?_smp_mflags} dssi-vst.so vsthost dssi-vst_gui CXXFLAGS="%{optflags} -Ivestige -fPIC"
+make dssi-vst.so vsthost dssi-vst_gui CXXFLAGS="%{optflags} -Ivestige -fPIC"
 %endif
 
 
@@ -109,6 +109,21 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sun May 09 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9.2-1
+- Update to 0.9.2
+- Drop upstreamed patches
+
+* Sat Feb 13 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.8-6
+- Disable parallel build
+- Correct the glibc212 patch
+
+* Sat Feb 13 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.8-5
+- Fix build failure against glibc-2.12 RHBZ#564821
+- Fix DSO linking failure
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Tue Jun  2 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.8-3
 - Fix wine1118 patch
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dssi-vst/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	29 May 2009 16:39:11 -0000	1.2
+++ sources	9 May 2010 21:16:02 -0000	1.3
@@ -1 +1 @@
-2d46474eaf84f0a2efc2389edaa18e3a  dssi-vst-0.8.tar.gz
+5c569200571de76dac18be4eb6fbd9c8  dssi-vst-0.9.2.tar.bz2


--- dssi-vst-gcc44.patch DELETED ---



More information about the scm-commits mailing list