diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-06-29 21:07:48 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-06-29 21:07:48 +1000 |
commit | 9314ea9d3725f3c24ff0eee49ca1d144d583f1c1 (patch) | |
tree | b5ba63ac167e07370fd35c64a687d8223172fcc9 /mpv | |
parent | 074485baaf6c87babfe0d691cb6a6d6d2ab9d6a5 (diff) | |
download | contrib-9314ea9d3725f3c24ff0eee49ca1d144d583f1c1.tar.gz contrib-9314ea9d3725f3c24ff0eee49ca1d144d583f1c1.tar.xz |
mpv: remove vulkan from optional: as shaderc pulls in vulkan
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/.signature | 4 | ||||
-rw-r--r-- | mpv/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mpv/.signature b/mpv/.signature index e8b03a3c1..562e11afb 100644 --- a/mpv/.signature +++ b/mpv/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/zgyFxVoShNb5p+HE2PbbWkeKdyCeRfKGh4FD2NTqmL24HTl4Svm1tqGLB1PG33DN8u3tssE3j7c9IVLMUzKws= -SHA256 (Pkgfile) = 8d412d8a64097451c83190a87bc8759d965c9d44c860011cff557db94f236edc +RWSagIOpLGJF30Ui5CztTeZUmtQyJXDFu5NlKApCVLtRIIzzVL7Mjhj7IUgEq5ePjeCwdzqLTPKAxBUpaKEo887hp1FCVI04RAQ= +SHA256 (Pkgfile) = 64a4f20e718a0b159b6aac8557eb0ad743e81aa983a90ae1f91321f7446e44a0 SHA256 (.footprint) = cef8e1c34e137b615933b633f17702039ca05bd350dc81f1c9b4c61036bb884e SHA256 (mpv-v0.29.1.tar.gz) = f9f9d461d1990f9728660b4ccb0e8cb5dce29ccaa6af567bec481b79291ca623 diff --git a/mpv/Pkgfile b/mpv/Pkgfile index 4ca99041e..6b94dc095 100644 --- a/mpv/Pkgfile +++ b/mpv/Pkgfile @@ -2,7 +2,7 @@ # URL: https://mpv.io/ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: docutils ffmpeg libass shaderc util-linux xorg-libxscrnsaver -# Optional: youtube-dl libquvi libdvdnav libbluray libcdio-paranoia libvdpau rubberband vulkan-loader +# Optional: youtube-dl libquvi libdvdnav libbluray libcdio-paranoia libvdpau rubberband name=mpv version=0.29.1 |