#TODO not compiled or tested # lacking build instructions: https://gitlab.gnome.org/GNOME/cheese/-/blob/master/meson.build # probably missing dependencies [source] tar = "https://download.gnome.org/sources/cheese/44/cheese-44.1.tar.xz" [build] template = "meson" mesonflags = [ "-Dgtk_doc=false" ] dependencies = [ "gtk3", "glib", "gdk-pixbuf", "gstreamer", "libcanberra", "clutter", "clutter-gtk", "clutter-gst", "gnome-video-effects", ]