Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker: Update deps and workflow, include OpenSSL, Imath workaround for OTIO #2186

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Feb 26, 2023

  1. Docker: Update deps to OTIO 0.15, FFmpeg 5.1.2, OCIO 2.1.2, OIIO 2.4.5.0

    For OTIO we need to set DOTIO_FIND_IMATH=ON so that it finds our version of Imath via CMake. Because the ASWF build has Python support enabled, it requires a workaround to make CMake happy.
    Simran-B committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    7305a0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb0243e View commit details
    Browse the repository at this point in the history
  3. Bump OCIO to 2.1.3

    Simran-B committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    d825372 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    6bfcdd1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/olive-editor/olive into c…

    …i-update-2022-12-11
    Simran-B committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    fc3fa0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5db827 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    8407621 View commit details
    Browse the repository at this point in the history
  2. Revert "Attempt to include OpenSSL 1.1 with certs to fix error sendin…

    …g crash reports"
    
    This reverts commit 8407621.
    Simran-B committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    cf41a4a View commit details
    Browse the repository at this point in the history
  3. Try to disable more PyImath

    Simran-B committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    dd37e40 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/olive-editor/olive into c…

    …i-update-2022-12-11
    Simran-B committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    38170d2 View commit details
    Browse the repository at this point in the history
  5. Disable compiler warning for FFmpeg 5.1+

    Keeps the code compatible with 4.x and 5.0. Deprecated declaration warnings propagate to errors in CI (caused by new channel layout API).
    Simran-B committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4f53d7e View commit details
    Browse the repository at this point in the history