alsa-gobject: seq: misc fixes (take 2)

GitHub pull_request - opened github at alsa-project.org
Thu Jun 11 04:26:28 CEST 2020


alsa-project/alsa-gobject pull request #29 was opened from takaswie:

This patchset includes misc fixes for ALSASeq.

Especially the execution of g-ir-scanner to generate ALSASeq-0.0 becomes to expect ALSATimer-0.0 is available. Although it is expected, it results in Python 3 gir loader (PyGObject) loading ALSATimer-0.0 before loading ALSASeq-0.0. Any test for ALSASeq-0.0 is going to fail because ALSATimer-0.0 is not available before installing. To solve the issue, the patchset includes the patch to change test procedure to arrange environment variables.

Request URL   : https://github.com/alsa-project/alsa-gobject/pull/29
Patch URL     : https://github.com/alsa-project/alsa-gobject/pull/29.patch
Repository URL: https://github.com/alsa-project/alsa-gobject


More information about the Alsa-devel mailing list