void-packages/srcpkgs/cheese/template

60 lines
1.8 KiB
Plaintext
Raw Normal View History

2011-08-26 11:07:26 +02:00
# Template file for 'cheese'
pkgname=cheese
2013-09-26 16:39:26 +02:00
version=3.10.0
revision=2
build_style=gnu-configure
configure_args="--disable-static --disable-schemas-compile"
hostmakedepends="which pkg-config intltool gnome-doc-utils itstool
gobject-introspection"
2013-09-26 16:39:26 +02:00
makedepends="gst-plugins-bad1-devel>=1:1.2.0 clutter-gtk-devel>=1.4.4_2
clutter-gst-devel>=2.0.8_2 libgee08-devel>=0.12 libcanberra-devel
librsvg-devel libgudev-devel gnome-desktop-devel>=3.10
gst-plugins-good1>=1:1.2.0 gnome-video-effects"
2011-08-26 11:07:26 +02:00
short_desc="GNOME tool to take pictures and videos from your webcam"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-09-30 10:23:33 +02:00
homepage="http://www.gnome.org/projects/cheese/"
license="GPL-2"
2013-09-26 16:39:26 +02:00
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=eb0d8ba5211a4fe804d540e16a7fb61f16c467e23b106370723c32731b6e620b
2011-08-26 11:07:26 +02:00
long_desc="
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
you to apply fancy visual effects, fine-control image settings and has
features such as Multi-Burst mode, Countdown timer for photos."
libcheese_package() {
2013-07-23 22:06:53 +02:00
short_desc+=" - shared libraries"
pkg_install() {
2013-07-23 22:06:53 +02:00
vmove "usr/lib/*.so.*"
vmove usr/lib/girepository-1.0
}
}
cheese-devel_package() {
2013-09-26 16:39:26 +02:00
depends="gst-plugins-bad1-devel>=1:1.2.0
clutter-gst-devel>=2.0.8_2
clutter-gtk-devel>=1.4.4_2
2013-09-26 16:39:26 +02:00
libcanberra-devel
libcheese-${version}_${revision}"
2013-07-23 22:06:53 +02:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
2013-07-23 22:06:53 +02:00
vmove "usr/lib/*.so"
vmove usr/share/gir-1.0
vmove usr/share/gtk-doc
}
}
cheese_package() {
2013-09-26 16:39:26 +02:00
depends="clutter-gst>=2.0.8_2
clutter-gtk>=1.4.4_2
gst-plugins-good1>=1:1.2
desktop-file-utils
hicolor-icon-theme
gnome-video-effects"
pkg_install() {
2013-07-23 22:06:53 +02:00
vmove all
}
}