Date: Wednesday, March 22, 2023 @ 20:22:29
Author: eworm
Revision: 1426953
upgpkg: mpv 1:0.35.1-4: fix streaming from youtube
Modified:
mpv/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-22 20:08:28 UTC (rev 1426952)
+++ PKGBUILD 2023-03-22 20:22:29 UTC (rev 1426953)
@@ -6,7 +6,7 @@
epoch=1
_tag='5ae02ccad10542a74b397e39800ec01def0db4e1' # git rev-parse v${pkgver}
pkgver=0.35.1
-pkgrel=3
+pkgrel=4
pkgdesc='a free, open source, and cross-platform media player'
arch=('x86_64')
# We link against libraries that are licensed GPLv3 explicitly, so our
@@ -33,8 +33,15 @@
source=("git+https://github.com/mpv-player/mpv.git#tag=${_tag}?signed")
sha256sums=('SKIP')
+prepare() {
+ cd "${pkgname}"
+
+ git cherry-pick -n \
+ 985655ebfd77ceddc44d76f8cc6dc446002f34ee \
+ a5961ad096b1361a12f836c8b170fc748f46962a
+}
+
build() {
-
local _meson_options=(
--auto-features auto