Title: [240716] trunk/Tools
Revision
240716
Author
[email protected]
Date
2019-01-30 10:42:07 -0800 (Wed, 30 Jan 2019)

Log Message

[Flatpak] Add openjpeg support
https://bugs.webkit.org/show_bug.cgi?id=194019

Patch by Thibault Saunier <[email protected]> on 2019-01-30
Reviewed by Michael Catanzaro.

* flatpak/org.webkit.CommonModules.yaml:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (240715 => 240716)


--- trunk/Tools/ChangeLog	2019-01-30 16:43:10 UTC (rev 240715)
+++ trunk/Tools/ChangeLog	2019-01-30 18:42:07 UTC (rev 240716)
@@ -1,3 +1,12 @@
+2019-01-30  Thibault Saunier  <[email protected]>
+
+        [Flatpak] Add openjpeg support
+        https://bugs.webkit.org/show_bug.cgi?id=194019
+
+        Reviewed by Michael Catanzaro.
+
+        * flatpak/org.webkit.CommonModules.yaml:
+
 2019-01-30  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r240708.

Modified: trunk/Tools/flatpak/org.webkit.CommonModules.yaml (240715 => 240716)


--- trunk/Tools/flatpak/org.webkit.CommonModules.yaml	2019-01-30 16:43:10 UTC (rev 240715)
+++ trunk/Tools/flatpak/org.webkit.CommonModules.yaml	2019-01-30 18:42:07 UTC (rev 240716)
@@ -338,3 +338,10 @@
     url: https://github.com/google/woff2/archive/v1.0.2.tar.gz
     sha256: add272bb09e6384a4833ffca4896350fdb16e0ca22df68c0384773c67a175594
   buildsystem: cmake-ninja
+
+- name: openjpeg
+  sources:
+  - type: archive
+    url: http://github.com/uclouvain/openjpeg/archive/v2.3.0.tar.gz
+    sha256: 3dc787c1bb6023ba846c2a0d9b1f6e179f1cd255172bde9eb75b01f1e6c7d71a
+  buildsystem: cmake-ninja
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to