mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: Buildroot: Add of python-pymplayer package.
This commit is contained in:
6
buildroot-external/package/python-pymplayer/Config.in
Normal file
6
buildroot-external/package/python-pymplayer/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_PYMPLAYER
|
||||
bool "python-pymplayer"
|
||||
help
|
||||
mplayer python api.
|
||||
|
||||
https://github.com/JarbasAl/py_mplayer
|
@ -0,0 +1,2 @@
|
||||
# sha256 from https://pypi.org
|
||||
sha256 f4048a6e882a093affc52469889fbbfa0514fec2e4b01b39446f9d795ab44333 python-pymplayer-eaa0a1dbfc60cb0f4f1b3e495d665714c089474a.tar.gz
|
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pymplayer
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYMPLAYER_VERSION = eaa0a1dbfc60cb0f4f1b3e495d665714c089474a
|
||||
PYTHON_PYMPLAYER_SITE = git://github.com/JarbasAl/py_mplayer.git
|
||||
PYTHON_PYMPLAYER_SETUP_TYPE = distutils
|
||||
PYTHON_PYMPLAYER_LICENSE = MIT
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user