diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -1,9 +1,11 @@
+libmpv.so.1:mpv_abort_async_command
libmpv.so.1:mpv_client_api_version
libmpv.so.1:mpv_client_name
libmpv.so.1:mpv_command
libmpv.so.1:mpv_command_async
libmpv.so.1:mpv_command_node
libmpv.so.1:mpv_command_node_async
+libmpv.so.1:mpv_command_ret
libmpv.so.1:mpv_command_string
libmpv.so.1:mpv_create
libmpv.so.1:mpv_create_client
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -22,12 +22,12 @@
libdl.so.2
libdrm.so.2
libdvdnav.so.4
-libdvdread.so.4
libgbm.so.1
libjpeg.so.8
liblcms2.so.2
liblua5.1.so.5.1
libm.so.6
+libplacebo.so.21
libpthread.so.0
libpulse.so.0
librt.so.1
@@ -40,7 +40,6 @@
libva-x11.so.2
libva.so.2
libvapoursynth-script.so.0
-libvapoursynth.so
libvdpau.so.1
libvulkan.so.1
libwayland-client.so.0
@@ -48,3 +47,4 @@
libwayland-egl.so.1
libxkbcommon.so.0
libz.so.1
+libzimg.so.2
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,33 +1,31 @@
name : mpv
homepage : https://mpv.io/
-version : 0.29.1
-release : 66
+version : 0.30.0
+release : 67
source :
- - https://github.com/mpv-player/mpv/archive/v0.29.1.tar.gz : f9f9d461d1990f9728660b4ccb0e8cb5dce29ccaa6af567bec481b79291ca623
- - https://waf.io/waf-2.0.12 : 0979ca87f45928e0d752049ab2f43be8551249be73dc5563b944ec54f8871d1f
+ - https://github.com/mpv-player/mpv/archive/v0.30.0.tar.gz : 33a1bcb7e74ff17f070e754c15c52228cf44f2cefbfd8f34886ae81df214ca35
+ - https://waf.io/waf-2.0.18 : 2e0cf83a63843da127610420cef1d3126f1187d8e572b6b3a28052fc2250d4bf
- https://github.com/2ion/mpv-bash-completion/archive/3.3.17.tar.gz : 355f9ae90638c730028e0b6a3ae6e9c09f5cb1ede27372f8a8cf7b0035020e97
license :
+ - GPL-2.0-or-later
- LGPL-2.1-or-later
- - GPL-3.0-or-lter
component : multimedia.video
-summary : mpv is a fork of mplayer2 and MPlayer. It shares some features with the
- former projects while introducing many more
+summary : mpv is a fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more
description: |
mpv is a fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more. MPlayer's options parser was improved to behave more like other CLI programs, and many option names and semantics were reworked to make them more intuitive and memorable. mpv has a OpenGL based video output that is capable of many features loved by videophiles, such as video scaling with popular high quality algorithms, color management, and more.
While mpv has no official GUI, it has a small controller that is triggered by mouse movement. mpv leverages the FFmpeg hwaccel APIs to support VDPAU, VAAPI and VDA video decode acceleration.
builddeps :
- pkgconfig(alsa)
- pkgconfig(dvdnav)
- - pkgconfig(dvdread)
- pkgconfig(ffnvcodec)
- pkgconfig(gl)
- - pkgconfig(lcms2)
- pkgconfig(libass)
- pkgconfig(libarchive)
- pkgconfig(libavcodec)
- pkgconfig(libbluray)
- pkgconfig(libcdio_paranoia)
- pkgconfig(libmpg123)
+ - pkgconfig(libplacebo)
- pkgconfig(libpulse)
- pkgconfig(libturbojpeg)
- pkgconfig(libva-x11)
@@ -36,7 +34,6 @@
- pkgconfig(uchardet)
- pkgconfig(vapoursynth)
- pkgconfig(vdpau)
- - pkgconfig(vulkan)
- pkgconfig(wayland-client)
- pkgconfig(wayland-protocols)
- pkgconfig(x11)
@@ -69,13 +66,10 @@
--libdir=%libdir% \
--enable-cdda \
--enable-dvbin \
- --enable-dvdread \
--enable-dvdnav \
--enable-libarchive \
--enable-libmpv-shared \
--enable-libsmbclient \
- --enable-tv \
- --enable-zsh-comp \
--disable-debug
tar xf "${sources}/${MBCversion}.tar.gz"
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,11 +3,11 @@
mpv
https://mpv.io/
- Joshua Strobl
- joshua@stroblindustries.com
+ Alexander Vorobyev
+ avorobyev@protonmail.com
+ GPL-2.0-or-later
LGPL-2.1-or-later
- GPL-3.0-or-lter
multimedia.video
mpv is a fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more
mpv is a fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more. MPlayer's options parser was improved to behave more like other CLI programs, and many option names and semantics were reworked to make them more intuitive and memorable. mpv has a OpenGL based video output that is capable of many features loved by videophiles, such as video scaling with popular high quality algorithms, color management, and more.
@@ -23,7 +23,7 @@
multimedia.video
- mpv-libs
+ mpv-libs
/usr/bin/mpv
@@ -51,7 +51,7 @@
/usr/lib64/libmpv.so.1
- /usr/lib64/libmpv.so.1.101.0
+ /usr/lib64/libmpv.so.1.106.0
@@ -61,7 +61,7 @@
While mpv has no official GUI, it has a small controller that is triggered by mouse movement. mpv leverages the FFmpeg hwaccel APIs to support VDPAU, VAAPI and VDA video decode acceleration.
- mpv-libs
+ mpv-libs
/usr/include/mpv/client.h
@@ -78,12 +78,12 @@
-
- 2019-10-14
- 0.29.1
+
+ 2019-10-29
+ 0.30.0
Packaging update
- Joshua Strobl
- joshua@stroblindustries.com
+ Alexander Vorobyev
+ avorobyev@protonmail.com
\ No newline at end of file