summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-07-22 21:18:04 +1000
committerDanny Rawlins <monster.romster@gmail.com>2018-07-22 21:18:04 +1000
commit0391d1e709971eb9597db035c351043c6b76f05c (patch)
treef8821aafa3d7942dc0d34718a5974ae6f94c24fb
parent9347c3b3239e962c9d5066aa7071f28c80e23e98 (diff)
downloadcontrib-0391d1e709971eb9597db035c351043c6b76f05c.tar.gz
contrib-0391d1e709971eb9597db035c351043c6b76f05c.tar.xz
mpv: minor cleanup added JOBS optional dependencies: rubberband vulkan-loader, the later can be found at https://bitbucket.org/predivan/vulkan/overview
-rw-r--r--mpv/.signature4
-rw-r--r--mpv/Pkgfile9
2 files changed, 7 insertions, 6 deletions
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

Generated by cgit