1 # Contributors: Evilandi666 <evilandi.aur(at)googlemail.com>
2 pkgname=gst-plugin-crystalhd-git
5 pkgdesc="Broadcom Crystal HD GST Plugin (Totem for instance) from git.wilsonet.com"
7 url="http://git.linuxtv.org/jarod/crystalhd.git"
9 depends=('libcrystalhd-git' 'gstreamer0.10-base')
10 makedepends=('make' 'autogen' 'git')
12 _gitroot='git://git.linuxtv.org/jarod/crystalhd.git'
19 msg "Connecting to git.wilsonet.com GIT server...."
21 if [ -d $startdir/src/$_gitname ] ; then
22 cd $_gitname && git pull origin
23 msg "The local files are updated."
29 cd filters/gst/gst-plugin/
31 ./autogen.sh --prefix=/usr
33 make install DESTDIR=$pkgdir || return 1