summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3db08def5c4e..baf8ea9111ed 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.33.1.r398.gc82ffb6670
+ pkgver = 0.34.1.r351.g45ff20986d
pkgrel = 1
url = https://mpv.io/
arch = x86_64
@@ -40,8 +40,11 @@ pkgbase = mpv-full-git
depends = vulkan-icd-loader
depends = shaderc
depends = libplacebo
+ depends = libxpresent
+ depends = pipewire
depends = zimg
depends = ffmpeg-git
+ depends = sndio
depends = spirv-cross
depends = libsixel
optdepends = youtube-dl: for video-sharing websites playback
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'