mpv: 0.37.0 -> 0.38.0

This commit is contained in:
John McQuah 2024-05-03 14:53:16 +00:00
parent 9963ac2fb5
commit 007546f557
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34YgujfK1ac+NYRem7ARwA88SQk+SarKlmDrbKVO/TWEIN+BKCOrvUnRHdkeb/b+R3WZCQBGKzYI2kl/Y9rDtgY=
SHA256 (Pkgfile) = ad0f9d8cbbdf5972350bf33b4a750ad60070678de69f13c81a6cde5e9434e2b5
RWSagIOpLGJF3wIsVPipiANHs59zpOXJFjo3zlphjA8GqCXg2nbsFfwEnLCjbuPjskRBqy8jlSF+6RUccYq28gQRuKl1xfca6Q4=
SHA256 (Pkgfile) = c874bc017fffae2a14090eb91e2c148dff87389bc50f4d0670b3c7390e960342
SHA256 (.footprint) = 1709a179b634a9452b3dbb3295faa4a0cca2bfb05bc2eb1a4b4ca47397d4e133
SHA256 (mpv-0.37.0.tar.gz) = 1d2d4adbaf048a2fa6ee134575032c4b2dad9a7efafd5b3e69b88db935afaddf
SHA256 (mpv-0.38.0.tar.gz) = 86d9ef40b6058732f67b46d0bbda24a074fae860b3eaae05bab3145041303066

View File

@ -5,7 +5,7 @@
# Optional: libdvdnav libbluray libcdio-paranoia libsdl2 libvdpau pipewire pulseaudio sndio rubberband xorg-libxpresent
name=mpv
version=0.37.0
version=0.38.0
release=1
source=(https://github.com/mpv-player/mpv/archive/v$version/$name-$version.tar.gz)
@ -15,9 +15,9 @@ build() {
prt-get isinst libsdl2 && PKGMK_MPV+=" -D sdl2=enabled"
[ -e /usr/lib/libsndio.so ] && PKGMK_MPV+=" -D sndio=enabled"
# issue 12941 (unbreak build without X11 and Wayland)
sed -e "/features.'wayland'. or features.'x11'./s/$/ or features['drm']/" \
-i $name-$version/meson.build
# PR12941 (unbreak build without X11 and Wayland)
# sed -e "/features.'wayland'. or features.'x11'./s/$/ or features['drm']/" \
# -i $name-$version/meson.build
meson setup $name-$version build $PKGMK_MPV \
--prefix=/usr \