-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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="d4bddb88cf7a112a295a130a091181acbe25605b" type="targz">https://github.com/mpv-player/mpv/archive/v0.27.0.tar.gz</Archive> | ||
<Archive sha1sum="764e23136ccec9dc8743f2c63b3d5fbd8a1bf427" type="targz">https://github.com/mpv-player/mpv/archive/v0.27.2.tar.gz</Archive> | ||
<BuildDependencies> | ||
<Dependency>ffmpeg-devel</Dependency> | ||
<Dependency>gnutls-devel</Dependency> | ||
|
@@ -23,9 +23,10 @@ | |
<Dependency>libX11-devel</Dependency> | ||
<Dependency>zlib-devel</Dependency> | ||
<Dependency>libass-devel</Dependency> | ||
<Dependency>lua-devel</Dependency> | ||
<Dependency>lua52-devel</Dependency> | ||
<Dependency>yasm</Dependency> | ||
<Dependency>libjpeg-turbo-devel</Dependency> | ||
<Dependency>rubberband-devel</Dependency> | ||
<Dependency>libvdpau-devel</Dependency> | ||
<Dependency>mesa-glu-devel</Dependency> | ||
<Dependency>libbluray-devel</Dependency> | ||
|
@@ -70,7 +71,7 @@ | |
<Package> | ||
<Name>mpv-player</Name> | ||
<RuntimeDependencies> | ||
<Dependency>lua</Dependency> | ||
<Dependency>lua52</Dependency> | ||
<Dependency>enca</Dependency> | ||
<Dependency>mesa</Dependency> | ||
<Dependency>zlib</Dependency> | ||
|
@@ -89,6 +90,7 @@ | |
<Dependency>alsa-lib</Dependency> | ||
<Dependency>libvdpau</Dependency> | ||
<Dependency>libXrandr</Dependency> | ||
<Dependency>rubberband</Dependency> | ||
<Dependency>libbluray</Dependency> | ||
<Dependency>libdvdnav</Dependency> | ||
<Dependency>libdvdread</Dependency> | ||
|
@@ -125,6 +127,13 @@ | |
</RuntimeDependencies> | ||
</Package> | ||
<History> | ||
<Update release="8"> | ||
<Date>2018-03-27</Date> | ||
<Version>0.27.2</Version> | ||
<Comment>Version bump.</Comment> | ||
<Name>Mustafa Cinasal</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
<Update release="7"> | ||
<Date>2018-01-13</Date> | ||
<Version>0.27.0</Version> | ||
|