Skip to content
Snippets Groups Projects
This project is mirrored from https://git.alchemyviewer.org/alchemy/alchemy-next.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
  1. May 19, 2011
  2. May 10, 2011
  3. May 05, 2011
    • Nat Goodspeed's avatar
      Remove Pth library from viewer build. · 343ffb9d
      Nat Goodspeed authored
      This library was only needed on the Mac, and only with the OS X 10.4 SDK. As
      of October 2010, we no longer build the viewer with that SDK. The 10.5 SDK
      we're currently using directly supports the functionality for which we
      originally brought in Pth.
      343ffb9d
  4. May 04, 2011
  5. May 03, 2011
  6. May 02, 2011
  7. Apr 28, 2011
  8. Apr 27, 2011
  9. Apr 22, 2011
  10. Apr 21, 2011
  11. Apr 20, 2011
  12. Apr 19, 2011
    • Nat Goodspeed's avatar
      New openssl package solves permissions problems with Linux build. · c7721b86
      Nat Goodspeed authored
      The original Linux openssl tarball includes libcrypto.so and libssl.so files
      with r-xr-xr-x permissions: not even the owning user can modify them. This
      causes problems when the Release build tries to 'strip' the viewer and all
      associated libraries. Newer openssl tarball fixes permission problems.
      The newer openssl package also updates from 0.9.8 to 1.0.0, so have to fix
      version numbers in Copy3rdPartyLibs.cmake and viewer_manifest.py too. :-P
      Presumably the only reason this hasn't been causing trouble with TC builds is
      that the link has been picking up system libraries instead of the ones from
      the openssl package.
      c7721b86
    • Nat Goodspeed's avatar
      Update freetype package: previous one had no actual library. · 2866e1d9
      Nat Goodspeed authored
      Evidently the only reason builds have been succeeding is because the link is
      picking up the system freetype library. This could be tricky if it goes out of
      sync with the freetype package's header files.
      2866e1d9
  13. Apr 15, 2011
  14. Apr 14, 2011
  15. Apr 13, 2011
  16. Apr 12, 2011
Loading