[packages/performous] - one more fix in boost patch; release 3 (boost 1.73)
qboosh
qboosh at pld-linux.org
Fri Jul 31 21:48:10 CEST 2020
commit b2fe5a372089daccaac7a6488f9f1d3ea50b63d1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jul 31 21:50:01 2020 +0200
- one more fix in boost patch; release 3 (boost 1.73)
performous-boost.patch | 11 +++++++++++
performous.spec | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/performous.spec b/performous.spec
index 9d04b5c..e2cd5be 100644
--- a/performous.spec
+++ b/performous.spec
@@ -2,7 +2,7 @@ Summary: Performous - The All-in-One Music Game
Summary(pl.UTF-8): Performous - wiele gier muzycznych w jednej
Name: performous
Version: 1.1
-Release: 2
+Release: 3
License: GPL v2+
Group: Applications/Sound
#Source0Download: https://github.com/performous/performous/releases
diff --git a/performous-boost.patch b/performous-boost.patch
index 024b0f6..49693ae 100644
--- a/performous-boost.patch
+++ b/performous-boost.patch
@@ -48,3 +48,14 @@
#include <librsvg/rsvg.h>
#include <iostream>
+--- performous-1.1/game/surface.cc.orig 2016-01-23 11:40:01.000000000 +0100
++++ performous-1.1/game/surface.cc 2020-07-31 21:42:13.921188533 +0200
+@@ -135,7 +135,7 @@
+ bitmap.resize(1, 1);
+ target->load(bitmap);
+ // Ask the loader to retrieve the image
+- ldr->push(target, Job(name, boost::bind(&T::load, target, _1)));
++ ldr->push(target, Job(name, boost::bind(&T::load, target, boost::placeholders::_1)));
+ }
+
+ Surface::Surface(fs::path const& filename) { loader(this, filename); }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/performous.git/commitdiff/b2fe5a372089daccaac7a6488f9f1d3ea50b63d1
More information about the pld-cvs-commit
mailing list