Skip to content

Commit

Permalink
python: add support for new thumbnailing API
Browse files Browse the repository at this point in the history
and wrap AudioEqualizer/Renderer/RendererDiscoverer with the OO API
  • Loading branch information
oaubert committed Nov 12, 2018
1 parent 0827a96 commit 2957dbc
Show file tree
Hide file tree
Showing 7 changed files with 714 additions and 90 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test3: $(MODULE_NAME)
PYTHONPATH=$(VERSIONED_PATH) python3 tests/test.py

publish: $(VERSIONED_NAME)
cd $(VERSIONED_PATH); python setup.py sdist upload -r pypi
cd $(VERSIONED_PATH); python3 setup.py bdist_wheel sdist && twine upload dist/*

tests: test test3

Expand Down
4 changes: 2 additions & 2 deletions generated/3.0/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

setup(name='python-vlc',
version = '3.0.4105',
version = '3.0.4107',
author='Olivier Aubert',
author_email='[email protected]',
maintainer='Olivier Aubert',
Expand Down Expand Up @@ -35,5 +35,5 @@
player. Note that it relies on an already present install of VLC.
It has been automatically generated from the include files of
vlc 3.0.4, using generator 1.5.
vlc 3.0.4, using generator 1.7.
""")
Loading

0 comments on commit 2957dbc

Please sign in to comment.