Title: [233517] trunk/Tools
Revision
233517
Author
[email protected]
Date
2018-07-05 06:43:30 -0700 (Thu, 05 Jul 2018)

Log Message

[Flatpak] Add gst-libav to dependencies
https://bugs.webkit.org/show_bug.cgi?id=187340

Reviewed by Žan Doberšek.

* flatpak/org.webkit.WebKit.yaml: Use tarballs instead of git
clones because the FFMPeg git server doesn't support shallow
clones.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (233516 => 233517)


--- trunk/Tools/ChangeLog	2018-07-05 12:41:08 UTC (rev 233516)
+++ trunk/Tools/ChangeLog	2018-07-05 13:43:30 UTC (rev 233517)
@@ -1,3 +1,14 @@
+2018-07-05  Philippe Normand  <[email protected]>
+
+        [Flatpak] Add gst-libav to dependencies
+        https://bugs.webkit.org/show_bug.cgi?id=187340
+
+        Reviewed by Žan Doberšek.
+
+        * flatpak/org.webkit.WebKit.yaml: Use tarballs instead of git
+        clones because the FFMPeg git server doesn't support shallow
+        clones.
+
 2018-07-05  Thibault Saunier  <[email protected]>
 
         [WPE][GTK]: Call gtk platform 'gtk' by default as this is what PortFactory expects

Modified: trunk/Tools/flatpak/org.webkit.WebKit.yaml (233516 => 233517)


--- trunk/Tools/flatpak/org.webkit.WebKit.yaml	2018-07-05 12:41:08 UTC (rev 233516)
+++ trunk/Tools/flatpak/org.webkit.WebKit.yaml	2018-07-05 13:43:30 UTC (rev 233517)
@@ -177,6 +177,14 @@
         branch: 1.14.1
     config-opts:
       - -Ddisable_gtkdoc=true
+  - name: gst-libav
+    buildsystem: meson
+    sources:
+      - type: archive
+        url: http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.14.1.tar.xz
+        sha256: eff80a02d2f2fb9f34b67e9a26e9954d3218c7aa18e863f2a47805fa7066029d
+    config-opts:
+      - -Ddisable_gtkdoc=true
 
   - name: libgcrypt # Speedup libgrcypt
     sources:
@@ -191,4 +199,4 @@
       - --disable-doc
 
   # Port specific components.
-  - %(PORTNAME)s.yaml
\ No newline at end of file
+  - %(PORTNAME)s.yaml
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to