cheese: update to 3.2.0.
This commit is contained in:
parent
df1a8bd3fb
commit
55cc0e8413
|
@ -1,13 +1,15 @@
|
||||||
# Template file for 'cheese'
|
# Template file for 'cheese'
|
||||||
pkgname=cheese
|
pkgname=cheese
|
||||||
version=3.0.2
|
version=3.2.0
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var --disable-scrollkeeper
|
configure_args="--localstatedir=/var --disable-scrollkeeper
|
||||||
--disable-static --disable-schemas-compile"
|
--disable-static --disable-schemas-compile"
|
||||||
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="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=e691243f8bf08c7dd6437bb6862e39f2d4ccc612a78bd8f2235c1f116f790d21
|
homepage="http://www.gnome.org/projects/cheese/"
|
||||||
|
license="GPL-2"
|
||||||
|
checksum=04e32ea45cf7a441dccf72ab08a765b268371878728336b762fb625dd02ad32b
|
||||||
long_desc="
|
long_desc="
|
||||||
A webcam application that supports image and video capture. Makes it easy to
|
A webcam application that supports image and video capture. Makes it easy to
|
||||||
take photos and videos of you, your friends, pets or whatever you want. Allows
|
take photos and videos of you, your friends, pets or whatever you want. Allows
|
||||||
|
@ -51,6 +53,7 @@ Add_dependency run libcanberra
|
||||||
Add_dependency run gtk+3
|
Add_dependency run gtk+3
|
||||||
Add_dependency run freetype
|
Add_dependency run freetype
|
||||||
Add_dependency run fontconfig
|
Add_dependency run fontconfig
|
||||||
|
Add_dependency run cogl
|
||||||
|
|
||||||
Add_dependency run gst-plugins-good
|
Add_dependency run gst-plugins-good
|
||||||
Add_dependency run gst-plugins-bad
|
Add_dependency run gst-plugins-bad
|
||||||
|
@ -62,7 +65,6 @@ Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gnome-doc-utils
|
Add_dependency build gnome-doc-utils
|
||||||
Add_dependency build gobject-introspection
|
Add_dependency build gobject-introspection
|
||||||
Add_dependency build gnome-desktop-devel
|
|
||||||
Add_dependency build gst-plugins-base-devel
|
Add_dependency build gst-plugins-base-devel
|
||||||
Add_dependency build clutter-gtk-devel
|
Add_dependency build clutter-gtk-devel
|
||||||
Add_dependency build clutter-gst-devel
|
Add_dependency build clutter-gst-devel
|
||||||
|
@ -70,5 +72,6 @@ Add_dependency build mx-devel
|
||||||
Add_dependency build libgee-devel
|
Add_dependency build libgee-devel
|
||||||
Add_dependency build libcanberra-devel
|
Add_dependency build libcanberra-devel
|
||||||
Add_dependency build librsvg-devel
|
Add_dependency build librsvg-devel
|
||||||
|
Add_dependency build gnome-desktop-devel
|
||||||
|
|
||||||
Add_dependency full gnome-video-effects
|
Add_dependency full gnome-video-effects
|
||||||
|
|
Loading…
Reference in New Issue