1
1
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:
Peter Steenbergen
2019-02-05 11:24:05 +01:00
parent 4fc960f306
commit 8ebaefa427
5 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYMPLAYER
bool "python-pymplayer"
help
mplayer python api.
https://github.com/JarbasAl/py_mplayer

View File

@ -0,0 +1,2 @@
# sha256 from https://pypi.org
sha256 f4048a6e882a093affc52469889fbbfa0514fec2e4b01b39446f9d795ab44333 python-pymplayer-eaa0a1dbfc60cb0f4f1b3e495d665714c089474a.tar.gz

View File

@ -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))