blob: 7f8affb4f3e23bd3b29fc1e3d38182b8f120be80 [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 Geisslerd221e032020-07-10 16:13:21 -05006SRC_URI[md5sum] = "17dba9a55903cdcae10814080fcadb8f"
7SRC_URI[sha256sum] = "c1a8a295bea8277fa3d9a07dcdf873fe18c5f11a0e4d1f618df47c316fe0003b"
Brad Bishopa891d152019-09-13 06:17:45 -04008
9inherit pypi setuptools3