[SVN-Commit] r1197 - in trunk/www/firefox-nightly: . files
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sun Mar 3 08:42:17 UTC 2013
Author: jbeich
Date: Sun Mar 3 08:42:09 2013
New Revision: 1197
Log:
update Nightly
Added:
trunk/www/firefox-nightly/files/patch-webvtt-issue227
Modified:
trunk/www/firefox-nightly/Makefile.hgrev
trunk/www/firefox-nightly/distinfo
trunk/www/firefox-nightly/files/patch-bug807492
Modified: trunk/www/firefox-nightly/Makefile.hgrev
==============================================================================
--- trunk/www/firefox-nightly/Makefile.hgrev Sun Mar 3 05:34:16 2013 (r1196)
+++ trunk/www/firefox-nightly/Makefile.hgrev Sun Mar 3 08:42:09 2013 (r1197)
@@ -1 +1 @@
-HGREV= 123148:0a91da5f5eab
+HGREV= 123608:8b0c6e0bbd0f
Modified: trunk/www/firefox-nightly/distinfo
==============================================================================
--- trunk/www/firefox-nightly/distinfo Sun Mar 3 05:34:16 2013 (r1196)
+++ trunk/www/firefox-nightly/distinfo Sun Mar 3 08:42:09 2013 (r1197)
@@ -1,2 +1,2 @@
-SHA256 (firefox-nightly/0a91da5f5eab.tar.bz2) = b0ae0f9749bef1bbcc3caaffa6a3795e3f9c61d5c8718585a71a8d4042d0ddfc
-SIZE (firefox-nightly/0a91da5f5eab.tar.bz2) = 104132598
+SHA256 (firefox-nightly/8b0c6e0bbd0f.tar.bz2) = b4e29907543a2e4951319691918a7209fdfe98b19257aceb66aa4f565317a5a6
+SIZE (firefox-nightly/8b0c6e0bbd0f.tar.bz2) = 104328208
Modified: trunk/www/firefox-nightly/files/patch-bug807492
==============================================================================
--- trunk/www/firefox-nightly/files/patch-bug807492 Sun Mar 3 05:34:16 2013 (r1196)
+++ trunk/www/firefox-nightly/files/patch-bug807492 Sun Mar 3 08:42:09 2013 (r1197)
@@ -539,9 +539,9 @@
'include_tests%': 0,
}],
@@ -205,16 +210,28 @@
- 'defines': ['WEBRTC_ARCH_ARM_NEON',],
- }, {
- 'defines': ['WEBRTC_DETECT_ARM_NEON',],
+ 'defines': ['WEBRTC_ARCH_ARM_NEON',
+ 'WEBRTC_BUILD_NEON_LIBS',
+ 'WEBRTC_DETECT_ARM_NEON'],
}],
],
}],
@@ -1772,10 +1772,10 @@
index 338d0b7..2241d41 100644
--- media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py
+++ media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py
-@@ -4,16 +4,17 @@
-
- # Python 2.5 needs this for the with statement.
- from __future__ import with_statement
+@@ -1,16 +1,17 @@
+ # Copyright (c) 2012 Mozilla Foundation. All rights reserved.
+ # Use of this source code is governed by a BSD-style license that can be
+ # found in the LICENSE file.
import collections
import gyp
Added: trunk/www/firefox-nightly/files/patch-webvtt-issue227
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/www/firefox-nightly/files/patch-webvtt-issue227 Sun Mar 3 08:42:09 2013 (r1197)
@@ -0,0 +1,14 @@
+--- media/webvtt/alloc.c~
++++ media/webvtt/alloc.c
+@@ -26,11 +26,7 @@
+ */
+
+ #include <webvtt/util.h>
+-#if ( defined(__APPLE__) && defined(__MACH__) )
+ #include <stdlib.h>
+-#else
+-#include <malloc.h>
+-#endif
+ #include <string.h>
+
+ static void *default_alloc( void *unused, webvtt_uint nb );
More information about the freebsd-gecko
mailing list