Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 547630 | Differences between
and this patch

Collapse All | Expand All

(-)chromium-44.0.2403.61.orig/third_party/widevine/cdm/widevine_cdm.gyp (-1 / +22 lines)
Lines 49-61 Link Here
49
        'widevine_cdm_version_h_file%':
49
        'widevine_cdm_version_h_file%':
50
            'android/widevine_cdm_version.h',
50
            'android/widevine_cdm_version.h',
51
      }],
51
      }],
52
      [ 'branding != "Chrome" and OS != "android" and enable_widevine == 1', {
52
      [ 'branding != "Chrome" and OS != "android" and OS != "linux" and enable_widevine == 1', {
53
        # If enable_widevine==1 then create a dummy widevinecdm. On Win/Mac
53
        # If enable_widevine==1 then create a dummy widevinecdm. On Win/Mac
54
        # the component updater will get the latest version and use it.
54
        # the component updater will get the latest version and use it.
55
        # Other systems are not currently supported.
55
        # Other systems are not currently supported.
56
        'widevine_cdm_version_h_file%':
56
        'widevine_cdm_version_h_file%':
57
            'stub/widevine_cdm_version.h',
57
            'stub/widevine_cdm_version.h',
58
      }],
58
      }],
59
      [ 'branding != "Chrome" and OS == "linux" and enable_widevine == 1', {
60
        #
61
        #        (__)
62
        #      /  .\/.     ______
63
        #     |  /\_|     |      \
64
        #     |  |___     |       |
65
        #     |   ---@    |_______|
66
        #  *  |  |   ----   |    |
67
        #   \ |  |_____
68
        #    \|________|
69
        #
70
        # Larry the Cow, discovering that upstream disabled building libwidevinecdm
71
        # on his Gentoo HTPC, ostensibly in a deliberate effort to degrade the linux
72
        # user-experience for those who dare to compile their own browsers.
73
        #
74
        'widevine_cdm_version_h_file%':
75
            'linux/<(target_arch)/widevine_cdm_version.h',
76
        'widevine_cdm_binary_files%': [
77
          'linux/<(target_arch)/libwidevinecdm.so',
78
        ],
79
      }],
59
    ],
80
    ],
60
  },
81
  },
61
  'includes': [
82
  'includes': [

Return to bug 547630