cheese: depends on clutter-gst3, not clutter-gst

This commit is contained in:
oreo639 2025-03-18 18:12:10 -07:00
parent 52903f8cce
commit d09023ea25

View file

@ -10,7 +10,7 @@ hostmakedepends="gettext gdk-pixbuf glib-devel itstool pkg-config vala librsvg
gtk-update-icon-cache"
makedepends="clutter-gst3-devel clutter-gtk-devel gnome-desktop-devel
gst-plugins-good1 libXtst-devel libcanberra-devel libgee08-devel librsvg-devel"
depends="clutter-gst clutter-gtk desktop-file-utils gnome-video-effects
depends="clutter-gst3 clutter-gtk desktop-file-utils gnome-video-effects
gst-plugins-good1 hicolor-icon-theme"
short_desc="GNOME tool to take pictures and videos from your webcam"
maintainer="Enno Boland <gottox@voidlinux.org>"
@ -27,6 +27,11 @@ if [ -z "$CROSS_BUILD" ]; then
build_options_default+=" gtk_doc"
fi
pre_configure() {
# Regenerate sources with new vala
find -name '*.vala' -exec touch {} \;
}
libcheese_package() {
short_desc+=" - shared libraries"
pkg_install() {