forked from ports/contrib
mpv: 0.34.1 -> 0.35.0
This commit is contained in:
parent
58f5b1e45f
commit
5815685ad6
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user