Search Criteria
Package Details: cheese-git 43.alpha+r7+ge2197c0b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cheese-git.git (read-only, click to copy) |
---|---|
Package Base: | cheese-git |
Description: | Take photos and videos with your webcam, with fun graphical effects |
Upstream URL: | https://wiki.gnome.org/Apps/Cheese |
Licenses: | GPL |
Conflicts: | cheese |
Provides: | cheese |
Submitter: | tallero |
Maintainer: | tallero |
Last Packager: | tallero |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-02-17 22:59 (UTC) |
Last Updated: | 2022-09-19 15:10 (UTC) |
Dependencies (21)
- clutter-gst
- clutter-gtk
- dconf
- gnome-desktop (gnome-desktop-git)
- gnome-video-effects (gnome-video-effects-git)
- gst-plugins-bad (gst-plugins-bad-git)
- gst-plugins-base (gst-plugins-base-git)
- gst-plugins-good (gst-plugins-good-git)
- gstreamer (gstreamer-git)
- gtk3 (gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic, gtk3-classic-xfce)
- libcanberra
- libcheese-git
- libgudev
- librsvg (librsvg-git, librsvg-og)
- appstream-glib (appstream-glib-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- gobject-introspection (gobject-introspection-git) (make)
- meson (meson-git) (make)
- vala (vala0.44, vala-git, vala0.54) (make)
- yelp-tools (make)
- Show 1 more dependencies...
Required by (3)
- empathy (requires cheese)
- gnome-meta (requires cheese)
- mugshot (requires cheese) (optional)
Latest Comments
tallero commented on 2022-09-19 14:54 (UTC)
@Alkaris frankly I don't remember anymore. In any case it builds even without, so I've commented them out.
@bittin pls don't flag git packages as outdated unless manual changes are required to PKGBUILDs.
Alkaris commented on 2022-05-14 17:05 (UTC)
Why is it when this packages goes to install it tries to find a directory called
/data
in the users home directory? When it gets tocheck()
line in the PKGBUILD you have;because later in the build process it tries to look for
/data
and it can't find it because it's pointing to/home/user/data
which simply does not exist. Changing this line entirely by commenting it out simply doesn't help at all, and fails to build anything as a result. Pamac doesn't know what to do with the directory it can't find. Pacman doesn't know what to do with a directory it can't find, and neither can Trizen figure out what to do with a directory it can't find.It's main base package Cheese doesn't seem to work properly anymore because when it tries to open a video data stream it just creates an infinitely growing file which doesn't stop until you either A run out of disk space, or B terminate the application.
tallero commented on 2021-05-27 07:02 (UTC)
@archisman: error was from upstream, gone as of now.
archisman commented on 2021-05-24 20:34 (UTC) (edited on 2021-05-25 12:29 (UTC) by archisman)
Fails during meson checks with the following error. Works after disabling the meson tests in the PKGBUILD. I can provide the detailed error log if needed.
ignapk commented on 2020-11-28 11:37 (UTC)
needs
provides=(cheese)
andconflicts=(cheese)