FreeBSD Bugzilla – Attachment 161598 Details for
Bug 201175
[PATCH] devel/synfig: Update to version 1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update and improve related ports devel/etl, devel/synfig & graphics/synfigstudio
synfig.patch (text/plain), 25.93 KB, created by
Ben Woods
on 2015-10-01 14:22:15 UTC
(
hide
)
Description:
Patch to update and improve related ports devel/etl, devel/synfig & graphics/synfigstudio
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2015-10-01 14:22:15 UTC
Size:
25.93 KB
patch
obsolete
>Index: devel/etl/Makefile >=================================================================== >--- devel/etl/Makefile (revision 398222) >+++ devel/etl/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= etl >-PORTVERSION= 0.04.18 >+PORTVERSION= 0.04.19 > CATEGORIES= devel lang > MASTER_SITES= SF/synfig/releases/${SYNFIG_VERSION}/source/ > DISTNAME= ETL-${PORTVERSION} >@@ -10,13 +10,15 @@ > MAINTAINER= woodsb02@gmail.com > COMMENT= Voria Extended Class and Template Library > >-WRKSRC= ${WRKDIR}/${DISTNAME} >+LICENSE= GPLv2 # (or later) > >+NO_ARCH= yes >+ > OPTIONS_DEFINE= DOCS > >-SYNFIG_VERSION= 1.0 >+SYNFIG_VERSION= 1.0.1 > >-USES= gmake pathfix pkgconfig >+USES= gmake pathfix pkgconfig > GNU_CONFIGURE= yes > > post-install: >Index: devel/etl/distinfo >=================================================================== >--- devel/etl/distinfo (revision 398222) >+++ devel/etl/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (ETL-0.04.18.tar.gz) = 53953e477a37d2e870e3be4b22f519474c24537b0e6eb1633e3402273a684a98 >-SIZE (ETL-0.04.18.tar.gz) = 370705 >+SHA256 (ETL-0.04.19.tar.gz) = 21696881fab1b9a3458aaa77a8b10c899c297b2d132e3ed4cfb7ffa29cd8b8fe >+SIZE (ETL-0.04.19.tar.gz) = 371439 >Index: devel/etl/files/patch-ETL___stringf.h >=================================================================== >--- devel/etl/files/patch-ETL___stringf.h (revision 398222) >+++ devel/etl/files/patch-ETL___stringf.h (working copy) >@@ -1,4 +1,4 @@ >---- ETL/_stringf.h.orig >+--- ETL/_stringf.h.orig 2015-03-28 15:08:17 UTC > +++ ETL/_stringf.h > @@ -57,7 +57,7 @@ > >Index: devel/etl/files/patch-ETL___surface.h >=================================================================== >--- devel/etl/files/patch-ETL___surface.h (revision 398222) >+++ devel/etl/files/patch-ETL___surface.h (working copy) >@@ -1,4 +1,4 @@ >---- ETL/_surface.h.orig >+--- ETL/_surface.h.orig 2015-03-28 10:15:00 UTC > +++ ETL/_surface.h > @@ -34,6 +34,7 @@ > #include "_misc.h" >Index: devel/synfig/Makefile >=================================================================== >--- devel/synfig/Makefile (revision 398222) >+++ devel/synfig/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= synfig >-PORTVERSION= 1.0 >+PORTVERSION= 1.0.1 > CATEGORIES= devel graphics multimedia > MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source > >@@ -9,9 +9,9 @@ > MAINTAINER= woodsb02@gmail.com > COMMENT= Vector based 2D animation package > >-LICENSE= GPLv3 >+LICENSE= GPLv2 # (or later) > >-BUILD_DEPENDS= etl>=0.04.17:${PORTSDIR}/devel/etl >+BUILD_DEPENDS= etl>=0.04.19:${PORTSDIR}/devel/etl > LIB_DEPENDS= libboost_program_options.so:${PORTSDIR}/devel/boost-libs \ > libltdl.so:${PORTSDIR}/devel/libltdl \ > libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick \ >@@ -23,7 +23,7 @@ > libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ > libdv.so:${PORTSDIR}/multimedia/libdv > >-USES= gettext iconv jpeg libtool pathfix pkgconfig >+USES= iconv jpeg libtool pathfix pkgconfig > USE_GNOME= cairo glibmm libxml++26 > GNU_CONFIGURE= yes > CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} >@@ -34,6 +34,12 @@ > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > >+OPTIONS_DEFINE= DOCS NLS >+OPTIONS_SUB= yes >+ >+NLS_USES= gettext >+NLS_CONFIGURE_ENABLE= nls >+ > post-patch: > @${REINPLACE_CMD} -e \ > '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \ >@@ -43,9 +49,7 @@ > s|no_NO|no| ; \ > s|pl_PL|pl| ; \ > s|sk_SK|sk| ; \ >- s|sv_SE|sv| ; \ >- s|<tr1/|<| ; \ >- s|::tr1||' \ >+ s|sv_SE|sv|' \ > ${WRKSRC}/configure > > post-build: >Index: devel/synfig/distinfo >=================================================================== >--- devel/synfig/distinfo (revision 398222) >+++ devel/synfig/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (synfig-1.0.tar.gz) = 1f2f9b209d49dff838049e9817b0458ac6987e912a56c061aa2f9c2faeb40720 >-SIZE (synfig-1.0.tar.gz) = 4474980 >+SHA256 (synfig-1.0.1.tar.gz) = 2386ebfdfbd68f46c25e9011928cbece525ce4c19a6367c81343b75f79172e50 >+SIZE (synfig-1.0.1.tar.gz) = 4570667 >Index: devel/synfig/files/patch-src__synfig__main.cpp >=================================================================== >--- devel/synfig/files/patch-src__synfig__main.cpp (revision 398222) >+++ devel/synfig/files/patch-src__synfig__main.cpp (working copy) >@@ -1,6 +1,6 @@ >---- src/synfig/main.cpp.orig 2015-08-21 15:38:05.415768235 +0800 >-+++ src/synfig/main.cpp 2015-08-21 15:42:18.215824597 +0800 >-@@ -198,7 +198,7 @@ >+--- src/synfig/main.cpp.orig 2015-03-28 10:15:01 UTC >++++ src/synfig/main.cpp >+@@ -198,7 +198,7 @@ synfig::Main::Main(const synfig::String& > > unsigned int i; > #ifdef _DEBUG >@@ -9,7 +9,7 @@ > std::set_terminate(__gnu_cxx::__verbose_terminate_handler); > #endif > #endif >-@@ -490,7 +490,11 @@ >+@@ -490,7 +490,11 @@ synfig::get_binary_path(const String &fa > > /* Read from /proc/self/exe (symlink) */ > char* path2 = (char*)malloc(buf_size); >@@ -21,7 +21,7 @@ > > while (1) { > int i; >-@@ -524,9 +528,10 @@ >+@@ -524,9 +528,10 @@ synfig::get_binary_path(const String &fa > /* path is a symlink. Continue loop and resolve this. */ > strncpy(path, path2, buf_size - 1); > } >@@ -33,7 +33,7 @@ > if (result == "") > { > /* readlink() or stat() failed; this can happen when the program is >-@@ -568,6 +573,7 @@ >+@@ -568,6 +573,7 @@ synfig::get_binary_path(const String &fa > free(line); > fclose(f); > } >Index: devel/synfig/files/patch-src__synfig__transform.cpp >=================================================================== >--- devel/synfig/files/patch-src__synfig__transform.cpp (revision 398222) >+++ devel/synfig/files/patch-src__synfig__transform.cpp (working copy) >@@ -1,4 +1,4 @@ >---- src/synfig/transform.cpp.orig >+--- src/synfig/transform.cpp.orig 2015-03-28 10:15:01 UTC > +++ src/synfig/transform.cpp > @@ -31,6 +31,7 @@ > >Index: devel/synfig/pkg-plist >=================================================================== >--- devel/synfig/pkg-plist (revision 398222) >+++ devel/synfig/pkg-plist (working copy) >@@ -15,6 +15,13 @@ > include/synfig-1.0/synfig/canvas.h > include/synfig-1.0/synfig/canvasbase.h > include/synfig-1.0/synfig/color.h >+include/synfig-1.0/synfig/color/cairocolor.h >+include/synfig-1.0/synfig/color/cairocoloraccumulator.h >+include/synfig-1.0/synfig/color/color.h >+include/synfig-1.0/synfig/color/color.hpp >+include/synfig-1.0/synfig/color/coloraccumulator.h >+include/synfig-1.0/synfig/color/common.h >+include/synfig-1.0/synfig/color/pixelformat.h > include/synfig-1.0/synfig/context.h > include/synfig-1.0/synfig/curve_helper.h > include/synfig-1.0/synfig/curveset.h >@@ -36,21 +43,21 @@ > include/synfig-1.0/synfig/interpolation.h > include/synfig-1.0/synfig/keyframe.h > include/synfig-1.0/synfig/layer.h >-include/synfig-1.0/synfig/layer_bitmap.h >-include/synfig-1.0/synfig/layer_composite.h >-include/synfig-1.0/synfig/layer_duplicate.h >-include/synfig-1.0/synfig/layer_group.h >-include/synfig-1.0/synfig/layer_meshtransform.h >-include/synfig-1.0/synfig/layer_mime.h >-include/synfig-1.0/synfig/layer_motionblur.h >-include/synfig-1.0/synfig/layer_pastecanvas.h >-include/synfig-1.0/synfig/layer_polygon.h >-include/synfig-1.0/synfig/layer_shape.h >-include/synfig-1.0/synfig/layer_skeleton.h >-include/synfig-1.0/synfig/layer_skeletondeformation.h >-include/synfig-1.0/synfig/layer_solidcolor.h >-include/synfig-1.0/synfig/layer_sound.h >-include/synfig-1.0/synfig/layer_switch.h >+include/synfig-1.0/synfig/layers/layer_bitmap.h >+include/synfig-1.0/synfig/layers/layer_composite.h >+include/synfig-1.0/synfig/layers/layer_duplicate.h >+include/synfig-1.0/synfig/layers/layer_group.h >+include/synfig-1.0/synfig/layers/layer_meshtransform.h >+include/synfig-1.0/synfig/layers/layer_mime.h >+include/synfig-1.0/synfig/layers/layer_motionblur.h >+include/synfig-1.0/synfig/layers/layer_pastecanvas.h >+include/synfig-1.0/synfig/layers/layer_polygon.h >+include/synfig-1.0/synfig/layers/layer_shape.h >+include/synfig-1.0/synfig/layers/layer_skeleton.h >+include/synfig-1.0/synfig/layers/layer_skeletondeformation.h >+include/synfig-1.0/synfig/layers/layer_solidcolor.h >+include/synfig-1.0/synfig/layers/layer_sound.h >+include/synfig-1.0/synfig/layers/layer_switch.h > include/synfig-1.0/synfig/listimporter.h > include/synfig-1.0/synfig/loadcanvas.h > include/synfig-1.0/synfig/main.h >@@ -99,69 +106,69 @@ > include/synfig-1.0/synfig/uniqueid.h > include/synfig-1.0/synfig/value.h > include/synfig-1.0/synfig/valuenode.h >-include/synfig-1.0/synfig/valuenode_add.h >-include/synfig-1.0/synfig/valuenode_and.h >-include/synfig-1.0/synfig/valuenode_anglestring.h >-include/synfig-1.0/synfig/valuenode_animated.h >-include/synfig-1.0/synfig/valuenode_atan2.h >-include/synfig-1.0/synfig/valuenode_average.h >-include/synfig-1.0/synfig/valuenode_bline.h >-include/synfig-1.0/synfig/valuenode_blinecalctangent.h >-include/synfig-1.0/synfig/valuenode_blinecalcvertex.h >-include/synfig-1.0/synfig/valuenode_blinecalcwidth.h >-include/synfig-1.0/synfig/valuenode_blinereversetangent.h >-include/synfig-1.0/synfig/valuenode_bone.h >-include/synfig-1.0/synfig/valuenode_boneinfluence.h >-include/synfig-1.0/synfig/valuenode_bonelink.h >-include/synfig-1.0/synfig/valuenode_boneweightpair.h >-include/synfig-1.0/synfig/valuenode_compare.h >-include/synfig-1.0/synfig/valuenode_composite.h >-include/synfig-1.0/synfig/valuenode_const.h >-include/synfig-1.0/synfig/valuenode_cos.h >-include/synfig-1.0/synfig/valuenode_derivative.h >-include/synfig-1.0/synfig/valuenode_dilist.h >-include/synfig-1.0/synfig/valuenode_dotproduct.h >-include/synfig-1.0/synfig/valuenode_duplicate.h >-include/synfig-1.0/synfig/valuenode_dynamic.h >-include/synfig-1.0/synfig/valuenode_dynamiclist.h >-include/synfig-1.0/synfig/valuenode_exp.h >-include/synfig-1.0/synfig/valuenode_gradientcolor.h >-include/synfig-1.0/synfig/valuenode_gradientrotate.h >-include/synfig-1.0/synfig/valuenode_greyed.h >-include/synfig-1.0/synfig/valuenode_integer.h >-include/synfig-1.0/synfig/valuenode_intstring.h >-include/synfig-1.0/synfig/valuenode_join.h >-include/synfig-1.0/synfig/valuenode_linear.h >-include/synfig-1.0/synfig/valuenode_log.h >-include/synfig-1.0/synfig/valuenode_not.h >-include/synfig-1.0/synfig/valuenode_or.h >-include/synfig-1.0/synfig/valuenode_pow.h >-include/synfig-1.0/synfig/valuenode_radialcomposite.h >-include/synfig-1.0/synfig/valuenode_range.h >-include/synfig-1.0/synfig/valuenode_real.h >-include/synfig-1.0/synfig/valuenode_realstring.h >-include/synfig-1.0/synfig/valuenode_reciprocal.h >-include/synfig-1.0/synfig/valuenode_reference.h >-include/synfig-1.0/synfig/valuenode_repeat_gradient.h >-include/synfig-1.0/synfig/valuenode_scale.h >-include/synfig-1.0/synfig/valuenode_segcalctangent.h >-include/synfig-1.0/synfig/valuenode_segcalcvertex.h >-include/synfig-1.0/synfig/valuenode_sine.h >-include/synfig-1.0/synfig/valuenode_staticlist.h >-include/synfig-1.0/synfig/valuenode_step.h >-include/synfig-1.0/synfig/valuenode_stripes.h >-include/synfig-1.0/synfig/valuenode_subtract.h >-include/synfig-1.0/synfig/valuenode_switch.h >-include/synfig-1.0/synfig/valuenode_timedswap.h >-include/synfig-1.0/synfig/valuenode_timeloop.h >-include/synfig-1.0/synfig/valuenode_timestring.h >-include/synfig-1.0/synfig/valuenode_twotone.h >-include/synfig-1.0/synfig/valuenode_vectorangle.h >-include/synfig-1.0/synfig/valuenode_vectorlength.h >-include/synfig-1.0/synfig/valuenode_vectorx.h >-include/synfig-1.0/synfig/valuenode_vectory.h >-include/synfig-1.0/synfig/valuenode_weightedaverage.h >-include/synfig-1.0/synfig/valuenode_wplist.h >+include/synfig-1.0/synfig/valuenodes/valuenode_add.h >+include/synfig-1.0/synfig/valuenodes/valuenode_and.h >+include/synfig-1.0/synfig/valuenodes/valuenode_anglestring.h >+include/synfig-1.0/synfig/valuenodes/valuenode_animated.h >+include/synfig-1.0/synfig/valuenodes/valuenode_atan2.h >+include/synfig-1.0/synfig/valuenodes/valuenode_average.h >+include/synfig-1.0/synfig/valuenodes/valuenode_bline.h >+include/synfig-1.0/synfig/valuenodes/valuenode_blinecalctangent.h >+include/synfig-1.0/synfig/valuenodes/valuenode_blinecalcvertex.h >+include/synfig-1.0/synfig/valuenodes/valuenode_blinecalcwidth.h >+include/synfig-1.0/synfig/valuenodes/valuenode_blinereversetangent.h >+include/synfig-1.0/synfig/valuenodes/valuenode_bone.h >+include/synfig-1.0/synfig/valuenodes/valuenode_boneinfluence.h >+include/synfig-1.0/synfig/valuenodes/valuenode_bonelink.h >+include/synfig-1.0/synfig/valuenodes/valuenode_boneweightpair.h >+include/synfig-1.0/synfig/valuenodes/valuenode_compare.h >+include/synfig-1.0/synfig/valuenodes/valuenode_composite.h >+include/synfig-1.0/synfig/valuenodes/valuenode_const.h >+include/synfig-1.0/synfig/valuenodes/valuenode_cos.h >+include/synfig-1.0/synfig/valuenodes/valuenode_derivative.h >+include/synfig-1.0/synfig/valuenodes/valuenode_dilist.h >+include/synfig-1.0/synfig/valuenodes/valuenode_dotproduct.h >+include/synfig-1.0/synfig/valuenodes/valuenode_duplicate.h >+include/synfig-1.0/synfig/valuenodes/valuenode_dynamic.h >+include/synfig-1.0/synfig/valuenodes/valuenode_dynamiclist.h >+include/synfig-1.0/synfig/valuenodes/valuenode_exp.h >+include/synfig-1.0/synfig/valuenodes/valuenode_gradientcolor.h >+include/synfig-1.0/synfig/valuenodes/valuenode_gradientrotate.h >+include/synfig-1.0/synfig/valuenodes/valuenode_greyed.h >+include/synfig-1.0/synfig/valuenodes/valuenode_integer.h >+include/synfig-1.0/synfig/valuenodes/valuenode_intstring.h >+include/synfig-1.0/synfig/valuenodes/valuenode_join.h >+include/synfig-1.0/synfig/valuenodes/valuenode_linear.h >+include/synfig-1.0/synfig/valuenodes/valuenode_log.h >+include/synfig-1.0/synfig/valuenodes/valuenode_not.h >+include/synfig-1.0/synfig/valuenodes/valuenode_or.h >+include/synfig-1.0/synfig/valuenodes/valuenode_pow.h >+include/synfig-1.0/synfig/valuenodes/valuenode_radialcomposite.h >+include/synfig-1.0/synfig/valuenodes/valuenode_range.h >+include/synfig-1.0/synfig/valuenodes/valuenode_real.h >+include/synfig-1.0/synfig/valuenodes/valuenode_realstring.h >+include/synfig-1.0/synfig/valuenodes/valuenode_reciprocal.h >+include/synfig-1.0/synfig/valuenodes/valuenode_reference.h >+include/synfig-1.0/synfig/valuenodes/valuenode_repeat_gradient.h >+include/synfig-1.0/synfig/valuenodes/valuenode_scale.h >+include/synfig-1.0/synfig/valuenodes/valuenode_segcalctangent.h >+include/synfig-1.0/synfig/valuenodes/valuenode_segcalcvertex.h >+include/synfig-1.0/synfig/valuenodes/valuenode_sine.h >+include/synfig-1.0/synfig/valuenodes/valuenode_staticlist.h >+include/synfig-1.0/synfig/valuenodes/valuenode_step.h >+include/synfig-1.0/synfig/valuenodes/valuenode_stripes.h >+include/synfig-1.0/synfig/valuenodes/valuenode_subtract.h >+include/synfig-1.0/synfig/valuenodes/valuenode_switch.h >+include/synfig-1.0/synfig/valuenodes/valuenode_timedswap.h >+include/synfig-1.0/synfig/valuenodes/valuenode_timeloop.h >+include/synfig-1.0/synfig/valuenodes/valuenode_timestring.h >+include/synfig-1.0/synfig/valuenodes/valuenode_twotone.h >+include/synfig-1.0/synfig/valuenodes/valuenode_vectorangle.h >+include/synfig-1.0/synfig/valuenodes/valuenode_vectorlength.h >+include/synfig-1.0/synfig/valuenodes/valuenode_vectorx.h >+include/synfig-1.0/synfig/valuenodes/valuenode_vectory.h >+include/synfig-1.0/synfig/valuenodes/valuenode_weightedaverage.h >+include/synfig-1.0/synfig/valuenodes/valuenode_wplist.h > include/synfig-1.0/synfig/valueoperations.h > include/synfig-1.0/synfig/valuetransformation.h > include/synfig-1.0/synfig/vector.h >@@ -201,37 +208,41 @@ > %%PORTDOCS%%%%DOCSDIR%%/NEWS > %%PORTDOCS%%%%DOCSDIR%%/README > %%PORTDOCS%%%%DOCSDIR%%/TODO >-share/locale/ar/LC_MESSAGES/synfig.mo >-share/locale/bs/LC_MESSAGES/synfig.mo >-share/locale/ca/LC_MESSAGES/synfig.mo >-share/locale/cs/LC_MESSAGES/synfig.mo >-share/locale/da/LC_MESSAGES/synfig.mo >-share/locale/de/LC_MESSAGES/synfig.mo >-share/locale/el/LC_MESSAGES/synfig.mo >-share/locale/en_GB/LC_MESSAGES/synfig.mo >-share/locale/es/LC_MESSAGES/synfig.mo >-share/locale/eu/LC_MESSAGES/synfig.mo >-share/locale/eu_ES/LC_MESSAGES/synfig.mo >-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/hu/LC_MESSAGES/synfig.mo >-share/locale/it/LC_MESSAGES/synfig.mo >-share/locale/ja/LC_MESSAGES/synfig.mo >-share/locale/lt/LC_MESSAGES/synfig.mo >-share/locale/nl/LC_MESSAGES/synfig.mo >-share/locale/no/LC_MESSAGES/synfig.mo >-share/locale/pl/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/sr_RS/LC_MESSAGES/synfig.mo >-share/locale/sv/LC_MESSAGES/synfig.mo >-share/locale/tr/LC_MESSAGES/synfig.mo >-share/locale/uz@Latn/LC_MESSAGES/synfig.mo >-share/locale/zh-Hant/LC_MESSAGES/synfig.mo >-share/locale/zh_CN/LC_MESSAGES/synfig.mo >-share/locale/zh_TW/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/ar/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/bs/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/ca/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/cs/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/cs_CZ/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/da/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/de/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/el/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/en_CZ/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/en_GB/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/es/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/eu/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/eu_ES/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/fa_IR/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/fr/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/gl/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/he/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/hu/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/it/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/ja/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/lt/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/nl/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/no/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/pl/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/pt_BR/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/ro/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/ru/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/si/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/sk/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/sr_RS/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/sv/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/tr/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/ur/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/uz@Latn/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/zh-Hant/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/zh_CN/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/synfig.mo >+%%NLS%%share/locale/zh_TW/LC_MESSAGES/synfig.mo >Index: graphics/synfigstudio/Makefile >=================================================================== >--- graphics/synfigstudio/Makefile (revision 398222) >+++ graphics/synfigstudio/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= synfigstudio >-PORTVERSION= 1.0 >+PORTVERSION= 1.0.1 > CATEGORIES= graphics multimedia > MASTER_SITES= SF/synfig/releases/${PORTVERSION}/source > >@@ -9,14 +9,13 @@ > MAINTAINER= woodsb02@gmail.com > COMMENT= Vector-based 2D animation software package > >-LICENSE= GPLv3 >+LICENSE= GPLv2 # (or later) > >-BUILD_DEPENDS= etl>=0.04.17:${PORTSDIR}/devel/etl >+BUILD_DEPENDS= etl>=0.04.18:${PORTSDIR}/devel/etl > LIB_DEPENDS= libsynfig.so:${PORTSDIR}/devel/synfig > RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils > >-USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ >- shared-mime-info >+USES= desktop-file-utils gmake libtool pathfix pkgconfig shared-mime-info > USE_GNOME= gtkmm30 intltool > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --disable-update-mimedb >@@ -27,15 +26,20 @@ > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > >-OPTIONS_DEFINE= DOCS >+OPTIONS_DEFINE= DOCS JACK NLS >+OPTIONS_SUB= yes > >+JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack >+JACK_CONFIGURE_ENABLE= jack >+ >+NLS_USES= gettext >+NLS_CONFIGURE_ENABLE= nls >+ > post-patch: > @${REINPLACE_CMD} -e \ > '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \ > /optimization_flags/s|CFLAGS=|#CFLAGS=| ; \ >- /DATADIRNAME/s|lib|share| ; \ >- s|<tr1/|<| ; \ >- s|::tr1||' \ >+ /DATADIRNAME/s|lib|share|' \ > ${WRKSRC}/configure > @${REINPLACE_CMD} -e \ > 's|el_GR|el| ; \ >@@ -43,7 +47,8 @@ > s|no_NO|no| ; \ > s|pl_PL|pl| ; \ > s|sk_SK|sk| ; \ >- s|sv_SE|sv|' ${WRKSRC}/po/LINGUAS >+ s|sv_SE|sv|' \ >+ ${WRKSRC}/po/LINGUAS > > pre-build: > # FIX LC_MESSAGES >Index: graphics/synfigstudio/distinfo >=================================================================== >--- graphics/synfigstudio/distinfo (revision 398222) >+++ graphics/synfigstudio/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (synfigstudio-1.0.tar.gz) = 2b23916ca0be4073edad9b0cb92fd30311dd3b8f73372c836ba735100251ee28 >-SIZE (synfigstudio-1.0.tar.gz) = 5005826 >+SHA256 (synfigstudio-1.0.1.tar.gz) = d179046a93c642ba056cc2b35e08242d3b9724b5f3a3709f5a0d40970d49ca49 >+SIZE (synfigstudio-1.0.1.tar.gz) = 5207441 >Index: graphics/synfigstudio/files/patch-src_synfigapp_cvs.cpp >=================================================================== >--- graphics/synfigstudio/files/patch-src_synfigapp_cvs.cpp (revision 398222) >+++ graphics/synfigstudio/files/patch-src_synfigapp_cvs.cpp (working copy) >@@ -1,6 +1,6 @@ >---- src/synfigapp/cvs.cpp.orig 2007-11-13 18:13:07.000000000 +0900 >-+++ src/synfigapp/cvs.cpp 2008-03-14 19:39:08.000000000 +0900 >-@@ -62,7 +62,7 @@ >+--- src/synfigapp/cvs.cpp.orig 2015-03-28 10:15:01 UTC >++++ src/synfigapp/cvs.cpp >+@@ -62,7 +62,7 @@ using namespace synfigapp; > #define HAVE_STRPTIME > #endif > >Index: graphics/synfigstudio/pkg-plist >=================================================================== >--- graphics/synfigstudio/pkg-plist (revision 398222) >+++ graphics/synfigstudio/pkg-plist (working copy) >@@ -138,40 +138,44 @@ > 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/LC_MESSAGES/synfigstudio.mo >-share/locale/ca/LC_MESSAGES/synfigstudio.mo >-share/locale/cs/LC_MESSAGES/synfigstudio.mo >-share/locale/da/LC_MESSAGES/synfigstudio.mo >-share/locale/de/LC_MESSAGES/synfigstudio.mo >-share/locale/el/LC_MESSAGES/synfigstudio.mo >-share/locale/en_GB/LC_MESSAGES/synfigstudio.mo >-share/locale/es/LC_MESSAGES/synfigstudio.mo >-share/locale/eu/LC_MESSAGES/synfigstudio.mo >-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/hu/LC_MESSAGES/synfigstudio.mo >-share/locale/it/LC_MESSAGES/synfigstudio.mo >-share/locale/ja/LC_MESSAGES/synfigstudio.mo >-share/locale/lt/LC_MESSAGES/synfigstudio.mo >-share/locale/nl/LC_MESSAGES/synfigstudio.mo >-share/locale/no/LC_MESSAGES/synfigstudio.mo >-share/locale/pl/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/LC_MESSAGES/synfigstudio.mo >-share/locale/sk/LC_MESSAGES/synfigstudio.mo >-share/locale/sr_RS/LC_MESSAGES/synfigstudio.mo >-share/locale/sv/LC_MESSAGES/synfigstudio.mo >-share/locale/tr/LC_MESSAGES/synfigstudio.mo >-share/locale/uz@Latn/LC_MESSAGES/synfigstudio.mo >-share/locale/zh-Hant/LC_MESSAGES/synfigstudio.mo >-share/locale/zh_CN/LC_MESSAGES/synfigstudio.mo >-share/locale/zh_TW/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/ar/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/bs/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/ca/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/cs/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/cs_CZ/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/da/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/de/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/el/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/en_CZ/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/en_GB/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/es/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/eu/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/eu_ES/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/fa_IR/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/fr/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/gl/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/he/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/hu/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/it/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/ja/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/lt/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/nl/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/no/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/pl/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/pt_BR/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/ro/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/ru/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/si/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/sk/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/sr_RS/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/sv/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/tr/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/ur/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/uz@Latn/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/zh-Hant/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/zh_CN/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/synfigstudio.mo >+%%NLS%%share/locale/zh_TW/LC_MESSAGES/synfigstudio.mo > share/mime-info/synfigstudio.keys > share/mime-info/synfigstudio.mime > share/mime/packages/synfigstudio.xml >@@ -179,6 +183,13 @@ > share/pixmaps/synfig_icon.png > share/pixmaps/synfigstudio/about_icon.png > share/pixmaps/synfigstudio/action_add_to_set_icon.png >+share/pixmaps/synfigstudio/action_doc_new_icon.png >+share/pixmaps/synfigstudio/action_doc_open_icon.png >+share/pixmaps/synfigstudio/action_doc_redo_icon.png >+share/pixmaps/synfigstudio/action_doc_save_icon.png >+share/pixmaps/synfigstudio/action_doc_saveall_icon.png >+share/pixmaps/synfigstudio/action_doc_saveas_icon.png >+share/pixmaps/synfigstudio/action_doc_undo_icon.png > share/pixmaps/synfigstudio/action_export_icon.png > share/pixmaps/synfigstudio/action_flat_interpolation_icon.png > share/pixmaps/synfigstudio/action_interpolate_interpolation_icon.png >@@ -292,7 +303,6 @@ > share/pixmaps/synfigstudio/rename_icon.png > share/pixmaps/synfigstudio/render_options_icon.png > share/pixmaps/synfigstudio/reset_colors_icon.png >-share/pixmaps/synfigstudio/saveall_icon.png > share/pixmaps/synfigstudio/select_all_child_layers_icon.png > share/pixmaps/synfigstudio/set_fill_color.png > share/pixmaps/synfigstudio/set_icon.png
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
woodsb02
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 201175
:
158134
|
159502
|
160388
|
160948
|
160950
|
160951
|
160952
| 161598 |
161599
|
161600
|
161602