mpv-player-0.34.0

This commit is contained in:
Rmys
2021-11-02 11:12:37 +02:00
committed by GitHub
parent 985b679bdb
commit 952b1dc3f8
2 changed files with 13 additions and 5 deletions
@@ -1,8 +1,9 @@
diff -Nuar a/etc/mpv.desktop b/etc/mpv.desktop
--- a/etc/mpv.desktop 2020-11-22 20:46:28.000000000 +0300
+++ b/etc/mpv.desktop 2021-01-17 18:49:04.133086291 +0300
@@ -34,3 +34,4 @@
--- a/etc/mpv.desktop 2021-11-01 17:44:39.000000000 +0300
+++ b/etc/mpv.desktop 2021-11-02 12:07:55.597836309 +0300
@@ -34,4 +34,5 @@
Categories=AudioVideo;Audio;Video;Player;TV;
MimeType=application/ogg;application/x-ogg;application/mxf;application/sdp;application/smil;application/x-smil;application/streamingmedia;application/x-streamingmedia;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/aac;audio/x-aac;audio/vnd.dolby.heaac.1;audio/vnd.dolby.heaac.2;audio/aiff;audio/x-aiff;audio/m4a;audio/x-m4a;application/x-extension-m4a;audio/mp1;audio/x-mp1;audio/mp2;audio/x-mp2;audio/mp3;audio/x-mp3;audio/mpeg;audio/mpeg2;audio/mpeg3;audio/mpegurl;audio/x-mpegurl;audio/mpg;audio/x-mpg;audio/rn-mpeg;audio/musepack;audio/x-musepack;audio/ogg;audio/scpls;audio/x-scpls;audio/vnd.rn-realaudio;audio/wav;audio/x-pn-wav;audio/x-pn-windows-pcm;audio/x-realaudio;audio/x-pn-realaudio;audio/x-ms-wma;audio/x-pls;audio/x-wav;video/mpeg;video/x-mpeg2;video/x-mpeg3;video/mp4v-es;video/x-m4v;video/mp4;application/x-extension-mp4;video/divx;video/vnd.divx;video/msvideo;video/x-msvideo;video/ogg;video/quicktime;video/vnd.rn-realvideo;video/x-ms-afs;video/x-ms-asf;audio/x-ms-asf;application/vnd.ms-asf;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvxvideo;video/x-avi;video/avi;video/x-flic;video/fli;video/x-flc;video/flv;video/x-flv;video/x-theora;video/x-theora+ogg;video/x-matroska;video/mkv;audio/x-matroska;application/x-matroska;video/webm;audio/webm;audio/vorbis;audio/x-vorbis;audio/x-vorbis+ogg;video/x-ogm;video/x-ogm+ogg;application/x-ogm;application/x-ogm-audio;application/x-ogm-video;application/x-shorten;audio/x-shorten;audio/x-ape;audio/x-wavpack;audio/x-tta;audio/AMR;audio/ac3;audio/eac3;audio/amr-wb;video/mp2t;audio/flac;audio/mp4;application/x-mpegurl;video/vnd.mpegurl;application/vnd.apple.mpegurl;audio/x-pn-au;video/3gp;video/3gpp;video/3gpp2;audio/3gpp;audio/3gpp2;video/dv;audio/dv;audio/opus;audio/vnd.dts;audio/vnd.dts.hd;audio/x-adpcm;application/x-cue;audio/m3u;
X-KDE-Protocols=ftp,http,https,mms,rtmp,rtsp,sftp,smb,srt
+Keywords=mpv;media;player;video;audio;tv;
StartupWMClass=mpv
+9 -2
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="e8277afac5bd33af5bcad7b3ae5beae61268d89a" type="targz">https://github.com/mpv-player/mpv/archive/v0.33.1.tar.gz</Archive>
<Archive sha1sum="a4118264ecbb99722f1bb272af10d3d7aa067d22" type="targz">https://github.com/mpv-player/mpv/archive/v0.34.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>libzimg-devel</Dependency>
@@ -66,7 +66,7 @@
<Dependency>python3-youtube_dl</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">02_fix-config-path.patch</Patch>
<!-- <Patch level="1">02_fix-config-path.patch</Patch> -->
<Patch level="1">05_add-keywords.patch</Patch>
</Patches>
</Source>
@@ -139,6 +139,13 @@
</Package>
<History>
<Update release="21">
<Date>2021-11-02</Date>
<Version>0.34.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="20">
<Date>2021-04-29</Date>
<Version>0.33.1</Version>