mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
2b8c0948c5
commit
ecdfd03002
2 changed files with 1 additions and 12 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue