summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-09-30 17:27:20 -0300
committerDaniel Bermond2021-09-30 17:27:20 -0300
commit2555fcf2807f72133cd798d40b02cf9aac3cc881 (patch)
tree7ae8c079de4f524bd4b8a374111583868181b728
parentde03bf6a85ba7b043387bd3a29d1ae85f78bfb74 (diff)
downloadaur-2555fcf2807f72133cd798d40b02cf9aac3cc881.tar.gz
Match latest upstream changes
References ---------- [1] https://github.com/mpv-player/mpv/commit/62b2c5db982103f84d61e4abb0cc3a3aff077e1c [2] https://github.com/mpv-player/mpv/commit/1b2e5137e04bf4990713714b4925fbdd30a9d6c9
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dc3788e76d0..3f5a8d864c28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (git version with all possible libs)
- pkgver = 0.32.0.r796.g790647314c
+ pkgver = 0.33.1.r346.g38b55c862f
pkgrel = 1
url = https://mpv.io/
arch = x86_64
@@ -54,4 +54,3 @@ pkgbase = mpv-full-git
sha256sums = SKIP
pkgname = mpv-full-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ba1eb144c74b..6d7d93372607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=mpv-full-git
-pkgver=0.32.0.r796.g790647314c
+pkgver=0.33.1.r346.g38b55c862f
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('x86_64')
@@ -85,10 +85,11 @@ build() {
'--enable-sdl2'
'--enable-sdl2-gamepad'
'--enable-libavdevice'
- '--disable-ffmpeg-strict-abi'
+ '--enable-ffmpeg-strict-abi'
'--lua=52arch'
'--enable-sdl2-audio'
+ '--disable-oss-audio'
'--enable-pulse'
'--enable-jack'
'--enable-openal'