Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
be16a4b7
Commit
be16a4b7
authored
Aug 14, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version up : libwebp 0.4.1.
also explicitly use our own giflib and libtiff.
parent
e8548dd9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
component/webp/buildout.cfg
component/webp/buildout.cfg
+10
-2
No files found.
component/webp/buildout.cfg
View file @
be16a4b7
...
...
@@ -5,16 +5,24 @@
parts =
webp
extends =
../giflib/buildout.cfg
../libjpeg/buildout.cfg
../libpng/buildout.cfg
../libtiff/buildout.cfg
[webp]
recipe = slapos.recipe.cmmi
url = http
s://webp.googlecode.com/files/libwebp-0.3.0
.tar.gz
md5sum = 4
183f4f51ada98976f14e7bd51f30938
url = http
://downloads.webmproject.org/releases/webp/libwebp-0.4.1
.tar.gz
md5sum = 4
2bc79613ec5ee5b0e68ba97839c981e
configure-options =
--disable-static
--disable-gl
--disable-wic
--with-jpegincludedir=${libjpeg:location}/include
--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 =
PATH=${libpng:location}/bin:%(PATH)s
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment