summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorInochi Amaoto2020-03-29 10:32:37 +0800
committerInochi Amaoto2020-03-29 10:32:37 +0800
commita11da82fd24968b970a3df58e47b71851943a215 (patch)
treeb9dd152a9e106060267a9e991ec7a8e62b420a43 /PKGBUILD
parent3ea75efa0b5f24141bfdb3fbb278eb322df908fc (diff)
downloadaur-a11da82fd24968b970a3df58e47b71851943a215.tar.gz
remove sound sndio(71d218eae4b4d93ada34ff74906f71ad359c84bc) rsound(4583bd8cc7bf538bce424983d49729c934d13a53)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f4d744da64c..31241676393e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Inochi Amaoto <libraryindexsky@gmail.com>
pkgname=mpv-full-build-git
-pkgver=0.32.0.r288.gee70e8ce50
+pkgver=0.32.0.r320.gbca917f6d2
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 with all possible libs (uses statically linked ffmpeg with all possible libs). (GIT version )"
arch=('x86_64')
@@ -135,7 +135,6 @@ optdepends=(
'nvidia-utils: for hardware accelerated video decoding with CUDA'
'openh264: Additional libopenh264 support for ffmpeg'
'rockchip-mpp: Additional rkmpp support for ffmpeg'
- 'rsound: Additional rsound support for mpv'
'shine: Additional libshine support for ffmpeg'
'spirv-cross: Additional spirv support for mpv'
'tensorflow: mpv ffmpeg DNN module backend'
@@ -193,9 +192,6 @@ if [ -z ${MPV_NO_CHECK_OPT_DEPEND+yes} ]; then
if [ -f /usr/lib/librockchip_mpp.so ]; then
depends+=('rockchip-mpp')
fi
- if [ -f /usr/lib/librsound.so ]; then
- depends+=('rsound')
- fi
if [ -f /usr/lib/libspirv-cross-c-shared.so ]; then
depends+=('spirv-cross')
fi
@@ -368,7 +364,6 @@ prepare() {
'--enable-rubberband'
'--enable-sdl2'
'--enable-shaderc'
- '--enable-sndio'
'--enable-uchardet'
'--enable-vaapi'
'--enable-vaapi-drm'
@@ -417,9 +412,6 @@ prepare() {
if [ -f /usr/lib/librockchip_mpp.so ]; then
_ffmpeg_options+=('--enable-rkmpp')
fi
- if [ -f /usr/lib/librsound.so ]; then
- _mpv_options+=('--enable-rsound')
- fi
if [ -f /usr/lib/libspirv-cross-c-shared.so ]; then
_mpv_options+=('--enable-spirv-cross')
fi