mpv: minor cleanup added JOBS optional dependencies: rubberband vulkan-loader, the later can be found at https://bitbucket.org/predivan/vulkan/overview

This commit is contained in:
Danny Rawlins 2018-07-22 21:18:04 +10:00
parent 9347c3b323
commit 0391d1e709
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32vwBDddCisefdpR4w+3pf/TK5gMrHdO2B4W+AXuSwvyfdEEMRP7UeZPbqnFxfJ15J0MtPu45DU5CZqyJN4fHQ4=
SHA256 (Pkgfile) = aee97c994daf7e0f287f30128da13bd689cd1d03caaceaa2fa451e86fa15b924
RWSagIOpLGJF37BuIxxCEw0foftYQkS7gBEFzp4NsGfXAx3Bhh1CDl8wkcNvqFo2sAgqaePcX3PyNXXzXPhqn20GnLWKP6h6gg0=
SHA256 (Pkgfile) = ed7c2b88f51421f39a05d61d67f6af85ee952199eb46bb89fb19ccb04f70d7b6
SHA256 (.footprint) = b2abb3e4ba0660979799450e256de63dac818a5fe6d6f66ee2e1d6d17bbb4b9c
SHA256 (mpv-v0.28.2.tar.gz) = aada14e025317b5b3e8e58ffaf7902e8b6e4ec347a93d25a7c10d3579426d795

View File

@ -1,8 +1,8 @@
# Description: General Purpose video player based on MPlayer and mplayer2
# URL: https://mpv.io/
# Maintainer: Danny Rawlins, crux at romster dot me
# URL: https://mpv.io/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: docutils ffmpeg libass util-linux xorg-libxscrnsaver
# Optional: youtube-dl libquvi libdvdnav libbluray libcdio-paranoia libvdpau
# Optional: youtube-dl libquvi libdvdnav libbluray libcdio-paranoia libvdpau rubberband vulkan-loader
name=mpv
version=0.28.2
@ -19,7 +19,8 @@ build() {
./waf configure ${PKGMK_MPV} \
--prefix=/usr \
--enable-libarchive \
--enable-libmpv-shared
--enable-libmpv-shared \
-j ${JOBS-1}
./waf build
./waf install --destdir=$PKG