FreeBSD Bugzilla – Attachment 51833 Details for
Bug 78633
Update port: multimedia/totem (fix ~/.gnome2/totem-addons auto symlinks)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.63 KB, created by
Jean-Yves Lefort
on 2005-03-09 17:20:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jean-Yves Lefort
Created:
2005-03-09 17:20:05 UTC
Size:
1.63 KB
patch
obsolete
>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);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 78633
: 51833