Patched for Boost 1.69.0 header changes
This commit is contained in:
parent
c6950dc3d6
commit
47d721749c
10
guitarix-0.37.3-boost-noncopyable.patch
Normal file
10
guitarix-0.37.3-boost-noncopyable.patch
Normal 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
|
@ -10,6 +10,8 @@ Summary: Mono amplifier to JACK
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://guitarix.sourceforge.net/
|
URL: http://guitarix.sourceforge.net/
|
||||||
Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{altname2}-%{version}.tar.xz
|
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: gcc-c++
|
||||||
BuildRequires: python2
|
BuildRequires: python2
|
||||||
@ -130,6 +132,7 @@ guitarix, but can also be used by any other ladspa host.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
%patch0 -p2 -b .boost-noncopyable
|
||||||
|
|
||||||
# Fix unversioned python shebangs
|
# Fix unversioned python shebangs
|
||||||
pathfix.py -pni %{_bindir}/python2 \
|
pathfix.py -pni %{_bindir}/python2 \
|
||||||
@ -217,6 +220,9 @@ chmod 755 %{buildroot}%{_libdir}/glade/modules/libgladegx.so
|
|||||||
%{_libdir}/lv2/*
|
%{_libdir}/lv2/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 0.37.3-2
|
||||||
- Rebuilt for Boost 1.69
|
- Rebuilt for Boost 1.69
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user