View | Details | Raw Unified | Return to bug 201175 | Differences between
and this patch

Collapse All | Expand All

(-)devel/etl/Makefile (-4 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	etl
4
PORTNAME=	etl
5
PORTVERSION=	0.04.18
5
PORTVERSION=	0.04.19
6
CATEGORIES=	devel lang
6
CATEGORIES=	devel lang
7
MASTER_SITES=	SF/synfig/releases/${SYNFIG_VERSION}/source/
7
MASTER_SITES=	SF/synfig/releases/${SYNFIG_VERSION}/source/
8
DISTNAME=	ETL-${PORTVERSION}
8
DISTNAME=	ETL-${PORTVERSION}
Lines 10-22 Link Here
10
MAINTAINER=	woodsb02@gmail.com
10
MAINTAINER=	woodsb02@gmail.com
11
COMMENT=	Voria Extended Class and Template Library
11
COMMENT=	Voria Extended Class and Template Library
12
12
13
WRKSRC=		${WRKDIR}/${DISTNAME}
13
LICENSE=	GPLv2 # (or later)
14
14
15
NO_ARCH=	yes
16
15
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
16
18
17
SYNFIG_VERSION=	1.0
19
SYNFIG_VERSION=	1.0.1
18
20
19
USES=	gmake pathfix pkgconfig
21
USES=		gmake pathfix pkgconfig
20
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
21
23
22
post-install:
24
post-install:
(-)devel/etl/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ETL-0.04.18.tar.gz) = 53953e477a37d2e870e3be4b22f519474c24537b0e6eb1633e3402273a684a98
1
SHA256 (ETL-0.04.19.tar.gz) = 21696881fab1b9a3458aaa77a8b10c899c297b2d132e3ed4cfb7ffa29cd8b8fe
2
SIZE (ETL-0.04.18.tar.gz) = 370705
2
SIZE (ETL-0.04.19.tar.gz) = 371439
(-)devel/etl/files/patch-ETL___stringf.h (-1 / +1 lines)
Lines 1-4 Link Here
1
--- ETL/_stringf.h.orig
1
--- ETL/_stringf.h.orig	2015-03-28 15:08:17 UTC
2
+++ ETL/_stringf.h
2
+++ ETL/_stringf.h
3
@@ -57,7 +57,7 @@
3
@@ -57,7 +57,7 @@
4
 
4
 
(-)devel/etl/files/patch-ETL___surface.h (-1 / +1 lines)
Lines 1-4 Link Here
1
--- ETL/_surface.h.orig
1
--- ETL/_surface.h.orig	2015-03-28 10:15:00 UTC
2
+++ ETL/_surface.h
2
+++ ETL/_surface.h
3
@@ -34,6 +34,7 @@
3
@@ -34,6 +34,7 @@
4
 #include "_misc.h"
4
 #include "_misc.h"
(-)devel/synfig/Makefile (-7 / +11 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	synfig
4
PORTNAME=	synfig
5
PORTVERSION=	1.0
5
PORTVERSION=	1.0.1
6
CATEGORIES=	devel graphics multimedia
6
CATEGORIES=	devel graphics multimedia
7
MASTER_SITES=	SF/${PORTNAME}/releases/${PORTVERSION}/source
7
MASTER_SITES=	SF/${PORTNAME}/releases/${PORTVERSION}/source
8
8
Lines 9-17 Link Here
9
MAINTAINER=	woodsb02@gmail.com
9
MAINTAINER=	woodsb02@gmail.com
10
COMMENT=	Vector based 2D animation package
10
COMMENT=	Vector based 2D animation package
11
11
12
LICENSE=	GPLv3
12
LICENSE=	GPLv2 # (or later)
13
13
14
BUILD_DEPENDS=	etl>=0.04.17:${PORTSDIR}/devel/etl
14
BUILD_DEPENDS=	etl>=0.04.19:${PORTSDIR}/devel/etl
15
LIB_DEPENDS=	libboost_program_options.so:${PORTSDIR}/devel/boost-libs \
15
LIB_DEPENDS=	libboost_program_options.so:${PORTSDIR}/devel/boost-libs \
16
		libltdl.so:${PORTSDIR}/devel/libltdl \
16
		libltdl.so:${PORTSDIR}/devel/libltdl \
17
		libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick \
17
		libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick \
Lines 23-29 Link Here
23
		libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
23
		libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
24
		libdv.so:${PORTSDIR}/multimedia/libdv
24
		libdv.so:${PORTSDIR}/multimedia/libdv
25
25
26
USES=		gettext iconv jpeg libtool pathfix pkgconfig
26
USES=		iconv jpeg libtool pathfix pkgconfig
27
USE_GNOME=	cairo glibmm libxml++26
27
USE_GNOME=	cairo glibmm libxml++26
28
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
29
CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG}
29
CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG}
Lines 34-39 Link Here
34
CPPFLAGS+=	-I${LOCALBASE}/include
34
CPPFLAGS+=	-I${LOCALBASE}/include
35
LDFLAGS+=	-L${LOCALBASE}/lib
35
LDFLAGS+=	-L${LOCALBASE}/lib
36
36
37
OPTIONS_DEFINE=	DOCS NLS
38
OPTIONS_SUB=	yes
39
40
NLS_USES=		gettext
41
NLS_CONFIGURE_ENABLE=	nls
42
37
post-patch:
43
post-patch:
38
	@${REINPLACE_CMD} -e \
44
	@${REINPLACE_CMD} -e \
39
		'/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
45
		'/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
Lines 43-51 Link Here
43
		 s|no_NO|no| ; \
49
		 s|no_NO|no| ; \
44
		 s|pl_PL|pl| ; \
50
		 s|pl_PL|pl| ; \
45
		 s|sk_SK|sk| ; \
51
		 s|sk_SK|sk| ; \
46
		 s|sv_SE|sv| ; \
52
		 s|sv_SE|sv|' \
47
		 s|<tr1/|<| ; \
48
		 s|::tr1||' \
49
		${WRKSRC}/configure
53
		${WRKSRC}/configure
50
54
51
post-build:
55
post-build:
(-)devel/synfig/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (synfig-1.0.tar.gz) = 1f2f9b209d49dff838049e9817b0458ac6987e912a56c061aa2f9c2faeb40720
1
SHA256 (synfig-1.0.1.tar.gz) = 2386ebfdfbd68f46c25e9011928cbece525ce4c19a6367c81343b75f79172e50
2
SIZE (synfig-1.0.tar.gz) = 4474980
2
SIZE (synfig-1.0.1.tar.gz) = 4570667
(-)devel/synfig/files/patch-src__synfig__main.cpp (-6 / +6 lines)
Lines 1-6 Link Here
1
--- src/synfig/main.cpp.orig	2015-08-21 15:38:05.415768235 +0800
1
--- src/synfig/main.cpp.orig	2015-03-28 10:15:01 UTC
2
+++ src/synfig/main.cpp	2015-08-21 15:42:18.215824597 +0800
2
+++ src/synfig/main.cpp
3
@@ -198,7 +198,7 @@
3
@@ -198,7 +198,7 @@ synfig::Main::Main(const synfig::String&
4
 
4
 
5
 	unsigned int i;
5
 	unsigned int i;
6
 #ifdef _DEBUG
6
 #ifdef _DEBUG
Lines 9-15 Link Here
9
 	std::set_terminate(__gnu_cxx::__verbose_terminate_handler);
9
 	std::set_terminate(__gnu_cxx::__verbose_terminate_handler);
10
 #endif
10
 #endif
11
 #endif
11
 #endif
12
@@ -490,7 +490,11 @@
12
@@ -490,7 +490,11 @@ synfig::get_binary_path(const String &fa
13
 
13
 
14
 	/* Read from /proc/self/exe (symlink) */
14
 	/* Read from /proc/self/exe (symlink) */
15
 	char* path2 = (char*)malloc(buf_size);
15
 	char* path2 = (char*)malloc(buf_size);
Lines 21-27 Link Here
21
 
21
 
22
 	while (1) {
22
 	while (1) {
23
 		int i;
23
 		int i;
24
@@ -524,9 +528,10 @@
24
@@ -524,9 +528,10 @@ synfig::get_binary_path(const String &fa
25
 		/* path is a symlink. Continue loop and resolve this. */
25
 		/* path is a symlink. Continue loop and resolve this. */
26
 		strncpy(path, path2, buf_size - 1);
26
 		strncpy(path, path2, buf_size - 1);
27
 	}
27
 	}
Lines 33-39 Link Here
33
 	if (result == "")
33
 	if (result == "")
34
 	{
34
 	{
35
 		/* readlink() or stat() failed; this can happen when the program is
35
 		/* readlink() or stat() failed; this can happen when the program is
36
@@ -568,6 +573,7 @@
36
@@ -568,6 +573,7 @@ synfig::get_binary_path(const String &fa
37
 		free(line);
37
 		free(line);
38
 		fclose(f);
38
 		fclose(f);
39
 	}
39
 	}
(-)devel/synfig/files/patch-src__synfig__transform.cpp (-1 / +1 lines)
Lines 1-4 Link Here
1
--- src/synfig/transform.cpp.orig
1
--- src/synfig/transform.cpp.orig	2015-03-28 10:15:01 UTC
2
+++ src/synfig/transform.cpp
2
+++ src/synfig/transform.cpp
3
@@ -31,6 +31,7 @@
3
@@ -31,6 +31,7 @@
4
 
4
 
(-)devel/synfig/pkg-plist (-112 / +123 lines)
Lines 15-20 Link Here
15
include/synfig-1.0/synfig/canvas.h
15
include/synfig-1.0/synfig/canvas.h
16
include/synfig-1.0/synfig/canvasbase.h
16
include/synfig-1.0/synfig/canvasbase.h
17
include/synfig-1.0/synfig/color.h
17
include/synfig-1.0/synfig/color.h
18
include/synfig-1.0/synfig/color/cairocolor.h
19
include/synfig-1.0/synfig/color/cairocoloraccumulator.h
20
include/synfig-1.0/synfig/color/color.h
21
include/synfig-1.0/synfig/color/color.hpp
22
include/synfig-1.0/synfig/color/coloraccumulator.h
23
include/synfig-1.0/synfig/color/common.h
24
include/synfig-1.0/synfig/color/pixelformat.h
18
include/synfig-1.0/synfig/context.h
25
include/synfig-1.0/synfig/context.h
19
include/synfig-1.0/synfig/curve_helper.h
26
include/synfig-1.0/synfig/curve_helper.h
20
include/synfig-1.0/synfig/curveset.h
27
include/synfig-1.0/synfig/curveset.h
Lines 36-56 Link Here
36
include/synfig-1.0/synfig/interpolation.h
43
include/synfig-1.0/synfig/interpolation.h
37
include/synfig-1.0/synfig/keyframe.h
44
include/synfig-1.0/synfig/keyframe.h
38
include/synfig-1.0/synfig/layer.h
45
include/synfig-1.0/synfig/layer.h
39
include/synfig-1.0/synfig/layer_bitmap.h
46
include/synfig-1.0/synfig/layers/layer_bitmap.h
40
include/synfig-1.0/synfig/layer_composite.h
47
include/synfig-1.0/synfig/layers/layer_composite.h
41
include/synfig-1.0/synfig/layer_duplicate.h
48
include/synfig-1.0/synfig/layers/layer_duplicate.h
42
include/synfig-1.0/synfig/layer_group.h
49
include/synfig-1.0/synfig/layers/layer_group.h
43
include/synfig-1.0/synfig/layer_meshtransform.h
50
include/synfig-1.0/synfig/layers/layer_meshtransform.h
44
include/synfig-1.0/synfig/layer_mime.h
51
include/synfig-1.0/synfig/layers/layer_mime.h
45
include/synfig-1.0/synfig/layer_motionblur.h
52
include/synfig-1.0/synfig/layers/layer_motionblur.h
46
include/synfig-1.0/synfig/layer_pastecanvas.h
53
include/synfig-1.0/synfig/layers/layer_pastecanvas.h
47
include/synfig-1.0/synfig/layer_polygon.h
54
include/synfig-1.0/synfig/layers/layer_polygon.h
48
include/synfig-1.0/synfig/layer_shape.h
55
include/synfig-1.0/synfig/layers/layer_shape.h
49
include/synfig-1.0/synfig/layer_skeleton.h
56
include/synfig-1.0/synfig/layers/layer_skeleton.h
50
include/synfig-1.0/synfig/layer_skeletondeformation.h
57
include/synfig-1.0/synfig/layers/layer_skeletondeformation.h
51
include/synfig-1.0/synfig/layer_solidcolor.h
58
include/synfig-1.0/synfig/layers/layer_solidcolor.h
52
include/synfig-1.0/synfig/layer_sound.h
59
include/synfig-1.0/synfig/layers/layer_sound.h
53
include/synfig-1.0/synfig/layer_switch.h
60
include/synfig-1.0/synfig/layers/layer_switch.h
54
include/synfig-1.0/synfig/listimporter.h
61
include/synfig-1.0/synfig/listimporter.h
55
include/synfig-1.0/synfig/loadcanvas.h
62
include/synfig-1.0/synfig/loadcanvas.h
56
include/synfig-1.0/synfig/main.h
63
include/synfig-1.0/synfig/main.h
Lines 99-167 Link Here
99
include/synfig-1.0/synfig/uniqueid.h
106
include/synfig-1.0/synfig/uniqueid.h
100
include/synfig-1.0/synfig/value.h
107
include/synfig-1.0/synfig/value.h
101
include/synfig-1.0/synfig/valuenode.h
108
include/synfig-1.0/synfig/valuenode.h
102
include/synfig-1.0/synfig/valuenode_add.h
109
include/synfig-1.0/synfig/valuenodes/valuenode_add.h
103
include/synfig-1.0/synfig/valuenode_and.h
110
include/synfig-1.0/synfig/valuenodes/valuenode_and.h
104
include/synfig-1.0/synfig/valuenode_anglestring.h
111
include/synfig-1.0/synfig/valuenodes/valuenode_anglestring.h
105
include/synfig-1.0/synfig/valuenode_animated.h
112
include/synfig-1.0/synfig/valuenodes/valuenode_animated.h
106
include/synfig-1.0/synfig/valuenode_atan2.h
113
include/synfig-1.0/synfig/valuenodes/valuenode_atan2.h
107
include/synfig-1.0/synfig/valuenode_average.h
114
include/synfig-1.0/synfig/valuenodes/valuenode_average.h
108
include/synfig-1.0/synfig/valuenode_bline.h
115
include/synfig-1.0/synfig/valuenodes/valuenode_bline.h
109
include/synfig-1.0/synfig/valuenode_blinecalctangent.h
116
include/synfig-1.0/synfig/valuenodes/valuenode_blinecalctangent.h
110
include/synfig-1.0/synfig/valuenode_blinecalcvertex.h
117
include/synfig-1.0/synfig/valuenodes/valuenode_blinecalcvertex.h
111
include/synfig-1.0/synfig/valuenode_blinecalcwidth.h
118
include/synfig-1.0/synfig/valuenodes/valuenode_blinecalcwidth.h
112
include/synfig-1.0/synfig/valuenode_blinereversetangent.h
119
include/synfig-1.0/synfig/valuenodes/valuenode_blinereversetangent.h
113
include/synfig-1.0/synfig/valuenode_bone.h
120
include/synfig-1.0/synfig/valuenodes/valuenode_bone.h
114
include/synfig-1.0/synfig/valuenode_boneinfluence.h
121
include/synfig-1.0/synfig/valuenodes/valuenode_boneinfluence.h
115
include/synfig-1.0/synfig/valuenode_bonelink.h
122
include/synfig-1.0/synfig/valuenodes/valuenode_bonelink.h
116
include/synfig-1.0/synfig/valuenode_boneweightpair.h
123
include/synfig-1.0/synfig/valuenodes/valuenode_boneweightpair.h
117
include/synfig-1.0/synfig/valuenode_compare.h
124
include/synfig-1.0/synfig/valuenodes/valuenode_compare.h
118
include/synfig-1.0/synfig/valuenode_composite.h
125
include/synfig-1.0/synfig/valuenodes/valuenode_composite.h
119
include/synfig-1.0/synfig/valuenode_const.h
126
include/synfig-1.0/synfig/valuenodes/valuenode_const.h
120
include/synfig-1.0/synfig/valuenode_cos.h
127
include/synfig-1.0/synfig/valuenodes/valuenode_cos.h
121
include/synfig-1.0/synfig/valuenode_derivative.h
128
include/synfig-1.0/synfig/valuenodes/valuenode_derivative.h
122
include/synfig-1.0/synfig/valuenode_dilist.h
129
include/synfig-1.0/synfig/valuenodes/valuenode_dilist.h
123
include/synfig-1.0/synfig/valuenode_dotproduct.h
130
include/synfig-1.0/synfig/valuenodes/valuenode_dotproduct.h
124
include/synfig-1.0/synfig/valuenode_duplicate.h
131
include/synfig-1.0/synfig/valuenodes/valuenode_duplicate.h
125
include/synfig-1.0/synfig/valuenode_dynamic.h
132
include/synfig-1.0/synfig/valuenodes/valuenode_dynamic.h
126
include/synfig-1.0/synfig/valuenode_dynamiclist.h
133
include/synfig-1.0/synfig/valuenodes/valuenode_dynamiclist.h
127
include/synfig-1.0/synfig/valuenode_exp.h
134
include/synfig-1.0/synfig/valuenodes/valuenode_exp.h
128
include/synfig-1.0/synfig/valuenode_gradientcolor.h
135
include/synfig-1.0/synfig/valuenodes/valuenode_gradientcolor.h
129
include/synfig-1.0/synfig/valuenode_gradientrotate.h
136
include/synfig-1.0/synfig/valuenodes/valuenode_gradientrotate.h
130
include/synfig-1.0/synfig/valuenode_greyed.h
137
include/synfig-1.0/synfig/valuenodes/valuenode_greyed.h
131
include/synfig-1.0/synfig/valuenode_integer.h
138
include/synfig-1.0/synfig/valuenodes/valuenode_integer.h
132
include/synfig-1.0/synfig/valuenode_intstring.h
139
include/synfig-1.0/synfig/valuenodes/valuenode_intstring.h
133
include/synfig-1.0/synfig/valuenode_join.h
140
include/synfig-1.0/synfig/valuenodes/valuenode_join.h
134
include/synfig-1.0/synfig/valuenode_linear.h
141
include/synfig-1.0/synfig/valuenodes/valuenode_linear.h
135
include/synfig-1.0/synfig/valuenode_log.h
142
include/synfig-1.0/synfig/valuenodes/valuenode_log.h
136
include/synfig-1.0/synfig/valuenode_not.h
143
include/synfig-1.0/synfig/valuenodes/valuenode_not.h
137
include/synfig-1.0/synfig/valuenode_or.h
144
include/synfig-1.0/synfig/valuenodes/valuenode_or.h
138
include/synfig-1.0/synfig/valuenode_pow.h
145
include/synfig-1.0/synfig/valuenodes/valuenode_pow.h
139
include/synfig-1.0/synfig/valuenode_radialcomposite.h
146
include/synfig-1.0/synfig/valuenodes/valuenode_radialcomposite.h
140
include/synfig-1.0/synfig/valuenode_range.h
147
include/synfig-1.0/synfig/valuenodes/valuenode_range.h
141
include/synfig-1.0/synfig/valuenode_real.h
148
include/synfig-1.0/synfig/valuenodes/valuenode_real.h
142
include/synfig-1.0/synfig/valuenode_realstring.h
149
include/synfig-1.0/synfig/valuenodes/valuenode_realstring.h
143
include/synfig-1.0/synfig/valuenode_reciprocal.h
150
include/synfig-1.0/synfig/valuenodes/valuenode_reciprocal.h
144
include/synfig-1.0/synfig/valuenode_reference.h
151
include/synfig-1.0/synfig/valuenodes/valuenode_reference.h
145
include/synfig-1.0/synfig/valuenode_repeat_gradient.h
152
include/synfig-1.0/synfig/valuenodes/valuenode_repeat_gradient.h
146
include/synfig-1.0/synfig/valuenode_scale.h
153
include/synfig-1.0/synfig/valuenodes/valuenode_scale.h
147
include/synfig-1.0/synfig/valuenode_segcalctangent.h
154
include/synfig-1.0/synfig/valuenodes/valuenode_segcalctangent.h
148
include/synfig-1.0/synfig/valuenode_segcalcvertex.h
155
include/synfig-1.0/synfig/valuenodes/valuenode_segcalcvertex.h
149
include/synfig-1.0/synfig/valuenode_sine.h
156
include/synfig-1.0/synfig/valuenodes/valuenode_sine.h
150
include/synfig-1.0/synfig/valuenode_staticlist.h
157
include/synfig-1.0/synfig/valuenodes/valuenode_staticlist.h
151
include/synfig-1.0/synfig/valuenode_step.h
158
include/synfig-1.0/synfig/valuenodes/valuenode_step.h
152
include/synfig-1.0/synfig/valuenode_stripes.h
159
include/synfig-1.0/synfig/valuenodes/valuenode_stripes.h
153
include/synfig-1.0/synfig/valuenode_subtract.h
160
include/synfig-1.0/synfig/valuenodes/valuenode_subtract.h
154
include/synfig-1.0/synfig/valuenode_switch.h
161
include/synfig-1.0/synfig/valuenodes/valuenode_switch.h
155
include/synfig-1.0/synfig/valuenode_timedswap.h
162
include/synfig-1.0/synfig/valuenodes/valuenode_timedswap.h
156
include/synfig-1.0/synfig/valuenode_timeloop.h
163
include/synfig-1.0/synfig/valuenodes/valuenode_timeloop.h
157
include/synfig-1.0/synfig/valuenode_timestring.h
164
include/synfig-1.0/synfig/valuenodes/valuenode_timestring.h
158
include/synfig-1.0/synfig/valuenode_twotone.h
165
include/synfig-1.0/synfig/valuenodes/valuenode_twotone.h
159
include/synfig-1.0/synfig/valuenode_vectorangle.h
166
include/synfig-1.0/synfig/valuenodes/valuenode_vectorangle.h
160
include/synfig-1.0/synfig/valuenode_vectorlength.h
167
include/synfig-1.0/synfig/valuenodes/valuenode_vectorlength.h
161
include/synfig-1.0/synfig/valuenode_vectorx.h
168
include/synfig-1.0/synfig/valuenodes/valuenode_vectorx.h
162
include/synfig-1.0/synfig/valuenode_vectory.h
169
include/synfig-1.0/synfig/valuenodes/valuenode_vectory.h
163
include/synfig-1.0/synfig/valuenode_weightedaverage.h
170
include/synfig-1.0/synfig/valuenodes/valuenode_weightedaverage.h
164
include/synfig-1.0/synfig/valuenode_wplist.h
171
include/synfig-1.0/synfig/valuenodes/valuenode_wplist.h
165
include/synfig-1.0/synfig/valueoperations.h
172
include/synfig-1.0/synfig/valueoperations.h
166
include/synfig-1.0/synfig/valuetransformation.h
173
include/synfig-1.0/synfig/valuetransformation.h
167
include/synfig-1.0/synfig/vector.h
174
include/synfig-1.0/synfig/vector.h
Lines 201-237 Link Here
201
%%PORTDOCS%%%%DOCSDIR%%/NEWS
208
%%PORTDOCS%%%%DOCSDIR%%/NEWS
202
%%PORTDOCS%%%%DOCSDIR%%/README
209
%%PORTDOCS%%%%DOCSDIR%%/README
203
%%PORTDOCS%%%%DOCSDIR%%/TODO
210
%%PORTDOCS%%%%DOCSDIR%%/TODO
204
share/locale/ar/LC_MESSAGES/synfig.mo
211
%%NLS%%share/locale/ar/LC_MESSAGES/synfig.mo
205
share/locale/bs/LC_MESSAGES/synfig.mo
212
%%NLS%%share/locale/bs/LC_MESSAGES/synfig.mo
206
share/locale/ca/LC_MESSAGES/synfig.mo
213
%%NLS%%share/locale/ca/LC_MESSAGES/synfig.mo
207
share/locale/cs/LC_MESSAGES/synfig.mo
214
%%NLS%%share/locale/cs/LC_MESSAGES/synfig.mo
208
share/locale/da/LC_MESSAGES/synfig.mo
215
%%NLS%%share/locale/cs_CZ/LC_MESSAGES/synfig.mo
209
share/locale/de/LC_MESSAGES/synfig.mo
216
%%NLS%%share/locale/da/LC_MESSAGES/synfig.mo
210
share/locale/el/LC_MESSAGES/synfig.mo
217
%%NLS%%share/locale/de/LC_MESSAGES/synfig.mo
211
share/locale/en_GB/LC_MESSAGES/synfig.mo
218
%%NLS%%share/locale/el/LC_MESSAGES/synfig.mo
212
share/locale/es/LC_MESSAGES/synfig.mo
219
%%NLS%%share/locale/en_CZ/LC_MESSAGES/synfig.mo
213
share/locale/eu/LC_MESSAGES/synfig.mo
220
%%NLS%%share/locale/en_GB/LC_MESSAGES/synfig.mo
214
share/locale/eu_ES/LC_MESSAGES/synfig.mo
221
%%NLS%%share/locale/es/LC_MESSAGES/synfig.mo
215
share/locale/fa_IR/LC_MESSAGES/synfig.mo
222
%%NLS%%share/locale/eu/LC_MESSAGES/synfig.mo
216
share/locale/fr/LC_MESSAGES/synfig.mo
223
%%NLS%%share/locale/eu_ES/LC_MESSAGES/synfig.mo
217
share/locale/gl/LC_MESSAGES/synfig.mo
224
%%NLS%%share/locale/fa_IR/LC_MESSAGES/synfig.mo
218
share/locale/he/LC_MESSAGES/synfig.mo
225
%%NLS%%share/locale/fr/LC_MESSAGES/synfig.mo
219
share/locale/hu/LC_MESSAGES/synfig.mo
226
%%NLS%%share/locale/gl/LC_MESSAGES/synfig.mo
220
share/locale/it/LC_MESSAGES/synfig.mo
227
%%NLS%%share/locale/he/LC_MESSAGES/synfig.mo
221
share/locale/ja/LC_MESSAGES/synfig.mo
228
%%NLS%%share/locale/hu/LC_MESSAGES/synfig.mo
222
share/locale/lt/LC_MESSAGES/synfig.mo
229
%%NLS%%share/locale/it/LC_MESSAGES/synfig.mo
223
share/locale/nl/LC_MESSAGES/synfig.mo
230
%%NLS%%share/locale/ja/LC_MESSAGES/synfig.mo
224
share/locale/no/LC_MESSAGES/synfig.mo
231
%%NLS%%share/locale/lt/LC_MESSAGES/synfig.mo
225
share/locale/pl/LC_MESSAGES/synfig.mo
232
%%NLS%%share/locale/nl/LC_MESSAGES/synfig.mo
226
share/locale/pt_BR/LC_MESSAGES/synfig.mo
233
%%NLS%%share/locale/no/LC_MESSAGES/synfig.mo
227
share/locale/ro/LC_MESSAGES/synfig.mo
234
%%NLS%%share/locale/pl/LC_MESSAGES/synfig.mo
228
share/locale/ru/LC_MESSAGES/synfig.mo
235
%%NLS%%share/locale/pt_BR/LC_MESSAGES/synfig.mo
229
share/locale/si/LC_MESSAGES/synfig.mo
236
%%NLS%%share/locale/ro/LC_MESSAGES/synfig.mo
230
share/locale/sk/LC_MESSAGES/synfig.mo
237
%%NLS%%share/locale/ru/LC_MESSAGES/synfig.mo
231
share/locale/sr_RS/LC_MESSAGES/synfig.mo
238
%%NLS%%share/locale/si/LC_MESSAGES/synfig.mo
232
share/locale/sv/LC_MESSAGES/synfig.mo
239
%%NLS%%share/locale/sk/LC_MESSAGES/synfig.mo
233
share/locale/tr/LC_MESSAGES/synfig.mo
240
%%NLS%%share/locale/sr_RS/LC_MESSAGES/synfig.mo
234
share/locale/uz@Latn/LC_MESSAGES/synfig.mo
241
%%NLS%%share/locale/sv/LC_MESSAGES/synfig.mo
235
share/locale/zh-Hant/LC_MESSAGES/synfig.mo
242
%%NLS%%share/locale/tr/LC_MESSAGES/synfig.mo
236
share/locale/zh_CN/LC_MESSAGES/synfig.mo
243
%%NLS%%share/locale/ur/LC_MESSAGES/synfig.mo
237
share/locale/zh_TW/LC_MESSAGES/synfig.mo
244
%%NLS%%share/locale/uz@Latn/LC_MESSAGES/synfig.mo
245
%%NLS%%share/locale/zh-Hant/LC_MESSAGES/synfig.mo
246
%%NLS%%share/locale/zh_CN/LC_MESSAGES/synfig.mo
247
%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/synfig.mo
248
%%NLS%%share/locale/zh_TW/LC_MESSAGES/synfig.mo
(-)graphics/synfigstudio/Makefile (-10 / +15 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	synfigstudio
4
PORTNAME=	synfigstudio
5
PORTVERSION=	1.0
5
PORTVERSION=	1.0.1
6
CATEGORIES=	graphics multimedia
6
CATEGORIES=	graphics multimedia
7
MASTER_SITES=	SF/synfig/releases/${PORTVERSION}/source
7
MASTER_SITES=	SF/synfig/releases/${PORTVERSION}/source
8
8
Lines 9-22 Link Here
9
MAINTAINER=	woodsb02@gmail.com
9
MAINTAINER=	woodsb02@gmail.com
10
COMMENT=	Vector-based 2D animation software package
10
COMMENT=	Vector-based 2D animation software package
11
11
12
LICENSE=	GPLv3
12
LICENSE=	GPLv2 # (or later)
13
13
14
BUILD_DEPENDS=	etl>=0.04.17:${PORTSDIR}/devel/etl
14
BUILD_DEPENDS=	etl>=0.04.18:${PORTSDIR}/devel/etl
15
LIB_DEPENDS=	libsynfig.so:${PORTSDIR}/devel/synfig
15
LIB_DEPENDS=	libsynfig.so:${PORTSDIR}/devel/synfig
16
RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils
16
RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils
17
17
18
USES=		desktop-file-utils gettext gmake libtool pathfix pkgconfig \
18
USES=		desktop-file-utils gmake libtool pathfix pkgconfig shared-mime-info
19
		shared-mime-info
20
USE_GNOME=	gtkmm30 intltool
19
USE_GNOME=	gtkmm30 intltool
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--disable-update-mimedb
21
CONFIGURE_ARGS=	--disable-update-mimedb
Lines 27-41 Link Here
27
CPPFLAGS+=	-I${LOCALBASE}/include
26
CPPFLAGS+=	-I${LOCALBASE}/include
28
LDFLAGS+=	-L${LOCALBASE}/lib
27
LDFLAGS+=	-L${LOCALBASE}/lib
29
28
30
OPTIONS_DEFINE=	DOCS
29
OPTIONS_DEFINE=	DOCS JACK NLS
30
OPTIONS_SUB=	yes
31
31
32
JACK_LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack
33
JACK_CONFIGURE_ENABLE=	jack
34
35
NLS_USES=		gettext
36
NLS_CONFIGURE_ENABLE=	nls
37
32
post-patch:
38
post-patch:
33
	@${REINPLACE_CMD} -e \
39
	@${REINPLACE_CMD} -e \
34
		'/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
40
		'/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
35
		 /optimization_flags/s|CFLAGS=|#CFLAGS=| ; \
41
		 /optimization_flags/s|CFLAGS=|#CFLAGS=| ; \
36
		 /DATADIRNAME/s|lib|share| ; \
42
		 /DATADIRNAME/s|lib|share|' \
37
		 s|<tr1/|<| ; \
38
		 s|::tr1||' \
39
		${WRKSRC}/configure
43
		${WRKSRC}/configure
40
	@${REINPLACE_CMD} -e \
44
	@${REINPLACE_CMD} -e \
41
		's|el_GR|el| ; \
45
		's|el_GR|el| ; \
Lines 43-49 Link Here
43
		 s|no_NO|no| ; \
47
		 s|no_NO|no| ; \
44
		 s|pl_PL|pl| ; \
48
		 s|pl_PL|pl| ; \
45
		 s|sk_SK|sk| ; \
49
		 s|sk_SK|sk| ; \
46
		 s|sv_SE|sv|' ${WRKSRC}/po/LINGUAS
50
		 s|sv_SE|sv|' \
51
		${WRKSRC}/po/LINGUAS
47
52
48
pre-build:
53
pre-build:
49
# FIX LC_MESSAGES
54
# FIX LC_MESSAGES
(-)graphics/synfigstudio/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (synfigstudio-1.0.tar.gz) = 2b23916ca0be4073edad9b0cb92fd30311dd3b8f73372c836ba735100251ee28
1
SHA256 (synfigstudio-1.0.1.tar.gz) = d179046a93c642ba056cc2b35e08242d3b9724b5f3a3709f5a0d40970d49ca49
2
SIZE (synfigstudio-1.0.tar.gz) = 5005826
2
SIZE (synfigstudio-1.0.1.tar.gz) = 5207441
(-)graphics/synfigstudio/files/patch-src_synfigapp_cvs.cpp (-3 / +3 lines)
Lines 1-6 Link Here
1
--- src/synfigapp/cvs.cpp.orig	2007-11-13 18:13:07.000000000 +0900
1
--- src/synfigapp/cvs.cpp.orig	2015-03-28 10:15:01 UTC
2
+++ src/synfigapp/cvs.cpp	2008-03-14 19:39:08.000000000 +0900
2
+++ src/synfigapp/cvs.cpp
3
@@ -62,7 +62,7 @@
3
@@ -62,7 +62,7 @@ using namespace synfigapp;
4
 #define HAVE_STRPTIME
4
 #define HAVE_STRPTIME
5
 #endif
5
 #endif
6
 
6
 
(-)graphics/synfigstudio/pkg-plist (-35 / +45 lines)
Lines 138-177 Link Here
138
share/icons/hicolor/48x48/apps/synfig_icon.png
138
share/icons/hicolor/48x48/apps/synfig_icon.png
139
share/icons/hicolor/64x64/apps/synfig_icon.png
139
share/icons/hicolor/64x64/apps/synfig_icon.png
140
share/icons/hicolor/scalable/apps/synfig_icon.svg
140
share/icons/hicolor/scalable/apps/synfig_icon.svg
141
share/locale/ar/LC_MESSAGES/synfigstudio.mo
141
%%NLS%%share/locale/ar/LC_MESSAGES/synfigstudio.mo
142
share/locale/bs/LC_MESSAGES/synfigstudio.mo
142
%%NLS%%share/locale/bs/LC_MESSAGES/synfigstudio.mo
143
share/locale/ca/LC_MESSAGES/synfigstudio.mo
143
%%NLS%%share/locale/ca/LC_MESSAGES/synfigstudio.mo
144
share/locale/cs/LC_MESSAGES/synfigstudio.mo
144
%%NLS%%share/locale/cs/LC_MESSAGES/synfigstudio.mo
145
share/locale/da/LC_MESSAGES/synfigstudio.mo
145
%%NLS%%share/locale/cs_CZ/LC_MESSAGES/synfigstudio.mo
146
share/locale/de/LC_MESSAGES/synfigstudio.mo
146
%%NLS%%share/locale/da/LC_MESSAGES/synfigstudio.mo
147
share/locale/el/LC_MESSAGES/synfigstudio.mo
147
%%NLS%%share/locale/de/LC_MESSAGES/synfigstudio.mo
148
share/locale/en_GB/LC_MESSAGES/synfigstudio.mo
148
%%NLS%%share/locale/el/LC_MESSAGES/synfigstudio.mo
149
share/locale/es/LC_MESSAGES/synfigstudio.mo
149
%%NLS%%share/locale/en_CZ/LC_MESSAGES/synfigstudio.mo
150
share/locale/eu/LC_MESSAGES/synfigstudio.mo
150
%%NLS%%share/locale/en_GB/LC_MESSAGES/synfigstudio.mo
151
share/locale/eu_ES/LC_MESSAGES/synfigstudio.mo
151
%%NLS%%share/locale/es/LC_MESSAGES/synfigstudio.mo
152
share/locale/fa_IR/LC_MESSAGES/synfigstudio.mo
152
%%NLS%%share/locale/eu/LC_MESSAGES/synfigstudio.mo
153
share/locale/fr/LC_MESSAGES/synfigstudio.mo
153
%%NLS%%share/locale/eu_ES/LC_MESSAGES/synfigstudio.mo
154
share/locale/gl/LC_MESSAGES/synfigstudio.mo
154
%%NLS%%share/locale/fa_IR/LC_MESSAGES/synfigstudio.mo
155
share/locale/he/LC_MESSAGES/synfigstudio.mo
155
%%NLS%%share/locale/fr/LC_MESSAGES/synfigstudio.mo
156
share/locale/hu/LC_MESSAGES/synfigstudio.mo
156
%%NLS%%share/locale/gl/LC_MESSAGES/synfigstudio.mo
157
share/locale/it/LC_MESSAGES/synfigstudio.mo
157
%%NLS%%share/locale/he/LC_MESSAGES/synfigstudio.mo
158
share/locale/ja/LC_MESSAGES/synfigstudio.mo
158
%%NLS%%share/locale/hu/LC_MESSAGES/synfigstudio.mo
159
share/locale/lt/LC_MESSAGES/synfigstudio.mo
159
%%NLS%%share/locale/it/LC_MESSAGES/synfigstudio.mo
160
share/locale/nl/LC_MESSAGES/synfigstudio.mo
160
%%NLS%%share/locale/ja/LC_MESSAGES/synfigstudio.mo
161
share/locale/no/LC_MESSAGES/synfigstudio.mo
161
%%NLS%%share/locale/lt/LC_MESSAGES/synfigstudio.mo
162
share/locale/pl/LC_MESSAGES/synfigstudio.mo
162
%%NLS%%share/locale/nl/LC_MESSAGES/synfigstudio.mo
163
share/locale/pt_BR/LC_MESSAGES/synfigstudio.mo
163
%%NLS%%share/locale/no/LC_MESSAGES/synfigstudio.mo
164
share/locale/ro/LC_MESSAGES/synfigstudio.mo
164
%%NLS%%share/locale/pl/LC_MESSAGES/synfigstudio.mo
165
share/locale/ru/LC_MESSAGES/synfigstudio.mo
165
%%NLS%%share/locale/pt_BR/LC_MESSAGES/synfigstudio.mo
166
share/locale/si/LC_MESSAGES/synfigstudio.mo
166
%%NLS%%share/locale/ro/LC_MESSAGES/synfigstudio.mo
167
share/locale/sk/LC_MESSAGES/synfigstudio.mo
167
%%NLS%%share/locale/ru/LC_MESSAGES/synfigstudio.mo
168
share/locale/sr_RS/LC_MESSAGES/synfigstudio.mo
168
%%NLS%%share/locale/si/LC_MESSAGES/synfigstudio.mo
169
share/locale/sv/LC_MESSAGES/synfigstudio.mo
169
%%NLS%%share/locale/sk/LC_MESSAGES/synfigstudio.mo
170
share/locale/tr/LC_MESSAGES/synfigstudio.mo
170
%%NLS%%share/locale/sr_RS/LC_MESSAGES/synfigstudio.mo
171
share/locale/uz@Latn/LC_MESSAGES/synfigstudio.mo
171
%%NLS%%share/locale/sv/LC_MESSAGES/synfigstudio.mo
172
share/locale/zh-Hant/LC_MESSAGES/synfigstudio.mo
172
%%NLS%%share/locale/tr/LC_MESSAGES/synfigstudio.mo
173
share/locale/zh_CN/LC_MESSAGES/synfigstudio.mo
173
%%NLS%%share/locale/ur/LC_MESSAGES/synfigstudio.mo
174
share/locale/zh_TW/LC_MESSAGES/synfigstudio.mo
174
%%NLS%%share/locale/uz@Latn/LC_MESSAGES/synfigstudio.mo
175
%%NLS%%share/locale/zh-Hant/LC_MESSAGES/synfigstudio.mo
176
%%NLS%%share/locale/zh_CN/LC_MESSAGES/synfigstudio.mo
177
%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/synfigstudio.mo
178
%%NLS%%share/locale/zh_TW/LC_MESSAGES/synfigstudio.mo
175
share/mime-info/synfigstudio.keys
179
share/mime-info/synfigstudio.keys
176
share/mime-info/synfigstudio.mime
180
share/mime-info/synfigstudio.mime
177
share/mime/packages/synfigstudio.xml
181
share/mime/packages/synfigstudio.xml
Lines 179-184 Link Here
179
share/pixmaps/synfig_icon.png
183
share/pixmaps/synfig_icon.png
180
share/pixmaps/synfigstudio/about_icon.png
184
share/pixmaps/synfigstudio/about_icon.png
181
share/pixmaps/synfigstudio/action_add_to_set_icon.png
185
share/pixmaps/synfigstudio/action_add_to_set_icon.png
186
share/pixmaps/synfigstudio/action_doc_new_icon.png
187
share/pixmaps/synfigstudio/action_doc_open_icon.png
188
share/pixmaps/synfigstudio/action_doc_redo_icon.png
189
share/pixmaps/synfigstudio/action_doc_save_icon.png
190
share/pixmaps/synfigstudio/action_doc_saveall_icon.png
191
share/pixmaps/synfigstudio/action_doc_saveas_icon.png
192
share/pixmaps/synfigstudio/action_doc_undo_icon.png
182
share/pixmaps/synfigstudio/action_export_icon.png
193
share/pixmaps/synfigstudio/action_export_icon.png
183
share/pixmaps/synfigstudio/action_flat_interpolation_icon.png
194
share/pixmaps/synfigstudio/action_flat_interpolation_icon.png
184
share/pixmaps/synfigstudio/action_interpolate_interpolation_icon.png
195
share/pixmaps/synfigstudio/action_interpolate_interpolation_icon.png
Lines 292-298 Link Here
292
share/pixmaps/synfigstudio/rename_icon.png
303
share/pixmaps/synfigstudio/rename_icon.png
293
share/pixmaps/synfigstudio/render_options_icon.png
304
share/pixmaps/synfigstudio/render_options_icon.png
294
share/pixmaps/synfigstudio/reset_colors_icon.png
305
share/pixmaps/synfigstudio/reset_colors_icon.png
295
share/pixmaps/synfigstudio/saveall_icon.png
296
share/pixmaps/synfigstudio/select_all_child_layers_icon.png
306
share/pixmaps/synfigstudio/select_all_child_layers_icon.png
297
share/pixmaps/synfigstudio/set_fill_color.png
307
share/pixmaps/synfigstudio/set_fill_color.png
298
share/pixmaps/synfigstudio/set_icon.png
308
share/pixmaps/synfigstudio/set_icon.png

Return to bug 201175