Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [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-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 5 | |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 6 | SRC_URI[sha256sum] = "1039bde287853b4b7b61ba22d83761832434f78506da762dfb060291bf32897d" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 7 | |
| 8 | inherit pypi setuptools3 |
Patrick Williams | b542dec | 2023-06-09 01:26:37 -0500 | [diff] [blame] | 9 | |
| 10 | RDEPENDS:${PN} += " \ |
| 11 | python3-ctypes \ |
| 12 | python3-logging \ |
| 13 | " |