summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2020-03-29 16:52:59 +0000
committerDaniel Bermond2020-03-29 16:52:59 +0000
commitc13db3c3a6e675a0850eed5d1a086b638e82ac9b (patch)
tree0134505e68487aa564f169b26040a6f7ff49c412 /PKGBUILD
parent353b4cc51703de2d701f5713bc74bdcbb0dd43c2 (diff)
downloadaur-c13db3c3a6e675a0850eed5d1a086b638e82ac9b.tar.gz
Remove --enable-{sndio,rsound,oss-audio} (removed by upstream)
References ---------- https://github.com/mpv-player/mpv/commit/71d218eae4b4d93ada34ff74906f71ad359c84bc https://github.com/mpv-player/mpv/commit/4583bd8cc7bf538bce424983d49729c934d13a53 https://github.com/mpv-player/mpv/commit/bca917f6d2c50d9df3a4140b7be7beb6d567aa5b
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1cc0e12699a..80688a001b9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=mpv-full-git
-pkgver=0.32.0.r268.g433c9a90a5
+pkgver=0.32.0.r321.gc8e5a615e9
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('x86_64')
@@ -13,10 +13,10 @@ depends=(
'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'mujs'
'libdvdnav' 'libxrandr' 'jack' 'rubberband' 'uchardet' 'libarchive'
- 'zlib' 'vapoursynth' 'sndio' 'openal' 'vulkan-icd-loader' 'shaderc'
+ 'zlib' 'vapoursynth' 'openal' 'vulkan-icd-loader' 'shaderc'
'libplacebo' 'zimg'
# AUR:
- 'rsound' 'spirv-cross'
+ 'spirv-cross'
)
makedepends=('git' 'mesa' 'python-docutils' 'ladspa' 'vulkan-headers'
'wayland-protocols' 'ffnvcodec-headers')
@@ -93,9 +93,6 @@ build() {
'--lua=52arch'
'--enable-sdl2-audio'
- '--enable-oss-audio'
- '--enable-rsound'
- '--enable-sndio'
'--enable-pulse'
'--enable-jack'
'--enable-openal'