1 # Contributor: acmps <acmps.pt@gmail.com>
2 pkgname=transmageddon-git
5 pkgdesc="A video transcoder based on gstreamer"
7 url="http://www.linuxrising.org/transmageddon/index.html"
9 depends=('gstreamer0.10-good-plugins' 'gstreamer0.10-bad-plugins' 'gstreamer0.10-ugly-plugins' 'gstreamer0.10-base-plugins' 'gstreamer0.10-python' 'pygobject' 'pycairo' 'pygtk')
10 makedepends=('git' 'intltool')
11 provides=('transmageddon')
12 conflicts=('transmageddon')
14 _gitroot="git://git.gnome.org/transmageddon"
15 _gitname="transmageddon"
19 msg "Connecting to GIT server...."
21 if [ -d $_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..."
31 rm -rf "$srcdir/$_gitname-build"
32 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
33 cd "$srcdir/$_gitname-build"
36 ./configure --prefix=/usr
38 make DESTDIR="$pkgdir/" install