Brad Bishop | a891d15 | 2019-09-13 06:17:45 -0400 | [diff] [blame] | 1 | SUMMARY = "This module provides ctypes-based bindings for the native libvlc API of the VLC video player." |
| 2 | HOMEPAGE = "wiki.videolan.org/PythonBinding" |
| 3 | LICENSE = "LGPL-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 5 | |
Andrew Geissler | f103a7f | 2021-05-07 16:09:40 -0500 | [diff] [blame] | 6 | SRC_URI[sha256sum] = "566f2f7c303f6800851cacc016df1c6eeec094ad63e0a49d87db9d698094f1fb" |
Brad Bishop | a891d15 | 2019-09-13 06:17:45 -0400 | [diff] [blame] | 7 | |
| 8 | inherit pypi setuptools3 |