[SCM] qtwebengine packaging branch, master, updated. debian/5.7.1+dfsg-4-4-g8eb0c84

Sandro Knauß hefee at moszumanska.debian.org
Sun Jan 15 18:37:56 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebengine.git;a=commitdiff;h=54b27b6

The following commit has been merged in the master branch:
commit 54b27b650b01baf4820d094253c3210e770fe37b
Author: Sandro Knauß <hefee at debian.org>
Date:   Sun Jan 15 19:33:51 2017 +0100

    Add use_proprietary_codecs to defines, to be able to use ffmpeg and h264
---
 debian/changelog | 4 +++-
 debian/rules     | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1e420f8..d845748 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 qtwebengine-opensource-src (5.7.1+dfsg-5~) UNRELEASED; urgency=medium
 
-  * 
+  [ Sandro Knauß ]
+  * Fix "h.264 video does not seem to work" (Closes: #851170)
+    - Add use_proprietary_codecs to defines, to be able to use ffmpeg and h264
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 13 Jan 2017 21:06:56 +0100
 
diff --git a/debian/rules b/debian/rules
index 5e8b7db..897df03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,8 @@ defines+=use_system_expat=1 \
 
 replace_gyp_args = $(foreach define,$(defines),-D$(define))
 
+defines += use_proprietary_codecs use_system_ffmpeg
+
 touch_files = src/3rdparty/chromium/third_party/analytics/google-analytics-bundle.js \
 	      src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/acorn/acorn.js \
 	      src/3rdparty/chromium/third_party/WebKit/Source/devtools/front_end/diff/diff_match_patch.js \

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list