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

(-)gxine/Makefile (-2 / +4 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	gxine
8
PORTNAME=	gxine
9
PORTVERSION=	0.3.3
9
PORTVERSION=	0.3.3
10
PORTREVISION=	1
10
CATEGORIES=	multimedia
11
CATEGORIES=	multimedia
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	xine
13
MASTER_SITE_SUBDIR=	xine
Lines 26-32 Link Here
26
MANLANG=	"" de
27
MANLANG=	"" de
27
MAN1=		gxine.1
28
MAN1=		gxine.1
28
29
29
post-patch:
30
post-install:
30
	@${REINPLACE_CMD} -e 's/browser-plugin//' ${WRKSRC}/Makefile.in
31
	@${MKDIR} ${PREFIX}/lib/browser_plugins
32
	@${LN} -sf ${PREFIX}/lib/gxine/gxineplugin.so ${PREFIX}/lib/browser_plugins
31
33
32
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)gxine/files/patch-browser-plugin::plugin.c (+10 lines)
Line 0 Link Here
1
--- browser-plugin/plugin.c.orig	Tue May  6 14:20:32 2003
2
+++ browser-plugin/plugin.c	Tue May  6 14:20:50 2003
3
@@ -47,6 +47,7 @@
4
 
5
 #include <stdio.h>
6
 #include <math.h>
7
+#include <signal.h>
8
 
9
 
10
 
(-)gxine/pkg-descr (-2 lines)
Lines 1-6 Link Here
1
gxine is a simple but effective GUI for the Xine media player.
1
gxine is a simple but effective GUI for the Xine media player.
2
It uses the GTK toolkit, so it nicely fits in into a GNOME desktop.
2
It uses the GTK toolkit, so it nicely fits in into a GNOME desktop.
3
3
4
NOTE: gxine's browser plugin is currently disabled, because it doesn't build.
5
6
WWW: http://www.xinehq.de
4
WWW: http://www.xinehq.de
(-)gxine/pkg-plist (+6 lines)
Lines 7-11 Link Here
7
share/gxine/pixmaps/splash.png
7
share/gxine/pixmaps/splash.png
8
share/gxine/mediamarks
8
share/gxine/mediamarks
9
share/gnome/apps/Multimedia/gxine.desktop
9
share/gnome/apps/Multimedia/gxine.desktop
10
lib/gxine/gxineplugin.so
11
lib/gxine/gxineplugin.a
12
lib/gxine/gxineplugin.la
13
lib/browser_plugins/gxineplugin.so
10
@dirrm share/gxine/pixmaps
14
@dirrm share/gxine/pixmaps
11
@dirrm share/gxine
15
@dirrm share/gxine
16
@dirrm lib/gxine
17
@dirrm lib/browser_plugins

Return to bug 52004