desktop/cheese: 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:
Bob Funk 2022-07-29 23:57:48 +01:00 committed by Willy Sudiarto Raharjo
parent 2b8c0948c5
commit ecdfd03002
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 1 additions and 12 deletions

View file

@ -1,16 +1,5 @@
Cheese is a program for the GNOME Desktop which allows you to take
photos, videos, and anything else you can think of with your webcam.
NOTE: The clutter-gtk/clutter/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-gtk/clutter/cogl '.gir'
files, then these dependencies were not built with introspection
enabled.
Optional Dependencies:
- gnome-video-effects (for camera/video effects at runtime)

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://download.gnome.org/sources/cheese/41/cheese-41.1.tar.xz"
MD5SUM="f847793aaf08fb349f5d182e76d4c83d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README% clutter-gtk clutter-gst gnome-desktop"
REQUIRES="clutter-gtk clutter-gst gnome-desktop"
MAINTAINER="Bob Funk"
EMAIL="bobfunk11@gmail.com"