Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Sep 2004 13:57:21 +0200 (CEST)
From:      Volker Stolz <vs@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71397: [patch] multimedia/gstreamer-plugins creates /root/.gstreamer*/registry.xml
Message-ID:  <200409051157.i85BvL3N035749@i2.informatik.rwth-aachen.de>
Resent-Message-ID: <200409051200.i85C0kDB098923@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71397
>Category:       ports
>Synopsis:       [patch] multimedia/gstreamer-plugins creates /root/.gstreamer*/registry.xml
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 05 12:00:46 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Lehrstuhl für Informatik II; RWTH Aachen Universität
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.10-STABLE FreeBSD 4.10-STABLE #17: Tue Jun 22 17:00:16 CEST 2004 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386


>Description:
The package will create a cache in /root, both the port and the package will create the
cache on deinstallation.
>How-To-Repeat:
Install gstreamer-plugins from package , check for /root/.gstreamer-0.8/registry.xml
(IIRC older version of the required gstreamer-port will already have created this file,
so better wipe it first).
The post-install-target already contains the necessary fix.

Please consider merging this into the 5.3 release.
>Fix:
--- gstreamer-plugins begins here ---
Index: pkg-plist
===================================================================
RCS file: /usr/freebsdcvs/cvs-ports/ports/multimedia/gstreamer-plugins/pkg-plist,v
retrieving revision 1.18
diff -u -r1.18 pkg-plist
--- pkg-plist	3 Sep 2004 04:16:52 -0000	1.18
+++ pkg-plist	5 Sep 2004 11:24:26 -0000
@@ -222,5 +222,5 @@
 @dirrm include/gstreamer-%%VERSION%%/gst/audio
 @unexec rmdir %D/include/gstreamer-%%VERSION%%/gst 2>/dev/null || true
 @unexec rmdir %D/include/gstreamer-%%VERSION%% 2>/dev/null || true
-@exec %%X11BASE%%/bin/gst-register-%%VERSION%% 2>/dev/null || true
-@unexec %%X11BASE%%/bin/gst-register-%%VERSION%% 2>/dev/null || true
+@exec %%X11BASE%%/bin/gst-register-%%VERSION%% --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true
+@unexec %%X11BASE%%/bin/gst-register-%%VERSION%% --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true
--- gstreamer-plugins ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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