1 # Maintainer: archtux <antonio.arias99999@gmail.com>
6 pkgdesc="Sinthgunt is an easy to use GUI for ffmpeg with more than 100 pre-configured conversion settings."
8 url="http://code.google.com/p/sinthgunt/"
10 depends=('ffmpeg' 'pygtk' 'youtube-dl')
11 source=(http://sinthgunt.googlecode.com/files/$pkgname-$pkgver.linux-i686.tar.gz)
12 md5sums=('866b726a40ea72fd8e75a84491723a90')
18 mv ./lib/python2.5 ./lib/python2.7
19 sed -i 's_^#!/usr/bin/python_#!/usr/bin/python2_' ./bin/sinthgunt
20 sed -i 's_^#!/usr/bin/python_#!/usr/bin/python2_' ./lib/python2.7/site-packages/Sinthgunt/app.py
22 # Remove youtube-dl(is in community repository)
23 rm -f ./bin/youtube-dl