diff options
author | Bob Funk <bobfunk11@gmail.com> | 2022-07-29 23:57:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-30 11:26:22 +0700 |
commit | ecdfd030026e48d98e18bc2559c18345a8ea09fd (patch) | |
tree | 65c422edef278c6a99f2b21c8ab9b1715e3f26f4 /desktop | |
parent | 2b8c0948c5a8469858ffcc4b0f5fa5ef9fbb6d7c (diff) |
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>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/cheese/README | 11 | ||||
-rw-r--r-- | desktop/cheese/cheese.info | 2 |
2 files changed, 1 insertions, 12 deletions
diff --git a/desktop/cheese/README b/desktop/cheese/README index cdba63736b54..71fe5c192382 100644 --- a/desktop/cheese/README +++ b/desktop/cheese/README @@ -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) diff --git a/desktop/cheese/cheese.info b/desktop/cheese/cheese.info index c3dacfcfb579..4764cbec1bf2 100644 --- a/desktop/cheese/cheese.info +++ b/desktop/cheese/cheese.info @@ -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" |