- _service: obs_scm -> obs_tar
- Do not require libsixel and mujs where no appropriate versions are packaged - Update to version 0.35+git.20221118.d3a61cfe: * wayland: also log refresh rate on surface entrance * drm: remove legacy API * wayland: add support for content-type protocol * player/video: add VOCTRL_CONTENT_TYPE * player/main: log libplacebo version if built with it * common/av_log: move general FFmpeg version before library versions * vo: hwdec: remove legacy_names * player: add --force-render option * wayland: error out if essential protocol support is missing * meson: fix capitalization of "OpenGL" * ao_pipewire: log version information and metadata * DOCS: update release policy to match reality OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=278
This commit is contained in:
parent
d1c7d930cf
commit
5d08a0ab0f
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
|
||||
<services>
|
||||
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">mpv</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
||||
<param name="changesrevision">2f747341f99d9f8697303be01c67ae3b3437cd18</param></service></servicedata>
|
||||
<param name="changesrevision">d3a61cfe9844b78362bfce6e5a8280ad6514dbce</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb8bc660850b10a96234094458444acd6fcb38ccd27ca9f5e5d80c26cbcf281c
|
||||
size 2337856
|
3
mpv-0.35+git.20221118.d3a61cfe.tar.xz
Normal file
3
mpv-0.35+git.20221118.d3a61cfe.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:057ef5765d7b139d25d92f78a60fcdef9928e5aed7e48defb502d73629ae1213
|
||||
size 2338088
|
20
mpv.changes
20
mpv.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 19 00:49:40 UTC 2022 - mia@0x0.st
|
||||
|
||||
- _service: obs_scm -> obs_tar
|
||||
- Do not require libsixel and mujs where no appropriate versions
|
||||
are packaged
|
||||
- Update to version 0.35+git.20221118.d3a61cfe:
|
||||
* wayland: also log refresh rate on surface entrance
|
||||
* drm: remove legacy API
|
||||
* wayland: add support for content-type protocol
|
||||
* player/video: add VOCTRL_CONTENT_TYPE
|
||||
* player/main: log libplacebo version if built with it
|
||||
* common/av_log: move general FFmpeg version before library versions
|
||||
* vo: hwdec: remove legacy_names
|
||||
* player: add --force-render option
|
||||
* wayland: error out if essential protocol support is missing
|
||||
* meson: fix capitalization of "OpenGL"
|
||||
* ao_pipewire: log version information and metadata
|
||||
* DOCS: update release policy to match reality
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 13 10:23:53 UTC 2022 - ecsos@opensuse.org
|
||||
|
||||
|
6
mpv.spec
6
mpv.spec
@ -22,7 +22,7 @@
|
||||
%define _waf_ver 2.0.24
|
||||
%define lname libmpv2
|
||||
Name: mpv
|
||||
Version: 0.35+git.20221112.2f747341
|
||||
Version: 0.35+git.20221118.d3a61cfe
|
||||
Release: 0
|
||||
Summary: Advanced general-purpose multimedia player
|
||||
License: GPL-2.0-or-later
|
||||
@ -84,7 +84,9 @@ BuildRequires: pkgconfig(openal) >= 1.13
|
||||
# Testing framework: disabled for now as it runs just 1 test
|
||||
# BuildRequires: pkgconfig(cmocka) >= 0.4.1
|
||||
BuildRequires: pkgconfig(python3)
|
||||
%if 0%{?sle_version} > 150400
|
||||
BuildRequires: pkgconfig(libsixel) >= 1.5
|
||||
%endif
|
||||
BuildRequires: pkgconfig(rubberband) >= 3.0.0
|
||||
BuildRequires: pkgconfig(uchardet)
|
||||
BuildRequires: pkgconfig(vapoursynth) >= 24
|
||||
@ -114,7 +116,7 @@ Obsoletes: mplayer2 < 20140101
|
||||
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150300
|
||||
BuildRequires: pkgconfig(libplacebo) >= 4.157
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150300
|
||||
%if 0%{?suse_version} >= 1500
|
||||
BuildRequires: pkgconfig(mujs)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libva-wayland) >= 1.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user