Tor Browser: fix rendering of File Chooser dialogs
This issue has been reported by quite a few people over the last two
years but I have not been able to pinpoint the cause.
Many thanks to c2qd for figuring it out and proposing a fix.
update audio/amused to 0.20
- amused-web: fix escaping of `&' (was rendered as `>' instead)
- add support for WAV files
- improve mp3 file detection (from continue at honk.any-key.press, thanks!)
- print bits, rate and channels for tracks
- fix spelling of TMPDIR in man pages
- improve SHA1*() compat
- fix double fclose(3) in flac the decoder
- fix `amused jump'
import devel/py-bitstruct, ok sthen
This module performs conversions between Python values and C bit field
structs represented as Python byte strings. It is intended to have a
similar interface as the python struct module, but working on bits
instead of primitive data types (char, int, ...).