updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / video4fuze / PKGBUILD
blob21b247337e21ee0677bc2b67540c70509961f560
1 # Maintainer: Tomasz Owczarek <tomek.owczarek at gmail dot com>
3 pkgname=video4fuze
4 pkgver=0.6+
5 pkgrel=2
6 pkgdesc="A tool to convert and transfer videos to the Sansa Fuze media player"
7 arch=("i686" "x86_64")
8 url="http://code.google.com/p/video4fuze/"
9 license=('GPL3')
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)
16 build() {
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}