rpms/vamp-plugin-sdk/devel vamp-plugin-sdk-2.0-gcc44.patch, NONE, 1.1 vamp-plugin-sdk.spec, 1.5, 1.6

Michel Alexandre Salim salimma at fedoraproject.org
Sun Feb 8 05:39:30 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/vamp-plugin-sdk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6858

Modified Files:
	vamp-plugin-sdk.spec 
Added Files:
	vamp-plugin-sdk-2.0-gcc44.patch 
Log Message:
* Sun Feb  8 2009 Michel Salim <salimma at fedoraproject.org> - 2.0-3
- Fix compilation problem with GCC 4.4


vamp-plugin-sdk-2.0-gcc44.patch:

--- NEW FILE vamp-plugin-sdk-2.0-gcc44.patch ---
--- vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp.gcc44	2008-12-01 06:48:41.000000000 -0500
+++ vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp	2009-02-08 00:31:38.751861057 -0500
@@ -44,6 +44,7 @@
 using Vamp::RealTime;
 
 #include <cmath>
+#include <cstdio>
 
 
 class FixedTempoEstimator::D


Index: vamp-plugin-sdk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vamp-plugin-sdk/devel/vamp-plugin-sdk.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vamp-plugin-sdk.spec	30 Dec 2008 06:26:39 -0000	1.5
+++ vamp-plugin-sdk.spec	8 Feb 2009 05:38:59 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           vamp-plugin-sdk
 Version:        2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        An API for audio analysis and feature extraction plugins
 
 Group:          System Environment/Libraries
@@ -8,6 +8,7 @@
 URL:            http://www.vamp-plugins.org/
 Source0:        http://downloads.sourceforge.net/vamp/vamp-plugin-sdk-%{version}.tar.gz
 Patch0:         %{name}-2.0-libdir.patch
+Patch1:         %{name}-2.0-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libsndfile-devel
@@ -40,6 +41,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .libdir
+%patch1 -p1 -b .gcc44
 sed -i 's|/lib/vamp|/%{_lib}/vamp|g' src/vamp-hostsdk/PluginHostAdapter.cpp
 
 
@@ -100,6 +102,9 @@
 
 
 %changelog
+* Sun Feb  8 2009 Michel Salim <salimma at fedoraproject.org> - 2.0-3
+- Fix compilation problem with GCC 4.4
+
 * Tue Dec 30 2008 Michel Salim <salimma at fedoraproject.org> - 2.0-2
 - More libdir fixes (bug #469777)
 




More information about the fedora-extras-commits mailing list