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
Eteri
slapos
Commits
f7ad1464
Commit
f7ad1464
authored
Mar 12, 2012
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version up : libtiff 4.0.1.
parent
79913095
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
8 deletions
+16
-8
component/ghostscript/buildout.cfg
component/ghostscript/buildout.cfg
+5
-4
component/imagemagick/buildout.cfg
component/imagemagick/buildout.cfg
+2
-0
component/libtiff/buildout.cfg
component/libtiff/buildout.cfg
+4
-3
component/poppler/buildout.cfg
component/poppler/buildout.cfg
+3
-1
component/tesseract/buildout.cfg
component/tesseract/buildout.cfg
+2
-0
No files found.
component/ghostscript/buildout.cfg
View file @
f7ad1464
...
@@ -9,18 +9,19 @@ parts = ghostscript
...
@@ -9,18 +9,19 @@ parts = ghostscript
[ghostscript-common]
[ghostscript-common]
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
depends =
${libtiff:version}
configure-options =
configure-options =
--disable-cups
--disable-cups
--
disable-cairo
--
with-system-libtiff
--without-x
--without-x
--with-drivers=FILES
--with-drivers=FILES
# it seems that parallel build sometimes fails for ghostscript.
# it seems that parallel build sometimes fails for ghostscript.
make-options = -j1
make-options = -j1
environment =
environment =
PATH=${pkgconfig:location}/bin:%(PATH)s
PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${fontconfig:location}/lib/pkgconfig
PKG_CONFIG_PATH=${fontconfig:location}/lib/pkgconfig:${libtiff:location}/lib/pkgconfig
CPPFLAGS=-I${libtiff:location}/include
LDFLAGS=-Wl,-rpath=${fontconfig:location}/lib -L${libjpeg:location}/lib -Wl,-rpath=${libjpeg:location}/lib -Wl,-rpath=${libtiff:location}/lib
LDFLAGS=-Wl,-rpath=${fontconfig:location}/lib -L${libjpeg:location}/lib -Wl,-rpath=${libjpeg:location}/lib -L${libtiff:location}/lib -Wl,-rpath=${libtiff:location}/lib
LD_LIBRARY_PATH=${fontconfig:location}/lib
LD_LIBRARY_PATH=${fontconfig:location}/lib
[ghostscript]
[ghostscript]
...
...
component/imagemagick/buildout.cfg
View file @
f7ad1464
...
@@ -29,6 +29,8 @@ filename = imagemagick-6.6.6-1-no-gsx-gsc-probe.patch
...
@@ -29,6 +29,8 @@ filename = imagemagick-6.6.6-1-no-gsx-gsc-probe.patch
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
url = ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.7.5-10.tar.bz2
url = ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.7.5-10.tar.bz2
md5sum = 99bc7ec1e756fa75f1af6150df3d1383
md5sum = 99bc7ec1e756fa75f1af6150df3d1383
depends =
${libtiff:version}
configure-options =
configure-options =
--disable-static
--disable-static
--without-x
--without-x
...
...
component/libtiff/buildout.cfg
View file @
f7ad1464
...
@@ -9,10 +9,11 @@ parts =
...
@@ -9,10 +9,11 @@ parts =
[libtiff]
[libtiff]
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
#url = http://download.osgeo.org/libtiff/tiff-3.9.5.tar.gz
version = 4.0.1
#url = http://download.osgeo.org/libtiff/tiff-${:version}.tar.gz
# server is down - circumvent
# server is down - circumvent
url = http://www.imagemagick.org/download/delegates/tiff-
3.9.5
.tar.gz
url = http://www.imagemagick.org/download/delegates/tiff-
${:version}
.tar.gz
md5sum =
8fc7ce3b4e1d0cc8a319336967815084
md5sum =
fae149cc9da35c598d8be897826dfc63
configure-options =
configure-options =
--disable-static
--disable-static
--without-x
--without-x
...
...
component/poppler/buildout.cfg
View file @
f7ad1464
...
@@ -17,10 +17,12 @@ extends =
...
@@ -17,10 +17,12 @@ extends =
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
md5sum = b566d1fbaa29b9257bf0ecc130e7b2ca
md5sum = b566d1fbaa29b9257bf0ecc130e7b2ca
url = http://poppler.freedesktop.org/poppler-0.17.2.tar.gz
url = http://poppler.freedesktop.org/poppler-0.17.2.tar.gz
depends =
${libtiff:version}
configure-options =
configure-options =
--disable-cairo-output
--disable-cairo-output
--disable-cms
--disable-cms
--disable-curl
--disable-
lib
curl
--disable-gtk-doc-html
--disable-gtk-doc-html
--disable-gtk-test
--disable-gtk-test
--disable-poppler-cpp
--disable-poppler-cpp
...
...
component/tesseract/buildout.cfg
View file @
f7ad1464
...
@@ -23,6 +23,8 @@ stop-on-error = yes
...
@@ -23,6 +23,8 @@ stop-on-error = yes
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
url = http://tesseract-ocr.googlecode.com/files/tesseract-3.00.tar.gz
url = http://tesseract-ocr.googlecode.com/files/tesseract-3.00.tar.gz
md5sum = cc812a261088ea0c3d2da735be35d09f
md5sum = cc812a261088ea0c3d2da735be35d09f
depends =
${libtiff:version}
configure-options =
configure-options =
--disable-static
--disable-static
--datarootdir=${tesseract-share:location}
--datarootdir=${tesseract-share:location}
...
...
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