diff options
author | root <root@rshg047.dnsready.net> | 2011-07-19 23:13:08 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-19 23:13:08 +0000 |
commit | 94e3eb45cd3402cbc5efd70ae725e8d48ed696af (patch) | |
tree | 5f43e51e770fce190ea2732d7784460e4a34b351 /community/freevo | |
parent | 040215f1ca1d14472525c2562bc33e84f9728d4a (diff) |
Tue Jul 19 23:13:07 UTC 2011
Diffstat (limited to 'community/freevo')
-rw-r--r-- | community/freevo/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/freevo/PKGBUILD b/community/freevo/PKGBUILD index 6b3432d67..c07ec2f34 100644 --- a/community/freevo/PKGBUILD +++ b/community/freevo/PKGBUILD @@ -1,26 +1,26 @@ -# $Id: PKGBUILD 27382 2010-09-22 14:12:22Z rvanharen $ +# $Id: PKGBUILD 51736 2011-07-13 19:46:02Z rvanharen $ # Maintainer: Ronald van Haren <ronald.archlinux.org> pkgname=freevo pkgver=1.9.0 -pkgrel=5 +pkgrel=6 pkgdesc="Freevo is an open-source home theatre PC platform based on Linux and a number of open-source audio/video tools." url="http://freevo.sourceforge.net/" license=('GPL2') arch=('i686' 'x86_64') depends=('lame' 'flac' 'faad2' 'cdparanoia' 'vorbis-tools' \ 'fbset' 'smpeg' 'pil' 'python-pysqlite-legacy' \ - 'pyxml' 'lsdvd' 'twisted' 'python-numpy' 'python-pygame'\ - 'kaa-metadata' 'kaa-imlib2' 'beautiful-soup' 'python-html5lib') + 'pyxml' 'lsdvd' 'twisted' 'python2-numpy' 'python-pygame'\ + 'kaa-metadata' 'kaa-imlib2' 'python-beautifulsoup' 'python-html5lib') optdepends=('mplayer: most features' 'xine-lib: can be used instead of mplayer' 'tvtime: watching tv' 'xmltv: parsing online tv guides') install=freevo.install options=('docs') source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz \ freevo.desktop imdb-html5lib.patch) -md5sums=('aeb05e52f996258386af2951688bf6e3' - '9c5fcea7149bf52978730229831d1a40' - 'b11f82049f112f9964a29d37a461fee5') +sha1sums=('0533a2d4ff8a7b09b3b233fdf303ff56bda22d16' + '5f6e76dc58496f072aca29257c24be5ffa9c6c7d' + '57e1099527603500c594fbffa2cb7233b636eed1') build() { cd $srcdir/$pkgname-$pkgver |