From b2fe5a372089daccaac7a6488f9f1d3ea50b63d1 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 31 Jul 2020 21:50:01 +0200 Subject: [PATCH] - 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-boost.patch b/performous-boost.patch index 024b0f6..49693ae 100644 --- a/performous-boost.patch +++ b/performous-boost.patch @@ -48,3 +48,14 @@ #include #include +--- 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); } 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 -- 2.43.0