aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/libopenjpeg-dotnet-2-1.5.0-dotnet-1.dylib (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-17update libomv to git master which adds support for MaterialID in TextureEntrydahlia1-0/+0
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus1-0/+0
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
2012-11-01Replace the 64 bit macosx version of libopenjpeg-dotnet.dylib with a 32-bit ↵Justin Clark-Casey (justincc)1-0/+0
version from libopenmetaverse commit 3731ee4 This is because macosx mono is 32-bit and this can't p/invoke 64-bit binaries. However, the reverse is also true. If OpenSimulator stops working for you then please complain! Long term alternative is probably to build a fat binary with both architectures.
2012-09-20Update libopenjpeg libraries used by libopenmetaverse back up to 1.5, this ↵Justin Clark-Casey (justincc)1-0/+0
time using lkalif's linux libraries built against a much earlier libc (2.7)
2012-09-19Downgrade libopenjpeg back to 1.3 from 1.5.Justin Clark-Casey (justincc)1-0/+0
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.
2012-09-18Update libopenmetaverse components to commit f5cecaajustincc1-0/+0
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.