View | Details | Raw Unified | Return to bug 199248
Collapse All | Expand All

(-)multimedia/subtitleeditor/Makefile (-32 / +16 lines)
Lines 2-56 Link Here
2
# $FreeBSD: head/multimedia/subtitleeditor/Makefile 376416 2015-01-06 10:01:41Z ehaupt $
2
# $FreeBSD: head/multimedia/subtitleeditor/Makefile 376416 2015-01-06 10:01:41Z ehaupt $
3
3
4
PORTNAME=	subtitleeditor
4
PORTNAME=	subtitleeditor
5
PORTVERSION=	0.41.0
5
PORTVERSION=	0.41.1
6
PORTREVISION=	3
7
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
8
MASTER_SITES=	http://download.gna.org/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/ \
7
MASTER_SITES=	http://download.gna.org/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/
9
		LOCAL/ehaupt
10
8
11
MAINTAINER=	multimedia@FreeBSD.org
9
MAINTAINER=	multimedia@FreeBSD.org
12
COMMENT=	Subtitle editor
10
COMMENT=	Subtitle editor
13
11
14
LICENSE=	GPLv3
12
LICENSE=	GPLv3
15
13
16
BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
14
BUILD_DEPENDS=	iso-codes>0:${PORTSDIR}/misc/iso-codes
17
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
18
LIB_DEPENDS=	libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
15
LIB_DEPENDS=	libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
19
		libgstreamermm-0.10.so:${PORTSDIR}/multimedia/gstreamermm \
16
		libpcre.so:${PORTSDIR}/devel/pcre \
20
		libenchant.so:${PORTSDIR}/textproc/enchant \
17
		libenchant.so:${PORTSDIR}/textproc/enchant
21
		libpcre.so:${PORTSDIR}/devel/pcre
18
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
19
23
USES=		gmake libtool pkgconfig
20
USES=		desktop-file-utils gettext gmake libtool pkgconfig
24
USE_GCC=	yes
25
USE_GNOME=	gtkmm24
21
USE_GNOME=	gtkmm24
26
USE_GSTREAMER=	good
22
USE_GSTREAMER=	good mm
27
INSTALLS_ICONS=	yes
28
INSTALL_TARGET=	install-strip
29
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
INSTALL_TARGET=	install-strip
25
INSTALLS_ICONS=	yes
30
26
31
CPPFLAGS+=	-I${LOCALBASE}/include
27
CPPFLAGS+=	-I${LOCALBASE}/include
32
LDFLAGS+=	-L${LOCALBASE}/lib
28
LDFLAGS+=	-L${LOCALBASE}/lib
33
29
34
PLIST_SUB=	DESKTOPDIR="${DESKTOPDIR:S,^${PREFIX}/,,}"
30
OPTIONS_DEFINE=		OPENGL
35
36
OPTIONS_DEFINE=	NLS
37
38
.include <bsd.port.options.mk>
39
31
40
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
32
OPENGL_LIB_DEPENDS=	libgtkglextmm-x11-1.2.so:${PORTSDIR}/x11-toolkits/gtkglextmm
41
BROKEN=		Does not compile on FreeBSD 10.0 and later
33
OPENGL_USE=		gl=glu
42
.endif
34
OPENGL_CONFIGURE_ENABLE=gl
43
44
.if ${PORT_OPTIONS:MNLS}
45
USES+=		gettext
46
PLIST_SUB+=	NLS=""
47
.else
48
CONFIGURE_ARGS+=--disable-nls
49
PLIST_SUB+=	NLS="@comment "
50
.endif
51
35
52
post-patch:
36
post-patch:
53
	@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure
37
	@${REINPLACE_CMD} -e \
54
	@${REINPLACE_CMD} -e 's|strtoll|strtoq|g' ${WRKSRC}/plugins/subtitleformats/advancedsubstationalpha/advancedsubstationalpha.cc
38
		's|"GNU strip"|"strip"|' ${WRKSRC}/configure
55
39
56
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)multimedia/subtitleeditor/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (subtitleeditor-0.41.0.tar.gz) = 30e7fc29e8a6e714f6b0eedf80b2b387099957b9d70093fa0032fd5528b14e62
1
SHA256 (subtitleeditor-0.41.1.tar.gz) = 3183f2f9831359f2200194fcc2d360198094c494892ccacd08a28717bffac0d0
2
SIZE (subtitleeditor-0.41.0.tar.gz) = 1637527
2
SIZE (subtitleeditor-0.41.1.tar.gz) = 1637940
(-)multimedia/subtitleeditor/pkg-plist (-98 / +98 lines)
Lines 1-3 Link Here
1
bin/subtitleeditor
2
lib/libsubtitleeditor.so
3
lib/libsubtitleeditor.so.0
4
lib/libsubtitleeditor.so.0.0.0
5
lib/subtitleeditor/plugins/actions/libabout.so
6
lib/subtitleeditor/plugins/actions/libadjusttime.so
7
lib/subtitleeditor/plugins/actions/libapplytranslation.so
8
lib/subtitleeditor/plugins/actions/libbestfit.so
9
lib/subtitleeditor/plugins/actions/libchangeframerate.so
10
lib/subtitleeditor/plugins/actions/libclipboard.so
11
lib/subtitleeditor/plugins/actions/libcombinesubtitles.so
12
lib/subtitleeditor/plugins/actions/libcommand.so
13
lib/subtitleeditor/plugins/actions/libconfigurekeyboardshortcuts.so
14
lib/subtitleeditor/plugins/actions/libdialoguize.so
15
lib/subtitleeditor/plugins/actions/libdocumentmanagement.so
16
lib/subtitleeditor/plugins/actions/libdocumentsnavigation.so
17
lib/subtitleeditor/plugins/actions/libduplicatesubtitle.so
18
lib/subtitleeditor/plugins/actions/libeditcell.so
19
lib/subtitleeditor/plugins/actions/liberrorchecking.so
20
lib/subtitleeditor/plugins/actions/libextendlength.so
21
lib/subtitleeditor/plugins/actions/libexternalvideoplayer.so
22
lib/subtitleeditor/plugins/actions/libfindandreplace.so
23
lib/subtitleeditor/plugins/actions/libinsertsubtitle.so
24
lib/subtitleeditor/plugins/actions/libinsertsubtitlefromkeyframe.so
25
lib/subtitleeditor/plugins/actions/libitalicize.so
26
lib/subtitleeditor/plugins/actions/libjoindocument.so
27
lib/subtitleeditor/plugins/actions/libkeyframesmanagement.so
28
lib/subtitleeditor/plugins/actions/libminimizeduration.so
29
lib/subtitleeditor/plugins/actions/libmoveafterprecedingsubtitle.so
30
lib/subtitleeditor/plugins/actions/libmovesubtitles.so
31
lib/subtitleeditor/plugins/actions/libplaintext.so
32
lib/subtitleeditor/plugins/actions/libpreferences.so
33
lib/subtitleeditor/plugins/actions/libremovesubtitle.so
34
lib/subtitleeditor/plugins/actions/libreversetextandtranslation.so
35
lib/subtitleeditor/plugins/actions/libscalesubtitles.so
36
lib/subtitleeditor/plugins/actions/libselection.so
37
lib/subtitleeditor/plugins/actions/libsortsubtitles.so
38
lib/subtitleeditor/plugins/actions/libspellchecking.so
39
lib/subtitleeditor/plugins/actions/libsplitdocument.so
40
lib/subtitleeditor/plugins/actions/libsplitsubtitle.so
41
lib/subtitleeditor/plugins/actions/libstacksubtitles.so
42
lib/subtitleeditor/plugins/actions/libstyleeditor.so
43
lib/subtitleeditor/plugins/actions/libtextcorrection.so
44
lib/subtitleeditor/plugins/actions/libtimemodemanagement.so
45
lib/subtitleeditor/plugins/actions/libtimingfromplayer.so
46
lib/subtitleeditor/plugins/actions/libtypewriter.so
47
lib/subtitleeditor/plugins/actions/libvideoplayermanagement.so
48
lib/subtitleeditor/plugins/actions/libviewmanager.so
49
lib/subtitleeditor/plugins/actions/libwaveformmanagement.so
50
lib/subtitleeditor/plugins/subtitleformats/libadobeencoredvdntsc.so
51
lib/subtitleeditor/plugins/subtitleformats/libadobeencoredvdpal.so
52
lib/subtitleeditor/plugins/subtitleformats/libadvancedsubstationalpha.so
53
lib/subtitleeditor/plugins/subtitleformats/libbitc.so
54
lib/subtitleeditor/plugins/subtitleformats/libdcsubtitle.so
55
lib/subtitleeditor/plugins/subtitleformats/libmicrodvd.so
56
lib/subtitleeditor/plugins/subtitleformats/libmpl2.so
57
lib/subtitleeditor/plugins/subtitleformats/libmpsub.so
58
lib/subtitleeditor/plugins/subtitleformats/libplaintextformat.so
59
lib/subtitleeditor/plugins/subtitleformats/libsami.so
60
lib/subtitleeditor/plugins/subtitleformats/libsbv.so
61
lib/subtitleeditor/plugins/subtitleformats/libsprucestl.so
62
lib/subtitleeditor/plugins/subtitleformats/libsubrip.so
63
lib/subtitleeditor/plugins/subtitleformats/libsubstationalpha.so
64
lib/subtitleeditor/plugins/subtitleformats/libsubtitleeditorproject.so
65
lib/subtitleeditor/plugins/subtitleformats/libsubviewer2.so
66
lib/subtitleeditor/plugins/subtitleformats/libtimedtextauthoringformat1.so
67
man/man1/subtitleeditor.1.gz
68
share/applications/subtitleeditor.desktop
69
share/icons/hicolor/16x16/apps/subtitleeditor.png
70
share/icons/hicolor/22x22/apps/subtitleeditor.png
71
share/icons/hicolor/24x24/apps/subtitleeditor.png
72
share/icons/hicolor/32x32/apps/subtitleeditor.png
73
share/icons/hicolor/scalable/apps/subtitleeditor.svg
74
share/locale/bg/LC_MESSAGES/subtitleeditor.mo
75
share/locale/ca/LC_MESSAGES/subtitleeditor.mo
76
share/locale/cs/LC_MESSAGES/subtitleeditor.mo
77
share/locale/da/LC_MESSAGES/subtitleeditor.mo
78
share/locale/de/LC_MESSAGES/subtitleeditor.mo
79
share/locale/el/LC_MESSAGES/subtitleeditor.mo
80
share/locale/en_GB/LC_MESSAGES/subtitleeditor.mo
81
share/locale/eo/LC_MESSAGES/subtitleeditor.mo
82
share/locale/es/LC_MESSAGES/subtitleeditor.mo
83
share/locale/fr/LC_MESSAGES/subtitleeditor.mo
84
share/locale/gl/LC_MESSAGES/subtitleeditor.mo
85
share/locale/hu/LC_MESSAGES/subtitleeditor.mo
86
share/locale/it/LC_MESSAGES/subtitleeditor.mo
87
share/locale/lt/LC_MESSAGES/subtitleeditor.mo
88
share/locale/nl/LC_MESSAGES/subtitleeditor.mo
89
share/locale/pl/LC_MESSAGES/subtitleeditor.mo
90
share/locale/pt/LC_MESSAGES/subtitleeditor.mo
91
share/locale/pt_BR/LC_MESSAGES/subtitleeditor.mo
92
share/locale/pt_PT/LC_MESSAGES/subtitleeditor.mo
93
share/locale/ru/LC_MESSAGES/subtitleeditor.mo
94
share/locale/sr/LC_MESSAGES/subtitleeditor.mo
95
share/locale/tr/LC_MESSAGES/subtitleeditor.mo
96
share/locale/zh_CN/LC_MESSAGES/subtitleeditor.mo
97
share/locale/zh_TW/LC_MESSAGES/subtitleeditor.mo
98
share/pixmaps/subtitleeditor.svg
1
%%DATADIR%%/menubar.xml
99
%%DATADIR%%/menubar.xml
2
%%DATADIR%%/plugins-description/actions/about.se-plugin
100
%%DATADIR%%/plugins-description/actions/about.se-plugin
3
%%DATADIR%%/plugins-description/actions/adjusttime.se-plugin
101
%%DATADIR%%/plugins-description/actions/adjusttime.se-plugin
Lines 96-196 Link Here
96
%%DATADIR%%/ui/dialog-save-document.ui
194
%%DATADIR%%/ui/dialog-save-document.ui
97
%%DATADIR%%/ui/dialog-script-properties.ui
195
%%DATADIR%%/ui/dialog-script-properties.ui
98
%%DATADIR%%/ui/subtitleeditor.ui
196
%%DATADIR%%/ui/subtitleeditor.ui
99
%%DESKTOPDIR%%/subtitleeditor.desktop
100
%%NLS%%share/locale/bg/LC_MESSAGES/subtitleeditor.mo
101
%%NLS%%share/locale/ca/LC_MESSAGES/subtitleeditor.mo
102
%%NLS%%share/locale/cs/LC_MESSAGES/subtitleeditor.mo
103
%%NLS%%share/locale/da/LC_MESSAGES/subtitleeditor.mo
104
%%NLS%%share/locale/de/LC_MESSAGES/subtitleeditor.mo
105
%%NLS%%share/locale/el/LC_MESSAGES/subtitleeditor.mo
106
%%NLS%%share/locale/en_GB/LC_MESSAGES/subtitleeditor.mo
107
%%NLS%%share/locale/eo/LC_MESSAGES/subtitleeditor.mo
108
%%NLS%%share/locale/es/LC_MESSAGES/subtitleeditor.mo
109
%%NLS%%share/locale/fr/LC_MESSAGES/subtitleeditor.mo
110
%%NLS%%share/locale/gl/LC_MESSAGES/subtitleeditor.mo
111
%%NLS%%share/locale/hu/LC_MESSAGES/subtitleeditor.mo
112
%%NLS%%share/locale/it/LC_MESSAGES/subtitleeditor.mo
113
%%NLS%%share/locale/lt/LC_MESSAGES/subtitleeditor.mo
114
%%NLS%%share/locale/nl/LC_MESSAGES/subtitleeditor.mo
115
%%NLS%%share/locale/pl/LC_MESSAGES/subtitleeditor.mo
116
%%NLS%%share/locale/pt/LC_MESSAGES/subtitleeditor.mo
117
%%NLS%%share/locale/pt_BR/LC_MESSAGES/subtitleeditor.mo
118
%%NLS%%share/locale/pt_PT/LC_MESSAGES/subtitleeditor.mo
119
%%NLS%%share/locale/ru/LC_MESSAGES/subtitleeditor.mo
120
%%NLS%%share/locale/sr/LC_MESSAGES/subtitleeditor.mo
121
%%NLS%%share/locale/tr/LC_MESSAGES/subtitleeditor.mo
122
%%NLS%%share/locale/zh_CN/LC_MESSAGES/subtitleeditor.mo
123
%%NLS%%share/locale/zh_TW/LC_MESSAGES/subtitleeditor.mo
124
bin/subtitleeditor
125
lib/libsubtitleeditor.so
126
lib/libsubtitleeditor.so.0
127
lib/libsubtitleeditor.so.0.0.0
128
lib/subtitleeditor/plugins/actions/libabout.so
129
lib/subtitleeditor/plugins/actions/libadjusttime.so
130
lib/subtitleeditor/plugins/actions/libapplytranslation.so
131
lib/subtitleeditor/plugins/actions/libbestfit.so
132
lib/subtitleeditor/plugins/actions/libchangeframerate.so
133
lib/subtitleeditor/plugins/actions/libclipboard.so
134
lib/subtitleeditor/plugins/actions/libcombinesubtitles.so
135
lib/subtitleeditor/plugins/actions/libcommand.so
136
lib/subtitleeditor/plugins/actions/libconfigurekeyboardshortcuts.so
137
lib/subtitleeditor/plugins/actions/libdialoguize.so
138
lib/subtitleeditor/plugins/actions/libdocumentmanagement.so
139
lib/subtitleeditor/plugins/actions/libdocumentsnavigation.so
140
lib/subtitleeditor/plugins/actions/libduplicatesubtitle.so
141
lib/subtitleeditor/plugins/actions/libeditcell.so
142
lib/subtitleeditor/plugins/actions/liberrorchecking.so
143
lib/subtitleeditor/plugins/actions/libextendlength.so
144
lib/subtitleeditor/plugins/actions/libexternalvideoplayer.so
145
lib/subtitleeditor/plugins/actions/libfindandreplace.so
146
lib/subtitleeditor/plugins/actions/libinsertsubtitle.so
147
lib/subtitleeditor/plugins/actions/libinsertsubtitlefromkeyframe.so
148
lib/subtitleeditor/plugins/actions/libitalicize.so
149
lib/subtitleeditor/plugins/actions/libjoindocument.so
150
lib/subtitleeditor/plugins/actions/libkeyframesmanagement.so
151
lib/subtitleeditor/plugins/actions/libminimizeduration.so
152
lib/subtitleeditor/plugins/actions/libmoveafterprecedingsubtitle.so
153
lib/subtitleeditor/plugins/actions/libmovesubtitles.so
154
lib/subtitleeditor/plugins/actions/libplaintext.so
155
lib/subtitleeditor/plugins/actions/libpreferences.so
156
lib/subtitleeditor/plugins/actions/libremovesubtitle.so
157
lib/subtitleeditor/plugins/actions/libreversetextandtranslation.so
158
lib/subtitleeditor/plugins/actions/libscalesubtitles.so
159
lib/subtitleeditor/plugins/actions/libselection.so
160
lib/subtitleeditor/plugins/actions/libsortsubtitles.so
161
lib/subtitleeditor/plugins/actions/libspellchecking.so
162
lib/subtitleeditor/plugins/actions/libsplitdocument.so
163
lib/subtitleeditor/plugins/actions/libsplitsubtitle.so
164
lib/subtitleeditor/plugins/actions/libstacksubtitles.so
165
lib/subtitleeditor/plugins/actions/libstyleeditor.so
166
lib/subtitleeditor/plugins/actions/libtextcorrection.so
167
lib/subtitleeditor/plugins/actions/libtimemodemanagement.so
168
lib/subtitleeditor/plugins/actions/libtimingfromplayer.so
169
lib/subtitleeditor/plugins/actions/libtypewriter.so
170
lib/subtitleeditor/plugins/actions/libvideoplayermanagement.so
171
lib/subtitleeditor/plugins/actions/libviewmanager.so
172
lib/subtitleeditor/plugins/actions/libwaveformmanagement.so
173
lib/subtitleeditor/plugins/subtitleformats/libadobeencoredvdntsc.so
174
lib/subtitleeditor/plugins/subtitleformats/libadobeencoredvdpal.so
175
lib/subtitleeditor/plugins/subtitleformats/libadvancedsubstationalpha.so
176
lib/subtitleeditor/plugins/subtitleformats/libbitc.so
177
lib/subtitleeditor/plugins/subtitleformats/libdcsubtitle.so
178
lib/subtitleeditor/plugins/subtitleformats/libmicrodvd.so
179
lib/subtitleeditor/plugins/subtitleformats/libmpl2.so
180
lib/subtitleeditor/plugins/subtitleformats/libmpsub.so
181
lib/subtitleeditor/plugins/subtitleformats/libplaintextformat.so
182
lib/subtitleeditor/plugins/subtitleformats/libsami.so
183
lib/subtitleeditor/plugins/subtitleformats/libsbv.so
184
lib/subtitleeditor/plugins/subtitleformats/libsprucestl.so
185
lib/subtitleeditor/plugins/subtitleformats/libsubrip.so
186
lib/subtitleeditor/plugins/subtitleformats/libsubstationalpha.so
187
lib/subtitleeditor/plugins/subtitleformats/libsubtitleeditorproject.so
188
lib/subtitleeditor/plugins/subtitleformats/libsubviewer2.so
189
lib/subtitleeditor/plugins/subtitleformats/libtimedtextauthoringformat1.so
190
man/man1/subtitleeditor.1.gz
191
share/icons/hicolor/16x16/apps/subtitleeditor.png
192
share/icons/hicolor/22x22/apps/subtitleeditor.png
193
share/icons/hicolor/24x24/apps/subtitleeditor.png
194
share/icons/hicolor/32x32/apps/subtitleeditor.png
195
share/icons/hicolor/scalable/apps/subtitleeditor.svg
196
share/pixmaps/subtitleeditor.svg

Return to bug 199248