diff --git a/mpv/.signature b/mpv/.signature index 2c93927b5..b034af4e6 100644 --- a/mpv/.signature +++ b/mpv/.signature @@ -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 diff --git a/mpv/Pkgfile b/mpv/Pkgfile index 6a04e841e..54343bbdf 100644 --- a/mpv/Pkgfile +++ b/mpv/Pkgfile @@ -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