mpv: 0.35.1 -> 0.36.0

This commit is contained in:
John McQuah 2023-07-25 14:37:04 -04:00
parent f2d9e4cd39
commit 648a119589
2 changed files with 7 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37djJ3kW6BTp6feAbnUyoYyc7xM2ukFuieShc71f857Et/XKEhDxZ0opVT6FGMcSrSJ9oqQqcA+cO+bLabvSrws=
SHA256 (Pkgfile) = 0fdaafb455e84fa7445ac61bf22bdb80e27689d31361fcb2ae0a83bc3d5d5937
RWSagIOpLGJF3yHG8fhJOSHx3rEijm8GLadmo1ikRaggRe2jg6v9DdCKu4wwcz3i/PpVSjCGosRZfow5izAFL1Id/FaBfK6sEQM=
SHA256 (Pkgfile) = 15fc92f779a0b03337c7961cde2512ae9cb20afda5fdd7d2940db5242889c6c2
SHA256 (.footprint) = 1709a179b634a9452b3dbb3295faa4a0cca2bfb05bc2eb1a4b4ca47397d4e133
SHA256 (mpv-0.35.1-f1600ea9.tar.gz) = 6646150847cd356f2e903744bec162f6f70e2fbdab4d507b4857849334839574
SHA256 (mpv-0.36.0.tar.gz) = 29abc44f8ebee013bb2f9fe14d80b30db19b534c679056e4851ceadf5a5e8bf6

View File

@ -5,10 +5,9 @@
# Optional: libdvdnav libbluray libcdio-paranoia libsdl2 libvdpau pipewire pulseaudio sndio rubberband xorg-libxpresent
name=mpv
version=0.35.1
_commit=f1600ea9cf1664a094983cf75d63dc6ea09fe1b6
release=2
source=(https://github.com/mpv-player/mpv/archive/$_commit/$name-$version-${_commit:0:8}.tar.gz)
version=0.36.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"
@ -16,7 +15,7 @@ build() {
prt-get isinst libsdl2 && PKGMK_MPV+=" -D sdl2=enabled"
[ -e /usr/lib/libsndio.so ] && PKGMK_MPV+=" -D sndio=enabled"
meson setup $name-$_commit build $PKGMK_MPV \
meson setup $name-$version build $PKGMK_MPV \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \