]> git.pld-linux.org Git - packages/performous.git/commitdiff
- one more fix in boost patch; release 3 (boost 1.73) auto/th/performous-1.1-3
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 31 Jul 2020 19:50:01 +0000 (21:50 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 31 Jul 2020 19:50:01 +0000 (21:50 +0200)
performous-boost.patch
performous.spec

index 024b0f64106d938b49c32f05ab5c1b4aa0b9e0f7..49693ae0a2350f732f4431aa3397c41ed848a610 100644 (file)
  #include <librsvg/rsvg.h>
  #include <iostream>
  
  #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); }
index 9d04b5cd595170c3f5aa2643f244efee6846e7c5..e2cd5be5b012b34c043aad554b67cbe28a50683e 100644 (file)
@@ -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
 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
 License:       GPL v2+
 Group:         Applications/Sound
 #Source0Download: https://github.com/performous/performous/releases
This page took 0.154853 seconds and 4 git commands to generate.