update synfig to 1.2.1

ok landry@
This commit is contained in:
rsadowski 2017-12-07 22:42:50 +00:00
parent c574ebfb01
commit 4edfab415d
6 changed files with 191 additions and 60 deletions

View File

@ -1,38 +1,40 @@
# $OpenBSD: Makefile,v 1.21 2017/12/02 21:39:49 juanfra Exp $
# $OpenBSD: Makefile,v 1.22 2017/12/07 22:42:50 rsadowski Exp $
COMMENT = 2D animation software
REVISION = 9
V= 1.0.1
V= 1.2.1
DISTNAME = synfig-$V
API_V = 1.0
SHARED_LIBS += synfig 1.0 # 0.0
SHARED_LIBS += synfig 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 Xext Xrender
WANTLIB += Xt boost_chrono-mt boost_filesystem boost_program_options-mt
WANTLIB += boost_system bz2 c cairo djvulibre expat ffi fftw3
WANTLIB += fontconfig freetype gio-2.0 giomm-2.4 glib-2.0 glibmm-2.4
WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 harfbuzz iconv intl
WANTLIB += jbig jpeg lcms2 ltdl lzma m mlt mlt++ mng openjp2 pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += sigc-2.0 tiff webp xcb xcb-render xcb-shm
WANTLIB += xml++-2.6 xml2 z boost_system-mt lcms ${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 Xext Xrender Xt boost_chrono-mt boost_filesystem
WANTLIB += boost_program_options-mt boost_system boost_system-mt
WANTLIB += bz2 c cairo djvulibre expat ffi fftw3 fontconfig freetype
WANTLIB += gio-2.0 giomm-2.4 glib-2.0 glibmm-2.4 gmodule-2.0 gobject-2.0
WANTLIB += graphite2 gthread-2.0 harfbuzz iconv intl jasper jbig
WANTLIB += jpeg lcms lcms2 ltdl lzma m mlt mlt++ mng openjp2 pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png png16
WANTLIB += raw_r sigc-2.0 tiff webp xcb xcb-render xcb-shm xml++-2.6
WANTLIB += xml2 z
MASTER_SITES= https://download.tuxfamily.org/synfig/releases/${V}/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synfig/}
# c++11
COMPILER = base-clang ports-gcc
BUILD_DEPENDS = devel/etl>=0.04.19
BUILD_DEPENDS = devel/etl>=1.2.1 \
devel/gettext-tools
LIB_DEPENDS = archivers/xz \
devel/boost \
devel/libtool,-ltdl \
@ -40,11 +42,14 @@ LIB_DEPENDS = archivers/xz \
graphics/ImageMagick \
graphics/libmng \
graphics/openexr \
graphics/libraw \
graphics/jasper \
graphics/png \
multimedia/mlt \
textproc/libxml++
# XXX crash during multimedia/synfigstudio build with default -O2
CXXFLAGS+= -O1 -std=c++11
USE_GMAKE = Yes
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_STYLE = autoconf

View File

@ -1,2 +1,2 @@
SHA256 (synfig-1.0.1.tar.gz) = I4br/fvWj0bCXpARkoy+zlJc5MGaY2fIE0O3X3kXLlA=
SIZE (synfig-1.0.1.tar.gz) = 4570667
SHA256 (synfig-1.2.1.tar.gz) = TYutpOmfBe4WtCVvw/WlUdAKdFNHlEg3u9b6FYtX5Fc=
SIZE (synfig-1.2.1.tar.gz) = 4913740

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-configure_ac,v 1.1 2017/07/24 17:11:22 sthen Exp $
$OpenBSD: patch-configure_ac,v 1.2 2017/12/07 22:42:50 rsadowski Exp $
Don't override CXXFLAGS optimisation levels.
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -46,7 +46,6 @@ AC_C_BIGENDIAN
@@ -47,7 +47,6 @@ AC_C_BIGENDIAN
# -- A R G U M E N T S ----------------------------------------

View File

@ -1,33 +0,0 @@
$OpenBSD: patch-src_synfig_main_cpp,v 1.3 2017/05/24 21:27:45 espie Exp $
Index: src/synfig/main.cpp
--- src/synfig/main.cpp.orig
+++ src/synfig/main.cpp
@@ -289,14 +289,14 @@ synfig::Main::Main(const synfig::String& basepath,Prog
locations.push_back(getenv("SYNFIG_MODULE_LIST"));
else
{
- locations.push_back("./"MODULE_LIST_FILENAME);
+ locations.push_back("./" MODULE_LIST_FILENAME);
if(getenv("HOME"))
locations.push_back(strprintf("%s/.local/share/synfig/%s", getenv("HOME"), MODULE_LIST_FILENAME));
#ifdef SYSCONFDIR
- locations.push_back(SYSCONFDIR"/"MODULE_LIST_FILENAME);
+ locations.push_back(SYSCONFDIR "/" MODULE_LIST_FILENAME);
#endif
locations.push_back(prefix+ETL_DIRECTORY_SEPARATOR+"etc"+ETL_DIRECTORY_SEPARATOR+MODULE_LIST_FILENAME);
- locations.push_back("/usr/local/etc/"MODULE_LIST_FILENAME);
+ locations.push_back("/usr/local/etc/" MODULE_LIST_FILENAME);
#ifdef __APPLE__
locations.push_back("/Library/Frameworks/synfig.framework/Resources/"MODULE_LIST_FILENAME);
locations.push_back("/Library/Synfig/"MODULE_LIST_FILENAME);
@@ -458,6 +458,10 @@ synfig::get_binary_path(const String &fallback_path)
result = String(path);
free(path);
+
+#elif defined(__OpenBSD__)
+
+ result = String("${PREFIX}/bin/synfig");
#elif defined(__APPLE__)

View File

@ -0,0 +1,41 @@
$OpenBSD: patch-src_synfig_zstreambuf_cpp,v 1.1 2017/12/07 22:42:50 rsadowski Exp $
Base zlib don't provide z_const.
Index: src/synfig/zstreambuf.cpp
--- src/synfig/zstreambuf.cpp.orig
+++ src/synfig/zstreambuf.cpp
@@ -74,7 +74,7 @@ bool zstreambuf::pack(std::vector<char> &dest, const v
)) return false;
stream.avail_in = size;
- stream.next_in = (z_const Bytef*)src;
+ stream.next_in = ( Bytef*)src;
bool result = true;
do
{
@@ -104,7 +104,7 @@ size_t zstreambuf::pack(void *dest, size_t dest_size,
)) return 0;
stream.avail_in = src_size;
- stream.next_in = (z_const Bytef*)src;
+ stream.next_in = ( Bytef*)src;
stream.avail_out = dest_size;
stream.next_out = (Bytef*)dest;
size_t size = 0;
@@ -120,7 +120,7 @@ bool zstreambuf::unpack(std::vector<char> &dest, const
if (Z_OK != inflateInit2(&stream, option_window_bits )) return false;
stream.avail_in = size;
- stream.next_in = (z_const Bytef*)src;
+ stream.next_in = ( Bytef*)src;
bool result = true;
do
{
@@ -144,7 +144,7 @@ size_t zstreambuf::unpack(void *dest, size_t dest_size
if (Z_OK != inflateInit2(&stream, option_window_bits )) return 0;
stream.avail_in = src_size;
- stream.next_in = (z_const Bytef*)src;
+ stream.next_in = ( Bytef*)src;
stream.avail_out = dest_size;
stream.next_out = (Bytef*)dest;
size_t size = 0;

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2015/09/21 16:58:37 jasper Exp $
@comment $OpenBSD: PLIST,v 1.4 2017/12/07 22:42:50 rsadowski Exp $
@bin bin/synfig
bin/synfig-config
include/synfig-${API_V}/
@ -16,6 +16,7 @@ include/synfig-${API_V}/synfig/cairoimporter.h
include/synfig-${API_V}/synfig/cairolistimporter.h
include/synfig-${API_V}/synfig/canvas.h
include/synfig-${API_V}/synfig/canvasbase.h
include/synfig-${API_V}/synfig/canvasfilenaming.h
include/synfig-${API_V}/synfig/color/
include/synfig-${API_V}/synfig/color.h
include/synfig-${API_V}/synfig/color/cairocolor.h
@ -23,20 +24,26 @@ include/synfig-${API_V}/synfig/color/cairocoloraccumulator.h
include/synfig-${API_V}/synfig/color/color.h
include/synfig-${API_V}/synfig/color/color.hpp
include/synfig-${API_V}/synfig/color/coloraccumulator.h
include/synfig-${API_V}/synfig/color/colormatrix.h
include/synfig-${API_V}/synfig/color/common.h
include/synfig-${API_V}/synfig/color/pixelformat.h
include/synfig-${API_V}/synfig/complex.h
include/synfig-${API_V}/synfig/context.h
include/synfig-${API_V}/synfig/curve_helper.h
include/synfig-${API_V}/synfig/curveset.h
include/synfig-${API_V}/synfig/dashitem.h
include/synfig-${API_V}/synfig/debug/
include/synfig-${API_V}/synfig/debug/debugsurface.h
include/synfig-${API_V}/synfig/debug/log.h
include/synfig-${API_V}/synfig/debug/measure.h
include/synfig-${API_V}/synfig/distance.h
include/synfig-${API_V}/synfig/exception.h
include/synfig-${API_V}/synfig/filecontainer.h
include/synfig-${API_V}/synfig/filecontainertemporary.h
include/synfig-${API_V}/synfig/filecontainerzip.h
include/synfig-${API_V}/synfig/filesystem.h
include/synfig-${API_V}/synfig/filesystemgroup.h
include/synfig-${API_V}/synfig/filesystemnative.h
include/synfig-${API_V}/synfig/filesystemtemporary.h
include/synfig-${API_V}/synfig/gamma.h
include/synfig-${API_V}/synfig/general.h
include/synfig-${API_V}/synfig/gradient.h
@ -49,13 +56,16 @@ include/synfig-${API_V}/synfig/layer.h
include/synfig-${API_V}/synfig/layers/
include/synfig-${API_V}/synfig/layers/layer_bitmap.h
include/synfig-${API_V}/synfig/layers/layer_composite.h
include/synfig-${API_V}/synfig/layers/layer_composite_fork.h
include/synfig-${API_V}/synfig/layers/layer_duplicate.h
include/synfig-${API_V}/synfig/layers/layer_group.h
include/synfig-${API_V}/synfig/layers/layer_invisible.h
include/synfig-${API_V}/synfig/layers/layer_meshtransform.h
include/synfig-${API_V}/synfig/layers/layer_mime.h
include/synfig-${API_V}/synfig/layers/layer_motionblur.h
include/synfig-${API_V}/synfig/layers/layer_pastecanvas.h
include/synfig-${API_V}/synfig/layers/layer_polygon.h
include/synfig-${API_V}/synfig/layers/layer_rendering_task.h
include/synfig-${API_V}/synfig/layers/layer_shape.h
include/synfig-${API_V}/synfig/layers/layer_skeleton.h
include/synfig-${API_V}/synfig/layers/layer_skeletondeformation.h
@ -64,6 +74,7 @@ include/synfig-${API_V}/synfig/layers/layer_sound.h
include/synfig-${API_V}/synfig/layers/layer_switch.h
include/synfig-${API_V}/synfig/listimporter.h
include/synfig-${API_V}/synfig/loadcanvas.h
include/synfig-${API_V}/synfig/localization.h
include/synfig-${API_V}/synfig/main.h
include/synfig-${API_V}/synfig/matrix.h
include/synfig-${API_V}/synfig/mesh.h
@ -75,6 +86,7 @@ include/synfig-${API_V}/synfig/palette.h
include/synfig-${API_V}/synfig/paramdesc.h
include/synfig-${API_V}/synfig/polygon.h
include/synfig-${API_V}/synfig/polynomial_root.h
include/synfig-${API_V}/synfig/progresscallback.h
include/synfig-${API_V}/synfig/protocol.h
include/synfig-${API_V}/synfig/quick_rng.h
include/synfig-${API_V}/synfig/real.h
@ -82,8 +94,96 @@ include/synfig-${API_V}/synfig/rect.h
include/synfig-${API_V}/synfig/releases.h
include/synfig-${API_V}/synfig/renddesc.h
include/synfig-${API_V}/synfig/render.h
include/synfig-${API_V}/synfig/renderer.h
include/synfig-${API_V}/synfig/renderersoftware.h
include/synfig-${API_V}/synfig/rendering/
include/synfig-${API_V}/synfig/rendering/common/
include/synfig-${API_V}/synfig/rendering/common/optimizer/
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizerblendassociative.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizerblendblend.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizerblendcomposite.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizerblendseparate.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizerblendsplit.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizerblendzero.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizercalcbounds.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizerlinear.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizerlist.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizerpixelprocessorsplit.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizersplit.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizersurface.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizersurfaceconvert.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizersurfacecreate.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizersurfacedestroy.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizersurfaceresample.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizertransformation.h
include/synfig-${API_V}/synfig/rendering/common/optimizer/optimizertransformationaffine.h
include/synfig-${API_V}/synfig/rendering/common/surfacememoryreadwrapper.h
include/synfig-${API_V}/synfig/rendering/common/task/
include/synfig-${API_V}/synfig/rendering/common/task/taskblend.h
include/synfig-${API_V}/synfig/rendering/common/task/taskblur.h
include/synfig-${API_V}/synfig/rendering/common/task/taskcallback.h
include/synfig-${API_V}/synfig/rendering/common/task/taskcomposite.h
include/synfig-${API_V}/synfig/rendering/common/task/taskcontour.h
include/synfig-${API_V}/synfig/rendering/common/task/tasklayer.h
include/synfig-${API_V}/synfig/rendering/common/task/tasklist.h
include/synfig-${API_V}/synfig/rendering/common/task/taskmesh.h
include/synfig-${API_V}/synfig/rendering/common/task/taskpixelcolormatrix.h
include/synfig-${API_V}/synfig/rendering/common/task/taskpixelgamma.h
include/synfig-${API_V}/synfig/rendering/common/task/taskpixelprocessor.h
include/synfig-${API_V}/synfig/rendering/common/task/tasksolid.h
include/synfig-${API_V}/synfig/rendering/common/task/tasksplittable.h
include/synfig-${API_V}/synfig/rendering/common/task/tasksurface.h
include/synfig-${API_V}/synfig/rendering/common/task/tasksurfaceconvert.h
include/synfig-${API_V}/synfig/rendering/common/task/tasksurfacecreate.h
include/synfig-${API_V}/synfig/rendering/common/task/tasksurfacedestroy.h
include/synfig-${API_V}/synfig/rendering/common/task/tasksurfaceempty.h
include/synfig-${API_V}/synfig/rendering/common/task/tasksurfaceresample.h
include/synfig-${API_V}/synfig/rendering/common/task/tasktransformableaffine.h
include/synfig-${API_V}/synfig/rendering/common/task/tasktransformation.h
include/synfig-${API_V}/synfig/rendering/common/task/tasktransformationpass.h
include/synfig-${API_V}/synfig/rendering/optimizer.h
include/synfig-${API_V}/synfig/rendering/primitive/
include/synfig-${API_V}/synfig/rendering/primitive/affinetransformation.h
include/synfig-${API_V}/synfig/rendering/primitive/blur.h
include/synfig-${API_V}/synfig/rendering/primitive/contour.h
include/synfig-${API_V}/synfig/rendering/primitive/mesh.h
include/synfig-${API_V}/synfig/rendering/primitive/polyspan.h
include/synfig-${API_V}/synfig/rendering/primitive/transformation.h
include/synfig-${API_V}/synfig/rendering/renderer.h
include/synfig-${API_V}/synfig/rendering/renderqueue.h
include/synfig-${API_V}/synfig/rendering/resource.h
include/synfig-${API_V}/synfig/rendering/software/
include/synfig-${API_V}/synfig/rendering/software/function/
include/synfig-${API_V}/synfig/rendering/software/function/array.h
include/synfig-${API_V}/synfig/rendering/software/function/blur.h
include/synfig-${API_V}/synfig/rendering/software/function/blurtemplates.h
include/synfig-${API_V}/synfig/rendering/software/function/contour.h
include/synfig-${API_V}/synfig/rendering/software/function/fft.h
include/synfig-${API_V}/synfig/rendering/software/function/packedsurface.h
include/synfig-${API_V}/synfig/rendering/software/optimizer/
include/synfig-${API_V}/synfig/rendering/software/optimizer/optimizerblendsw.h
include/synfig-${API_V}/synfig/rendering/software/optimizer/optimizerblursw.h
include/synfig-${API_V}/synfig/rendering/software/optimizer/optimizercontoursw.h
include/synfig-${API_V}/synfig/rendering/software/optimizer/optimizerlayersw.h
include/synfig-${API_V}/synfig/rendering/software/optimizer/optimizermeshsw.h
include/synfig-${API_V}/synfig/rendering/software/optimizer/optimizerpixelcolormatrixsw.h
include/synfig-${API_V}/synfig/rendering/software/optimizer/optimizerpixelgammasw.h
include/synfig-${API_V}/synfig/rendering/software/optimizer/optimizersurfaceresamplesw.h
include/synfig-${API_V}/synfig/rendering/software/renderersafe.h
include/synfig-${API_V}/synfig/rendering/software/renderersw.h
include/synfig-${API_V}/synfig/rendering/software/surfacesw.h
include/synfig-${API_V}/synfig/rendering/software/surfaceswpacked.h
include/synfig-${API_V}/synfig/rendering/software/task/
include/synfig-${API_V}/synfig/rendering/software/task/taskblendsw.h
include/synfig-${API_V}/synfig/rendering/software/task/taskblursw.h
include/synfig-${API_V}/synfig/rendering/software/task/taskcontoursw.h
include/synfig-${API_V}/synfig/rendering/software/task/taskexpandsurfacesw.h
include/synfig-${API_V}/synfig/rendering/software/task/tasklayersw.h
include/synfig-${API_V}/synfig/rendering/software/task/taskmeshsw.h
include/synfig-${API_V}/synfig/rendering/software/task/taskpixelcolormatrixsw.h
include/synfig-${API_V}/synfig/rendering/software/task/taskpixelgammasw.h
include/synfig-${API_V}/synfig/rendering/software/task/tasksurfaceresamplesw.h
include/synfig-${API_V}/synfig/rendering/software/task/tasksw.h
include/synfig-${API_V}/synfig/rendering/surface.h
include/synfig-${API_V}/synfig/rendering/task.h
include/synfig-${API_V}/synfig/rendermethod.h
include/synfig-${API_V}/synfig/savecanvas.h
include/synfig-${API_V}/synfig/segment.h
@ -110,11 +210,14 @@ include/synfig-${API_V}/synfig/types.h
include/synfig-${API_V}/synfig/uniqueid.h
include/synfig-${API_V}/synfig/value.h
include/synfig-${API_V}/synfig/valuenode.h
include/synfig-${API_V}/synfig/valuenode_registry.h
include/synfig-${API_V}/synfig/valuenodes/
include/synfig-${API_V}/synfig/valuenodes/valuenode_add.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_and.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_anglestring.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_animated.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_animatedfile.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_animatedinterface.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_atan2.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_average.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_bline.h
@ -155,6 +258,7 @@ include/synfig-${API_V}/synfig/valuenodes/valuenode_realstring.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_reciprocal.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_reference.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_repeat_gradient.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_reverse.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_scale.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_segcalctangent.h
include/synfig-${API_V}/synfig/valuenodes/valuenode_segcalcvertex.h
@ -215,6 +319,7 @@ share/examples/synfig/synfig_modules.cfg
share/locale/ar/LC_MESSAGES/synfig.mo
share/locale/bs/LC_MESSAGES/synfig.mo
share/locale/ca/LC_MESSAGES/synfig.mo
share/locale/ca@valencia/LC_MESSAGES/synfig.mo
share/locale/cs/LC_MESSAGES/synfig.mo
share/locale/cs_CZ/
share/locale/cs_CZ/LC_MESSAGES/
@ -229,20 +334,30 @@ share/locale/en_CZ/LC_MESSAGES/
share/locale/en_CZ/LC_MESSAGES/synfig.mo
share/locale/en_GB/LC_MESSAGES/synfig.mo
share/locale/es/LC_MESSAGES/synfig.mo
share/locale/es_PY/
share/locale/es_PY/LC_MESSAGES/
share/locale/es_PY/LC_MESSAGES/synfig.mo
share/locale/eu/LC_MESSAGES/synfig.mo
share/locale/eu_ES/
share/locale/eu_ES/LC_MESSAGES/
share/locale/eu_ES/LC_MESSAGES/synfig.mo
share/locale/fa_IR/
share/locale/fa_IR/LC_MESSAGES/
share/locale/fa_IR/LC_MESSAGES/synfig.mo
share/locale/fr/LC_MESSAGES/synfig.mo
share/locale/gl/LC_MESSAGES/synfig.mo
share/locale/he/LC_MESSAGES/synfig.mo
share/locale/hi_IN/
share/locale/hi_IN/LC_MESSAGES/
share/locale/hi_IN/LC_MESSAGES/synfig.mo
share/locale/hu/LC_MESSAGES/synfig.mo
share/locale/it/LC_MESSAGES/synfig.mo
share/locale/ja/LC_MESSAGES/synfig.mo
share/locale/ja_JP/
share/locale/ja_JP/LC_MESSAGES/
share/locale/ja_JP/LC_MESSAGES/synfig.mo
share/locale/lt/LC_MESSAGES/synfig.mo
share/locale/lv/LC_MESSAGES/synfig.mo
share/locale/nl/LC_MESSAGES/synfig.mo
share/locale/no_NO/
share/locale/no_NO/LC_MESSAGES/
@ -250,13 +365,16 @@ share/locale/no_NO/LC_MESSAGES/synfig.mo
share/locale/pl_PL/
share/locale/pl_PL/LC_MESSAGES/
share/locale/pl_PL/LC_MESSAGES/synfig.mo
share/locale/pt/LC_MESSAGES/synfig.mo
share/locale/pt_BR/LC_MESSAGES/synfig.mo
share/locale/ro/LC_MESSAGES/synfig.mo
share/locale/ru/LC_MESSAGES/synfig.mo
share/locale/si/LC_MESSAGES/synfig.mo
share/locale/sk/LC_MESSAGES/synfig.mo
share/locale/sk_SK/
share/locale/sk_SK/LC_MESSAGES/
share/locale/sk_SK/LC_MESSAGES/synfig.mo
share/locale/sl/LC_MESSAGES/synfig.mo
share/locale/sr_RS/
share/locale/sr_RS/LC_MESSAGES/
share/locale/sr_RS/LC_MESSAGES/synfig.mo