Patched for Boost 1.69.0 header changes

This commit is contained in:
Jonathan Wakely 2019-01-29 14:37:52 +00:00
parent c6950dc3d6
commit 47d721749c
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- a/trunk/src/headers/engine.h
+++ b/trunk/src/headers/engine.h
@@ -38,6 +38,7 @@
#include <algorithm>
#include <sys/stat.h>
#include <boost/format.hpp>
+#include <boost/noncopyable.hpp>
#include <boost/thread/mutex.hpp>
#include <glibmm/i18n.h> // NOLINT
#include <glibmm/optioncontext.h> // NOLINT

View File

@ -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 <jwakely@redhat.com> - 0.37.3-2
- Patched for Boost 1.69.0 header changes
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 0.37.3-2
- Rebuilt for Boost 1.69