updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / cheese-gst / PKGBUILD
blobb0e44259768253c147eb217b4440b7b973bb095c
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
4 pkgname=cheese-gst
5 _pkgname=cheese
6 pkgver=2.32.0
7 pkgrel=1
8 pkgdesc="Use your webcam to take photos and videos, apply fancy special effects and share the fun with others (Uses the old GStreamer backend without Clutter)"
9 arch=(i686 x86_64)
10 license=('GPL')
11 depends=('gnome-desktop2>=2.32.0' 'gstreamer0.10-base-plugins>=0.10.30' 'gstreamer0.10-good-plugins>=0.10.24' 'librsvg>=2.32.0' 'gnome-icon-theme>=2.31.0' 'libcanberra>=0.25')
12 makedepends=('pkgconfig' 'gnome-doc-utils>=0.20.1' 'intltool')
13 conflicts=(cheese)
14 provides=("cheese=$pkgver")
15 groups=('gnome-extra')
16 options=('!libtool' '!emptydirs')
17 url="http://www.gnome.org/projects/cheese/"
18 install=cheese.install
19 source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgname}/2.32/${_pkgname}-${pkgver}.tar.bz2)
20 sha256sums=('8debc47113d9889247f411d256a8eca0d8da49e5ab5909c200923945b8d5e087')
22 build() {
23   cd "${srcdir}/${_pkgname}-${pkgver}"
24   ./configure --prefix=/usr --sysconfdir=/etc \
25       --localstatedir=/var --libexecdir=/usr/lib \
26       --disable-scrollkeeper --disable-static
27   make
28   make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
30   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
31   gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${_pkgname}.schemas" --domain cheese ${pkgdir}/etc/gconf/schemas/*.schemas
32   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas