Date: Wed, 9 Mar 2005 18:16:51 +0100 (CET) From: Jean-Yves Lefort <jylefort@brutele.be> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hendrik@scholz.net Subject: ports/78633: Update port: multimedia/totem (fix ~/.gnome2/totem-addons auto symlinks) Message-ID: <20050309171651.9704882EB@jsite.lefort.net> Resent-Message-ID: <200503091720.j29HK5IY057734@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78633 >Category: ports >Synopsis: Update port: multimedia/totem (fix ~/.gnome2/totem-addons auto symlinks) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Mar 09 17:20:05 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Mon Feb 14 18:06:40 CET 2005 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/multimedia/totem/Makefile totem/Makefile --- /usr/ports/multimedia/totem/Makefile Tue Mar 1 13:23:39 2005 +++ totem/Makefile Wed Mar 9 18:07:49 2005 @@ -7,7 +7,7 @@ PORTNAME= totem PORTVERSION= 0.100 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} @@ -90,5 +90,7 @@ @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' \ ${WRKSRC}/src/bacon-video-widget-gst.c .endif + @${REINPLACE_CMD} -e 's|@LOCALBASE@|${LOCALBASE}|' \ + ${WRKSRC}/src/bacon-video-widget-xine.c .include <bsd.port.post.mk> diff -ruN /usr/ports/multimedia/totem/files/patch-src::bacon-video-widget-xine.c totem/files/patch-src::bacon-video-widget-xine.c --- /usr/ports/multimedia/totem/files/patch-src::bacon-video-widget-xine.c Thu Jan 1 01:00:00 1970 +++ totem/files/patch-src::bacon-video-widget-xine.c Wed Mar 9 18:07:04 2005 @@ -0,0 +1,15 @@ +--- src/bacon-video-widget-xine.c.orig Wed Mar 9 18:03:18 2005 ++++ src/bacon-video-widget-xine.c Wed Mar 9 18:05:59 2005 +@@ -2504,10 +2504,8 @@ + + /* And we try and create symlinks from /usr/lib/win32 to + * the local user path */ +- totem_create_symlinks ("/usr/lib/win32", path); +- totem_create_symlinks ("/usr/lib/RealPlayer9/Codecs/", path); +- totem_create_symlinks ("/usr/lib/RealPlayer9/users/Real/Codecs/", path); +- totem_create_symlinks ("/usr/lib/RealPlayer8/Codecs", path); ++ totem_create_symlinks ("@LOCALBASE@/lib/win32", path); ++ totem_create_symlinks ("@LOCALBASE@/lib/RealPlayer/codecs", path); + + g_free (bvw->priv->codecs_path); + bvw->priv->codecs_path = g_strdup (path); >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050309171651.9704882EB>