1 # Maintainer: archtux <antonio.arias99999@gmail.com>
6 pkgdesc="A GNOME2 integrated movie player(GIT version) based on Gstreamer."
7 url="http://projects.gnome.org/totem/"
10 depends=('desktop-file-utils' 'gstreamer0.10-base-git' 'gstreamer0.10-good-plugins>=0.10.18' 'iso-codes>=3.10.1' 'libunique>=1.1.6' 'libxtst' 'libxxf86vm' 'python>=2.6' 'totem-plparser>=2.30')
13 _gitroot="git://git.gnome.org/totem"
19 msg "Connecting to GIT server...."
21 if [ -d $srcdir/$_gitname ] ; then
22 cd $_gitname && git pull origin
23 msg "The local files are updated."
28 msg "GIT checkout done or server timeout"
29 msg "Starting make..."
34 sh autogen.sh --prefix=/usr
36 make DESTDIR=$pkgdir install