]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
add system-libvpx.patch from gentoo
authorElan Ruusamäe <glen@delfi.ee>
Tue, 12 May 2015 18:10:04 +0000 (21:10 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 13 May 2015 07:20:56 +0000 (10:20 +0300)
chromium-browser.spec
system-libvpx.patch [new file with mode: 0644]

index e24a88b6e8a2962a446096ba1e2a85c3dc097e68..4835d09def14c8768615ec4cf59e88e59310a931 100644 (file)
@@ -122,6 +122,7 @@ Patch36:    angle.patch
 Patch37:       %{name}-build.patch
 Patch38:       vaapi_include.patch
 Patch39:       libsecret.patch
+Patch40:       system-libvpx.patch
 URL:           http://www.chromium.org/Home
 %{?with_gconf:BuildRequires:   GConf2-devel}
 %{?with_system_mesa:BuildRequires:     Mesa-libGL-devel >= 9.1}
@@ -330,6 +331,7 @@ ln -s %{SOURCE7} .
 %patch37 -p1
 #%patch38 -p1 CHECK
 %patch39 -p1
+%patch40 -p0
 
 %{?with_dev:exit 0}
 
@@ -402,6 +404,7 @@ third_party/libaddressinput/chromium/tools/update-strings.py
 flags="
        -Dtarget_arch=%{target_arch} \
        -Dpython_arch=%{target_arch} \
+       -Dproprietary_codecs=1 \
        -Dffmpeg_branding=Chromium \
        -Dsystem_libdir=%{_lib} \
        -Dpython_ver=%{py_ver} \
diff --git a/system-libvpx.patch b/system-libvpx.patch
new file mode 100644 (file)
index 0000000..d9a3425
--- /dev/null
@@ -0,0 +1,10 @@
+--- build/linux/unbundle/libvpx.gyp.orig       2015-04-08 09:25:29.605925761 +0000
++++ build/linux/unbundle/libvpx.gyp    2015-04-08 09:27:19.932142216 +0000
+@@ -24,6 +24,7 @@
+           'vpx/vpx_integer.h',
+           'vpx/vp8dx.h',
+           'vpx/vpx_encoder.h',
++          'vpx/vpx_frame_buffer.h',
+         ],
+       },
+       'includes': [
This page took 0.04816 seconds and 4 git commands to generate.