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

javax.media.sound #483

Merged
merged 14 commits into from
Feb 5, 2024
Merged

javax.media.sound #483

merged 14 commits into from
Feb 5, 2024

Commits on Feb 1, 2024

  1. Remove icedtea implementation of javax.sound. Replace with OpenJDK ve…

    …rsion.
    
    Add libjsound, libjsoundds and libjsoundalsa. They do not yet build. Will probably need to add Alsa libs to native SDK.
    wasabii committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1d81dee View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Update native SDK version to include Alsa.

    Add libs to output.
    Almost got it building, but missing something regarding CRT.
    wasabii committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9c1abd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    c75c7b6 View commit details
    Browse the repository at this point in the history
  2. Remove MS Compatibility version 14. Not sure this is going to work fo…

    …r all supported archs. Will need to check.
    wasabii committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    1d2e379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e711a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fd6dc3 View commit details
    Browse the repository at this point in the history
  5. Add ms extensions back (even for Linux).

    The deal here is that Java headers have ms extensions added on when bult on Windows, even if xcompiling to non-Windows. Stupid.
    wasabii committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    d2d3659 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38a0a7b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Link against asoun.

    wasabii committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    0df6f68 View commit details
    Browse the repository at this point in the history
  2. Install libasound.

    wasabii committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    b8d8aa6 View commit details
    Browse the repository at this point in the history
  3. sudo

    wasabii committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    936aa46 View commit details
    Browse the repository at this point in the history
  4. Comment bad?

    wasabii committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    cb98d06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7336311 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2314c5c View commit details
    Browse the repository at this point in the history