Update to 2.1-4.beta1.git74eef49

Add Carla-gcc10-include.patch
This commit is contained in:
Martin Gansser 2020-02-07 11:58:04 +01:00
parent be37d58ac5
commit 8383e59a98
2 changed files with 14 additions and 0 deletions

12
Carla-gcc10-include.patch Normal file
View File

@ -0,0 +1,12 @@
--- a/source/libjack/libjack.hpp.orig 2020-02-07 11:50:53.267552094 +0100
+++ b/source/libjack/libjack.hpp 2020-02-07 11:52:53.336539210 +0100
@@ -15,6 +15,9 @@
* For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
+// needed by gcc10
+#include <string>
+
#ifndef CARLA_LIBJACK_HPP_INCLUDED
#define CARLA_LIBJACK_HPP_INCLUDED

View File

@ -56,6 +56,7 @@ Summary: Audio plugin host
License: GPLv2+ and BSD and Boost and ISC and MIT and zlib
URL: https://github.com/falkTX/Carla
Source0: https://github.com/falkTX/%{name}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
Patch0: %{name}-gcc10-include.patch
BuildRequires: gcc gcc-c++
BuildRequires: pkgconfig(alsa)
@ -212,6 +213,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%changelog
* Fri Feb 07 2020 Martin Gansser <martinkg@fedoraproject.org> - 2.1-4.beta1.git74eef49
- Update to 2.1-4.beta1.git74eef49
- Add Carla-gcc10-include.patch
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-3.beta13322c9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild