update synfigstudio to 1.2.1

ok landry@
This commit is contained in:
rsadowski 2017-12-07 22:44:24 +00:00
parent 4edfab415d
commit ec54254b46
37 changed files with 34 additions and 941 deletions

View File

@ -1,55 +1,56 @@
# $OpenBSD: Makefile,v 1.19 2017/12/02 21:39:49 juanfra Exp $
# $OpenBSD: Makefile,v 1.20 2017/12/07 22:44:24 rsadowski Exp $
COMMENT = 2D animation software studio
BROKEN-alpha = [keyframe_lock_past_on_icon.png] Bus error (core dumped)
BROKEN-hppa = Illegal instruction (core dumped)
BROKEN-sparc64 = terminate called after throwing an instance of 'synfig::Exception::IDNotFound'
V = 1.0.1
V = 1.2.1
DISTNAME = synfigstudio-$V
API_V = 1.0
REVISION = 6
SHARED_LIBS += synfigapp 1.0 # 0.0
SHARED_LIBS += synfigapp 2.0 # 0.0
CATEGORIES = multimedia
HOMEPAGE = http://www.synfig.org/
HOMEPAGE = https://www.synfig.org/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += Half ICE Iex IexMath IlmImf IlmThread Imath Magick++-6.Q16
WANTLIB += MagickCore-6.Q16 MagickWand-6.Q16 SM X11 Xcomposite
WANTLIB += Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr Xrender
WANTLIB += Xt atk-1.0 atk-bridge-2.0 atkmm-1.6 atspi bz2 c cairo
WANTLIB += cairo-gobject cairomm-1.0 db dbus-1 djvulibre epoxy
WANTLIB += expat ffi fftw3 fontconfig freetype gdk-3 gdk_pixbuf-2.0
WANTLIB += gdkmm-3.0 gio-2.0 giomm-2.4 glib-2.0 glibmm-2.4 gmodule-2.0
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 gtkmm-3.0 harfbuzz
WANTLIB += iconv intl jack jbig jpeg lcms2 ltdl lzma m mlt mlt++ openjp2
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pangomm-1.4 pcre
WANTLIB += pixman-1 png pthread sigc-2.0 synfig
WANTLIB += tiff webp xcb xcb-render xcb-shm xml++-2.6 xml2 z ${COMPILER_LIBCXX}
WANTLIB += ${COMPILER_LIBCXX} Half ICE Iex IexMath IlmImf IlmThread
WANTLIB += Imath Magick++-6.Q16 MagickCore-6.Q16 MagickWand-6.Q16
WANTLIB += SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender Xt Xtst atk-1.0 atk-bridge-2.0 atkmm-1.6
WANTLIB += atspi bz2 c cairo cairo-gobject cairomm-1.0 db dbus-1
WANTLIB += djvulibre epoxy expat ffi fftw3 fontconfig freetype
WANTLIB += gdk-3 gdk_pixbuf-2.0 gdkmm-3.0 gio-2.0 giomm-2.4 glib-2.0
WANTLIB += glibmm-2.4 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
WANTLIB += gtk-3 gtkmm-3.0 harfbuzz iconv intl jack jasper jbig
WANTLIB += jpeg lcms2 ltdl lzma m mlt mlt++ openjp2 pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pangomm-1.4 pcre pixman-1
WANTLIB += png raw_r sigc-2.0 synfig tiff webp xcb xcb-render
WANTLIB += xcb-shm xml++-2.6 xml2 z
MASTER_SITES= https://download.tuxfamily.org/synfig/releases/${V}/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synfig/}
MODULES = textproc/intltool
# c++11
COMPILER = base-clang ports-gcc
BUILD_DEPENDS = devel/etl>=0.04.19
BUILD_DEPENDS = devel/etl>=1.2.1
RUN_DEPENDS = devel/desktop-file-utils \
misc/shared-mime-info \
x11/gtk+3,-guic
LIB_DEPENDS = multimedia/synfig>=1.0.1 \
LIB_DEPENDS = multimedia/synfig>=1.2.1 \
graphics/libraw \
graphics/jasper \
x11/gtk3mm
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --disable-update-mimedb
CONFIGURE_ENV = CXXFLAGS="-std=c++11"
SUBST_VAR += API_v

View File

@ -1,2 +1,2 @@
SHA256 (synfigstudio-1.0.1.tar.gz) = 0XkEapPGQroFbMKzXggkLTuXJLXzo3CfWg1Alw1Jykk=
SIZE (synfigstudio-1.0.1.tar.gz) = 5207441
SHA256 (synfigstudio-1.2.1.tar.gz) = GpeHXgA5iVYECFZJvNMM8NYWX0yGUpnKE9RdLfv6sF0=
SIZE (synfigstudio-1.2.1.tar.gz) = 5687045

View File

@ -1,25 +0,0 @@
$OpenBSD: patch-images_Makefile_in,v 1.1 2015/12/04 13:58:42 sthen Exp $
XXX This fails with SIGABRT:
synfig -q splash_screen-1.0.1.sif -o splash_screen.png --time 0
synfig(1645) [06:33:36] info: Loading modules from /etc/synfig_modules.cfg
/usr/local/bin/synfig: warning: Unable to find module "mod_libavcodec" (file not found)
synfig(1645) [06:33:36] info: Loading file: splash_screen-1.0.1.sif
synfig(1645) [06:33:36] info: Loading file: ./splash_screen-1.0.x.sif
Makefile:1367: recipe for target 'splash_screen.png' failed
So just use 1.0.x.sif for now, it misses out the version number on the splash
screen, but avoids the failure.
--- images/Makefile.in.orig Fri Dec 4 06:48:01 2015
+++ images/Makefile.in Fri Dec 4 06:52:53 2015
@@ -1363,7 +1363,7 @@ action_doc_redo_icon.$(EXT): $(srcdir)/action_doc_icon
@DEVELOPMENT_SNAPSHOT_TRUE@ echo " File \"images\\$@\"" >>./images.nsh
@DEVELOPMENT_SNAPSHOT_TRUE@ echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh
@DEVELOPMENT_SNAPSHOT_TRUE@.PHONY: splash_screen_development.sif
-@DEVELOPMENT_SNAPSHOT_FALSE@splash_screen.$(EXT): $(srcdir)/splash_screen-$(PACKAGE_VERSION).sif
+@DEVELOPMENT_SNAPSHOT_FALSE@splash_screen.$(EXT): $(srcdir)/splash_screen-1.0.x.sif
@DEVELOPMENT_SNAPSHOT_FALSE@ $(SYNFIG) -q $< -o $@ --time 0
@DEVELOPMENT_SNAPSHOT_FALSE@ echo " File \"images\\$@\"" >>./images.nsh
@DEVELOPMENT_SNAPSHOT_FALSE@ echo " Delete \"\$$INSTDIR\\share\\pixmaps\\$@\"" >>./unimages.nsh

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-src_gui_canvasview_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/canvasview.cpp.orig Sat Jul 18 10:59:00 2015
+++ src/gui/canvasview.cpp Thu Sep 24 11:08:06 2015
@@ -92,8 +92,6 @@
//#include <synfigapp/action_deletewaypoint.h>
#include <sigc++/retype_return.h>
-#include <sigc++/retype.h>
-//#include <sigc++/hide.h>
#include "canvasview.h"
#include "instance.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_compview_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/compview.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/compview.cpp Thu Sep 24 11:08:06 2015
@@ -39,7 +39,6 @@
#include <iostream>
#include "instance.h"
#include <sigc++/signal.h>
-#include <sigc++/hide.h>
#include <sigc++/slot.h>
#include "canvasview.h"
#include <synfigapp/action.h>

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_dialogs_about_cpp,v 1.1 2017/05/24 23:59:42 espie Exp $
Index: src/gui/dialogs/about.cpp
--- src/gui/dialogs/about.cpp.orig
+++ src/gui/dialogs/about.cpp
@@ -203,7 +203,7 @@ About::About()
imagepath+=ETL_DIRECTORY_SEPARATOR;
Gtk::Image *Logo = manage(new class Gtk::Image());
- Logo->set(imagepath+"synfig_icon."IMAGE_EXT);
+ Logo->set(imagepath+"synfig_icon." IMAGE_EXT);
set_logo(Logo->get_pixbuf());
#ifdef SHOW_EXTRA_INFO

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_docks_dock_children_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/docks/dock_children.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/docks/dock_children.cpp Thu Sep 24 11:08:06 2015
@@ -37,7 +37,6 @@
#include <cassert>
#include "instance.h"
#include <sigc++/signal.h>
-#include <sigc++/hide.h>
#include <sigc++/retype_return.h>
#include <sigc++/slot.h>
#include "trees/childrentreestore.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_docks_dock_curves_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/docks/dock_curves.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/docks/dock_curves.cpp Thu Sep 24 11:08:06 2015
@@ -36,7 +36,6 @@
#include <cassert>
#include "instance.h"
#include <sigc++/signal.h>
-#include <sigc++/hide.h>
#include <sigc++/slot.h>
#include "canvasview.h"
#include "trees/layerparamtreestore.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_docks_dock_history_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/docks/dock_history.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/docks/dock_history.cpp Thu Sep 24 11:08:06 2015
@@ -39,7 +39,6 @@
#include <cassert>
#include "instance.h"
#include <sigc++/signal.h>
-#include <sigc++/hide.h>
#include <sigc++/slot.h>
#include <synfigapp/action.h>
#include "trees/historytreestore.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_docks_dock_keyframes_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/docks/dock_keyframes.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/docks/dock_keyframes.cpp Thu Sep 24 11:08:06 2015
@@ -36,7 +36,6 @@
#include <cassert>
#include "instance.h"
#include <sigc++/signal.h>
-#include <sigc++/hide.h>
#include <sigc++/slot.h>
#include "trees/keyframetreestore.h"
#include "trees/keyframetree.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_docks_dock_layergroups_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/docks/dock_layergroups.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/docks/dock_layergroups.cpp Thu Sep 24 11:08:06 2015
@@ -36,7 +36,6 @@
#include <cassert>
#include "instance.h"
#include <sigc++/signal.h>
-#include <sigc++/hide.h>
#include <sigc++/retype_return.h>
#include <sigc++/slot.h>
#include "canvasview.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_docks_dock_layers_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/docks/dock_layers.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/docks/dock_layers.cpp Thu Sep 24 11:08:06 2015
@@ -39,7 +39,6 @@
#include <cassert>
#include "instance.h"
#include <sigc++/signal.h>
-#include <sigc++/hide.h>
#include <sigc++/retype_return.h>
#include <sigc++/slot.h>
#include "trees/layertreestore.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_docks_dock_metadata_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/docks/dock_metadata.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/docks/dock_metadata.cpp Thu Sep 24 11:08:06 2015
@@ -37,7 +37,6 @@
#include <cassert>
#include "instance.h"
#include <sigc++/signal.h>
-#include <sigc++/hide.h>
#include <sigc++/slot.h>
#include "trees/metadatatreestore.h"
#include "trees/metadatatree.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_docks_dock_params_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/docks/dock_params.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/docks/dock_params.cpp Thu Sep 24 11:08:06 2015
@@ -36,7 +36,6 @@
#include <cassert>
#include "instance.h"
#include <sigc++/signal.h>
-#include <sigc++/hide.h>
#include <sigc++/slot.h>
#include "canvasview.h"
#include "trees/layerparamtreestore.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_docks_dock_timetrack_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/docks/dock_timetrack.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/docks/dock_timetrack.cpp Thu Sep 24 11:08:06 2015
@@ -38,7 +38,6 @@
#include <cassert>
#include "instance.h"
#include <sigc++/signal.h>
-#include <sigc++/hide.h>
#include <sigc++/slot.h>
#include "canvasview.h"
#include "trees/layerparamtreestore.h"

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-src_gui_docks_dock_toolbox_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/docks/dock_toolbox.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/docks/dock_toolbox.cpp Thu Sep 24 11:08:06 2015
@@ -38,10 +38,8 @@
#include <gtkmm/accelmap.h>
#include <sigc++/signal.h>
-#include <sigc++/hide.h>
#include <sigc++/slot.h>
#include <sigc++/retype_return.h>
-#include <sigc++/retype.h>
#include "general.h"
#include <sstream>

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_docks_dockable_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/docks/dockable.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/docks/dockable.cpp Thu Sep 24 11:08:06 2015
@@ -30,7 +30,6 @@
#endif
#include "app.h"
-#include <sigc++/hide.h>
#include "docks/dockable.h"
#include "docks/dockmanager.h"

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-src_gui_docks_dockdialog_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/docks/dockdialog.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/docks/dockdialog.cpp Thu Sep 24 11:08:06 2015
@@ -42,10 +42,8 @@
#include <synfig/general.h>
#include <synfig/uniqueid.h>
#include <gtkmm/table.h>
-#include <sigc++/hide.h>
#include <sigc++/slot.h>
#include <sigc++/retype_return.h>
-#include <sigc++/retype.h>
#include "canvasview.h"
#include <gtkmm/paned.h>
#include <gtkmm/box.h>

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_docks_dockmanager_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/docks/dockmanager.h.orig Thu Jul 9 09:33:04 2015
+++ src/gui/docks/dockmanager.h Thu Sep 24 11:06:18 2015
@@ -32,7 +32,6 @@
#include <map>
#include <synfig/string.h>
#include <sigc++/signal.h>
-#include <sigc++/object.h>
#include <ETL/smart_ptr>
#include <gtkmm/widget.h>

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_duck_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/duck.h.orig Thu Jul 9 09:33:04 2015
+++ src/gui/duck.h Thu Sep 24 11:06:18 2015
@@ -38,7 +38,6 @@
#include <synfig/string.h>
#include <synfig/real.h>
#include <sigc++/signal.h>
-#include <sigc++/object.h>
#include <synfig/time.h>
#include <ETL/smart_ptr>
#include <synfigapp/value_desc.h>

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-src_gui_duckmatic_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/duckmatic.cpp.orig Sat Jul 18 07:34:53 2015
+++ src/gui/duckmatic.cpp Thu Sep 24 11:08:06 2015
@@ -68,8 +68,6 @@
#include <synfig/layers/layer_pastecanvas.h>
#include <sigc++/retype_return.h>
-#include <sigc++/retype.h>
-#include <sigc++/hide.h>
#include <sigc++/bind.h>
#include "ducktransform_matrix.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_duckmatic_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/duckmatic.h.orig Sat Jul 18 07:34:53 2015
+++ src/gui/duckmatic.h Thu Sep 24 11:06:18 2015
@@ -40,7 +40,6 @@
#include <synfig/string.h>
#include <synfig/real.h>
#include <sigc++/signal.h>
-#include <sigc++/object.h>
#include <synfig/time.h>
#include <synfig/color.h>
#include <ETL/smart_ptr>

View File

@ -1,392 +0,0 @@
$OpenBSD: patch-src_gui_iconcontroller_cpp,v 1.1 2017/05/24 23:59:42 espie Exp $
Index: src/gui/iconcontroller.cpp
--- src/gui/iconcontroller.cpp.orig
+++ src/gui/iconcontroller.cpp
@@ -134,213 +134,213 @@ IconController::init_icons(const synfig::String& path_
Gtk::Stock::add(stock_##name);
// Types
- INIT_STOCK_ICON(type_bool,"type_bool_icon."IMAGE_EXT,_("Bool"));
- INIT_STOCK_ICON(type_integer,"type_integer_icon."IMAGE_EXT,_("Integer"));
- INIT_STOCK_ICON(type_angle,"type_angle_icon."IMAGE_EXT,_("Angle"));
- INIT_STOCK_ICON(type_time,"type_time_icon."IMAGE_EXT,_("Time"));
- INIT_STOCK_ICON(type_real,"type_real_icon."IMAGE_EXT,_("Real"));
- INIT_STOCK_ICON(type_vector,"type_vector_icon."IMAGE_EXT,_("Vector"));
- INIT_STOCK_ICON(type_color,"type_color_icon."IMAGE_EXT,_("Color"));
- INIT_STOCK_ICON(type_segment,"type_segment_icon."IMAGE_EXT,_("Segment"));
- INIT_STOCK_ICON(type_blinepoint,"type_splinepoint_icon."IMAGE_EXT,_("Spline Point"));
- INIT_STOCK_ICON(type_list,"type_list_icon."IMAGE_EXT,_("List"));
- INIT_STOCK_ICON(type_string,"type_string_icon."IMAGE_EXT,_("String"));
- INIT_STOCK_ICON(type_canvas,"type_canvas_icon."IMAGE_EXT,_("Canvas"));
- INIT_STOCK_ICON(type_gradient,"type_gradient_icon."IMAGE_EXT,_("Gradient"))
+ INIT_STOCK_ICON(type_bool,"type_bool_icon." IMAGE_EXT,_("Bool"));
+ INIT_STOCK_ICON(type_integer,"type_integer_icon." IMAGE_EXT,_("Integer"));
+ INIT_STOCK_ICON(type_angle,"type_angle_icon." IMAGE_EXT,_("Angle"));
+ INIT_STOCK_ICON(type_time,"type_time_icon." IMAGE_EXT,_("Time"));
+ INIT_STOCK_ICON(type_real,"type_real_icon." IMAGE_EXT,_("Real"));
+ INIT_STOCK_ICON(type_vector,"type_vector_icon." IMAGE_EXT,_("Vector"));
+ INIT_STOCK_ICON(type_color,"type_color_icon." IMAGE_EXT,_("Color"));
+ INIT_STOCK_ICON(type_segment,"type_segment_icon." IMAGE_EXT,_("Segment"));
+ INIT_STOCK_ICON(type_blinepoint,"type_splinepoint_icon." IMAGE_EXT,_("Spline Point"));
+ INIT_STOCK_ICON(type_list,"type_list_icon." IMAGE_EXT,_("List"));
+ INIT_STOCK_ICON(type_string,"type_string_icon." IMAGE_EXT,_("String"));
+ INIT_STOCK_ICON(type_canvas,"type_canvas_icon." IMAGE_EXT,_("Canvas"));
+ INIT_STOCK_ICON(type_gradient,"type_gradient_icon." IMAGE_EXT,_("Gradient"))
// ToolBox Tools
- INIT_STOCK_ICON(normal,"tool_normal_icon."IMAGE_EXT,_("Transform Tool"));
- INIT_STOCK_ICON(polygon,"tool_polyline_icon."IMAGE_EXT,_("Polygon Tool"));
- INIT_STOCK_ICON(bline,"tool_spline_icon."IMAGE_EXT,_("Spline Tool"));
- INIT_STOCK_ICON(eyedrop,"tool_eyedrop_icon."IMAGE_EXT,_("Eyedrop Tool"));
- INIT_STOCK_ICON(fill,"tool_fill_icon."IMAGE_EXT,_("Fill Tool"));
- INIT_STOCK_ICON(draw,"tool_draw_icon."IMAGE_EXT,_("Draw Tool"));
- INIT_STOCK_ICON(lasso,"tool_cutout_icon."IMAGE_EXT,_("Cutout Tool"));
- INIT_STOCK_ICON(brush,"tool_brush_icon."IMAGE_EXT,_("Brush Tool"));
- INIT_STOCK_ICON(sketch,"tool_sketch_icon."IMAGE_EXT,_("Sketch Tool"));
- INIT_STOCK_ICON(circle,"tool_circle_icon."IMAGE_EXT,_("Circle Tool"));
- INIT_STOCK_ICON(rectangle,"tool_rectangle_icon."IMAGE_EXT,_("Rectangle Tool"));
- INIT_STOCK_ICON(smooth_move,"tool_smooth_move_icon."IMAGE_EXT,_("SmoothMove Tool"));
- INIT_STOCK_ICON(rotate,"tool_rotate_icon."IMAGE_EXT,"Rotate Tool");
- INIT_STOCK_ICON(width,"tool_width_icon."IMAGE_EXT,_("Width Tool"));
- INIT_STOCK_ICON(scale,"tool_scale_icon."IMAGE_EXT,"Scale Tool");
- INIT_STOCK_ICON(zoom,"tool_zoom_icon."IMAGE_EXT,_("Zoom Tool"));
- INIT_STOCK_ICON(mirror,"tool_mirror_icon."IMAGE_EXT,_("Mirror Tool"));
- INIT_STOCK_ICON(text,"tool_text_icon."IMAGE_EXT,"Text Tool");
- INIT_STOCK_ICON(gradient,"tool_gradient_icon."IMAGE_EXT,_("Gradient Tool"));
- INIT_STOCK_ICON(star,"tool_star_icon."IMAGE_EXT,_("Star Tool"));
+ INIT_STOCK_ICON(normal,"tool_normal_icon." IMAGE_EXT,_("Transform Tool"));
+ INIT_STOCK_ICON(polygon,"tool_polyline_icon." IMAGE_EXT,_("Polygon Tool"));
+ INIT_STOCK_ICON(bline,"tool_spline_icon." IMAGE_EXT,_("Spline Tool"));
+ INIT_STOCK_ICON(eyedrop,"tool_eyedrop_icon." IMAGE_EXT,_("Eyedrop Tool"));
+ INIT_STOCK_ICON(fill,"tool_fill_icon." IMAGE_EXT,_("Fill Tool"));
+ INIT_STOCK_ICON(draw,"tool_draw_icon." IMAGE_EXT,_("Draw Tool"));
+ INIT_STOCK_ICON(lasso,"tool_cutout_icon." IMAGE_EXT,_("Cutout Tool"));
+ INIT_STOCK_ICON(brush,"tool_brush_icon." IMAGE_EXT,_("Brush Tool"));
+ INIT_STOCK_ICON(sketch,"tool_sketch_icon." IMAGE_EXT,_("Sketch Tool"));
+ INIT_STOCK_ICON(circle,"tool_circle_icon." IMAGE_EXT,_("Circle Tool"));
+ INIT_STOCK_ICON(rectangle,"tool_rectangle_icon." IMAGE_EXT,_("Rectangle Tool"));
+ INIT_STOCK_ICON(smooth_move,"tool_smooth_move_icon." IMAGE_EXT,_("SmoothMove Tool"));
+ INIT_STOCK_ICON(rotate,"tool_rotate_icon." IMAGE_EXT,"Rotate Tool");
+ INIT_STOCK_ICON(width,"tool_width_icon." IMAGE_EXT,_("Width Tool"));
+ INIT_STOCK_ICON(scale,"tool_scale_icon." IMAGE_EXT,"Scale Tool");
+ INIT_STOCK_ICON(zoom,"tool_zoom_icon." IMAGE_EXT,_("Zoom Tool"));
+ INIT_STOCK_ICON(mirror,"tool_mirror_icon." IMAGE_EXT,_("Mirror Tool"));
+ INIT_STOCK_ICON(text,"tool_text_icon." IMAGE_EXT,"Text Tool");
+ INIT_STOCK_ICON(gradient,"tool_gradient_icon." IMAGE_EXT,_("Gradient Tool"));
+ INIT_STOCK_ICON(star,"tool_star_icon." IMAGE_EXT,_("Star Tool"));
// ToolBox Others
- INIT_STOCK_ICON(reset_colors,"reset_colors_icon."IMAGE_EXT,_("Reset Colors"));
- INIT_STOCK_ICON(swap_colors,"swap_colors_icon."IMAGE_EXT,_("Swap Colors"));
- INIT_STOCK_ICON(value_node,"valuenode_icon."IMAGE_EXT,_("ValueNode"));
- INIT_STOCK_ICON(valuenode_forbidanimation,"valuenode_forbidanimation_icon."IMAGE_EXT,_("ValueNode Forbid Animation"));
- INIT_STOCK_ICON(rename,"rename_icon."IMAGE_EXT,_("Rename"));
- INIT_STOCK_ICON(canvas,"canvas_icon."IMAGE_EXT,_("Canvas"));
- INIT_STOCK_ICON(canvas_new,"canvas_icon."IMAGE_EXT,_("New Canvas"));
+ INIT_STOCK_ICON(reset_colors,"reset_colors_icon." IMAGE_EXT,_("Reset Colors"));
+ INIT_STOCK_ICON(swap_colors,"swap_colors_icon." IMAGE_EXT,_("Swap Colors"));
+ INIT_STOCK_ICON(value_node,"valuenode_icon." IMAGE_EXT,_("ValueNode"));
+ INIT_STOCK_ICON(valuenode_forbidanimation,"valuenode_forbidanimation_icon." IMAGE_EXT,_("ValueNode Forbid Animation"));
+ INIT_STOCK_ICON(rename,"rename_icon." IMAGE_EXT,_("Rename"));
+ INIT_STOCK_ICON(canvas,"canvas_icon." IMAGE_EXT,_("Canvas"));
+ INIT_STOCK_ICON(canvas_new,"canvas_icon." IMAGE_EXT,_("New Canvas"));
// Document Related Actions
- INIT_STOCK_ICON(about,"about_icon."IMAGE_EXT,_("About"));
- INIT_STOCK_ICON(new_doc,"action_doc_new_icon."IMAGE_EXT,_("New"));
- INIT_STOCK_ICON(open,"action_doc_open_icon."IMAGE_EXT,_("Open"));
- INIT_STOCK_ICON(save,"action_doc_save_icon."IMAGE_EXT,_("Save"));
- INIT_STOCK_ICON(save_as,"action_doc_saveas_icon."IMAGE_EXT,_("Save As"));
- INIT_STOCK_ICON(save_all,"action_doc_saveall_icon."IMAGE_EXT,_("Save All"));
- INIT_STOCK_ICON(redo,"action_doc_redo_icon."IMAGE_EXT,_("Redo"));
- INIT_STOCK_ICON(undo,"action_doc_undo_icon."IMAGE_EXT,_("Undo"));
+ INIT_STOCK_ICON(about,"about_icon." IMAGE_EXT,_("About"));
+ INIT_STOCK_ICON(new_doc,"action_doc_new_icon." IMAGE_EXT,_("New"));
+ INIT_STOCK_ICON(open,"action_doc_open_icon." IMAGE_EXT,_("Open"));
+ INIT_STOCK_ICON(save,"action_doc_save_icon." IMAGE_EXT,_("Save"));
+ INIT_STOCK_ICON(save_as,"action_doc_saveas_icon." IMAGE_EXT,_("Save As"));
+ INIT_STOCK_ICON(save_all,"action_doc_saveall_icon." IMAGE_EXT,_("Save All"));
+ INIT_STOCK_ICON(redo,"action_doc_redo_icon." IMAGE_EXT,_("Redo"));
+ INIT_STOCK_ICON(undo,"action_doc_undo_icon." IMAGE_EXT,_("Undo"));
// Layers
- INIT_STOCK_ICON(layer,"layer_icon."IMAGE_EXT,_("Layer"));
+ INIT_STOCK_ICON(layer,"layer_icon." IMAGE_EXT,_("Layer"));
// Blur Layers
- INIT_STOCK_ICON(layer_blur_blur,"layer_blur_blur_icon."IMAGE_EXT,_("Blur Layer"));
- INIT_STOCK_ICON(layer_blur_motion,"layer_blur_motion_icon."IMAGE_EXT,_("Motion Blur Layer"));
- INIT_STOCK_ICON(layer_blur_radial,"layer_blur_radial_icon."IMAGE_EXT,_("Radial Blur Layer"));
+ INIT_STOCK_ICON(layer_blur_blur,"layer_blur_blur_icon." IMAGE_EXT,_("Blur Layer"));
+ INIT_STOCK_ICON(layer_blur_motion,"layer_blur_motion_icon." IMAGE_EXT,_("Motion Blur Layer"));
+ INIT_STOCK_ICON(layer_blur_radial,"layer_blur_radial_icon." IMAGE_EXT,_("Radial Blur Layer"));
// Distortion Layers
- INIT_STOCK_ICON(layer_distortion_curvewarp,"layer_distortion_curvewarp_icon."IMAGE_EXT,_("Curve Warp Layer"));
- INIT_STOCK_ICON(layer_distortion_insideout,"layer_distortion_insideout_icon."IMAGE_EXT,_("Inside Out Layer"));
- INIT_STOCK_ICON(layer_distortion_noise,"layer_distortion_noise_icon."IMAGE_EXT,_("Noise Distort Layer"));
- INIT_STOCK_ICON(layer_distortion_spherize,"layer_distortion_spherize_icon."IMAGE_EXT,_("Spherize Layer"));
- INIT_STOCK_ICON(layer_distortion_stretch,"layer_distortion_stretch_icon."IMAGE_EXT,_("Stretch Layer"));
- INIT_STOCK_ICON(layer_distortion_twirl,"layer_distortion_twirl_icon."IMAGE_EXT,_("Twirl Layer"));
- INIT_STOCK_ICON(layer_distortion_warp,"layer_distortion_warp_icon."IMAGE_EXT,_("Warp Layer"));
+ INIT_STOCK_ICON(layer_distortion_curvewarp,"layer_distortion_curvewarp_icon." IMAGE_EXT,_("Curve Warp Layer"));
+ INIT_STOCK_ICON(layer_distortion_insideout,"layer_distortion_insideout_icon." IMAGE_EXT,_("Inside Out Layer"));
+ INIT_STOCK_ICON(layer_distortion_noise,"layer_distortion_noise_icon." IMAGE_EXT,_("Noise Distort Layer"));
+ INIT_STOCK_ICON(layer_distortion_spherize,"layer_distortion_spherize_icon." IMAGE_EXT,_("Spherize Layer"));
+ INIT_STOCK_ICON(layer_distortion_stretch,"layer_distortion_stretch_icon." IMAGE_EXT,_("Stretch Layer"));
+ INIT_STOCK_ICON(layer_distortion_twirl,"layer_distortion_twirl_icon." IMAGE_EXT,_("Twirl Layer"));
+ INIT_STOCK_ICON(layer_distortion_warp,"layer_distortion_warp_icon." IMAGE_EXT,_("Warp Layer"));
// Example Layers
- INIT_STOCK_ICON(layer_example_filledrectangle,"layer_example_filledrectangle_icon."IMAGE_EXT,_("Filled Rectangle Layer"));
- INIT_STOCK_ICON(layer_example_metaballs,"layer_example_metaballs_icon."IMAGE_EXT,_("Metallballs Layer"));
- INIT_STOCK_ICON(layer_example_simplecircle,"layer_example_simplecircle_icon."IMAGE_EXT,_("Simple Circle Layer"));
+ INIT_STOCK_ICON(layer_example_filledrectangle,"layer_example_filledrectangle_icon." IMAGE_EXT,_("Filled Rectangle Layer"));
+ INIT_STOCK_ICON(layer_example_metaballs,"layer_example_metaballs_icon." IMAGE_EXT,_("Metallballs Layer"));
+ INIT_STOCK_ICON(layer_example_simplecircle,"layer_example_simplecircle_icon." IMAGE_EXT,_("Simple Circle Layer"));
// Filter Layers
- INIT_STOCK_ICON(layer_filter_clamp,"layer_filter_clamp_icon."IMAGE_EXT,_("Clamp Layer"));
- INIT_STOCK_ICON(layer_filter_colorcorrect,"layer_filter_colorcorrect_icon."IMAGE_EXT,_("Color Correct Layer"));
- INIT_STOCK_ICON(layer_filter_halftone2,"layer_filter_halftone2_icon."IMAGE_EXT,_("Halftone 2 Layer"));
- INIT_STOCK_ICON(layer_filter_halftone3,"layer_filter_halftone3_icon."IMAGE_EXT,_("Halftone 3 Layer"));
- INIT_STOCK_ICON(layer_filter_lumakey,"layer_filter_lumakey_icon."IMAGE_EXT,_("Luma Key Layer"));
+ INIT_STOCK_ICON(layer_filter_clamp,"layer_filter_clamp_icon." IMAGE_EXT,_("Clamp Layer"));
+ INIT_STOCK_ICON(layer_filter_colorcorrect,"layer_filter_colorcorrect_icon." IMAGE_EXT,_("Color Correct Layer"));
+ INIT_STOCK_ICON(layer_filter_halftone2,"layer_filter_halftone2_icon." IMAGE_EXT,_("Halftone 2 Layer"));
+ INIT_STOCK_ICON(layer_filter_halftone3,"layer_filter_halftone3_icon." IMAGE_EXT,_("Halftone 3 Layer"));
+ INIT_STOCK_ICON(layer_filter_lumakey,"layer_filter_lumakey_icon." IMAGE_EXT,_("Luma Key Layer"));
// Fractal Layers
- INIT_STOCK_ICON(layer_fractal_julia,"layer_fractal_julia_icon."IMAGE_EXT,_("Julia Set Layer"));
- INIT_STOCK_ICON(layer_fractal_mandelbrot,"layer_fractal_mandelbrot_icon."IMAGE_EXT,_("Mandelbrot Set Layer"));
+ INIT_STOCK_ICON(layer_fractal_julia,"layer_fractal_julia_icon." IMAGE_EXT,_("Julia Set Layer"));
+ INIT_STOCK_ICON(layer_fractal_mandelbrot,"layer_fractal_mandelbrot_icon." IMAGE_EXT,_("Mandelbrot Set Layer"));
// Geometry Layers
- INIT_STOCK_ICON(layer_geometry_checkerboard,"layer_geometry_checkerboard_icon."IMAGE_EXT,_("Checker Board Layer"));
- INIT_STOCK_ICON(layer_geometry_circle,"layer_geometry_circle_icon."IMAGE_EXT,_("Circle Layer"));
- INIT_STOCK_ICON(layer_geometry_outline,"layer_geometry_outline_icon."IMAGE_EXT,_("Outline Layer"));
- INIT_STOCK_ICON(layer_geometry_advanced_outline,"layer_geometry_advanced_outline_icon."IMAGE_EXT,_("Advanced Outline Layer"));
- INIT_STOCK_ICON(layer_geometry_polygon,"layer_geometry_polygon_icon."IMAGE_EXT,_("Polygon Layer"));
- INIT_STOCK_ICON(layer_geometry_rectangle,"layer_geometry_rectangle_icon."IMAGE_EXT,_("Rectangle Layer"));
- INIT_STOCK_ICON(layer_geometry_region,"layer_geometry_region_icon."IMAGE_EXT,_("Region Layer"));
- INIT_STOCK_ICON(layer_geometry_solidcolor,"layer_geometry_solidcolor_icon."IMAGE_EXT,_("Solid Color Layer"));
- INIT_STOCK_ICON(layer_geometry_star,"layer_geometry_star_icon."IMAGE_EXT,_("Star Layer"));
+ INIT_STOCK_ICON(layer_geometry_checkerboard,"layer_geometry_checkerboard_icon." IMAGE_EXT,_("Checker Board Layer"));
+ INIT_STOCK_ICON(layer_geometry_circle,"layer_geometry_circle_icon." IMAGE_EXT,_("Circle Layer"));
+ INIT_STOCK_ICON(layer_geometry_outline,"layer_geometry_outline_icon." IMAGE_EXT,_("Outline Layer"));
+ INIT_STOCK_ICON(layer_geometry_advanced_outline,"layer_geometry_advanced_outline_icon." IMAGE_EXT,_("Advanced Outline Layer"));
+ INIT_STOCK_ICON(layer_geometry_polygon,"layer_geometry_polygon_icon." IMAGE_EXT,_("Polygon Layer"));
+ INIT_STOCK_ICON(layer_geometry_rectangle,"layer_geometry_rectangle_icon." IMAGE_EXT,_("Rectangle Layer"));
+ INIT_STOCK_ICON(layer_geometry_region,"layer_geometry_region_icon." IMAGE_EXT,_("Region Layer"));
+ INIT_STOCK_ICON(layer_geometry_solidcolor,"layer_geometry_solidcolor_icon." IMAGE_EXT,_("Solid Color Layer"));
+ INIT_STOCK_ICON(layer_geometry_star,"layer_geometry_star_icon." IMAGE_EXT,_("Star Layer"));
// Gradient Layers
- INIT_STOCK_ICON(layer_gradient_conical,"layer_gradient_conical_icon."IMAGE_EXT,_("Conical Gradient Layer"));
- INIT_STOCK_ICON(layer_gradient_curve,"layer_gradient_curve_icon."IMAGE_EXT,_("Curve Gradient Layer"));
- INIT_STOCK_ICON(layer_gradient_noise,"layer_gradient_noise_icon."IMAGE_EXT,_("Noise Gradient Layer"));
- INIT_STOCK_ICON(layer_gradient_linear,"layer_gradient_linear_icon."IMAGE_EXT,_("Linear Gradient Layer"));
- INIT_STOCK_ICON(layer_gradient_radial,"layer_gradient_radial_icon."IMAGE_EXT,_("Radial Gradient Layer"));
- INIT_STOCK_ICON(layer_gradient_spiral,"layer_gradient_spiral_icon."IMAGE_EXT,_("Spiral Gradient Layer"));
+ INIT_STOCK_ICON(layer_gradient_conical,"layer_gradient_conical_icon." IMAGE_EXT,_("Conical Gradient Layer"));
+ INIT_STOCK_ICON(layer_gradient_curve,"layer_gradient_curve_icon." IMAGE_EXT,_("Curve Gradient Layer"));
+ INIT_STOCK_ICON(layer_gradient_noise,"layer_gradient_noise_icon." IMAGE_EXT,_("Noise Gradient Layer"));
+ INIT_STOCK_ICON(layer_gradient_linear,"layer_gradient_linear_icon." IMAGE_EXT,_("Linear Gradient Layer"));
+ INIT_STOCK_ICON(layer_gradient_radial,"layer_gradient_radial_icon." IMAGE_EXT,_("Radial Gradient Layer"));
+ INIT_STOCK_ICON(layer_gradient_spiral,"layer_gradient_spiral_icon." IMAGE_EXT,_("Spiral Gradient Layer"));
// Other Layers
- INIT_STOCK_ICON(layer_other_duplicate,"layer_other_duplicate_icon."IMAGE_EXT,_("Duplicate Layer"));
- INIT_STOCK_ICON(layer_other_importimage,"layer_other_importimage_icon."IMAGE_EXT,_("Import Image Layer"));
- INIT_STOCK_ICON(layer_other_pastecanvas,"layer_other_group_icon."IMAGE_EXT,_("Group Layer"));
- INIT_STOCK_ICON(layer_other_plant,"layer_other_plant_icon."IMAGE_EXT,_("Plant Layer"));
- INIT_STOCK_ICON(layer_other_stroboscope,"layer_other_stroboscope_icon."IMAGE_EXT,_("Stroboscope Layer"));
- INIT_STOCK_ICON(layer_other_supersample,"layer_other_supersample_icon."IMAGE_EXT,_("Super Sample Layer"));
- INIT_STOCK_ICON(layer_other_sound,"layer_other_sound_icon."IMAGE_EXT,_("Sound Layer"));
- INIT_STOCK_ICON(layer_other_switch,"layer_other_switch_icon."IMAGE_EXT,_("Switch Layer"));
- INIT_STOCK_ICON(layer_other_skeleton,"layer_other_skeleton_icon."IMAGE_EXT,_("Skeleton Layer"));
- INIT_STOCK_ICON(layer_other_text,"layer_other_text_icon."IMAGE_EXT,_("Text Layer"));
- INIT_STOCK_ICON(layer_other_timeloop,"layer_other_timeloop_icon."IMAGE_EXT,_("Time Loop Layer"));
- INIT_STOCK_ICON(layer_other_xorpattern,"layer_other_xorpattern_icon."IMAGE_EXT,_("XOR Pattern Layer"));
+ INIT_STOCK_ICON(layer_other_duplicate,"layer_other_duplicate_icon." IMAGE_EXT,_("Duplicate Layer"));
+ INIT_STOCK_ICON(layer_other_importimage,"layer_other_importimage_icon." IMAGE_EXT,_("Import Image Layer"));
+ INIT_STOCK_ICON(layer_other_pastecanvas,"layer_other_group_icon." IMAGE_EXT,_("Group Layer"));
+ INIT_STOCK_ICON(layer_other_plant,"layer_other_plant_icon." IMAGE_EXT,_("Plant Layer"));
+ INIT_STOCK_ICON(layer_other_stroboscope,"layer_other_stroboscope_icon." IMAGE_EXT,_("Stroboscope Layer"));
+ INIT_STOCK_ICON(layer_other_supersample,"layer_other_supersample_icon." IMAGE_EXT,_("Super Sample Layer"));
+ INIT_STOCK_ICON(layer_other_sound,"layer_other_sound_icon." IMAGE_EXT,_("Sound Layer"));
+ INIT_STOCK_ICON(layer_other_switch,"layer_other_switch_icon." IMAGE_EXT,_("Switch Layer"));
+ INIT_STOCK_ICON(layer_other_skeleton,"layer_other_skeleton_icon." IMAGE_EXT,_("Skeleton Layer"));
+ INIT_STOCK_ICON(layer_other_text,"layer_other_text_icon." IMAGE_EXT,_("Text Layer"));
+ INIT_STOCK_ICON(layer_other_timeloop,"layer_other_timeloop_icon." IMAGE_EXT,_("Time Loop Layer"));
+ INIT_STOCK_ICON(layer_other_xorpattern,"layer_other_xorpattern_icon." IMAGE_EXT,_("XOR Pattern Layer"));
// Stylize Layers
- INIT_STOCK_ICON(layer_stylize_bevel,"layer_stylize_bevel_icon."IMAGE_EXT,_("Bevel Layer"));
- INIT_STOCK_ICON(layer_stylize_shade,"layer_stylize_shade_icon."IMAGE_EXT,_("Shade Layer"));
+ INIT_STOCK_ICON(layer_stylize_bevel,"layer_stylize_bevel_icon." IMAGE_EXT,_("Bevel Layer"));
+ INIT_STOCK_ICON(layer_stylize_shade,"layer_stylize_shade_icon." IMAGE_EXT,_("Shade Layer"));
// Transform Layers
- INIT_STOCK_ICON(layer_transform_rotate,"layer_transform_rotate_icon."IMAGE_EXT,_("Rotate Layer"));
- INIT_STOCK_ICON(layer_transform_translate,"layer_transform_translate_icon."IMAGE_EXT,_("Translate Layer"));
- INIT_STOCK_ICON(layer_transform_scale,"layer_transform_scale_icon."IMAGE_EXT,_("Scale Layer"));
+ INIT_STOCK_ICON(layer_transform_rotate,"layer_transform_rotate_icon." IMAGE_EXT,_("Rotate Layer"));
+ INIT_STOCK_ICON(layer_transform_translate,"layer_transform_translate_icon." IMAGE_EXT,_("Translate Layer"));
+ INIT_STOCK_ICON(layer_transform_scale,"layer_transform_scale_icon." IMAGE_EXT,_("Scale Layer"));
- INIT_STOCK_ICON(info,"info_icon."IMAGE_EXT,_("Info Tool"));
- INIT_STOCK_ICON(group,"set_icon."IMAGE_EXT,_("Set"));
+ INIT_STOCK_ICON(info,"info_icon." IMAGE_EXT,_("Info Tool"));
+ INIT_STOCK_ICON(group,"set_icon." IMAGE_EXT,_("Set"));
- INIT_STOCK_ICON(grid_enable,"grid_enable_icon."IMAGE_EXT,_("Show Grid"));
- INIT_STOCK_ICON(grid_disable,"grid_disable_icon."IMAGE_EXT,_("Hide Grid"));
- INIT_STOCK_ICON(grid_snap_enable,"grid_snap_enable_icon."IMAGE_EXT,_("Enable Grid Snap"));
- INIT_STOCK_ICON(grid_snap_disable,"grid_snap_disable_icon."IMAGE_EXT,_("Disable Grid Snap"));
- INIT_STOCK_ICON(duplicate,"duplicate_icon."IMAGE_EXT,_("Duplicate"));
- INIT_STOCK_ICON(encapsulate,"group_icon."IMAGE_EXT,_("Group"));
- INIT_STOCK_ICON(select_all_child_layers,"select_all_child_layers_icon."IMAGE_EXT,_("Select All Child Layers"));
+ INIT_STOCK_ICON(grid_enable,"grid_enable_icon." IMAGE_EXT,_("Show Grid"));
+ INIT_STOCK_ICON(grid_disable,"grid_disable_icon." IMAGE_EXT,_("Hide Grid"));
+ INIT_STOCK_ICON(grid_snap_enable,"grid_snap_enable_icon." IMAGE_EXT,_("Enable Grid Snap"));
+ INIT_STOCK_ICON(grid_snap_disable,"grid_snap_disable_icon." IMAGE_EXT,_("Disable Grid Snap"));
+ INIT_STOCK_ICON(duplicate,"duplicate_icon." IMAGE_EXT,_("Duplicate"));
+ INIT_STOCK_ICON(encapsulate,"group_icon." IMAGE_EXT,_("Group"));
+ INIT_STOCK_ICON(select_all_child_layers,"select_all_child_layers_icon." IMAGE_EXT,_("Select All Child Layers"));
- INIT_STOCK_ICON(clear_undo,"clear_undo_icon."IMAGE_EXT,_("Clear Undo Stack"));
- INIT_STOCK_ICON(clear_redo,"clear_redo_icon."IMAGE_EXT,_("Clear Redo Stack"));
+ INIT_STOCK_ICON(clear_undo,"clear_undo_icon." IMAGE_EXT,_("Clear Undo Stack"));
+ INIT_STOCK_ICON(clear_redo,"clear_redo_icon." IMAGE_EXT,_("Clear Redo Stack"));
- INIT_STOCK_ICON(children,"library_icon."IMAGE_EXT,_("Library"));
- INIT_STOCK_ICON(curves,"graphs_icon."IMAGE_EXT,_("Graphs"));
- INIT_STOCK_ICON(keyframes,"keyframe_icon."IMAGE_EXT,_("Keyframes"));
- INIT_STOCK_ICON(meta_data,"meta_data_icon."IMAGE_EXT,_("MetaData"));
- INIT_STOCK_ICON(navigator,"navigator_icon."IMAGE_EXT,_("Navigator"));
- INIT_STOCK_ICON(timetrack,"time_track_icon."IMAGE_EXT,_("Time Track"));
- INIT_STOCK_ICON(history,"history_icon."IMAGE_EXT,_("History"));
- INIT_STOCK_ICON(palette,"palette_icon."IMAGE_EXT,_("Palette"));
- INIT_STOCK_ICON(params,"parameters_icon."IMAGE_EXT,_("Parameters"));
+ INIT_STOCK_ICON(children,"library_icon." IMAGE_EXT,_("Library"));
+ INIT_STOCK_ICON(curves,"graphs_icon." IMAGE_EXT,_("Graphs"));
+ INIT_STOCK_ICON(keyframes,"keyframe_icon." IMAGE_EXT,_("Keyframes"));
+ INIT_STOCK_ICON(meta_data,"meta_data_icon." IMAGE_EXT,_("MetaData"));
+ INIT_STOCK_ICON(navigator,"navigator_icon." IMAGE_EXT,_("Navigator"));
+ INIT_STOCK_ICON(timetrack,"time_track_icon." IMAGE_EXT,_("Time Track"));
+ INIT_STOCK_ICON(history,"history_icon." IMAGE_EXT,_("History"));
+ INIT_STOCK_ICON(palette,"palette_icon." IMAGE_EXT,_("Palette"));
+ INIT_STOCK_ICON(params,"parameters_icon." IMAGE_EXT,_("Parameters"));
- INIT_STOCK_ICON(keyframe_lock_past_off,"keyframe_lock_past_off_icon."IMAGE_EXT,_("Past keyframes unlocked"));
- INIT_STOCK_ICON(keyframe_lock_past_on,"keyframe_lock_past_on_icon."IMAGE_EXT,_("Past keyframes locked"));
- INIT_STOCK_ICON(keyframe_lock_future_off,"keyframe_lock_future_off_icon."IMAGE_EXT,_("Future keyframes unlocked"));
- INIT_STOCK_ICON(keyframe_lock_future_on,"keyframe_lock_future_on_icon."IMAGE_EXT,_("Future keyframes locked"));
+ INIT_STOCK_ICON(keyframe_lock_past_off,"keyframe_lock_past_off_icon." IMAGE_EXT,_("Past keyframes unlocked"));
+ INIT_STOCK_ICON(keyframe_lock_past_on,"keyframe_lock_past_on_icon." IMAGE_EXT,_("Past keyframes locked"));
+ INIT_STOCK_ICON(keyframe_lock_future_off,"keyframe_lock_future_off_icon." IMAGE_EXT,_("Future keyframes unlocked"));
+ INIT_STOCK_ICON(keyframe_lock_future_on,"keyframe_lock_future_on_icon." IMAGE_EXT,_("Future keyframes locked"));
- INIT_STOCK_ICON(animate_mode_off,"animate_mode_off_icon."IMAGE_EXT,_("Animate Mode Off"));
- INIT_STOCK_ICON(animate_mode_on,"animate_mode_on_icon."IMAGE_EXT,_("Animate Mode On"));
+ INIT_STOCK_ICON(animate_mode_off,"animate_mode_off_icon." IMAGE_EXT,_("Animate Mode Off"));
+ INIT_STOCK_ICON(animate_mode_on,"animate_mode_on_icon." IMAGE_EXT,_("Animate Mode On"));
- INIT_STOCK_ICON(jack, "jack_icon."IMAGE_EXT, _("JACK"));
+ INIT_STOCK_ICON(jack, "jack_icon." IMAGE_EXT, _("JACK"));
- INIT_STOCK_ICON(set_outline_color,"set_outline_color."IMAGE_EXT,_("Set as Outline"));
- INIT_STOCK_ICON(set_fill_color,"set_fill_color."IMAGE_EXT,_("Set as Fill"));
+ INIT_STOCK_ICON(set_outline_color,"set_outline_color." IMAGE_EXT,_("Set as Outline"));
+ INIT_STOCK_ICON(set_fill_color,"set_fill_color." IMAGE_EXT,_("Set as Fill"));
- INIT_STOCK_ICON(animate_seek_begin,"animate_seek_begin_icon."IMAGE_EXT,_("Seek to Begin"));
- INIT_STOCK_ICON(animate_seek_prev_keyframe,"animate_seek_prev_keyframe_icon."IMAGE_EXT,_("Seek to Previous Keyframe"));
- INIT_STOCK_ICON(animate_seek_prev_frame,"animate_seek_prev_frame_icon."IMAGE_EXT,_("Seek to Previous Frame"));
- INIT_STOCK_ICON(animate_play,"animate_play_icon."IMAGE_EXT,_("Play"));
- INIT_STOCK_ICON(animate_stop,"animate_stop_icon."IMAGE_EXT,_("Stop"));
- INIT_STOCK_ICON(animate_pause,"animate_pause_icon."IMAGE_EXT,_("Pause"));
- INIT_STOCK_ICON(animate_seek_next_frame,"animate_seek_next_frame_icon."IMAGE_EXT,_("Seek to Next frame"));
- INIT_STOCK_ICON(animate_seek_next_keyframe,"animate_seek_next_keyframe_icon."IMAGE_EXT,_("Seek to Next Keyframe"));
- INIT_STOCK_ICON(animate_seek_end,"animate_seek_end_icon."IMAGE_EXT,_("Seek to End"));
- INIT_STOCK_ICON(animate_loop,"animate_loop_icon."IMAGE_EXT,_("Animate Loop"));
+ INIT_STOCK_ICON(animate_seek_begin,"animate_seek_begin_icon." IMAGE_EXT,_("Seek to Begin"));
+ INIT_STOCK_ICON(animate_seek_prev_keyframe,"animate_seek_prev_keyframe_icon." IMAGE_EXT,_("Seek to Previous Keyframe"));
+ INIT_STOCK_ICON(animate_seek_prev_frame,"animate_seek_prev_frame_icon." IMAGE_EXT,_("Seek to Previous Frame"));
+ INIT_STOCK_ICON(animate_play,"animate_play_icon." IMAGE_EXT,_("Play"));
+ INIT_STOCK_ICON(animate_stop,"animate_stop_icon." IMAGE_EXT,_("Stop"));
+ INIT_STOCK_ICON(animate_pause,"animate_pause_icon." IMAGE_EXT,_("Pause"));
+ INIT_STOCK_ICON(animate_seek_next_frame,"animate_seek_next_frame_icon." IMAGE_EXT,_("Seek to Next frame"));
+ INIT_STOCK_ICON(animate_seek_next_keyframe,"animate_seek_next_keyframe_icon." IMAGE_EXT,_("Seek to Next Keyframe"));
+ INIT_STOCK_ICON(animate_seek_end,"animate_seek_end_icon." IMAGE_EXT,_("Seek to End"));
+ INIT_STOCK_ICON(animate_loop,"animate_loop_icon." IMAGE_EXT,_("Animate Loop"));
- INIT_STOCK_ICON(add_to_group,"action_add_to_set_icon."IMAGE_EXT,_("Add Layer to Set"));
- INIT_STOCK_ICON(remove_from_group,"action_remove_from_set_icon."IMAGE_EXT,_("Remove Layer from Set"));
- INIT_STOCK_ICON(set_desc,"action_set_layer_description_icon."IMAGE_EXT,_("Set Layer Description"));
- INIT_STOCK_ICON(export,"action_export_icon."IMAGE_EXT,_("Export Value Node"));
- INIT_STOCK_ICON(unexport,"action_unexport_icon."IMAGE_EXT,_("Unexport Value Node"));
- INIT_STOCK_ICON(flat_interpolation,"action_flat_interpolation_icon."IMAGE_EXT,_("Set Interpolation to Flat"));
- INIT_STOCK_ICON(interpolate_interpolation,"action_interpolate_interpolation_icon."IMAGE_EXT,_("Set Interpolation to Interpolate"));
- INIT_STOCK_ICON(peak_interpolation,"action_peak_interpolation_icon."IMAGE_EXT,_("Set Interpolation to Peak"));
- INIT_STOCK_ICON(rounded_interpolation,"action_rounded_interpolation_icon."IMAGE_EXT,_("Set Interpolation to Rounded"));
- INIT_STOCK_ICON(squared_interpolation,"action_squared_interpolation_icon."IMAGE_EXT,_("Set Interpolation to Squared"));
+ INIT_STOCK_ICON(add_to_group,"action_add_to_set_icon." IMAGE_EXT,_("Add Layer to Set"));
+ INIT_STOCK_ICON(remove_from_group,"action_remove_from_set_icon." IMAGE_EXT,_("Remove Layer from Set"));
+ INIT_STOCK_ICON(set_desc,"action_set_layer_description_icon." IMAGE_EXT,_("Set Layer Description"));
+ INIT_STOCK_ICON(export,"action_export_icon." IMAGE_EXT,_("Export Value Node"));
+ INIT_STOCK_ICON(unexport,"action_unexport_icon." IMAGE_EXT,_("Unexport Value Node"));
+ INIT_STOCK_ICON(flat_interpolation,"action_flat_interpolation_icon." IMAGE_EXT,_("Set Interpolation to Flat"));
+ INIT_STOCK_ICON(interpolate_interpolation,"action_interpolate_interpolation_icon." IMAGE_EXT,_("Set Interpolation to Interpolate"));
+ INIT_STOCK_ICON(peak_interpolation,"action_peak_interpolation_icon." IMAGE_EXT,_("Set Interpolation to Peak"));
+ INIT_STOCK_ICON(rounded_interpolation,"action_rounded_interpolation_icon." IMAGE_EXT,_("Set Interpolation to Rounded"));
+ INIT_STOCK_ICON(squared_interpolation,"action_squared_interpolation_icon." IMAGE_EXT,_("Set Interpolation to Squared"));
- INIT_STOCK_ICON(toggle_duck_position,"duck_position_icon."IMAGE_EXT,_("Toggle position handles"));
- INIT_STOCK_ICON(toggle_duck_vertex,"duck_vertex_icon."IMAGE_EXT,_("Toggle vertex handles"));
- INIT_STOCK_ICON(toggle_duck_tangent,"duck_tangent_icon."IMAGE_EXT,_("Toggle tangent handles"));
- INIT_STOCK_ICON(toggle_duck_radius,"duck_radius_icon."IMAGE_EXT,_("Toggle radius handles"));
- INIT_STOCK_ICON(toggle_duck_width,"duck_width_icon."IMAGE_EXT,_("Toggle width handles"));
- INIT_STOCK_ICON(toggle_duck_angle,"duck_angle_icon."IMAGE_EXT,_("Toggle angle handles"));
+ INIT_STOCK_ICON(toggle_duck_position,"duck_position_icon." IMAGE_EXT,_("Toggle position handles"));
+ INIT_STOCK_ICON(toggle_duck_vertex,"duck_vertex_icon." IMAGE_EXT,_("Toggle vertex handles"));
+ INIT_STOCK_ICON(toggle_duck_tangent,"duck_tangent_icon." IMAGE_EXT,_("Toggle tangent handles"));
+ INIT_STOCK_ICON(toggle_duck_radius,"duck_radius_icon." IMAGE_EXT,_("Toggle radius handles"));
+ INIT_STOCK_ICON(toggle_duck_width,"duck_width_icon." IMAGE_EXT,_("Toggle width handles"));
+ INIT_STOCK_ICON(toggle_duck_angle,"duck_angle_icon." IMAGE_EXT,_("Toggle angle handles"));
- INIT_STOCK_ICON(toggle_show_grid,"show_grid_icon."IMAGE_EXT,_("Toggle show grid"));
- INIT_STOCK_ICON(toggle_snap_grid,"snap_grid_icon."IMAGE_EXT,_("Toggle snap grid"));
- INIT_STOCK_ICON(toggle_show_guide,"show_guide_icon."IMAGE_EXT,_("Toggle show guide"));
- INIT_STOCK_ICON(toggle_snap_guide,"snap_guide_icon."IMAGE_EXT,_("Toggle snap guide"));
+ INIT_STOCK_ICON(toggle_show_grid,"show_grid_icon." IMAGE_EXT,_("Toggle show grid"));
+ INIT_STOCK_ICON(toggle_snap_grid,"snap_grid_icon." IMAGE_EXT,_("Toggle snap grid"));
+ INIT_STOCK_ICON(toggle_show_guide,"show_guide_icon." IMAGE_EXT,_("Toggle show guide"));
+ INIT_STOCK_ICON(toggle_snap_guide,"snap_guide_icon." IMAGE_EXT,_("Toggle snap guide"));
- INIT_STOCK_ICON(toggle_onion_skin,"onion_skin_icon."IMAGE_EXT,_("Toggle onion skin"));
+ INIT_STOCK_ICON(toggle_onion_skin,"onion_skin_icon." IMAGE_EXT,_("Toggle onion skin"));
- INIT_STOCK_ICON(increase_resolution,"incr_resolution_icon."IMAGE_EXT,_("Increase resolution"));
- INIT_STOCK_ICON(decrease_resolution,"decr_resolution_icon."IMAGE_EXT,_("Decrease resolution"));
+ INIT_STOCK_ICON(increase_resolution,"incr_resolution_icon." IMAGE_EXT,_("Increase resolution"));
+ INIT_STOCK_ICON(decrease_resolution,"decr_resolution_icon." IMAGE_EXT,_("Decrease resolution"));
- INIT_STOCK_ICON(preview_options,"preview_options_icon."IMAGE_EXT,_("Preview Options Dialog"));
- INIT_STOCK_ICON(render_options,"render_options_icon."IMAGE_EXT,_("Render Options Dialog"));
+ INIT_STOCK_ICON(preview_options,"preview_options_icon." IMAGE_EXT,_("Preview Options Dialog"));
+ INIT_STOCK_ICON(render_options,"render_options_icon." IMAGE_EXT,_("Render Options Dialog"));
- INIT_STOCK_ICON(interpolation_type_tcb,"interpolation_type_tcb_icon."IMAGE_EXT,_("TCB interpolation"));
- INIT_STOCK_ICON(interpolation_type_ease,"interpolation_type_ease_icon."IMAGE_EXT,_("Ease In/Out interpolation"));
- INIT_STOCK_ICON(interpolation_type_const,"interpolation_type_const_icon."IMAGE_EXT,_("Const interpolation"));
- INIT_STOCK_ICON(interpolation_type_linear,"interpolation_type_linear_icon."IMAGE_EXT,_("Linear interpolation"));
- INIT_STOCK_ICON(interpolation_type_clamped,"interpolation_type_clamped_icon."IMAGE_EXT,_("Clamped interpolation"));
+ INIT_STOCK_ICON(interpolation_type_tcb,"interpolation_type_tcb_icon." IMAGE_EXT,_("TCB interpolation"));
+ INIT_STOCK_ICON(interpolation_type_ease,"interpolation_type_ease_icon." IMAGE_EXT,_("Ease In/Out interpolation"));
+ INIT_STOCK_ICON(interpolation_type_const,"interpolation_type_const_icon." IMAGE_EXT,_("Const interpolation"));
+ INIT_STOCK_ICON(interpolation_type_linear,"interpolation_type_linear_icon." IMAGE_EXT,_("Linear interpolation"));
+ INIT_STOCK_ICON(interpolation_type_clamped,"interpolation_type_clamped_icon." IMAGE_EXT,_("Clamped interpolation"));
- INIT_STOCK_ICON(utils_chain_link_on,"utils_chain_link_on_icon."IMAGE_EXT,_("Linked"));
- INIT_STOCK_ICON(utils_chain_link_off,"utils_chain_link_off_icon."IMAGE_EXT,_("Unlinked"));
- INIT_STOCK_ICON(utils_timetrack_align,"utils_timetrack_align_icon."IMAGE_EXT,"Utils Timetrack align");
+ INIT_STOCK_ICON(utils_chain_link_on,"utils_chain_link_on_icon." IMAGE_EXT,_("Linked"));
+ INIT_STOCK_ICON(utils_chain_link_off,"utils_chain_link_off_icon." IMAGE_EXT,_("Unlinked"));
+ INIT_STOCK_ICON(utils_timetrack_align,"utils_timetrack_align_icon." IMAGE_EXT,"Utils Timetrack align");
INIT_STOCK_ICON_CLONE(cvs_add,"gtk-add",_("CVS Add"));
INIT_STOCK_ICON_CLONE(cvs_update,"gtk-open",_("CVS Update"));

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_instance_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/instance.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/instance.cpp Thu Sep 24 11:08:06 2015
@@ -54,7 +54,6 @@
#include "autorecover.h"
#include <sigc++/retype_return.h>
-#include <sigc++/retype.h>
//#include <sigc++/hide.h>
#include <synfig/valuenodes/valuenode_composite.h>
#include <synfig/valuenodes/valuenode_duplicate.h>

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_instance_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/instance.h.orig Thu Jul 9 09:33:04 2015
+++ src/gui/instance.h Thu Sep 24 11:06:18 2015
@@ -33,7 +33,6 @@
#include <gtkmm/treeview.h>
#include <gtkmm/treestore.h>
#include <synfigapp/instance.h>
-#include <sigc++/object.h>
#include <synfigapp/value_desc.h>
#include "trees/historytreestore.h"
#include <synfig/canvas.h>

View File

@ -1,23 +0,0 @@
$OpenBSD: patch-src_gui_splash_cpp,v 1.1 2017/05/24 23:59:42 espie Exp $
Index: src/gui/splash.cpp
--- src/gui/splash.cpp.orig
+++ src/gui/splash.cpp
@@ -187,7 +187,7 @@ Splash::Splash():
//synfig::info("%s", strprintf("%d",number).c_str());
splash_image->set(imagepath+"splash_screen"+strprintf("%d",number)+"."IMAGE_EXT);
*/
- splash_image->set(imagepath+"splash_screen."IMAGE_EXT);
+ splash_image->set(imagepath+"splash_screen." IMAGE_EXT);
splash_image->set_alignment(0.5,0.5);
splash_image->set_padding(0,0);
@@ -220,7 +220,7 @@ Splash::Splash():
frame->add(*fixed);
// Set up the parameters for this pop-up window
- set_title("Synfig Studio "VERSION);
+ set_title("Synfig Studio " VERSION);
set_modal(false);
property_window_position().set_value(Gtk::WIN_POS_CENTER);
set_resizable(false);

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_states_state_stroke_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/states/state_stroke.h.orig Thu Jul 9 09:33:04 2015
+++ src/gui/states/state_stroke.h Thu Sep 24 11:06:18 2015
@@ -29,7 +29,6 @@
#include "canvasview.h"
#include "workarea.h"
-#include <sigc++/object.h>
#include "duckmatic.h"
#include <synfig/blinepoint.h>
#include <list>

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_states_state_zoom_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/states/state_zoom.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/states/state_zoom.cpp Thu Sep 24 11:08:06 2015
@@ -31,7 +31,6 @@
#endif
#include <sigc++/signal.h>
-#include <sigc++/object.h>
#include <ETL/handle>
#include <synfig/vector.h>

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_widgets_widget_curves_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/widgets/widget_curves.cpp.orig Thu Jul 9 09:33:04 2015
+++ src/gui/widgets/widget_curves.cpp Thu Sep 24 11:08:06 2015
@@ -38,7 +38,6 @@
#include <map>
#include <vector>
#include <ETL/misc>
-#include <sigc++/object.h>
#include "general.h"

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-src_gui_workarea_cpp,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/workarea.cpp.orig Sat Jul 18 07:34:53 2015
+++ src/gui/workarea.cpp Thu Sep 24 11:08:06 2015
@@ -45,8 +45,6 @@
#include <gtkmm/scrollbar.h>
#include <cmath>
#include <sigc++/retype_return.h>
-#include <sigc++/retype.h>
-#include <sigc++/hide.h>
#include <ETL/misc>
#include <synfig/target_scanline.h>

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_gui_workarearenderer_workarearenderer_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/gui/workarearenderer/workarearenderer.h.orig Thu Jul 9 09:33:04 2015
+++ src/gui/workarearenderer/workarearenderer.h Thu Sep 24 11:06:18 2015
@@ -29,7 +29,6 @@
#include <ETL/handle>
#include <sigc++/signal.h>
-#include <sigc++/object.h>
#include <synfig/vector.h>
#include <gdkmm/window.h>
#include <gdkmm/rectangle.h>

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_synfigapp_action_system_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/synfigapp/action_system.h.orig Thu Jul 9 09:33:04 2015
+++ src/synfigapp/action_system.h Thu Sep 24 11:06:18 2015
@@ -29,7 +29,6 @@
#include "action.h"
#include <sigc++/signal.h>
-#include <sigc++/object.h>
#include <ETL/handle>
#include <synfig/canvas.h>
#include "uimanager.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_synfigapp_canvasinterface_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/synfigapp/canvasinterface.h.orig Thu Jul 9 09:33:04 2015
+++ src/synfigapp/canvasinterface.h Thu Sep 24 11:06:18 2015
@@ -31,7 +31,6 @@
//#include <synfig/canvas.h>
#include <synfig/value.h>
#include <sigc++/signal.h>
-#include <sigc++/object.h>
#include <list>
#include "selectionmanager.h"
#include "uimanager.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_synfigapp_instance_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/synfigapp/instance.h.orig Thu Jul 9 09:33:04 2015
+++ src/synfigapp/instance.h Thu Sep 24 11:06:18 2015
@@ -36,7 +36,6 @@
#include <list>
#include <set>
#include <sigc++/signal.h>
-#include <sigc++/object.h>
#include "action_system.h"
#include "selectionmanager.h"
#include "cvs.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_synfigapp_main_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/synfigapp/main.h.orig Thu Jul 9 09:33:04 2015
+++ src/synfigapp/main.h Thu Sep 24 11:06:17 2015
@@ -35,7 +35,6 @@
#include <synfig/real.h>
#include <synfig/waypoint.h>
#include <sigc++/signal.h>
-#include <sigc++/object.h>
#include "inputdevice.h"
#include "settings.h"

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-src_synfigapp_uimanager_h,v 1.1 2015/09/24 10:40:16 ajacoutot Exp $
Fix build with libsigc++ >= 2.6.0.
--- src/synfigapp/uimanager.h.orig Thu Jul 9 09:33:04 2015
+++ src/synfigapp/uimanager.h Thu Sep 24 11:06:18 2015
@@ -30,7 +30,7 @@
#include <ETL/handle>
#include <synfig/general.h>
#include <synfig/string.h>
-#include <sigc++/object.h>
+#include <sigc++/trackable.h>
/* === M A C R O S ========================================================= */

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2015/09/21 16:59:13 jasper Exp $
@comment $OpenBSD: PLIST,v 1.3 2017/12/07 22:44:24 rsadowski Exp $
@bin bin/synfigstudio
include/synfigapp-0.0/
include/synfigapp-0.0/synfigapp/
@ -28,7 +28,6 @@ include/synfigapp-0.0/synfigapp/colorset.h
include/synfigapp-0.0/synfigapp/cvs.h
include/synfigapp-0.0/synfigapp/editmode.h
include/synfigapp-0.0/synfigapp/editmodeset.h
include/synfigapp-0.0/synfigapp/general.h
include/synfigapp-0.0/synfigapp/gradientset.h
include/synfigapp-0.0/synfigapp/groupaddlayers.h
include/synfigapp-0.0/synfigapp/groupremove.h
@ -68,6 +67,7 @@ include/synfigapp-0.0/synfigapp/layerresetpose.h
include/synfigapp-0.0/synfigapp/layersetdesc.h
include/synfigapp-0.0/synfigapp/layersetexcludefromrendering.h
include/synfigapp-0.0/synfigapp/layerzdepthrangeset.h
include/synfigapp-0.0/synfigapp/localization.h
include/synfigapp-0.0/synfigapp/main.h
include/synfigapp-0.0/synfigapp/pluginmanager.h
include/synfigapp-0.0/synfigapp/selectionmanager.h
@ -137,73 +137,49 @@ share/icons/hicolor/48x48/apps/synfig_icon.png
share/icons/hicolor/64x64/apps/synfig_icon.png
share/icons/hicolor/scalable/apps/synfig_icon.svg
share/locale/ar/LC_MESSAGES/synfigstudio.mo
share/locale/bs/
share/locale/bs/LC_MESSAGES/
share/locale/bs/LC_MESSAGES/synfigstudio.mo
share/locale/ca/LC_MESSAGES/synfigstudio.mo
share/locale/ca@valencia/LC_MESSAGES/synfigstudio.mo
share/locale/cs/LC_MESSAGES/synfigstudio.mo
share/locale/cs_CZ/
share/locale/cs_CZ/LC_MESSAGES/
share/locale/cs_CZ/LC_MESSAGES/synfigstudio.mo
share/locale/da/LC_MESSAGES/synfigstudio.mo
share/locale/de/LC_MESSAGES/synfigstudio.mo
share/locale/el_GR/
share/locale/el_GR/LC_MESSAGES/
share/locale/el_GR/LC_MESSAGES/synfigstudio.mo
share/locale/en_CZ/
share/locale/en_CZ/LC_MESSAGES/
share/locale/en_CZ/LC_MESSAGES/synfigstudio.mo
share/locale/en_GB/LC_MESSAGES/synfigstudio.mo
share/locale/es/LC_MESSAGES/synfigstudio.mo
share/locale/es_PY/LC_MESSAGES/synfigstudio.mo
share/locale/eu/LC_MESSAGES/synfigstudio.mo
share/locale/eu_ES/
share/locale/eu_ES/LC_MESSAGES/
share/locale/eu_ES/LC_MESSAGES/synfigstudio.mo
share/locale/fa_IR/LC_MESSAGES/synfigstudio.mo
share/locale/fr/LC_MESSAGES/synfigstudio.mo
share/locale/gl/LC_MESSAGES/synfigstudio.mo
share/locale/he/LC_MESSAGES/synfigstudio.mo
share/locale/hi_IN/LC_MESSAGES/synfigstudio.mo
share/locale/hu/LC_MESSAGES/synfigstudio.mo
share/locale/it/LC_MESSAGES/synfigstudio.mo
share/locale/ja_JP/
share/locale/ja_JP/LC_MESSAGES/
share/locale/ja/LC_MESSAGES/synfigstudio.mo
share/locale/ja_JP/LC_MESSAGES/synfigstudio.mo
share/locale/lt/LC_MESSAGES/synfigstudio.mo
share/locale/lv/LC_MESSAGES/synfigstudio.mo
share/locale/nl/LC_MESSAGES/synfigstudio.mo
share/locale/no_NO/
share/locale/no_NO/LC_MESSAGES/
share/locale/no_NO/LC_MESSAGES/synfigstudio.mo
share/locale/pl_PL/
share/locale/pl_PL/LC_MESSAGES/
share/locale/pl_PL/LC_MESSAGES/synfigstudio.mo
share/locale/pt/LC_MESSAGES/synfigstudio.mo
share/locale/pt_BR/LC_MESSAGES/synfigstudio.mo
share/locale/ro/LC_MESSAGES/synfigstudio.mo
share/locale/ru/LC_MESSAGES/synfigstudio.mo
share/locale/si/
share/locale/si/LC_MESSAGES/
share/locale/si/LC_MESSAGES/synfigstudio.mo
share/locale/sk_SK/
share/locale/sk_SK/LC_MESSAGES/
share/locale/sk/LC_MESSAGES/synfigstudio.mo
share/locale/sk_SK/LC_MESSAGES/synfigstudio.mo
share/locale/sr_RS/
share/locale/sr_RS/LC_MESSAGES/
share/locale/sl/LC_MESSAGES/synfigstudio.mo
share/locale/sr_RS/LC_MESSAGES/synfigstudio.mo
share/locale/sv_SE/
share/locale/sv_SE/LC_MESSAGES/
share/locale/sv_SE/LC_MESSAGES/synfigstudio.mo
share/locale/tr/LC_MESSAGES/synfigstudio.mo
share/locale/ur/
share/locale/ur/LC_MESSAGES/
share/locale/ur/LC_MESSAGES/synfigstudio.mo
share/locale/uz@Latn/
share/locale/uz@Latn/LC_MESSAGES/
share/locale/uz@Latn/LC_MESSAGES/synfigstudio.mo
share/locale/zh-Hant/
share/locale/zh-Hant/LC_MESSAGES/
share/locale/zh-Hant/LC_MESSAGES/synfigstudio.mo
share/locale/zh_CN/LC_MESSAGES/synfigstudio.mo
share/locale/zh_TW.Big5/
share/locale/zh_TW.Big5/LC_MESSAGES/
share/locale/zh_TW.Big5/LC_MESSAGES/synfigstudio.mo
share/locale/zh_TW/LC_MESSAGES/synfigstudio.mo
share/mime-info/