FS#60373 - [sdl2] Add jack support

Attached to Project: Arch Linux
Opened by tet (teteros) - Wednesday, 10 October 2018, 12:22 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Thursday, 18 October 2018, 16:39 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

jack is an alternative audio server like pulseaudio, often used in latency critical settings like pro-audio
SDL2 is used for audio/graphics in quite a few audio applications like audio trackers/players.

sdl2 can output to a jack port with the env variable:
SDL_AUDIODRIVER=jack
but this is not possible with the current package as it is not configured to do so, even with jack installed.

Support in the sdl2 package for jack is just adding 'jack' to makedepends() and optdepends()
and -DJACK_SHARED=ON to cmake configure flags.

This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Thursday, 18 October 2018, 16:39 GMT
Reason for closing:  Implemented
Comment by Sven-Hendrik Haase (Svenstaro) - Thursday, 18 October 2018, 16:02 GMT
Ok

Loading...