blob: 3e799cf6221284e516ab2fda1678de44c582292b [file] [log] [blame]
Brad Bishopa891d152019-09-13 06:17:45 -04001SUMMARY = "This module provides ctypes-based bindings for the native libvlc API of the VLC video player."
2HOMEPAGE = "wiki.videolan.org/PythonBinding"
3LICENSE = "LGPL-2.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
Andrew Geisslerf103a7f2021-05-07 16:09:40 -05006SRC_URI[sha256sum] = "566f2f7c303f6800851cacc016df1c6eeec094ad63e0a49d87db9d698094f1fb"
Brad Bishopa891d152019-09-13 06:17:45 -04007
8inherit pypi setuptools3