mpv-player:ver. bump
This commit is contained in:
@@ -14,12 +14,20 @@ shelltools.export("JOBS", get.makeJOBS().replace("-j", ""))
|
||||
|
||||
def setup():
|
||||
shelltools.system("./bootstrap.py")
|
||||
shelltools.system("python waf configure --prefix=/usr --confdir=/etc/mpv --enable-zsh-comp --enable-libmpv-shared --enable-cdda --disable-libsmbclient")
|
||||
shelltools.system("python waf configure --prefix=/usr \
|
||||
--confdir=/etc/mpv \
|
||||
--enable-dvb \
|
||||
--enable-cdda \
|
||||
--enable-dvdnav \
|
||||
--enable-libarchive \
|
||||
--enable-libmpv-shared \
|
||||
--disable-libsmbclient")
|
||||
|
||||
def build():
|
||||
shelltools.system("python waf build -v")
|
||||
|
||||
def install():
|
||||
shelltools.system("DESTDIR=%s python waf install" % get.installDIR())
|
||||
pisitools.insinto("/usr/share/mpv/scripts", "TOOLS/lua/*")
|
||||
|
||||
pisitools.dodoc("Copyright", "RELEASE_NOTES", "README.md")
|
||||
|
||||
@@ -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="83f2bc0eb5a8bec9a9d5efc7de0e19a442238ac5" type="targz">https://github.com/mpv-player/mpv/archive/v0.29.1.tar.gz</Archive>
|
||||
<Archive sha1sum="94da9cc423339a8d4f583542a4e7c5f794b82e7b" type="targz">https://github.com/mpv-player/mpv/archive/v0.30.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>wayland-devel</Dependency>
|
||||
@@ -63,7 +63,6 @@
|
||||
<Dependency>python3-youtube_dl</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">hwdec-vaegl.patch</Patch>
|
||||
<Patch level="1">02_fix-config-path.patch</Patch>
|
||||
<Patch level="1">05_add-keywords.patch</Patch>
|
||||
</Patches>
|
||||
@@ -118,6 +117,7 @@
|
||||
<Path fileType="application">/usr/share/applications</Path>
|
||||
<Path fileType="icons">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/zsh</Path>
|
||||
<Path fileType="data">/usr/share/mpv</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -133,6 +133,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2019-10-28</Date>
|
||||
<Version>0.30.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2019-10-14</Date>
|
||||
<Version>0.29.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user