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:
committed by
Git OBS Bridge
parent
18c176c3cd
commit
ae5d7608ea
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 \
|
||||
|
Reference in New Issue
Block a user