1 # Maintainer: birdflesh <antkoul at gmail dot com>
3 # Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
8 pkgdesc="An application to take pictures and videos out of your webcam"
10 url="https://projects.kde.org/projects/extragear/multimedia/kamoso"
12 depends=('kdebase-runtime' 'qtgstreamer-git' 'libkipi' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins')
13 makedepends=('cmake' 'automoc4')
14 optdepends=('kipi-plugins: Facebook support')
15 conflicts=('kamoso-git')
16 source=("ftp://ftp.kde.org/pub/kde/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
17 install=${pkgname}.install
18 md5sums=('c2125e3cbe10ddc397ec4308891a9f4c')
24 cmake ../${pkgname}-${pkgver} \
25 -DCMAKE_BUILD_TYPE=Release \
26 -DCMAKE_INSTALL_PREFIX=/usr
32 make DESTDIR="${pkgdir}" install