updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / totem-git / PKGBUILD
blob4a5ecdd2f8f81c3a807ce141f4e503080ef13061
1 # Maintainer: archtux <antonio.arias99999@gmail.com>
3 pkgname=totem-git
4 pkgver=20100501
5 pkgrel=1
6 pkgdesc="A GNOME2 integrated movie player(GIT version) based on Gstreamer."
7 url="http://projects.gnome.org/totem/"
8 arch=('i686' 'x86_64')
9 license=('GPL2')
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')
11 makedepends=('git')
12 conflicts=('totem')
13 _gitroot="git://git.gnome.org/totem"
14 _gitname="totem"
17 build() {
18   cd $srcdir
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."
24   else
25         git clone $_gitroot
26   fi
28   msg "GIT checkout done or server timeout"
29   msg "Starting make..."
32   cd ./$_gitname
34   sh autogen.sh --prefix=/usr
35   make
36   make DESTDIR=$pkgdir install