1 # Maintainer: Bjorn Lindeijer <bjorn lindeijer nl>
2 # Contributor: William Rea <sillywilly@gmail.com>
7 pkgdesc="A GTK+ based GoogleTalk client."
9 url="http://tapioca-voip.sourceforge.net"
11 depends=('tapioca-xmpp' 'gconf' 'libglade' 'gstreamer0.10-farsight' 'farsight')
12 source=(http://dl.sourceforge.net/sourceforge/tapioca-voip/$pkgname-$pkgver.tar.gz
13 tapiocaui_mainwin.c.patch
14 tapiocaui_shell_media.c.patch)
15 md5sums=('2b0fc6997e793784763fe23c81a4986f' 'c89c5a73803031b7d1163c36e5f21fdb'\
16 'a6d6cc671c3239ec2a9da765b471612c')
19 cd $startdir/src/$pkgname-$pkgver
21 # Apply patches to fix compiler warnings and to work with new farsight
22 patch -p1 < ../tapiocaui_mainwin.c.patch
23 patch -p1 < ../tapiocaui_shell_media.c.patch
25 sed -i -e 's| -Werror||g' configure
26 ./configure --prefix=/usr
28 make DESTDIR=$startdir/pkg install