summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-03-29 16:52:59 +0000
committerDaniel Bermond2020-03-29 16:52:59 +0000
commitc13db3c3a6e675a0850eed5d1a086b638e82ac9b (patch)
tree0134505e68487aa564f169b26040a6f7ff49c412
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
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd5d45c1a19b..0d00c8ffdd4b 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.r268.g433c9a90a5
+ pkgver = 0.32.0.r321.gc8e5a615e9
pkgrel = 1
url = https://mpv.io/
arch = x86_64
@@ -37,13 +37,11 @@ pkgbase = mpv-full-git
depends = libarchive
depends = zlib
depends = vapoursynth
- depends = sndio
depends = openal
depends = vulkan-icd-loader
depends = shaderc
depends = libplacebo
depends = zimg
- depends = rsound
depends = spirv-cross
optdepends = youtube-dl: for video-sharing websites playback
optdepends = nvidia-utils: for hardware accelerated video decoding with CUDA
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'