23001ad1a1
Support for mpv is not present in the tarball version 0.35.2, therefore we bump this package to current git master branch to prepare the switch from mplayer to mpv. Added license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
406 B
Makefile
14 lines
406 B
Makefile
################################################################################
|
|
#
|
|
# tovid
|
|
#
|
|
################################################################################
|
|
|
|
TOVID_VERSION = 87c676f4aadb7303d2cd921380b054bafa4b85bb
|
|
TOVID_SITE = $(call github,tovid-suite,tovid,$(TOVID_VERSION))
|
|
TOVID_LICENSE = GPL-2.0+
|
|
TOVID_LICENSE_FILES = COPYING
|
|
TOVID_SETUP_TYPE = distutils
|
|
|
|
$(eval $(python-package))
|