summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-06-02 22:14:40 +0000
committerDaniel Bermond2020-06-02 22:14:40 +0000
commit0a7c77b099054279635e868754e73a689d0c88c6 (patch)
tree2dec0af4a38354802c08629fe1ab4210530fafe1
parentedf0f7613353c445c2e66808f9f34b2bfeb24d29 (diff)
downloadaur-0a7c77b099054279635e868754e73a689d0c88c6.tar.gz
Update dependencies (fix build)
ffmpeg git master is needed at this moment.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6023fc6533ce..79fe9e165840 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.r472.gedaefd6b47
+ pkgver = 0.32.0.r535.g68ade4e5a5
pkgrel = 1
url = https://mpv.io/
arch = x86_64
@@ -13,7 +13,6 @@ pkgbase = mpv-full-git
makedepends = wayland-protocols
makedepends = ffnvcodec-headers
depends = cmocka
- depends = ffmpeg
depends = lcms2
depends = libcdio-paranoia
depends = libgl
@@ -42,6 +41,7 @@ pkgbase = mpv-full-git
depends = shaderc
depends = libplacebo
depends = zimg
+ depends = ffmpeg-git
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 f1396832de2f..300c4cd22d88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=mpv-full-git
-pkgver=0.32.0.r472.gedaefd6b47
+pkgver=0.32.0.r535.g68ade4e5a5
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('x86_64')
@@ -9,14 +9,14 @@ license=('GPL')
url='https://mpv.io/'
depends=(
# official repositories:
- 'cmocka' 'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
+ 'cmocka' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
'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'
# AUR:
- 'spirv-cross'
+ 'ffmpeg-git' 'spirv-cross'
)
makedepends=('git' 'mesa' 'python-docutils' 'ladspa' 'vulkan-headers'
'wayland-protocols' 'ffnvcodec-headers')