From: Jakub Bogusz Date: Fri, 31 Jul 2020 19:50:01 +0000 (+0200) Subject: - one more fix in boost patch; release 3 (boost 1.73) X-Git-Tag: auto/th/performous-1.1-3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fperformous.git;a=commitdiff_plain;h=b2fe5a3 - one more fix in boost patch; release 3 (boost 1.73) --- 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