[arch-commits] Commit in freevo/trunk (PKGBUILD)

Jelle van der Waa jelle at nymeria.archlinux.org
Fri Sep 20 16:12:30 UTC 2013


    Date: Friday, September 20, 2013 @ 18:12:30
  Author: jelle
Revision: 97457

upgpkg: freevo 1.9.0-11

Replace PIL with Pillow

Modified:
  freevo/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-20 15:30:01 UTC (rev 97456)
+++ PKGBUILD	2013-09-20 16:12:30 UTC (rev 97457)
@@ -9,7 +9,7 @@
 license=('GPL2')
 arch=('any')
 depends=('lame' 'flac' 'faad2' 'cdparanoia' 'vorbis-tools' 'fbset' 
-         'smpeg' 'python-imaging' 'python2-pysqlite-legacy' 'pyxml' 'lsdvd' 
+         'smpeg' 'python2-pillow' 'python2-pysqlite-legacy' 'pyxml' 'lsdvd' 
          'twisted' 'python2-numpy' 'python2-pygame' 'kaa-metadata' 
          'kaa-imlib2' 'python2-beautifulsoup3' 'python2-html5lib')
 optdepends=('mplayer: most features' 
@@ -30,6 +30,9 @@
 
   # patch from http://sourceforge.net/tracker/index.php?func=detail&aid=2924872&group_id=46652&atid=446895
   patch -p0 < "${srcdir}"/imdb-html5lib.patch
+
+  # remove check for python-imaging
+  sed -i "/'Image'/d" "${srcdir}"/${pkgname}-${pkgver}/setup.py
   python2 setup.py install --prefix="${pkgdir}"/usr
   
   install -Dm644 local_conf.py.example "${pkgdir}"/usr/share/doc/freevo/local_conf.py.example




More information about the arch-commits mailing list