1 # Maintainer: Tomasz Owczarek <tomek.owczarek at gmail dot com>
6 pkgdesc="A tool to convert and transfer videos to the Sansa Fuze media player"
8 url="http://code.google.com/p/video4fuze/"
10 depends=('python2-pyqt>=4.5' 'mencoder' 'ffmpeg' 'python2>=2.5' 'python-imaging' 'fuzemux')
11 makedepends=('qt>=4.5')
13 source=(http://video4fuze.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
14 sha1sums=(51a61a35e46770ea2c899ec3417403b54fc30906)
17 cd ${pkgname}-${pkgver}
19 # Force to use python2 in scripts
21 sed -i "s/python/python2/" dist/fuze
22 sed -i "s/python/python2/" dist/video4fuze
24 lrelease video4fuze_e4x.pro
25 python2 setup.py install --root ${pkgdir}