Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2014 14:11:55 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1580 - in trunk: . www/firefox www/firefox-nightly
Message-ID:  <201404281411.s3SEBtIi008341@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Apr 28 14:11:55 2014
New Revision: 1580

Log:
gstreamer dlopen() error should not occur after r1576

Modified:
   trunk/Gecko_ChangeLog
   trunk/www/firefox-nightly/pkg-message
   trunk/www/firefox/pkg-message

Modified: trunk/Gecko_ChangeLog
==============================================================================
--- trunk/Gecko_ChangeLog	Sun Apr 27 16:35:58 2014	(r1579)
+++ trunk/Gecko_ChangeLog	Mon Apr 28 14:11:55 2014	(r1580)
@@ -1,6 +1,10 @@
 - use port dependency for soundtouch library
 - require recent graphite2 version explicitly [1]
 - require gst-libav version that doesn't crash on seeking [2]
+  and doesn't error out on plugin load [3]
+- remove gstreamer note in pkg-message for www/firefox, [3] may still
+  happen with www/firefox-esr but only until it tracks esr31 (ca 2014-09-01)
 
 PR:	ports/187939 [1]
 PR:	ports/188133 [2]
+PR:	ports/181964 [3]

Modified: trunk/www/firefox-nightly/pkg-message
==============================================================================
--- trunk/www/firefox-nightly/pkg-message	Sun Apr 27 16:35:58 2014	(r1579)
+++ trunk/www/firefox-nightly/pkg-message	Mon Apr 28 14:11:55 2014	(r1580)
@@ -16,17 +16,7 @@
 
 Firefox and HTML5
 
-H.264 or MP3 playback may fail due to ffmpeg/libav bug with one of
-the following messages on the terminal
-
-  (gst-plugin-scanner:35828): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstlibav.so': /usr/local/lib/gstreamer-1.0/libgstlibav.so: Undefined symbol "ff_MPV_common_init_x86"
-  (gst-plugin-scanner:87596): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstlibav.so': /usr/local/lib/gstreamer-1.0/libgstlibav.so: Undefined symbol "ff_deinterlace_line_mmx"
-  (gst-plugin-scanner:55274): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstlibav.so': /usr/local/lib/gstreamer-1.0/libgstlibav.so: Undefined symbol "ff_vc1dsp_init_x86"
-
-If you happen to be affected please apply the fix in ports/181964 and
-rebuild the ports.
-
-Also, certain functions used to display HTML5 elements need the sem(4)
+Certain functions used to display HTML5 elements need the sem(4)
 module but only on 8.x releases (or before r201546).
 
 If your Firefox crashes with the following message while viewing a

Modified: trunk/www/firefox/pkg-message
==============================================================================
--- trunk/www/firefox/pkg-message	Sun Apr 27 16:35:58 2014	(r1579)
+++ trunk/www/firefox/pkg-message	Mon Apr 28 14:11:55 2014	(r1580)
@@ -16,17 +16,7 @@
 
 Firefox and HTML5
 
-H.264 or MP3 playback may fail due to ffmpeg/libav bug with one of
-the following messages on the terminal
-
-  (gst-plugin-scanner:35828): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstlibav.so': /usr/local/lib/gstreamer-1.0/libgstlibav.so: Undefined symbol "ff_MPV_common_init_x86"
-  (gst-plugin-scanner:87596): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstlibav.so': /usr/local/lib/gstreamer-1.0/libgstlibav.so: Undefined symbol "ff_deinterlace_line_mmx"
-  (gst-plugin-scanner:55274): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstlibav.so': /usr/local/lib/gstreamer-1.0/libgstlibav.so: Undefined symbol "ff_vc1dsp_init_x86"
-
-If you happen to be affected please apply the fix in ports/181964 and
-rebuild the ports.
-
-Also, certain functions used to display HTML5 elements need the sem(4)
+Certain functions used to display HTML5 elements need the sem(4)
 module but only on 8.x releases (or before r201546).
 
 If your Firefox crashes with the following message while viewing a



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