diff --git a/guitarix-0.37.3-boost-noncopyable.patch b/guitarix-0.37.3-boost-noncopyable.patch new file mode 100644 index 0000000..226a365 --- /dev/null +++ b/guitarix-0.37.3-boost-noncopyable.patch @@ -0,0 +1,10 @@ +--- a/trunk/src/headers/engine.h ++++ b/trunk/src/headers/engine.h +@@ -38,6 +38,7 @@ + #include + #include + #include ++#include + #include + #include // NOLINT + #include // NOLINT diff --git a/guitarix.spec b/guitarix.spec index 863346f..99d2089 100644 --- a/guitarix.spec +++ b/guitarix.spec @@ -10,6 +10,8 @@ Summary: Mono amplifier to JACK License: GPLv2+ URL: http://guitarix.sourceforge.net/ Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{altname2}-%{version}.tar.xz +# https://sourceforge.net/p/guitarix/bugs/74/ +Patch0: %{name}-0.37.3-boost-noncopyable.patch BuildRequires: gcc-c++ BuildRequires: python2 @@ -130,6 +132,7 @@ guitarix, but can also be used by any other ladspa host. %prep %setup -q -n %{name}-%{version} +%patch0 -p2 -b .boost-noncopyable # Fix unversioned python shebangs pathfix.py -pni %{_bindir}/python2 \ @@ -217,6 +220,9 @@ chmod 755 %{buildroot}%{_libdir}/glade/modules/libgladegx.so %{_libdir}/lv2/* %changelog +* Tue Jan 29 2019 Jonathan Wakely - 0.37.3-2 +- Patched for Boost 1.69.0 header changes + * Fri Jan 25 2019 Jonathan Wakely - 0.37.3-2 - Rebuilt for Boost 1.69