[arch-commits] Commit in guitarix2/trunk (PKGBUILD guitarix2-boost-1.69.patch)

Antonio Rojas arojas at archlinux.org
Tue Jan 15 10:37:56 UTC 2019


    Date: Tuesday, January 15, 2019 @ 10:37:55
  Author: arojas
Revision: 423285

Fix build with boost 1.69

Added:
  guitarix2/trunk/guitarix2-boost-1.69.patch
Modified:
  guitarix2/trunk/PKGBUILD

----------------------------+
 PKGBUILD                   |    7 +++++--
 guitarix2-boost-1.69.patch |   10 ++++++++++
 2 files changed, 15 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-15 10:29:26 UTC (rev 423284)
+++ PKGBUILD	2019-01-15 10:37:55 UTC (rev 423285)
@@ -16,12 +16,15 @@
 provides=('guitarix' 'gx_head')
 conflicts=('guitarix' 'gx_head')
 replaces=('guitarix' 'gx_head')
-source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('9cdd60dc5ba1a5ae018968a132b06ef8f7470fdfa0749c9a439f7c8adb1dfd3907f9d35be0b32d839645145075f2a0eb168db732ebaef7690e12e337ba9793a5')
+source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz"
+        guitarix2-boost-1.69.patch)
+sha512sums=('9cdd60dc5ba1a5ae018968a132b06ef8f7470fdfa0749c9a439f7c8adb1dfd3907f9d35be0b32d839645145075f2a0eb168db732ebaef7690e12e337ba9793a5'
+            '19663a64695ea4af18c65744685654312352d12e4d8ce3f2ee516a12236530eb07e65d61ce7aad10e41835b57ee9d6293c4f941ca43140016f8e77d58a2fc57d')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
+  patch -p1 -i ../guitarix2-boost-1.69.patch # Fix build with boost 1.69
   # fixing all (hopefully) relevant scripts: https://sourceforge.net/p/guitarix/bugs/43/
   sed -e 's/python/&2/g' \
     -i src/{faust,LV2/*,plugins,ladspa,gx_head}/wscript \

Added: guitarix2-boost-1.69.patch
===================================================================
--- guitarix2-boost-1.69.patch	                        (rev 0)
+++ guitarix2-boost-1.69.patch	2019-01-15 10:37:55 UTC (rev 423285)
@@ -0,0 +1,10 @@
+--- a/src/headers/engine.h
++++ b/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



More information about the arch-commits mailing list