From fcd2a38eee17898af564fa6941de53d30e88da95 Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Sat, 27 Aug 2022 13:13:35 -0500 Subject: [PATCH] mpv: rm libva patch (merged upstream) --- extra/mpv/build | 2 -- extra/mpv/checksums | 1 - extra/mpv/patches/libva.patch | 13 ------------- extra/mpv/sources | 1 - 4 files changed, 17 deletions(-) delete mode 100644 extra/mpv/patches/libva.patch diff --git a/extra/mpv/build b/extra/mpv/build index 17c9d773..b32baff6 100755 --- a/extra/mpv/build +++ b/extra/mpv/build @@ -1,7 +1,5 @@ #!/bin/sh -e -patch -p1 < libva.patch - # Setup docutils to generate manual pages. { cd docutils diff --git a/extra/mpv/checksums b/extra/mpv/checksums index 4a108285..362af2e6 100644 --- a/extra/mpv/checksums +++ b/extra/mpv/checksums @@ -1,2 +1 @@ 33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6 -fc2de250a91d073ad9d0815b9b1cca352ed20ebf3d4bed9688339aded9a2aaf2 diff --git a/extra/mpv/patches/libva.patch b/extra/mpv/patches/libva.patch deleted file mode 100644 index 8561459d..00000000 --- a/extra/mpv/patches/libva.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/meson.build b/meson.build -index 8554573bfa..e710dc87b0 100644 ---- a/meson.build -+++ b/meson.build -@@ -1376,7 +1376,7 @@ if features['vaapi-x11'] - endif - - features += {'vaapi-x-egl': features['vaapi-x11'] and egl_x11.allowed()} --features += {'vaapi-egl': features['vaapi-x11'] or features['vaapi-wayland'] or features['drm']} -+features += {'vaapi-egl': features['vaapi-x11'] or features['vaapi-wayland'] or features['vaapi-drm']} - features += {'vaapi-libplacebo': features['vaapi'] and libplacebo.found()} - - if features['vaapi-egl'] or features['vaapi-libplacebo'] diff --git a/extra/mpv/sources b/extra/mpv/sources index f00571e9..36000448 100644 --- a/extra/mpv/sources +++ b/extra/mpv/sources @@ -1,3 +1,2 @@ git+https://github.com/mpv-player/mpv https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.19.tar.gz docutils -patches/libva.patch