FreeBSD Port: gxine-0.3.3

Jeremy Messenger mezz7 at cox.net
Thu Apr 22 00:49:10 PDT 2004


The code is hardcore, so here's an attach of gxine.diff to fix it. I am 
able to run gxine on few videos in local machine and right off the Mozilla 
over at apple.com/trailers/ with no problem. I didn't do the hard check or 
test, just a quick glare and fix.

Cheers,
Mezz

On Wed, 21 Apr 2004 23:58:07 -0700 (PDT), Joe Zeiler <zeiler07 at yahoo.com> 
wrote:

> This port compiles fine, but does not run on 5x
> [hasn't in my experience in the entire 5 release line,
> current build 5.2.1-p4].  It hangs at
>
> Shared object "libgnomevfs.so.0" not found.
>
> when run from a command line.  Symlinnking,
> libmapping, and installing the older libgnomevfs does
> not solve this.


-- 
bsdforums.org 's moderator, mezz.
-------------- next part --------------
diff -ur gxine.orig/Makefile gxine/Makefile
--- gxine.orig/Makefile	Sun Apr  4 22:30:00 2004
+++ gxine/Makefile	Thu Apr 22 02:46:24 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	gxine
 PORTVERSION=	0.3.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	xine
@@ -19,12 +19,16 @@
 
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	gtk20
+USE_GNOME=	gtk20 lthack
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -I${X11BASE}/lib"
 
 MANLANG=	"" de
 MAN1=		gxine.1
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|libgnomevfs.so.0|${X11BASE}/lib/libgnomevfs-2.so|g' \
+			${WRKSRC}/src/desktop_integration.c
 
 post-install:
 	@${MKDIR} ${PREFIX}/lib/browser_plugins


More information about the freebsd-ports mailing list