From 95809cabd947dcbbc69526fec2ad05a10458ddd3 Mon Sep 17 00:00:00 2001 From: justincc Date: Tue, 18 Sep 2012 23:45:06 +0100 Subject: Update libopenmetaverse components to commit f5cecaa Among other things this allows pCampbot to work under Windows since libopenmateverse now ships the same log4net.dll (publicly signed) as OpenSimulator This also updates the libopenmetaverse embedded libopenjpeg from 1.3 to 1.5. DLL naming and mapping for non-Windows libopenjpeg changes to remove version number to make future udpates easier and bring it into line with names of other shipped DLLs. libopenjpeg updates have been made for OSX, Windows (32 and 64 bit) and Linux (32 and 64 bit). Please report any issues. --- bin/lib64/libopenjpeg-dotnet-x86_64.so | Bin 0 -> 149392 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/lib64/libopenjpeg-dotnet-x86_64.so (limited to 'bin/lib64/libopenjpeg-dotnet-x86_64.so') diff --git a/bin/lib64/libopenjpeg-dotnet-x86_64.so b/bin/lib64/libopenjpeg-dotnet-x86_64.so new file mode 100755 index 0000000..421dc56 Binary files /dev/null and b/bin/lib64/libopenjpeg-dotnet-x86_64.so differ -- cgit v1.1 From e50155ebca0538ddcbd579ef13feb6581e4220b8 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 19 Sep 2012 00:35:06 +0100 Subject: Downgrade libopenjpeg back to 1.3 from 1.5. This is because libopenjpeg 1.5 appears to require a minimum of glibc 2.14, whereas at least one fairly recent distro (openSUSE 11.4 from 2011-03-10) only has glibc Further investigation pending. --- bin/lib64/libopenjpeg-dotnet-x86_64.so | Bin 149392 -> 142616 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64/libopenjpeg-dotnet-x86_64.so') diff --git a/bin/lib64/libopenjpeg-dotnet-x86_64.so b/bin/lib64/libopenjpeg-dotnet-x86_64.so index 421dc56..be11bb4 100755 Binary files a/bin/lib64/libopenjpeg-dotnet-x86_64.so and b/bin/lib64/libopenjpeg-dotnet-x86_64.so differ -- cgit v1.1 From e50b6b5334270436ece8c2c5bdfe792395d044bf Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 20 Sep 2012 01:26:35 +0100 Subject: Update libopenjpeg libraries used by libopenmetaverse back up to 1.5, this time using lkalif's linux libraries built against a much earlier libc (2.7) --- bin/lib64/libopenjpeg-dotnet-x86_64.so | Bin 142616 -> 149368 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'bin/lib64/libopenjpeg-dotnet-x86_64.so') diff --git a/bin/lib64/libopenjpeg-dotnet-x86_64.so b/bin/lib64/libopenjpeg-dotnet-x86_64.so index be11bb4..7a9bdfc 100755 Binary files a/bin/lib64/libopenjpeg-dotnet-x86_64.so and b/bin/lib64/libopenjpeg-dotnet-x86_64.so differ -- cgit v1.1