mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/clutter-gst: Update README.
INTROSPECTION enabled by default. Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9764f3997f
commit
2b8c0948c5
2 changed files with 1 additions and 11 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue