mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cheese: depends on clutter-gst3, not clutter-gst
This commit is contained in:
parent
52903f8cce
commit
d09023ea25
1 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,7 @@ hostmakedepends="gettext gdk-pixbuf glib-devel itstool pkg-config vala librsvg
|
||||||
gtk-update-icon-cache"
|
gtk-update-icon-cache"
|
||||||
makedepends="clutter-gst3-devel clutter-gtk-devel gnome-desktop-devel
|
makedepends="clutter-gst3-devel clutter-gtk-devel gnome-desktop-devel
|
||||||
gst-plugins-good1 libXtst-devel libcanberra-devel libgee08-devel librsvg-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"
|
gst-plugins-good1 hicolor-icon-theme"
|
||||||
short_desc="GNOME tool to take pictures and videos from your webcam"
|
short_desc="GNOME tool to take pictures and videos from your webcam"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
@ -27,6 +27,11 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default+=" gtk_doc"
|
build_options_default+=" gtk_doc"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
# Regenerate sources with new vala
|
||||||
|
find -name '*.vala' -exec touch {} \;
|
||||||
|
}
|
||||||
|
|
||||||
libcheese_package() {
|
libcheese_package() {
|
||||||
short_desc+=" - shared libraries"
|
short_desc+=" - shared libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue