Commit b7c07100 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

version up : libpng-1.5.1. you need to remove and rebuild graphviz and imagemagick.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43044 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 71c1bdd7
...@@ -19,5 +19,5 @@ md5sum = e3ac7879d62ad166a6f0c7441390d12b ...@@ -19,5 +19,5 @@ md5sum = e3ac7879d62ad166a6f0c7441390d12b
[libpng] [libpng]
<= libpng-common <= libpng-common
url = http://download.sourceforge.net/libpng/libpng-1.4.5.tar.bz2 url = http://download.sourceforge.net/libpng/libpng-1.5.1.tar.bz2
md5sum = d500e117e4a08d5ca3bd51dca0a0bc5f md5sum = 8fdcb7c0e78d54ff0362a800cbe3bc31
...@@ -1639,7 +1639,7 @@ class AssertImagemagick(AssertSoftwareMixin): ...@@ -1639,7 +1639,7 @@ class AssertImagemagick(AssertSoftwareMixin):
'libjpeg', 'libjpeg',
'libltdl', 'libltdl',
'libm', 'libm',
'libpng14', 'libpng15',
'libpthread', 'libpthread',
'libtiff', 'libtiff',
'libz', 'libz',
...@@ -1786,8 +1786,8 @@ class AssertLibpng(AssertSoftwareMixin): ...@@ -1786,8 +1786,8 @@ class AssertLibpng(AssertSoftwareMixin):
'zlib', 'zlib',
]) ])
def test_ld_libpng14(self): def test_ld_libpng15(self):
self.assertLibraryList('parts/libpng/lib/libpng14.so',[ self.assertLibraryList('parts/libpng/lib/libpng15.so',[
'libc', 'libc',
'libm', 'libm',
'libz', 'libz',
...@@ -2171,7 +2171,7 @@ class AssertGraphviz(AssertSoftwareMixin): ...@@ -2171,7 +2171,7 @@ class AssertGraphviz(AssertSoftwareMixin):
'libgraph', 'libgraph',
'libm', 'libm',
'libpathplan', 'libpathplan',
'libpng14', 'libpng15',
'libxdot', 'libxdot',
'libz', 'libz',
], [ ], [
......
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