Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-vlc: update to 3.0.20123. #48774

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

TinfoilSubmarine
Copy link
Contributor

Needs dependency on libvlc, otherwise the package cannot function and throws errors:

>>> import vlc
>>> vlc.get_default_instance()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  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

@ahesford ahesford merged commit d2560a2 into void-linux:master Feb 29, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants