mpv-player-0.41.0

This commit is contained in:
Rmys
2025-12-22 10:17:46 +03:00
parent 939e1f80a5
commit d5301a8c14
2 changed files with 12 additions and 6 deletions
+4 -5
View File
@@ -15,11 +15,10 @@ from pisi.actionsapi import mesontools
def setup():
mesontools.configure("-Dlibmpv=true \
-Dcdda=enabled \
-Ddvdnav=enabled \
-Dsdl2=enabled \
-Ddvbin=enabled \
-Dlibarchive=enabled")
-Dcdda=enabled \
-Ddvdnav=enabled \
-Ddvbin=enabled \
-Dlibarchive=enabled")
def build():
mesontools.build()
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>mpv is based on mplayer2</Summary>
<Description>mpv has Wayland support, Improved OpenGL output, Support for libavfilter (for video->video and audio->audio). This allows using most of FFmpeg's filters, which improve greatly on the old MPlayer filters in features, performance, and correctness.is a movie player that can run on many platforms. Improved OpenGL output. More correct color reproduction (color matrix generation), including support for BT.2020 (Ultra HD) and linear XYZ (Digital Cinema) inputs.</Description>
<Archive sha1sum="b545cea90f9eb43e6b73e0897f153c2e9dd212fc" type="targz">https://github.com/mpv-player/mpv/archive/v0.40.0.tar.gz</Archive>
<Archive sha1sum="bf50f97238edb15ed1d9fe0126b59cd9a12aa7e5" type="targz">https://github.com/mpv-player/mpv/archive/v0.41.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>python3-devel</Dependency>
@@ -151,6 +151,13 @@
</Package>
<History>
<Update release="31">
<Date>2025-12-22</Date>
<Version>0.41.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="30">
<Date>2025-11-15</Date>
<Version>0.40.0</Version>