From 9aafe503d08e2766f5343cca1c13e96a47c6bd4c Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Tue, 20 Nov 2012 23:01:15 +0000 Subject: - Update firefox and thunderbird to 17.0 - Update seamonkey to 2.14 - Update ESR ports and libxul to 10.0.11 - support more h264 codecs when using GSTREAMER with YouTube - Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1] - Buildsystem is not python 3 aware, use python up to 2.7 [2] PR: ports/173679 [1] Submitted by: swills [1], demon [2] In collaboration with: Jan Beich Security: d23119df-335d-11e2-b64c-c8600054b392 Approved by: portmgr (beat) Feature safe: yes --- mail/thunderbird/files/patch-bug775257 | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 mail/thunderbird/files/patch-bug775257 (limited to 'mail/thunderbird/files/patch-bug775257') diff --git a/mail/thunderbird/files/patch-bug775257 b/mail/thunderbird/files/patch-bug775257 deleted file mode 100644 index 904fec24a5a5..000000000000 --- a/mail/thunderbird/files/patch-bug775257 +++ /dev/null @@ -1,27 +0,0 @@ -commit 8fc8b74 -Author: Oleg Romashin -Date: Wed Jul 18 22:46:11 2012 -0400 - - Bug 775257 - Gstreamer backend on Meego N9 produce extra noise in audio playback.r=giles ---- - content/media/gstreamer/nsGStreamerReader.cpp | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git mozilla/content/media/gstreamer/nsGStreamerReader.cpp mozilla/content/media/gstreamer/nsGStreamerReader.cpp -index c48f92e..0fb801a 100644 ---- mozilla/content/media/gstreamer/nsGStreamerReader.cpp -+++ mozilla/content/media/gstreamer/nsGStreamerReader.cpp -@@ -130,8 +130,13 @@ nsresult nsGStreamerReader::Init(nsBuiltinDecoderReader* aCloneDonor) - gst_object_unref(sinkpad); - - mAudioSink = gst_parse_bin_from_description("capsfilter name=filter ! " -+#ifndef MOZ_TREMOR - "appsink name=audiosink sync=true caps=audio/x-raw-float," - "channels={1,2},rate=44100,width=32,endianness=1234", TRUE, NULL); -+#else -+ "appsink name=audiosink sync=true caps=audio/x-raw-int," -+ "channels={1,2},rate=48000,width=16,endianness=1234", TRUE, NULL); -+#endif - mAudioAppSink = GST_APP_SINK(gst_bin_get_by_name(GST_BIN(mAudioSink), - "audiosink")); - gst_app_sink_set_callbacks(mAudioAppSink, &mSinkCallbacks, -- cgit v1.2.3