diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-04-20 11:57:18 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-04-20 11:58:48 +1000 |
commit | 7860d220718fbfd010857ab9002cf8bb926fe958 (patch) | |
tree | bc964d2876a43384f8577fbfcdb2e80a4ab43bf0 /mpv | |
parent | e3971b7e71c9e75cf9c56beb2e668f07badede15 (diff) | |
download | contrib-7860d220718fbfd010857ab9002cf8bb926fe958.tar.gz contrib-7860d220718fbfd010857ab9002cf8bb926fe958.tar.xz |
[notify] mpv: Vulkan support, new dependency shaderc
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/.signature | 4 | ||||
-rw-r--r-- | mpv/Pkgfile | 4 | ||||
-rw-r--r-- | mpv/README | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/mpv/.signature b/mpv/.signature index 2d5355ba1..e8b03a3c1 100644 --- a/mpv/.signature +++ b/mpv/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31CIctbAUyvZ/UxjFkqDYwDrAI7HSud5EFd3WQtig8vDfbQwc+vB+r8N/eaidcs/97EhZWMCMDIcD3l41Vagcwk= -SHA256 (Pkgfile) = 79593cae5ea7c8d183a8bba09c62ce726894b2a93fb8eb3ce8c9e9cb80554bfa +RWSagIOpLGJF3/zgyFxVoShNb5p+HE2PbbWkeKdyCeRfKGh4FD2NTqmL24HTl4Svm1tqGLB1PG33DN8u3tssE3j7c9IVLMUzKws= +SHA256 (Pkgfile) = 8d412d8a64097451c83190a87bc8759d965c9d44c860011cff557db94f236edc SHA256 (.footprint) = cef8e1c34e137b615933b633f17702039ca05bd350dc81f1c9b4c61036bb884e SHA256 (mpv-v0.29.1.tar.gz) = f9f9d461d1990f9728660b4ccb0e8cb5dce29ccaa6af567bec481b79291ca623 diff --git a/mpv/Pkgfile b/mpv/Pkgfile index b31c98762..4ca99041e 100644 --- a/mpv/Pkgfile +++ b/mpv/Pkgfile @@ -1,12 +1,12 @@ # Description: General Purpose video player based on MPlayer and mplayer2 # URL: https://mpv.io/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: docutils ffmpeg libass util-linux xorg-libxscrnsaver +# Depends on: docutils ffmpeg libass shaderc util-linux xorg-libxscrnsaver # Optional: youtube-dl libquvi libdvdnav libbluray libcdio-paranoia libvdpau rubberband vulkan-loader name=mpv version=0.29.1 -release=1 +release=2 source=(https://github.com/$name-player/$name/archive/v$version/$name-v$version.tar.gz) build() { diff --git a/mpv/README b/mpv/README index 1b0ea7c0f..e085baad0 100644 --- a/mpv/README +++ b/mpv/README @@ -5,3 +5,5 @@ For optical audio/dvd/blu-ray playback you need to install For nvidia hardware decoding x.264 support you need to install "ffnvcodec-headers", then either force rebuild ffmpeg or compile ffmpeg. + +To use Vulkan API add "--vo=gpu --gpu-api=vulkan" to mpv. |