Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2004 02:49:53 -0500
From:      Jeremy Messenger <mezz7@cox.net>
To:        Joe Zeiler <zeiler07@yahoo.com>
Cc:        greg@chown.ath.cx
Subject:   Re: FreeBSD Port: gxine-0.3.3
Message-ID:  <opr6uldfug8ckrg5@smtp.central.cox.net>
In-Reply-To: <20040422065807.99431.qmail@web20204.mail.yahoo.com>
References:  <20040422065807.99431.qmail@web20204.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
------------pUvVUx1H4iCoi0bgRRXsoL
Content-Type: text/plain; format=flowed; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

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@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.
------------pUvVUx1H4iCoi0bgRRXsoL
Content-Disposition: attachment; filename=gxine.diff
Content-Type: text/plain; name=gxine.diff
Content-Transfer-Encoding: 8bit

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

------------pUvVUx1H4iCoi0bgRRXsoL--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opr6uldfug8ckrg5>