cheese: update to 3.4.0.
This commit is contained in:
parent
ff80d4069f
commit
5e321e81b6
3 changed files with 8 additions and 11 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run gst-plugins-base-devel
|
Add_dependency run gst-plugins-base-devel
|
||||||
Add_dependency run libcanberra-devel
|
Add_dependency run libcanberra-devel
|
||||||
Add_dependency run clutter-gst-devel
|
Add_dependency run clutter-gst-devel
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'libcheese'.
|
# Template file for 'libcheese'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="${sourcepkg} - shared libraries"
|
short_desc="${sourcepkg} - shared libraries"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'cheese'
|
# Template file for 'cheese'
|
||||||
pkgname=cheese
|
pkgname=cheese
|
||||||
version=3.3.92
|
version=3.4.0
|
||||||
revision=1
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile"
|
configure_args="--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>"
|
||||||
homepage="http://www.gnome.org/projects/cheese/"
|
homepage="http://www.gnome.org/projects/cheese/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=93fdeabd969a07aabc39c4aa91bc25a67f6e8b7e95c4801cccdb36af356385da
|
checksum=96b0eae8e366e4d44921e148239167fcb6965dbbcb40e406d6a118c75377b41a
|
||||||
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
|
||||||
|
@ -19,10 +18,7 @@ long_desc="
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
subpackages="lib${pkgname} ${pkgname}-devel"
|
subpackages="lib${pkgname} ${pkgname}-devel"
|
||||||
|
|
||||||
Add_dependency run nautilus-sendto
|
Add_dependency build which
|
||||||
Add_dependency run desktop-file-utils
|
|
||||||
Add_dependency run hicolor-icon-theme
|
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
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
|
||||||
|
@ -37,6 +33,10 @@ Add_dependency build libcanberra-devel
|
||||||
Add_dependency build librsvg-devel
|
Add_dependency build librsvg-devel
|
||||||
Add_dependency build gnome-desktop-devel
|
Add_dependency build gnome-desktop-devel
|
||||||
|
|
||||||
|
Add_dependency run desktop-file-utils
|
||||||
|
Add_dependency run hicolor-icon-theme
|
||||||
|
Add_dependency run nautilus-sendto
|
||||||
|
|
||||||
Add_dependency full gst-plugins-good
|
Add_dependency full gst-plugins-good
|
||||||
Add_dependency full gst-plugins-bad
|
Add_dependency full gst-plugins-bad
|
||||||
Add_dependency full gnome-video-effects
|
Add_dependency full gnome-video-effects
|
||||||
|
|
Loading…
Reference in a new issue