summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2022-06-20 18:27:42 -0300
committerDaniel Bermond2022-06-20 18:27:42 -0300
commit671c9fbb3c8b38bbff8bf7fd69fb490793199f32 (patch)
treebdbe8c1e8ffdafc119bb24b6a44ca6d396b7b6a0 /PKGBUILD
parent99ae62faadaac24a884919affef8e48765b1b3fb (diff)
downloadaur-671c9fbb3c8b38bbff8bf7fd69fb490793199f32.tar.gz
New upstream options: pipewire and sndio. New x11 dependency.
[1] https://github.com/mpv-player/mpv/commit/87aba146eddd2bc3fe8819180e2814e7947ff1f2 [2] https://github.com/mpv-player/mpv/commit/adc32e25e061b8a9ca927e17ae5cbf88e394dd16 [3] https://github.com/mpv-player/mpv/commit/3d459832a88a9bd2835b339cf6ca98f84aad0115
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7c1f237167d..210bb2b9b493 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=mpv-full-git
-pkgver=0.33.1.r398.gc82ffb6670
+pkgver=0.34.1.r351.g45ff20986d
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('x86_64')
@@ -14,9 +14,9 @@ depends=(
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'mujs'
'libdvdnav' 'libxrandr' 'jack' 'rubberband' 'uchardet' 'libarchive'
'zlib' 'vapoursynth' 'openal' 'vulkan-icd-loader' 'shaderc'
- 'libplacebo' 'zimg'
+ 'libplacebo' 'libxpresent' 'pipewire' 'zimg'
# AUR:
- 'ffmpeg-git' 'spirv-cross' 'libsixel'
+ 'ffmpeg-git' 'sndio' 'spirv-cross' 'libsixel'
)
makedepends=('git' 'mesa' 'python-docutils' 'ladspa' 'vulkan-headers'
'wayland-protocols' 'ffnvcodec-headers')
@@ -89,6 +89,8 @@ build() {
'--enable-sdl2-audio'
'--disable-oss-audio'
+ '--enable-pipewire'
+ '--enable-sndio'
'--enable-pulse'
'--enable-jack'
'--enable-openal'