blob: 9dd9b1480937518542dab86e062d18c1f25e798c [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "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-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
Patrick Williams8e7b46e2023-05-01 14:19:06 -05006SRC_URI[sha256sum] = "1039bde287853b4b7b61ba22d83761832434f78506da762dfb060291bf32897d"
Andrew Geissler517393d2023-01-13 08:55:19 -06007
8inherit pypi setuptools3