Advertisement
Guest User

libpng15.patch

a guest
Mar 30th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. --- a/autobuild.xml 2012-03-28 23:15:12.000000000 +0100
  2. +++ b/autobuild.xml 2012-03-29 10:54:26.084463800 +0100
  3. @@ -1070,9 +1070,9 @@
  4. <key>archive</key>
  5. <map>
  6. <key>hash</key>
  7. - <string>0681ab7e1988dfdbdad7dd9edb7760ee</string>
  8. + <string>6f22e992e1ef0cdc9f027c45e8b8aa7c</string>
  9. <key>url</key>
  10. - <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/libpng-1.5.1-linux-20110223.tar.bz2</string>
  11. + <string>http://sites.google.com/site/secondhelper75/libpng-1.5.9-linux-20120328.tar.bz2</string>
  12. </map>
  13. <key>name</key>
  14. <string>linux</string>
  15. --- a/indra/cmake/Copy3rdPartyLibs.cmake 2012-03-28 23:15:55.000000000 +0100
  16. +++ b/indra/cmake/Copy3rdPartyLibs.cmake 2012-03-29 10:55:50.372465358 +0100
  17. @@ -280,6 +280,8 @@
  18. libuuid.so.16.0.22
  19. libssl.so.1.0.0
  20. libfontconfig.so.1.4.4
  21. + libpng15.so.15
  22. + libpng15.so.15.9.0
  23. #libnotify.so # *TODO test/fix/get linux libnotify(growl)
  24. )
  25.  
  26. --- a/indra/newview/viewer_manifest.py 2012-03-28 23:16:28.000000000 +0100
  27. +++ b/indra/newview/viewer_manifest.py 2012-03-29 10:56:54.744259554 +0100
  28. @@ -1147,6 +1147,8 @@
  29. self.path("libtcmalloc.so", "libtcmalloc.so") #formerly called google perf tools
  30. self.path("libtcmalloc.so.0", "libtcmalloc.so.0") #formerly called google perf tools
  31. self.path("libtcmalloc.so.0.1.0", "libtcmalloc.so.0.1.0") #formerly called google perf tools
  32. + self.path("libpng15.so.15") #use provided libpng to workaround incompatible system versions on some distros
  33. + self.path("libpng15.so.15.9.0") #use provided libpng to workaround incompatible system versions on some distros
  34. try:
  35. self.path("libfmod-3.75.so")
  36. pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement