diff --git a/audio/cdrdao/cdrdao.desc b/audio/cdrdao/cdrdao.desc index 90f59dd5a..d996fa47b 100644 --- a/audio/cdrdao/cdrdao.desc +++ b/audio/cdrdao/cdrdao.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../cdrdao/cdrdao.desc -[COPY] Copyright (C) 2006 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] @@ -33,9 +33,9 @@ [L] GPL [S] Stable -[V] 1.2.2 +[V] 1.2.3 [P] X -----5---9 161.100 -[D] 1746459631 cdrdao-1.2.2.tar.bz2 http://dl.sourceforge.net/sourceforge/cdrdao/ +[D] 3805190632 cdrdao-1.2.3.tar.bz2 http://dl.sourceforge.net/sourceforge/cdrdao/ [D] 1992468110 pccts133mr.zip http://www.polhode.com/ diff --git a/audio/cdrdao/sigcpp-api.patch b/audio/cdrdao/sigcpp-api.patch deleted file mode 100644 index cde8cba86..000000000 --- a/audio/cdrdao/sigcpp-api.patch +++ /dev/null @@ -1,28 +0,0 @@ -# --- 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); -