5 pkgdesc="Easy to use multimedia transcoder for the GNOME Desktop (devel version)"
7 url="http://programmer-art.org/projects/arista-transcoder"
10 depends=('pygtk' 'gstreamer0.10-python' 'gstreamer0.10-ffmpeg' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad-plugins' 'gstreamer0.10-ugly-plugins' 'gnome-python' 'dbus-python')
11 optdepends=('libdvdread' 'libdvdcss')
14 replaces=('arista' 'arista-bzr')
22 _gitroot='git://github.com/danielgtaylor/arista.git'
28 msg "Connecting to github.com..."
30 if [ -d $startdir/src/$_gitname ] ; then
31 cd $_gitname && git-pull origin
32 msg "The local files have been updated."
36 msg "The git repository has been cloned."
39 msg "Running setup script..."
41 python2 setup.py install --prefix=/usr --root=${pkgdir} || return 1