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

Antonio Rojas arojas at archlinux.org
Tue Jan 15 10:43:06 UTC 2019


    Date: Tuesday, January 15, 2019 @ 10:43:05
  Author: arojas
Revision: 423288

Fix build with boost 1.69

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

-----------------------------+
 PKGBUILD                    |    7 +++++--
 performous-boost-1.69.patch |   22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-15 10:42:42 UTC (rev 423287)
+++ PKGBUILD	2019-01-15 10:43:05 UTC (rev 423288)
@@ -14,11 +14,13 @@
 source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz
         boost-1.67.patch
         performous-libswresample.patch
-        performous-opencv4.patch)
+        performous-opencv4.patch
+        performous-boost-1.69.patch)
 sha512sums=('6659aa03960e68d7af65b072e179e42b122d2a39d25229c6daf765146379a115a52e51c1dc2bc69081ea17fe7a22f1d7007b7cf9e09bc32d134c3ad8e3444dd1'
             'dde4ac66d92a5a269237abb27fc5140bf87fd07b1d1e333d0e47c13b05a66b08347883380a575f0635c871236519710e791d99d3bd06700dd48341f5e50fd8b1'
             'f85b9a5c1b1bf0f1f5df7fb13945856cbca19bc5e49e3bb6f3cff302110b08275e97496ec70f23a8e9c77246b92ddde826520000888d6a4c2e888a8bae311f17'
-            '854d969de951a5f380ddd1523b3d66639ef19b16af161466dfef3c697280c95884a3e34258dc86bb7eef1143ca24de44ae2dfccb5ce76fd333784b62f0762f56')
+            '854d969de951a5f380ddd1523b3d66639ef19b16af161466dfef3c697280c95884a3e34258dc86bb7eef1143ca24de44ae2dfccb5ce76fd333784b62f0762f56'
+            '6e2d619ba55294ad901f84e3d3a30fe08f092521b4e19041ce4eb19dddc3d8021dfd5697947489a8312246c71ff7b544af4562fa4dfc744f9c27c7bc59b8e9bd')
 
 prepare() {
   cd performous-${pkgver}
@@ -25,6 +27,7 @@
   patch -Np1 -i ../boost-1.67.patch
   patch -Np1 -i ../performous-libswresample.patch
   patch -p1 -i ../performous-opencv4.patch # Fix build with openCV 4
+  patch -p1 -i ../performous-boost-1.69.patch # Fix build with boost 1.69
 }
 
 build() {

Added: performous-boost-1.69.patch
===================================================================
--- performous-boost-1.69.patch	                        (rev 0)
+++ performous-boost-1.69.patch	2019-01-15 10:43:05 UTC (rev 423288)
@@ -0,0 +1,22 @@
+diff -ru performous-1.1.orig/game/backgrounds.hh performous-1.1/game/backgrounds.hh
+--- performous-1.1.orig/game/backgrounds.hh	2019-01-15 10:39:54.147584168 +0000
++++ performous-1.1/game/backgrounds.hh	2019-01-15 10:40:41.284376151 +0000
+@@ -7,6 +7,7 @@
+ #include <boost/scoped_ptr.hpp>
+ #include <boost/thread/mutex.hpp>
+ #include <boost/thread/thread.hpp>
++#include <boost/noncopyable.hpp>
+ #include <vector>
+ 
+ /// songs class for songs screen
+diff -ru performous-1.1.orig/game/songs.hh performous-1.1/game/songs.hh
+--- performous-1.1.orig/game/songs.hh	2019-01-15 10:39:54.147584168 +0000
++++ performous-1.1/game/songs.hh	2019-01-15 10:41:03.901102679 +0000
+@@ -6,6 +6,7 @@
+ #include <boost/scoped_ptr.hpp>
+ #include <boost/thread/mutex.hpp>
+ #include <boost/thread/thread.hpp>
++#include <boost/noncopyable.hpp>
+ #include <set>
+ #include <sstream>
+ #include <vector>



More information about the arch-commits mailing list