mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
cheese: fix gst-plugins-good1 version pattern.
This commit is contained in:
parent
15cdabd300
commit
b13b4e6c5d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cheese'
|
# Template file for 'cheese'
|
||||||
pkgname=cheese
|
pkgname=cheese
|
||||||
version=3.18.1
|
version=3.18.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile"
|
configure_args="--disable-static --disable-schemas-compile"
|
||||||
hostmakedepends="pkg-config intltool gdk-pixbuf glib-devel
|
hostmakedepends="pkg-config intltool gdk-pixbuf glib-devel
|
||||||
|
@ -13,7 +13,7 @@ makedepends="
|
||||||
gst-plugins-good1 libXtst-devel"
|
gst-plugins-good1 libXtst-devel"
|
||||||
depends="clutter-gst>=2.0.10
|
depends="clutter-gst>=2.0.10
|
||||||
clutter-gtk>=1.5.2
|
clutter-gtk>=1.5.2
|
||||||
gst-plugins-good1>=1:1.2
|
gst-plugins-good1
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
gnome-video-effects>=0.4.1"
|
gnome-video-effects>=0.4.1"
|
||||||
|
@ -40,7 +40,7 @@ libcheese_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
cheese-devel_package() {
|
cheese-devel_package() {
|
||||||
depends="gst-plugins-bad1-devel>=1:1.2.0
|
depends="gst-plugins-bad1-devel
|
||||||
clutter-gst3-devel
|
clutter-gst3-devel
|
||||||
clutter-gtk-devel
|
clutter-gtk-devel
|
||||||
libcanberra-devel
|
libcanberra-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue