jreznik pushed to arts (epel7). "- gcc43 patch"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:10:55 UTC 2015


>From 05c5f75d1870a78146b8e32336deb62541ad32c3 Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at fedoraproject.org>
Date: Wed, 13 Feb 2008 14:22:45 +0000
Subject: - gcc43 patch


diff --git a/arts-1.5.8-gcc43.patch b/arts-1.5.8-gcc43.patch
new file mode 100644
index 0000000..018ebe5
--- /dev/null
+++ b/arts-1.5.8-gcc43.patch
@@ -0,0 +1,112 @@
+diff -up arts-1.5.8/soundserver/soundserverv2_impl.cc.gcc43 arts-1.5.8/soundserver/soundserverv2_impl.cc
+--- arts-1.5.8/soundserver/soundserverv2_impl.cc.gcc43	2007-10-08 04:47:08.000000000 -0500
++++ arts-1.5.8/soundserver/soundserverv2_impl.cc	2008-02-13 08:12:00.000000000 -0600
+@@ -33,6 +33,8 @@
+ #include "soundserverv2_impl.h"
+ #include "artsversion.h"
+ #include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <unistd.h>
+diff -up arts-1.5.8/soundserver/artscat.cc.gcc43 arts-1.5.8/soundserver/artscat.cc
+--- arts-1.5.8/soundserver/artscat.cc.gcc43	2007-10-08 04:47:08.000000000 -0500
++++ arts-1.5.8/soundserver/artscat.cc	2008-02-13 07:45:53.000000000 -0600
+@@ -28,6 +28,7 @@
+ #include "artsversion.h"
+ 
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <iostream>
+diff -up arts-1.5.8/soundserver/artsplay.cc.gcc43 arts-1.5.8/soundserver/artsplay.cc
+--- arts-1.5.8/soundserver/artsplay.cc.gcc43	2007-10-08 04:47:08.000000000 -0500
++++ arts-1.5.8/soundserver/artsplay.cc	2008-02-13 07:46:09.000000000 -0600
+@@ -28,6 +28,7 @@
+ #include <sys/param.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <unistd.h>
+ #include <vector>
+ #include <string>
+diff -up arts-1.5.8/soundserver/artsshell.cc.gcc43 arts-1.5.8/soundserver/artsshell.cc
+--- arts-1.5.8/soundserver/artsshell.cc.gcc43	2007-10-08 04:47:08.000000000 -0500
++++ arts-1.5.8/soundserver/artsshell.cc	2008-02-13 07:54:57.000000000 -0600
+@@ -121,6 +121,8 @@ execute <module.arts>
+ #include "artsversion.h"
+ #include "tradercheck.h"
+ #include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+ #include <math.h>
+ 
+ bool quiet = false;
+diff -up arts-1.5.8/soundserver/artsd.cc.gcc43 arts-1.5.8/soundserver/artsd.cc
+--- arts-1.5.8/soundserver/artsd.cc.gcc43	2005-09-10 03:13:31.000000000 -0500
++++ arts-1.5.8/soundserver/artsd.cc	2008-02-13 08:05:02.000000000 -0600
+@@ -29,6 +29,7 @@
+ #include <math.h>
+ #include <iostream>
+ #include <stdio.h>
++#include <string.h>
+ #include "soundserver.h"
+ #include "audiosubsys.h"
+ #include "audioio.h"
+diff -up arts-1.5.8/soundserver/artsrec.cc.gcc43 arts-1.5.8/soundserver/artsrec.cc
+--- arts-1.5.8/soundserver/artsrec.cc.gcc43	2007-10-08 04:47:08.000000000 -0500
++++ arts-1.5.8/soundserver/artsrec.cc	2008-02-13 07:52:23.000000000 -0600
+@@ -31,6 +31,7 @@
+ #include "debug.h"
+ 
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <iostream>
+diff -up arts-1.5.8/soundserver/fileinputstream_impl.cc.gcc43 arts-1.5.8/soundserver/fileinputstream_impl.cc
+--- arts-1.5.8/soundserver/fileinputstream_impl.cc.gcc43	2007-10-08 04:47:08.000000000 -0500
++++ arts-1.5.8/soundserver/fileinputstream_impl.cc	2008-02-13 07:49:40.000000000 -0600
+@@ -27,6 +27,7 @@
+ #include <unistd.h>
+ #include <sys/mman.h>
+ #include <stdio.h>
++#include <string.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <iostream>
+diff -up arts-1.5.8/artsc/artscbackend.cc.gcc43 arts-1.5.8/artsc/artscbackend.cc
+--- arts-1.5.8/artsc/artscbackend.cc.gcc43	2007-10-08 04:47:09.000000000 -0500
++++ arts-1.5.8/artsc/artscbackend.cc	2008-02-13 08:15:46.000000000 -0600
+@@ -31,6 +31,7 @@
+ #include <queue>
+ 
+ #include <stdio.h>
++#include <string.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <math.h>
+diff -up arts-1.5.8/flow/pipebuffer.cc.gcc43 arts-1.5.8/flow/pipebuffer.cc
+--- arts-1.5.8/flow/pipebuffer.cc.gcc43	2005-09-10 03:13:33.000000000 -0500
++++ arts-1.5.8/flow/pipebuffer.cc	2008-02-13 07:37:20.000000000 -0600
+@@ -22,6 +22,7 @@
+ 
+ #include "pipebuffer.h"
+ #include <assert.h>
++#include <string.h>
+ 
+ using namespace std;
+ using namespace Arts;
+diff -up arts-1.5.8/flow/audiosubsys.cc.gcc43 arts-1.5.8/flow/audiosubsys.cc
+--- arts-1.5.8/flow/audiosubsys.cc.gcc43	2007-10-08 04:47:09.000000000 -0500
++++ arts-1.5.8/flow/audiosubsys.cc	2008-02-13 07:38:42.000000000 -0600
+@@ -42,6 +42,7 @@
+ #include <fcntl.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <unistd.h>
+ #include <iostream>
+ #include <algorithm>
diff --git a/arts.spec b/arts.spec
index b0dbc1d..2836d84 100644
--- a/arts.spec
+++ b/arts.spec
@@ -10,7 +10,7 @@ Summary: aRts (analog realtime synthesizer) - the KDE sound system
 Group:   System Environment/Daemons
 Epoch:   8
 Version: 1.5.8
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 License: LGPLv2+
 Url: http://www.kde.org
@@ -24,6 +24,7 @@ Patch5: arts-1.3.1-alsa.patch
 Patch6: arts-1.5.8-glibc.patch
 Patch7: arts-1.5.0-check_tmp_dir.patch
 Patch8: arts-1.5.2-multilib.patch
+Patch9: arts-1.5.8-gcc43.patch
 # kde#93359
 Patch50: arts-1.5.4-dlopenext.patch
 Patch51: kde-3.5-libtool-shlibext.patch
@@ -91,6 +92,7 @@ KDE applications using sound).
 %patch6 -p1 -b .glibc
 %patch7 -p1 -b .check_tmp_dir
 %patch8 -p1 -b .multilib
+%patch9 -p1 -b .gcc43
 
 %patch50 -p1 -b .dlopenext
 %patch51 -p1 -b .libtool-shlibext
@@ -196,6 +198,9 @@ rm -rf  %{buildroot}
 
 
 %changelog
+* Wed Feb 13 2008 Rex Dieter <rdieter at fedoraproject.org> 8:1.5.8-5
+- gcc43 patch 
+
 * Wed Oct 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 8:1.5.8-4
 - remove arts/open workaround (#329671)
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/arts.git/commit/?h=epel7&id=05c5f75d1870a78146b8e32336deb62541ad32c3


More information about the scm-commits mailing list