cheese: fix gst-plugins-good1 version pattern.
This commit is contained in:
parent
15cdabd300
commit
b13b4e6c5d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cheese'
|
||||
pkgname=cheese
|
||||
version=3.18.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile"
|
||||
hostmakedepends="pkg-config intltool gdk-pixbuf glib-devel
|
||||
|
@ -13,7 +13,7 @@ makedepends="
|
|||
gst-plugins-good1 libXtst-devel"
|
||||
depends="clutter-gst>=2.0.10
|
||||
clutter-gtk>=1.5.2
|
||||
gst-plugins-good1>=1:1.2
|
||||
gst-plugins-good1
|
||||
desktop-file-utils
|
||||
hicolor-icon-theme
|
||||
gnome-video-effects>=0.4.1"
|
||||
|
@ -40,7 +40,7 @@ libcheese_package() {
|
|||
}
|
||||
|
||||
cheese-devel_package() {
|
||||
depends="gst-plugins-bad1-devel>=1:1.2.0
|
||||
depends="gst-plugins-bad1-devel
|
||||
clutter-gst3-devel
|
||||
clutter-gtk-devel
|
||||
libcanberra-devel
|
||||
|
|
Loading…
Reference in New Issue