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

(-)multimedia/gmerlin/Makefile (-45 / +50 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	gmerlin
8
PORTNAME=	gmerlin
9
PORTVERSION=	0.4.1
9
PORTVERSION=	1.0.0
10
PORTREVISION=	7
11
CATEGORIES=	multimedia
10
CATEGORIES=	multimedia
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF
13
12
Lines 16-43 Link Here
16
15
17
LIB_DEPENDS=	gavl.1:${PORTSDIR}/multimedia/gavl
16
LIB_DEPENDS=	gavl.1:${PORTSDIR}/multimedia/gavl
18
17
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--without-doxygen --without-texinfo --disable-alsa \
21
		--disable-v4l --disable-alsamixer --disable-camelot \
22
		--without-cpuflags --disable-v4l2 --disable-v4lconvert
23
USE_GNOME=	gtk20 gnomehack libxml2
24
USE_GL=		gl
25
USE_XORG=	x11 xv xinerama ice
26
USE_GETTEXT=	yes
27
USE_LDCONFIG=	yes
28
29
CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" \
30
		CPPFLAGS="-I${LOCALBASE}/include/libvisual-0.4 -I${LOCALBASE}/include"
31
32
PORTDOCS=	README
33
34
INFO=		gmerlin
35
MAN1=		gmerlin_play.1
36
37
OPTIONS=	PULSEAUDIO "Enable PulseAudio support" on \
18
OPTIONS=	PULSEAUDIO "Enable PulseAudio support" on \
38
		QUICKTIME "Enable QuickTime support" on \
19
		QUICKTIME "Enable QuickTime support" on \
39
		LIBVISUAL "Enable libvisual support" on \
20
		VISUAL "Enable libvisual support" on \
40
		LIBCDIO	"Enable libcdio support" on \
21
		CDIO	"Enable libcdio support" on \
41
		MUSICBRAINZ "Enable MusicBrainz support" on \
22
		MUSICBRAINZ "Enable MusicBrainz support" on \
42
		CDDB	"Enable CDDB support" on \
23
		CDDB	"Enable CDDB support" on \
43
		ESOUND	"Enable ESounD support" off \
24
		ESOUND	"Enable ESounD support" off \
Lines 45-59 Link Here
45
		JPEG	"Enable JPEG support" on \
26
		JPEG	"Enable JPEG support" on \
46
		PNG	"Enable PNG support" on \
27
		PNG	"Enable PNG support" on \
47
		TIFF	"Enable TIFF support" on \
28
		TIFF	"Enable TIFF support" on \
48
		MJPEGTOOLS "Enable mjpegtools support" on \
49
		PLUGINCFG "Build plugin configurator" on \
29
		PLUGINCFG "Build plugin configurator" on \
50
		PLAYER	"Build player" on \
30
		PLAYER	"Build player" on \
51
		KBD	"Build keyboard daemon" on \
31
		KBD	"Build keyboard daemon" on \
52
		TRANSCODER "Build transcoder" on \
32
		TRANSCODER "Build transcoder" on \
33
		RECORDER "Build recorder" on \
53
		VISUALIZER "Build visualizer" on \
34
		VISUALIZER "Build visualizer" on \
54
		THUMBNAILER "Build thumbnailer" on \
35
		THUMBNAILER "Build thumbnailer" on \
55
		OPTIMIZED_CFLAGS "Additional optimizations" on
36
		OPTIMIZED_CFLAGS "Additional optimizations" on
56
37
38
USE_GNOME=	gnomehack gtk20 libxml2
39
USE_XORG=	ice x11 xinerama xv
40
USE_GL=		gl
41
USE_GETTEXT=	yes
42
GNU_CONFIGURE=	yes
43
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
44
CONFIGURE_ARGS=	--disable-alsa --disable-v4l --disable-v4l2 \
45
		--disable-camelot --disable-alsamixer --disable-v4lconvert \
46
		--without-doxygen --without-cpuflags 
47
USE_LDCONFIG=	yes
48
INSTALL_ICONS=	yes
49
50
CPPFLAGS=	-I${LOCALBASE}/include
51
LDFLAGS=	-L${LOCALBASE}/lib
52
53
INFO=		gmerlin
54
MAN1=		gmerlin_play.1
55
57
.include <bsd.port.pre.mk>
56
.include <bsd.port.pre.mk>
58
57
59
.if !defined(WITHOUT_PULSEAUDIO)
58
.if !defined(WITHOUT_PULSEAUDIO)
Lines 72-84 Link Here
72
PLIST_SUB+=	QUICKTIME="@comment "
71
PLIST_SUB+=	QUICKTIME="@comment "
73
.endif
72
.endif
74
73
75
.if !defined(WITHOUT_LIBVISUAL)
74
.if !defined(WITHOUT_VISUAL)
76
LIB_DEPENDS+=	visual-0.4:${PORTSDIR}/graphics/libvisual04
75
LIB_DEPENDS+=	visual-0.4:${PORTSDIR}/graphics/libvisual04
77
.else
76
.else
78
CONFIGURE_ARGS+=--disable-libvisual
77
CONFIGURE_ARGS+=--disable-libvisual
79
.endif
78
.endif
80
79
81
.if !defined(WITHOUT_LIBCDIO)
80
.if !defined(WITHOUT_CDIO)
82
LIB_DEPENDS+=	cdio.12:${PORTSDIR}/sysutils/libcdio
81
LIB_DEPENDS+=	cdio.12:${PORTSDIR}/sysutils/libcdio
83
PLIST_SUB+=	CDIO=""
82
PLIST_SUB+=	CDIO=""
84
.else
83
.else
Lines 138-149 Link Here
138
PLIST_SUB+=	TIFF="@comment "
137
PLIST_SUB+=	TIFF="@comment "
139
.endif
138
.endif
140
139
141
.if !defined(WITHOUT_MJPEGTOOLS)
142
LIB_DEPENDS+=	lavjpeg-2.0.0:${PORTSDIR}/multimedia/mjpegtools
143
.else
144
CONFIGURE_ARGS+=--disable-mjpegtools
145
.endif
146
147
# applications
140
# applications
148
.if !defined(WITHOUT_PLUGINCFG)
141
.if !defined(WITHOUT_PLUGINCFG)
149
PLIST_SUB+=	PLUGINCFG=""
142
PLIST_SUB+=	PLUGINCFG=""
Lines 175-180 Link Here
175
PLIST_SUB+=	TRANSCODER="@comment "
168
PLIST_SUB+=	TRANSCODER="@comment "
176
.endif
169
.endif
177
170
171
.if !defined(WITHOUT_RECORDER)
172
PLIST_SUB+=	RECORDER=""
173
.else
174
CONFIGURE_ARGS+=--disable-recorder
175
PLIST_SUB+=	RECORDER="@comment "
176
.endif
177
178
.if !defined(WITHOUT_VISUALIZER)
178
.if !defined(WITHOUT_VISUALIZER)
179
PLIST_SUB+=	VISUALIZER=""
179
PLIST_SUB+=	VISUALIZER=""
180
.else
180
.else
Lines 196-217 Link Here
196
.endif
196
.endif
197
197
198
post-patch:
198
post-patch:
199
	@${REINPLACE_CMD} -e 's|-O3.*-ffast-math||g; \
199
	@${REINPLACE_CMD} -e \
200
		s|-DGTK_DISABLE_DEPRECATED||; \
200
		's|-O3.*-ffast-math||g ; \
201
		/LIBS/ s|-ldl||g; s|^LDFLAGS="|&$${LDFLAGS} |' \
201
		 s|-DGTK_DISABLE_DEPRECATED||g ; \
202
		${WRKSRC}/configure
202
		 /LIBS/ s|-ldl||g ; \
203
	@${REINPLACE_CMD} -e 's|-ldl||; s|-lpthread|${PTHREAD_LIBS}|; \
203
		 s|^LDFLAGS="|&$${LDFLAGS} |g' ${WRKSRC}/configure
204
		/^LIBS = / s|$$| @LIBINTL@ ${PTHREAD_LIBS}|' \
204
.for file in apps/cmdlineplayer/Makefile.in apps/kbd/Makefile.in \
205
		${WRKSRC}/lib/Makefile.in ${WRKSRC}/tests/Makefile.in \
205
	apps/player/Makefile.in apps/transcoder/Makefile.in \
206
		${WRKSRC}/apps/cmdlineplayer/Makefile.in \
206
	apps/thumbnailer/Makefile.in lib/Makefile.in tests/Makefile.in
207
		${WRKSRC}/apps/kbd/Makefile.in \
207
	@${REINPLACE_CMD} -e \
208
		${WRKSRC}/apps/player/Makefile.in \
208
		's|-ldl||g ; \
209
		${WRKSRC}/apps/transcoder/Makefile.in \
209
		 s|-lpthread|${PTHREAD_LIBS}|g ; \
210
		${WRKSRC}/apps/thumbnailer/Makefile.in
210
		 /^LIBS = / s|$$| @LIBINTL@ ${PTHREAD_LIBS}|g' ${WRKSRC}/${file}
211
.endfor
212
.for file in doc/Makefile.in
213
	@${REINPLACE_CMD} -e \
214
		 's|^texinfo_|#texinfo_|g' ${WRKSRC}/${file}
215
.endfor
211
216
212
.if !defined(NOPORTDOCS)
213
post-install:
217
post-install:
214
	${MKDIR} ${DOCSDIR}
218
.if !defined(NOPORTDOCS)
219
	@${MKDIR} ${DOCSDIR}
215
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
220
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
216
.endif
221
.endif
217
222
(-)multimedia/gmerlin/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (gmerlin-0.4.1.tar.gz) = 34af7c8d374d5bc9be24a12a27cb2ed8
1
SHA256 (gmerlin-1.0.0.tar.gz) = a94bfd08869aa575982f4713a103bb0af314591414c02be6634239b70d7a9b14
2
SHA256 (gmerlin-0.4.1.tar.gz) = 938f1852809c2d0010384186eb887b7f5f380e372441d16b4987bfb1baedf81b
2
SIZE (gmerlin-1.0.0.tar.gz) = 2450041
3
SIZE (gmerlin-0.4.1.tar.gz) = 2353618
(-)multimedia/gmerlin/files/patch-configure (+23 lines)
Line 0 Link Here
1
--- configure.orig	2011-01-08 09:50:08.000000000 +0900
2
+++ configure	2011-06-29 01:06:34.000000000 +0900
3
@@ -1042,6 +1042,7 @@
4
 with_x
5
 enable_pulseaudio
6
 enable_lqt
7
+enable_v4lconvert
8
 enable_libvisual
9
 enable_libcdio
10
 enable_musicbrainz
11
@@ -15115,9 +15116,9 @@
12
 V4LCONVERT_REQUIRED="0.5.7"
13
 have_v4lconvert=false
14
 
15
-# Check whether --enable-lqt was given.
16
-if test "${enable_lqt+set}" = set; then :
17
-  enableval=$enable_lqt; case "${enableval}" in
18
+# Check whether --enable-v4lconvert was given.
19
+if test "${enable_v4lconvert+set}" = set; then :
20
+  enableval=$enable_v4lconvert; case "${enableval}" in
21
                  yes) test_v4lconvert=true ;;
22
                  no) test_v4lconvert=false ;;
23
                esac
(-)multimedia/gmerlin/files/patch-plugins-png-ir_png.c (-11 lines)
Lines 1-11 Link Here
1
--- ./plugins/png/ir_png.c.orig	2009-06-11 19:25:29.000000000 +0400
2
+++ ./plugins/png/ir_png.c	2010-05-31 19:38:31.000000000 +0400
3
@@ -126,7 +126,7 @@
4
         bits = 16;
5
         }
6
       if(bit_depth < 8)
7
-        png_set_gray_1_2_4_to_8(png->png_ptr);
8
+        png_set_expand_gray_1_2_4_to_8(png->png_ptr);
9
       if (png_get_valid(png->png_ptr, png->info_ptr, PNG_INFO_tRNS))
10
         {
11
         png_set_tRNS_to_alpha(png->png_ptr);
(-)multimedia/gmerlin/pkg-plist (-5 / +30 lines)
Lines 8-18 Link Here
8
bin/gmerlin_play
8
bin/gmerlin_play
9
%%PLUGINCFG%%bin/gmerlin_plugincfg
9
%%PLUGINCFG%%bin/gmerlin_plugincfg
10
bin/gmerlin_psnr
10
bin/gmerlin_psnr
11
%%RECORDER%%bin/gmerlin_recorder
11
%%PLAYER%%bin/gmerlin_remote
12
%%PLAYER%%bin/gmerlin_remote
13
bin/gmerlin_ssim
12
%%TRANSCODER%%bin/gmerlin_transcoder
14
%%TRANSCODER%%bin/gmerlin_transcoder
13
%%TRANSCODER%%bin/gmerlin_transcoder_remote
15
%%TRANSCODER%%bin/gmerlin_transcoder_remote
14
%%VISUALIZER%%bin/gmerlin_visualizer
16
bin/gmerlin_vanalyze
15
bin/gmerlin_visualize
17
bin/gmerlin_visualize
18
%%VISUALIZER%%bin/gmerlin_visualizer
16
bin/gmerlin_visualizer_slave
19
bin/gmerlin_visualizer_slave
17
bin/gmerlin_vpsnr
20
bin/gmerlin_vpsnr
18
include/gmerlin/accelerator.h
21
include/gmerlin/accelerator.h
Lines 26-33 Link Here
26
include/gmerlin/cmdline.h
29
include/gmerlin/cmdline.h
27
include/gmerlin/converters.h
30
include/gmerlin/converters.h
28
include/gmerlin/edl.h
31
include/gmerlin/edl.h
29
include/gmerlin/encoderinfo.h
32
include/gmerlin/encoder.h
30
include/gmerlin/fifo.h
31
include/gmerlin/fileformat.h
33
include/gmerlin/fileformat.h
32
include/gmerlin/filters.h
34
include/gmerlin/filters.h
33
include/gmerlin/gui_gtk/aboutwindow.h
35
include/gmerlin/gui_gtk/aboutwindow.h
Lines 46-51 Link Here
46
include/gmerlin/gui_gtk/message.h
48
include/gmerlin/gui_gtk/message.h
47
include/gmerlin/gui_gtk/multiinfo.h
49
include/gmerlin/gui_gtk/multiinfo.h
48
include/gmerlin/gui_gtk/plugin.h
50
include/gmerlin/gui_gtk/plugin.h
51
include/gmerlin/gui_gtk/presetmenu.h
49
include/gmerlin/gui_gtk/question.h
52
include/gmerlin/gui_gtk/question.h
50
include/gmerlin/gui_gtk/scrolltext.h
53
include/gmerlin/gui_gtk/scrolltext.h
51
include/gmerlin/gui_gtk/slider.h
54
include/gmerlin/gui_gtk/slider.h
Lines 62-68 Link Here
62
include/gmerlin/player.h
65
include/gmerlin/player.h
63
include/gmerlin/playermsg.h
66
include/gmerlin/playermsg.h
64
include/gmerlin/plugin.h
67
include/gmerlin/plugin.h
68
include/gmerlin/pluginfuncs.h
65
include/gmerlin/pluginregistry.h
69
include/gmerlin/pluginregistry.h
70
include/gmerlin/preset.h
71
include/gmerlin/recorder.h
66
include/gmerlin/remote.h
72
include/gmerlin/remote.h
67
include/gmerlin/serialize.h
73
include/gmerlin/serialize.h
68
include/gmerlin/singlepic.h
74
include/gmerlin/singlepic.h
Lines 94-99 Link Here
94
lib/gmerlin/plugins/fa_sampleformat.so
100
lib/gmerlin/plugins/fa_sampleformat.so
95
lib/gmerlin/plugins/fa_volume.la
101
lib/gmerlin/plugins/fa_volume.la
96
lib/gmerlin/plugins/fa_volume.so
102
lib/gmerlin/plugins/fa_volume.so
103
lib/gmerlin/plugins/fv_bitshift.la
104
lib/gmerlin/plugins/fv_bitshift.so
97
lib/gmerlin/plugins/fv_blur.la
105
lib/gmerlin/plugins/fv_blur.la
98
lib/gmerlin/plugins/fv_blur.so
106
lib/gmerlin/plugins/fv_blur.so
99
lib/gmerlin/plugins/fv_colorbalance.la
107
lib/gmerlin/plugins/fv_colorbalance.la
Lines 112-117 Link Here
112
lib/gmerlin/plugins/fv_equalizer.so
120
lib/gmerlin/plugins/fv_equalizer.so
113
lib/gmerlin/plugins/fv_flip.la
121
lib/gmerlin/plugins/fv_flip.la
114
lib/gmerlin/plugins/fv_flip.so
122
lib/gmerlin/plugins/fv_flip.so
123
lib/gmerlin/plugins/fv_framerate.la
124
lib/gmerlin/plugins/fv_framerate.so
115
lib/gmerlin/plugins/fv_interlace.la
125
lib/gmerlin/plugins/fv_interlace.la
116
lib/gmerlin/plugins/fv_interlace.so
126
lib/gmerlin/plugins/fv_interlace.so
117
lib/gmerlin/plugins/fv_invert_rgb.la
127
lib/gmerlin/plugins/fv_invert_rgb.la
Lines 120-131 Link Here
120
lib/gmerlin/plugins/fv_oldcolor.so
130
lib/gmerlin/plugins/fv_oldcolor.so
121
lib/gmerlin/plugins/fv_pixelformat.la
131
lib/gmerlin/plugins/fv_pixelformat.la
122
lib/gmerlin/plugins/fv_pixelformat.so
132
lib/gmerlin/plugins/fv_pixelformat.so
123
lib/gmerlin/plugins/fv_tlp.la
124
lib/gmerlin/plugins/fv_tlp.so
125
lib/gmerlin/plugins/fv_tcdisplay.la
133
lib/gmerlin/plugins/fv_tcdisplay.la
126
lib/gmerlin/plugins/fv_tcdisplay.so
134
lib/gmerlin/plugins/fv_tcdisplay.so
127
lib/gmerlin/plugins/fv_tctweak.la
135
lib/gmerlin/plugins/fv_tctweak.la
128
lib/gmerlin/plugins/fv_tctweak.so
136
lib/gmerlin/plugins/fv_tctweak.so
137
lib/gmerlin/plugins/fv_tlp.la
138
lib/gmerlin/plugins/fv_tlp.so
129
lib/gmerlin/plugins/fv_transform.la
139
lib/gmerlin/plugins/fv_transform.la
130
lib/gmerlin/plugins/fv_transform.so
140
lib/gmerlin/plugins/fv_transform.so
131
lib/gmerlin/plugins/fv_zoom.la
141
lib/gmerlin/plugins/fv_zoom.la
Lines 146-151 Link Here
146
lib/gmerlin/plugins/i_oss.so
156
lib/gmerlin/plugins/i_oss.so
147
%%PULSEAUDIO%%lib/gmerlin/plugins/i_pulse.la
157
%%PULSEAUDIO%%lib/gmerlin/plugins/i_pulse.la
148
%%PULSEAUDIO%%lib/gmerlin/plugins/i_pulse.so
158
%%PULSEAUDIO%%lib/gmerlin/plugins/i_pulse.so
159
lib/gmerlin/plugins/i_x11.la
160
lib/gmerlin/plugins/i_x11.so
149
lib/gmerlin/plugins/ir_bmp.la
161
lib/gmerlin/plugins/ir_bmp.la
150
lib/gmerlin/plugins/ir_bmp.so
162
lib/gmerlin/plugins/ir_bmp.so
151
lib/gmerlin/plugins/ir_gavl.la
163
lib/gmerlin/plugins/ir_gavl.la
Lines 197-204 Link Here
197
%%KBD%%share/applications/gmerlin-kbd.desktop
209
%%KBD%%share/applications/gmerlin-kbd.desktop
198
%%PLAYER%%share/applications/gmerlin-player.desktop
210
%%PLAYER%%share/applications/gmerlin-player.desktop
199
%%PLUGINCFG%%share/applications/gmerlin-plugincfg.desktop
211
%%PLUGINCFG%%share/applications/gmerlin-plugincfg.desktop
212
%%RECORDER%%share/applications/gmerlin-recorder.desktop
200
%%TRANSCODER%%share/applications/gmerlin-transcoder.desktop
213
%%TRANSCODER%%share/applications/gmerlin-transcoder.desktop
201
%%VISUALIZER%%share/applications/gmerlin-visualizer.desktop
214
%%VISUALIZER%%share/applications/gmerlin-visualizer.desktop
215
%%PORTDOCS%%%%DOCSDIR%%/README
202
%%DATADIR%%/icons/about_16.png
216
%%DATADIR%%/icons/about_16.png
203
%%DATADIR%%/icons/add_16.png
217
%%DATADIR%%/icons/add_16.png
204
%%DATADIR%%/icons/audio_16.png
218
%%DATADIR%%/icons/audio_16.png
Lines 263-268 Link Here
263
%%DATADIR%%/icons/plugincfg_icon.png
277
%%DATADIR%%/icons/plugincfg_icon.png
264
%%DATADIR%%/icons/quit_16.png
278
%%DATADIR%%/icons/quit_16.png
265
%%DATADIR%%/icons/record_16.png
279
%%DATADIR%%/icons/record_16.png
280
%%DATADIR%%/icons/recorder_icon.png
266
%%DATADIR%%/icons/refresh_16.png
281
%%DATADIR%%/icons/refresh_16.png
267
%%DATADIR%%/icons/rename_16.png
282
%%DATADIR%%/icons/rename_16.png
268
%%DATADIR%%/icons/repeat_mode_1.png
283
%%DATADIR%%/icons/repeat_mode_1.png
Lines 271-276 Link Here
271
%%DATADIR%%/icons/right_16.png
286
%%DATADIR%%/icons/right_16.png
272
%%DATADIR%%/icons/run_16.png
287
%%DATADIR%%/icons/run_16.png
273
%%DATADIR%%/icons/save_16.png
288
%%DATADIR%%/icons/save_16.png
289
%%DATADIR%%/icons/snapshot_16.png
274
%%DATADIR%%/icons/sort_16.png
290
%%DATADIR%%/icons/sort_16.png
275
%%DATADIR%%/icons/state_buffering_1.png
291
%%DATADIR%%/icons/state_buffering_1.png
276
%%DATADIR%%/icons/state_buffering_2.png
292
%%DATADIR%%/icons/state_buffering_2.png
Lines 334-345 Link Here
334
%%DATADIR%%/skins/Default/volume_slider_cl.png
350
%%DATADIR%%/skins/Default/volume_slider_cl.png
335
%%DATADIR%%/skins/Default/volume_slider_hl.png
351
%%DATADIR%%/skins/Default/volume_slider_hl.png
336
%%DATADIR%%/skins/Default/volume_slider_in.png
352
%%DATADIR%%/skins/Default/volume_slider_in.png
353
share/icons/hicolor/48x48/apps/gmerlin-alsamixer.png
354
share/icons/hicolor/48x48/apps/gmerlin-camelot.png
355
share/icons/hicolor/48x48/apps/gmerlin-kbd.png
356
share/icons/hicolor/48x48/apps/gmerlin-player.png
357
share/icons/hicolor/48x48/apps/gmerlin-plugincfg.png
358
share/icons/hicolor/48x48/apps/gmerlin-recorder.png
359
share/icons/hicolor/48x48/apps/gmerlin-transcoder.png
360
share/icons/hicolor/48x48/apps/gmerlin-visualizer.png
337
share/locale/de/LC_MESSAGES/gmerlin.mo
361
share/locale/de/LC_MESSAGES/gmerlin.mo
338
@dirrm %%DATADIR%%/skins/Default
362
@dirrm %%DATADIR%%/skins/Default
339
@dirrm %%DATADIR%%/skins
363
@dirrm %%DATADIR%%/skins
340
@dirrm %%DATADIR%%/osd
364
@dirrm %%DATADIR%%/osd
341
@dirrm %%DATADIR%%/icons
365
@dirrm %%DATADIR%%/icons
342
@dirrm %%DATADIR%%
366
@dirrm %%DATADIR%%
367
%%PORTDOCS%%@dirrm %%DOCSDIR%%
343
@dirrmtry share/applications
368
@dirrmtry share/applications
344
@dirrm lib/gmerlin/plugins
369
@dirrm lib/gmerlin/plugins
345
@dirrm lib/gmerlin
370
@dirrm lib/gmerlin

Return to bug 158485