diff --git a/libraries/clutter-gst/README b/libraries/clutter-gst/README index b61f843fa5..1909f19a95 100644 --- a/libraries/clutter-gst/README +++ b/libraries/clutter-gst/README @@ -1,13 +1,3 @@ Clutter-Gst is an integration library for using GStreamer with Clutter. It provides a GStreamer sink to upload frames to GL and an actor that implements the ClutterGstPlayer interface using playbin. - -NOTE: The clutter and cogl dependencies need to be built with -introspection enabled. These slackbuilds have introspection disabled -and require you to set the following environment variable at build time -to re-enable building their introspection files: - -INTROSPECTION=yes - -If you see build errors about missing clutter and/or cogl '.gir' files, -then these dependencies were not built with introspection enabled. diff --git a/libraries/clutter-gst/clutter-gst.info b/libraries/clutter-gst/clutter-gst.info index 10e1483dc7..73abd1d174 100644 --- a/libraries/clutter-gst/clutter-gst.info +++ b/libraries/clutter-gst/clutter-gst.info @@ -5,6 +5,6 @@ DOWNLOAD="https://download.gnome.org/sources/clutter-gst/3.0/clutter-gst-3.0.27. MD5SUM="2bf9d7ca146c9d71e86c45cd00e9a28e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="%README% clutter" +REQUIRES="clutter" MAINTAINER="Bob Funk" EMAIL="bobfunk11@gmail.com"