summaryrefslogtreecommitdiff
path: root/mpv
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-11-12 20:50:44 +0000
committerTim Biermann <tbier@posteo.de>2022-11-12 20:50:44 +0000
commit5815685ad68351f70446135ced0c80fd176786e0 (patch)
tree8cb024248461bf8e10c59d9267f1f42921960d69 /mpv
parent58f5b1e45ff60aea6094a8482183bd283c143f66 (diff)
downloadcontrib-5815685ad68351f70446135ced0c80fd176786e0.tar.gz
contrib-5815685ad68351f70446135ced0c80fd176786e0.tar.xz
mpv: 0.34.1 -> 0.35.0
Diffstat (limited to 'mpv')
-rw-r--r--mpv/.signature6
-rw-r--r--mpv/Pkgfile9
2 files changed, 7 insertions, 8 deletions
diff --git a/mpv/.signature b/mpv/.signature
index be0578871..fa7bba9e5 100644
--- a/mpv/.signature
+++ b/mpv/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF32r2qhdcPEeooE4JYAsnNs2DxVph201Faxnks5RG/dHTjdHCZPTP8INBzFf+AXP4RXMmfiPjEdLXoCGCSoTOdgA=
-SHA256 (Pkgfile) = b1d95f552d2d828aa32dcbf6625d7558276b8d9a8e332b625acd4922a771fa92
+RWSagIOpLGJF31utWj+mSWyXvOtHx0QOMsykE6XSZUWGrchP81TQyiMT09D120L6wdkd/TuaRouVhdCw1SSD+JUlExOTETYRCgs=
+SHA256 (Pkgfile) = 007ce506bf0f8f46be96ffd0bcf6defa61d3c95388ae00e129b287cc56139efe
SHA256 (.footprint) = 7b618425e174a11bfbe920d45e584211150b692f5a17f09839ab2ff8e7ce4d03
-SHA256 (mpv-v0.34.1-4.tar.gz) = 041ed375835ab38f4a73d99f5bc7419cba402cab13cc18b834994969ea4a932f
+SHA256 (mpv-0.35.0.tar.gz) = dc411c899a64548250c142bf1fa1aa7528f1b4398a24c86b816093999049ec00
diff --git a/mpv/Pkgfile b/mpv/Pkgfile
index 0bb38d414..cb7d056dc 100644
--- a/mpv/Pkgfile
+++ b/mpv/Pkgfile
@@ -5,17 +5,16 @@
# Optional: docutils youtube-dl libquvi libdvdnav libbluray libcdio-paranoia libsdl2 libvdpau rubberband xorg-libxpresent
name=mpv
-version=0.34.1
-release=4
-_commit=d3a28f12c9ced29982fc831722075bd0c73fb821
-source=(https://github.com/mpv-player/mpv/archive/$_commit/$name-v$version-$release.tar.gz)
+version=0.35.0
+release=1
+source=(https://github.com/mpv-player/mpv/archive/v$version/$name-$version.tar.gz)
build() {
prt-get isinst libdvdnav && PKGMK_MPV="-D dvdnav=enabled"
prt-get isinst libcdio-paranoia && PKGMK_MPV+=" -D cdda=enabled"
prt-get isinst libsdl2 && PKGMK_MPV+=" -D sdl2=enabled"
- meson setup $name-$_commit build $PKGMK_MPV \
+ meson setup $name-$version build $PKGMK_MPV \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \

Generated by cgit