Commit be16a4b7 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

version up : libwebp 0.4.1.

also explicitly use our own giflib and libtiff.
parent e8548dd9
...@@ -5,16 +5,24 @@ ...@@ -5,16 +5,24 @@
parts = parts =
webp webp
extends = extends =
../giflib/buildout.cfg
../libjpeg/buildout.cfg ../libjpeg/buildout.cfg
../libpng/buildout.cfg ../libpng/buildout.cfg
../libtiff/buildout.cfg
[webp] [webp]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://webp.googlecode.com/files/libwebp-0.3.0.tar.gz url = http://downloads.webmproject.org/releases/webp/libwebp-0.4.1.tar.gz
md5sum = 4183f4f51ada98976f14e7bd51f30938 md5sum = 42bc79613ec5ee5b0e68ba97839c981e
configure-options = configure-options =
--disable-static --disable-static
--disable-gl
--disable-wic
--with-jpegincludedir=${libjpeg:location}/include --with-jpegincludedir=${libjpeg:location}/include
--with-jpeglibdir=${libjpeg:location}/lib --with-jpeglibdir=${libjpeg:location}/lib
--with-tiffincludedir=${libtiff:location}/include
--with-tifflibdir=${libtiff:location}/lib
--with-gifincludedir=${giflib:location}/include
--with-giflibdir=${giflib:location}/lib
environment = environment =
PATH=${libpng:location}/bin:%(PATH)s PATH=${libpng:location}/bin:%(PATH)s
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment