[pitivi/0.98.x: 1/3] GStreamer gtk plugin was renamed to 'gtk'



commit b78e195dfcc59c294beb4eae873bf8cbd8a1a007
Author: Thibault Saunier <tsaunier gnome org>
Date:   Sat Mar 11 10:01:06 2017 -0300

    GStreamer gtk plugin was renamed to 'gtk'
    
    Since:
    
    ```
    commit eb2dae8fd6aea04673fdd5b0fdf05e4e2ce1c2ee
    Author: Nicolas Dufresne <nicolas dufresne collabora com>
    Date:   Sat Mar 4 11:03:53 2017 -0500
    
        Rename plugin filesnames to match plugin names
    
        - libgstgtksink.so -> libgstgtk.so
        - libgstteletextdec.so -> libgstteletex.so
        - libgstcamerabin2.so -> libgstcamerabin.so
        - libgstonvif.so -> libgstrtponvif.so (meson only)
        - sdp -> sdpelem (avoid clash with libgstsdp)
        - gstsiren -> siren
        - libgstkmssink.so -> libgstkms.so
    
        https://bugzilla.gnome.org/show_bug.cgi?id=779344
    ```
    
    + Add hard dependency on the gdkpixbuf plugin as we do require it

 pitivi/check.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/check.py b/pitivi/check.py
index 0833237..5c2b98c 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -372,7 +372,8 @@ HARD_DEPENDENCIES = [GICheck("3.20.0"),
                      GtkDependency("Gtk", GTK_API_VERSION, "3.20.0"),
                      ClassicDependency("numpy"),
                      GIDependency("Gio", "2.0"),
-                     GstPluginDependency("gstgtk", "1.10.2"),
+                     GstPluginDependency("gtk", "1.10.2"),
+                     GstPluginDependency("gdkpixbuf", "1.10.2"),
                      ClassicDependency("matplotlib"),
                      ]
 


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