There is a new pull request by TinfoilSubmarine against master on the void-packages repository https://github.com/TinfoilSubmarine/void-packages update/python3-vlc https://github.com/void-linux/void-packages/pull/48774 python3-vlc: update to 3.0.20123. Needs dependency on libvlc, otherwise the package cannot function and throws errors: ``` >>> import vlc >>> vlc.get_default_instance() Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.12/site-packages/vlc.py", line 271, in get_default_instance _default_instance = Instance() ^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/vlc.py", line 1814, in __new__ return libvlc_new(len(args), args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/vlc.py", line 4990, in libvlc_new _Cfunction('libvlc_new', ((1,), (1,),), class_result(Instance), File "/usr/lib/python3.12/site-packages/vlc.py", line 302, in _Cfunction raise NameError('no function %r' % (name,)) NameError: no function 'libvlc_new' ``` #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/48774.patch is attached