Accepting request 731540 from home:namtrac:branches:multimedia:apps
- Update to version 0.30.0+git.1568566852.0abe34ed21: * vo_gpu: x11: remove special vdpau probing, use EGL by default * vf_vavpp: disable this filter * vo_gpu: correctly normalize src.sig_peak * image_writer: add webp-compression option * image_writer: add WebP support (lossy or lossless) * image_writer: move convert_image() to player/screenshot.c * DOCS: remove references to --video-stereo-mode * README: remove old googlegroups mailing list address * manpage: minor fixes to VO manpage * vo: add warning message to vo_vaapi and vo_vdpau * vo_d3d11/context: fix crash due to ctx->ra is null pointer access 'ctx->ra' is null pointer when d3d11 init failed before call 'ra_d3d11_create' in 'd3d11_init'. * vo_d3d11/hwdec_dxva2dxgi: fix memory leak that 'ctx11' be not release 'ctx11' be not release when d3d11 hwdec be uninit with 'mapper_uninit' method. * stream_smb: remove unnecessary short write logic * stream_file: remove unnecessary short write logic * stream: handle short writes * ci: remove now unuspported libdvdread * demux, stream: remove old rar support in favor of libarchive * command, demux: remove program property * stream: remove some more optical disc leftovers * Remove classic Linux analog TV support, and DVB runtime controls * stream: remove BD/DVD/CDDA sector size alignment * Remove optical disc fancification layers * stream_dvdnav: merge stream_dvd_common * Remove libdvdread support in favor of libdvdnav * stream_file: avoid redundant free * js: expose mpv_abort_async_command() (match dbe831bd) * js: reimplement subprocess_detached using the run command (match 7f91e268) * js: reimplement subprocess using the subprocess command (match 548ef078) * js: expose async commands (match 159379980e) OBS-URL: https://build.opensuse.org/request/show/731540 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=158
This commit is contained in:
parent
18c176c3cd
commit
ae5d7608ea
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
||||
<param name="changesrevision">6d905172758d26c5406fdf11ead2763ab305c0b8</param></service></servicedata>
|
||||
<param name="changesrevision">0abe34ed21023b83c7311d85ea317f3af7b5b89c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f757685fb45da25324df3ff5be78ca5711f78a3b11a76330b796a7223118e6e9
|
||||
size 8641549
|
3
mpv-0.30.0+git.1568566852.0abe34ed21.obscpio
Normal file
3
mpv-0.30.0+git.1568566852.0abe34ed21.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed00f97a370c7a67db908ce03823861a2d4d7cc74d56a6b04cf9e568f96e89c9
|
||||
size 8352269
|
39
mpv.changes
39
mpv.changes
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 13:13:30 UTC 2019 - idonmez@suse.com
|
||||
|
||||
- Update to version 0.30.0+git.1568566852.0abe34ed21:
|
||||
* vo_gpu: x11: remove special vdpau probing, use EGL by default
|
||||
* vf_vavpp: disable this filter
|
||||
* vo_gpu: correctly normalize src.sig_peak
|
||||
* image_writer: add webp-compression option
|
||||
* image_writer: add WebP support (lossy or lossless)
|
||||
* image_writer: move convert_image() to player/screenshot.c
|
||||
* DOCS: remove references to --video-stereo-mode
|
||||
* README: remove old googlegroups mailing list address
|
||||
* manpage: minor fixes to VO manpage
|
||||
* vo: add warning message to vo_vaapi and vo_vdpau
|
||||
* vo_d3d11/context: fix crash due to ctx->ra is null pointer access 'ctx->ra' is null pointer when d3d11 init failed before call 'ra_d3d11_create' in 'd3d11_init'.
|
||||
* vo_d3d11/hwdec_dxva2dxgi: fix memory leak that 'ctx11' be not release 'ctx11' be not release when d3d11 hwdec be uninit with 'mapper_uninit' method.
|
||||
* stream_smb: remove unnecessary short write logic
|
||||
* stream_file: remove unnecessary short write logic
|
||||
* stream: handle short writes
|
||||
* ci: remove now unuspported libdvdread
|
||||
* demux, stream: remove old rar support in favor of libarchive
|
||||
* command, demux: remove program property
|
||||
* stream: remove some more optical disc leftovers
|
||||
* Remove classic Linux analog TV support, and DVB runtime controls
|
||||
* stream: remove BD/DVD/CDDA sector size alignment
|
||||
* Remove optical disc fancification layers
|
||||
* stream_dvdnav: merge stream_dvd_common
|
||||
* Remove libdvdread support in favor of libdvdnav
|
||||
* stream_file: avoid redundant free
|
||||
* js: expose mpv_abort_async_command() (match dbe831bd)
|
||||
* js: reimplement subprocess_detached using the run command (match 7f91e268)
|
||||
* js: reimplement subprocess using the subprocess command (match 548ef078)
|
||||
* js: expose async commands (match 159379980e)
|
||||
* js: correctness: use integer range checks
|
||||
* audio: block ao buffer for keep-open
|
||||
* vo_gpu: x11egl: support Mesa OML sync extension
|
||||
* vo_gpu: glx: move OML sync code to an independent file
|
||||
* vo/gpu: fix check on src/dst peak mismatch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 02 12:10:21 UTC 2019 - idonmez@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: mpv
|
||||
version: 0.30.0+git.1567376743.6d90517275
|
||||
mtime: 1567376743
|
||||
commit: 6d905172758d26c5406fdf11ead2763ab305c0b8
|
||||
version: 0.30.0+git.1568566852.0abe34ed21
|
||||
mtime: 1568566852
|
||||
commit: 0abe34ed21023b83c7311d85ea317f3af7b5b89c
|
||||
|
||||
|
5
mpv.spec
5
mpv.spec
@ -21,7 +21,7 @@
|
||||
|
||||
%define _waf_ver 2.0.9
|
||||
%define _mbc_ver 3.3.17
|
||||
%define _mpv_ver 0.30.0+git.1567376743.6d90517275
|
||||
%define _mpv_ver 0.30.0+git.1568566852.0abe34ed21
|
||||
%define lname libmpv1
|
||||
Name: mpv
|
||||
Version: %{_mpv_ver}
|
||||
@ -51,7 +51,6 @@ BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(caca) >= 0.99.beta18
|
||||
BuildRequires: pkgconfig(dri)
|
||||
BuildRequires: pkgconfig(dvdnav) >= 4.2.0
|
||||
BuildRequires: pkgconfig(dvdread) >= 4.1.0
|
||||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(gbm)
|
||||
BuildRequires: pkgconfig(gl)
|
||||
@ -225,7 +224,6 @@ python3 ./waf configure \
|
||||
--docdir="%{_docdir}/%{name}" \
|
||||
--confdir="%{_sysconfdir}/%{name}" \
|
||||
--enable-cdda \
|
||||
--enable-dvdread \
|
||||
--enable-dvdnav \
|
||||
--enable-libsmbclient \
|
||||
--enable-libmpv-shared \
|
||||
@ -234,7 +232,6 @@ python3 ./waf configure \
|
||||
--enable-libarchive \
|
||||
--enable-dvbin \
|
||||
--enable-drm \
|
||||
--enable-tv \
|
||||
--enable-x11 \
|
||||
%if 0%{?suse_version} > 1500
|
||||
--enable-wayland \
|
||||
|
Loading…
Reference in New Issue
Block a user