cheese: update to 3.8.3.

This commit is contained in:
Juan RP 2013-07-23 22:06:53 +02:00
parent 11b6983496
commit 4b2f2484a7
1 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'cheese' # Template file for 'cheese'
pkgname=cheese pkgname=cheese
version=3.8.1 version=3.8.3
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --disable-schemas-compile" configure_args="--disable-static --disable-schemas-compile"
@ -15,7 +15,7 @@ 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"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
checksum=e9f7a7855c52451cfc59ffa23962eaa5fda7c9bc629bb975f4328af061d01eeb checksum=5f08079b6ccaa6ea8de9163ff0e43554347c12e13f0a60eb6ad06d291c116937
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
@ -23,10 +23,10 @@ long_desc="
features such as Multi-Burst mode, Countdown timer for photos." features such as Multi-Burst mode, Countdown timer for photos."
libcheese_package() { libcheese_package() {
short_desc+=" -- shared libraries" short_desc+=" - shared libraries"
replaces="cheese<=3.2.2" # for the typelib file replaces="cheese<=3.2.2" # for the typelib file
pkg_install() { pkg_install() {
vmove "usr/lib/*.so*" vmove "usr/lib/*.so.*"
vmove usr/lib/girepository-1.0 vmove usr/lib/girepository-1.0
} }
} }
@ -34,10 +34,11 @@ libcheese_package() {
cheese-devel_package() { cheese-devel_package() {
depends="gst-plugins-base1-devel libcanberra-devel clutter-gst-devel>=2.0.2 depends="gst-plugins-base1-devel libcanberra-devel clutter-gst-devel>=2.0.2
clutter-gtk-devel>=1.4.4 libcheese-${version}_${revision}" clutter-gtk-devel>=1.4.4 libcheese-${version}_${revision}"
short_desc="${short_desc} -- development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/gir-1.0 vmove usr/share/gir-1.0
vmove usr/share/gtk-doc vmove usr/share/gtk-doc
} }
@ -47,6 +48,6 @@ cheese_package() {
depends="desktop-file-utils hicolor-icon-theme depends="desktop-file-utils hicolor-icon-theme
gst-plugins-good1 gnome-video-effects" gst-plugins-good1 gnome-video-effects"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }