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
[libpng]
<= libpng-common
url = http://download.sourceforge.net/libpng/libpng-1.4.5.tar.bz2
md5sum = d500e117e4a08d5ca3bd51dca0a0bc5f
url = http://download.sourceforge.net/libpng/libpng-1.5.1.tar.bz2
md5sum = 8fdcb7c0e78d54ff0362a800cbe3bc31
......@@ -1639,7 +1639,7 @@ class AssertImagemagick(AssertSoftwareMixin):
'libjpeg',
'libltdl',
'libm',
'libpng14',
'libpng15',
'libpthread',
'libtiff',
'libz',
......@@ -1786,8 +1786,8 @@ class AssertLibpng(AssertSoftwareMixin):
'zlib',
])
def test_ld_libpng14(self):
self.assertLibraryList('parts/libpng/lib/libpng14.so',[
def test_ld_libpng15(self):
self.assertLibraryList('parts/libpng/lib/libpng15.so',[
'libc',
'libm',
'libz',
......@@ -2171,7 +2171,7 @@ class AssertGraphviz(AssertSoftwareMixin):
'libgraph',
'libm',
'libpathplan',
'libpng14',
'libpng15',
'libxdot',
'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