summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/mpv/Pkgfile.patch17
-rw-r--r--contrib/mpv/e575ec4fc3654387c7358bd3640877ef32628d2c.patch.new13
2 files changed, 0 insertions, 30 deletions
diff --git a/contrib/mpv/Pkgfile.patch b/contrib/mpv/Pkgfile.patch
deleted file mode 100644
index 1cca07e..0000000
--- a/contrib/mpv/Pkgfile.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- Pkgfile 2024-04-29 18:31:18.749399175 +0200
-+++ Pkgfile 2024-05-02 18:02:48.714897596 +0200
-@@ -7,9 +7,13 @@
- name=mpv
- version=0.37.0
- release=1
--source=(https://github.com/mpv-player/mpv/archive/v$version/$name-$version.tar.gz)
-+source=(https://github.com/mpv-player/mpv/archive/v$version/$name-$version.tar.gz
-+ e575ec4fc3654387c7358bd3640877ef32628d2c.patch)
-
- build() {
-+ cd $name-$version
-+ patch -p1 -i ../e575ec4fc3654387c7358bd3640877ef32628d2c.patch
-+ cd ..
- prt-get isinst libdvdnav && PKGMK_MPV="-D dvdnav=enabled"
- prt-get isinst libcdio-paranoia && PKGMK_MPV+=" -D cdda=enabled"
- prt-get isinst libsdl2 && PKGMK_MPV+=" -D sdl2=enabled"
diff --git a/contrib/mpv/e575ec4fc3654387c7358bd3640877ef32628d2c.patch.new b/contrib/mpv/e575ec4fc3654387c7358bd3640877ef32628d2c.patch.new
deleted file mode 100644
index 93e428e..0000000
--- a/contrib/mpv/e575ec4fc3654387c7358bd3640877ef32628d2c.patch.new
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/meson.build b/meson.build
-index a3c3430dd47b..6fd5afa5122a 100644
---- a/meson.build
-+++ b/meson.build
-@@ -1049,7 +1049,7 @@ if features['xv']
- sources += files('video/out/vo_xv.c')
- endif
-
--if features['wayland'] or features['x11']
-+if features['wayland'] or features['x11'] or features['drm']
- sources += ('video/out/present_sync.c')
- endif
-