[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 180e1b: Add sndio sound support for OpenBSD

Tobias Pape noreply at github.com
Thu Dec 12 23:43:28 UTC 2019


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 180e1b8f9fb90ac428e365236961cf18cbd6aaca
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/180e1b8f9fb90ac428e365236961cf18cbd6aaca
  Author: Christian Kellermann <ckeen at pestilenz.org>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    A platforms/unix/vm-sound-sndio/Makefile.inc
    A platforms/unix/vm-sound-sndio/acinclude.m4
    A platforms/unix/vm-sound-sndio/sqUnixSndioSound.c
    M platforms/unix/vm/sqUnixMain.c

  Log Message:
  -----------
  Add sndio sound support for OpenBSD

This commit introduces a new plugin "vm-sound-sndio" which uses the
native OpenBSD sound system as backend.

This commit is meant as an initial introduction of the plugin, as
sound output currently blocks the whole VM.

The plugin is not loaded by default and should only get built when
running on OpenBSD.


  Commit: d58235ca011b9a8f8344814b66d9f9d6428c963f
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/d58235ca011b9a8f8344814b66d9f9d6428c963f
  Author: Tobias Pape <krono at users.noreply.github.com>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    A platforms/unix/vm-sound-sndio/Makefile.inc
    A platforms/unix/vm-sound-sndio/acinclude.m4
    A platforms/unix/vm-sound-sndio/sqUnixSndioSound.c
    M platforms/unix/vm/sqUnixMain.c

  Log Message:
  -----------
  Merge pull request #451 from ckeen/Cog

Add sndio sound support for OpenBSD


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/deaff031e515...d58235ca011b


More information about the Vm-dev mailing list