]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
updated patches
authorElan Ruusamäe <glen@delfi.ee>
Sun, 15 Nov 2015 11:56:29 +0000 (13:56 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 15 Nov 2015 11:56:29 +0000 (13:56 +0200)
ffmpeg-generate-errors.patch
ffmpeg-generate.patch

index 348ed25005f82c48ffca7ba439430ff8718f3269..4e3373f0e53481dd5b316de885f7afb9ed2cbe26 100644 (file)
@@ -5,8 +5,8 @@ fix error reporting:
     exit('Failed to find file', include_file_path)
 TypeError: __call__() takes at most 2 arguments (3 given)
 
---- ./third_party/ffmpeg/chromium/scripts/generate_gyp.py~     2015-07-27 07:15:51.000000000 +0300
-+++ ./third_party/ffmpeg/chromium/scripts/generate_gyp.py      2015-07-27 07:15:55.928135410 +0300
+--- chromium-browser-47.0.2526.58/third_party/ffmpeg/chromium/scripts/generate_gyp.py~ 2015-11-15 00:56:33.000000000 +0200
++++ chromium-browser-47.0.2526.58/third_party/ffmpeg/chromium/scripts/generate_gyp.py  2015-11-15 10:57:18.342220254 +0200
 @@ -149,6 +150,9 @@
  # Mac doesn't have any platform specific files, so just use linux and win.
  SUPPORTED_PLATFORMS = ['linux', 'win']
@@ -17,12 +17,12 @@ TypeError: __call__() takes at most 2 arguments (3 given)
  
  def NormalizeFilename(name):
    """ Removes leading path separators in an attempt to normalize paths."""
-@@ -753,7 +757,7 @@
+@@ -850,7 +850,7 @@
      elif include_file_path in IGNORED_INCLUDE_FILES:
        continue
      else:
--      exit('Failed to find file', include_file_path)
-+      die('Failed to find file: ' + include_file_path)
+-      exit('Failed to find file ' + include_file_path)
++      die('Failed to find file ' + include_file_path)
  
      # At this point we've found the file. Check if its in our ignore list which
      # means that the list should be updated to no longer mention this file.
@@ -53,12 +53,12 @@ TypeError: __call__() takes at most 2 arguments (3 given)
           'Are build_dir (%s) and/or source_dir (%s) options correct?' %
                (options.build_dir, options.source_dir))
  
-@@ -904,7 +908,7 @@
+@@ -1017,7 +1017,7 @@
  
-   if not CheckLicensesForStaticLinking(sets, source_dir,
+   if not CheckLicensesForStaticLinking(sources_to_check, source_dir,
                                         options.print_licenses):
--    exit ('GENERATE FAILED: invalid licenses detected.')
+-    exit('GENERATE FAILED: invalid licenses detected.')
 +    die('GENERATE FAILED: invalid licenses detected.')
    print 'License checks passed.'
+   UpdateCredits(sources_to_check, source_dir)
  
-   # Open for writing.
index 9cae492f0d1856702e38e48216ea730c5e9338c7..d03ed223c2b335d1667044150cb1c67842f93400 100644 (file)
@@ -1,10 +1,10 @@
---- chromium-browser-44.0.2403.107/third_party/ffmpeg/chromium/scripts/generate_gyp.py~        2015-07-27 07:21:59.000000000 +0300
-+++ chromium-browser-44.0.2403.107/third_party/ffmpeg/chromium/scripts/generate_gyp.py 2015-07-27 07:22:03.210572817 +0300
-@@ -757,7 +757,8 @@
+--- chromium-browser-47.0.2526.58/third_party/ffmpeg/chromium/scripts/generate_gyp.py~ 2015-11-15 11:03:38.000000000 +0200
++++ chromium-browser-47.0.2526.58/third_party/ffmpeg/chromium/scripts/generate_gyp.py  2015-11-15 13:49:46.409735857 +0200
+@@ -850,7 +850,8 @@
      elif include_file_path in IGNORED_INCLUDE_FILES:
        continue
      else:
--      die('Failed to find file: ' + include_file_path)
+-      die('Failed to find file ' + include_file_path)
 +      print('Failed to find file: ' + include_file_path)
 +      continue
  
This page took 0.032306 seconds and 4 git commands to generate.