[pitivi/1.0] flatpak: Disallow shadow clones in gst-libav



commit 2ca4f769cdd1c68d7c986997fdda1fb28c2aad6b
Author: Thibault Saunier <tsaunier igalia com>
Date:   Wed Feb 28 08:54:18 2018 -0300

    flatpak: Disallow shadow clones in gst-libav
    
    Working around a bug on ffmepg git server

 build/flatpak/org.pitivi.Pitivi.json | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/build/flatpak/org.pitivi.Pitivi.json b/build/flatpak/org.pitivi.Pitivi.json
index 41bd9048..57a27815 100644
--- a/build/flatpak/org.pitivi.Pitivi.json
+++ b/build/flatpak/org.pitivi.Pitivi.json
@@ -437,6 +437,7 @@
                 {
                     "type": "git",
                     "branch": "1.12",
+                    "disable-shallow-clone" : true,
                     "url": "git://anongit.freedesktop.org/gstreamer/gst-libav"
                 }
             ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]