From 0dce557bdc187a41138e68eed1dacf9a0e906b67 Mon Sep 17 00:00:00 2001 From: Aldas Nabazas Date: Thu, 11 Sep 2008 19:43:46 +0300 Subject: [PATCH] cdrdao: fixed to compile with gnome-2.22 --- audio/cdrdao/sigcpp-api.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 audio/cdrdao/sigcpp-api.patch diff --git a/audio/cdrdao/sigcpp-api.patch b/audio/cdrdao/sigcpp-api.patch new file mode 100644 index 000000000..cde8cba86 --- /dev/null +++ b/audio/cdrdao/sigcpp-api.patch @@ -0,0 +1,28 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../cdrdao/sigcpp-api.patch +# Copyright (C) 2008 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +http://cdrdao.cvs.sourceforge.net/cdrdao/cdrdao/xdao/xcdrdao.cc?r1=1.30&r2=1.31&view=patch +--- cdrdao/xdao/xcdrdao.cc.orig 2007/08/15 14:24:49 1.30 ++++ cdrdao/xdao/xcdrdao.cc 2007/09/11 08:58:42 1.31 +@@ -144,7 +144,7 @@ + installSignalHandler(SIGCHLD, signalHandler); + + // setup periodic GUI updates +- Glib::signal_timeout().connect(SigC::slot(&guiUpdatePeriodic), 2000); ++ Glib::signal_timeout().connect(sigc::ptr_fun(&guiUpdatePeriodic), 2000); + + installSignalHandler(SIGPIPE, SIG_IGN); +