From 063b998360239d9e006ba6ee330ab08a2e102378 Mon Sep 17 00:00:00 2001 From: git-bruh Date: Fri, 30 Sep 2022 14:52:10 +0530 Subject: [PATCH] mpv: unbundle python-docutils --- extra/mpv/build | 17 ----------------- extra/mpv/checksums | 1 - extra/mpv/depends | 2 +- extra/mpv/sources | 1 - 4 files changed, 1 insertion(+), 20 deletions(-) diff --git a/extra/mpv/build b/extra/mpv/build index a60aac1c..df511114 100755 --- a/extra/mpv/build +++ b/extra/mpv/build @@ -1,22 +1,5 @@ #!/bin/sh -e -# Setup docutils to generate manual pages. -{ - cd docutils - - python3 setup.py build - python3 setup.py install \ - --root="$PWD/../dist" - - cd ../dist/usr/lib/python*/site-packages - - PYTHONPATH=$PWD:$(python -c "import sys;print(':'.join(sys.path))") - - cd -; cd .. - export PATH="$PWD/dist/usr/bin:$PATH" - export PYTHONPATH -} - meson \ --prefix=/usr \ -Dalsa=enabled \ diff --git a/extra/mpv/checksums b/extra/mpv/checksums index 172e6825..1baaa652 100644 --- a/extra/mpv/checksums +++ b/extra/mpv/checksums @@ -1,2 +1 @@ dbc8fdb6d341f9054c60cf4bd2810bf47da2cf6a522da531024ed56dd9ea0f2c -33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6 diff --git a/extra/mpv/depends b/extra/mpv/depends index 5c6d0fa5..2d59afca 100644 --- a/extra/mpv/depends +++ b/extra/mpv/depends @@ -6,6 +6,6 @@ linux-headers make mesa meson make pkgconf make -python make +python-docutils make wayland wayland-protocols make diff --git a/extra/mpv/sources b/extra/mpv/sources index 2ad80926..3a154dfc 100644 --- a/extra/mpv/sources +++ b/extra/mpv/sources @@ -1,2 +1 @@ https://github.com/mpv-player/mpv/archive/VERSION.tar.gz -https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.19.tar.gz docutils