summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo75@gmail.com>2017-08-06 18:30:09 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-08-07 00:03:10 +0200
commitf4a7cee26469d2116e815c907e618707054a7467 (patch)
tree9d754bed40372bf5992d48dfd1b798a9a91d0916 /media-gfx/rawtherapee/files/rawtherapee-4.2-sigc26.patch
parentxfce-extra/xfce4-whiskermenu-plugin: remove old. (diff)
downloadgentoo-f4a7cee26469d2116e815c907e618707054a7467.tar.gz
gentoo-f4a7cee26469d2116e815c907e618707054a7467.tar.bz2
gentoo-f4a7cee26469d2116e815c907e618707054a7467.zip
media-gfx/rawtherapee-5.2: version bump + cleanup.
Gentoo-Bug: https://bugs.gentoo.org/626108 Gentoo-Bug: https://bugs.gentoo.org/520932 Gentoo-Bug: https://bugs.gentoo.org/615058 Closes: https://github.com/gentoo/gentoo/pull/5326
Diffstat (limited to 'media-gfx/rawtherapee/files/rawtherapee-4.2-sigc26.patch')
-rw-r--r--media-gfx/rawtherapee/files/rawtherapee-4.2-sigc26.patch47
1 files changed, 0 insertions, 47 deletions
diff --git a/media-gfx/rawtherapee/files/rawtherapee-4.2-sigc26.patch b/media-gfx/rawtherapee/files/rawtherapee-4.2-sigc26.patch
deleted file mode 100644
index 356cee90e393..000000000000
--- a/media-gfx/rawtherapee/files/rawtherapee-4.2-sigc26.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Author: Philip Rinn <rinni@inventati.org>
-Description: Fix build with sigc++ >= 2.5.2
-Last-update: 2015-11-03
---- a/rtgui/adjuster.cc
-+++ b/rtgui/adjuster.cc
-@@ -17,7 +17,7 @@
- * along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
- */
- #include "adjuster.h"
--#include <sigc++/class_slot.h>
-+#include <sigc++/slot.h>
- #include <cmath>
- #include "multilangmgr.h"
- #include "../rtengine/rtengine.h"
---- a/rtgui/thresholdadjuster.cc
-+++ b/rtgui/thresholdadjuster.cc
-@@ -17,7 +17,7 @@
- * along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
- */
- #include "thresholdadjuster.h"
--#include <sigc++/class_slot.h>
-+#include <sigc++/slot.h>
- #include <cmath>
- #include "multilangmgr.h"
- #include "../rtengine/rtengine.h"
---- a/rtgui/preferences.cc
-+++ b/rtgui/preferences.cc
-@@ -16,7 +16,7 @@
- * You should have received a copy of the GNU General Public License
- * along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
- */
--#include <sigc++/class_slot.h>
-+#include <sigc++/slot.h>
- #include "preferences.h"
- #include "multilangmgr.h"
- #include "splash.h"
---- a/rtgui/tonecurve.cc
-+++ b/rtgui/tonecurve.cc
-@@ -18,7 +18,7 @@
- */
- #include "tonecurve.h"
- #include "adjuster.h"
--#include <sigc++/class_slot.h>
-+#include <sigc++/slot.h>
- #include <iomanip>
- #include "ppversion.h"
- #include "edit.h"