SHA256
1
0
forked from pool/mpv

Accepting request 743078 from home:namtrac:branches:multimedia:apps

- Update to version 0.30.0+git.1572040975.a908101258:
  * See acba87e53f..a908101258
    for the complete changelog.
- Enable zimg support: Add BR on pkgconfig(zimg), add --enable-zimg

OBS-URL: https://build.opensuse.org/request/show/743078
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=171
This commit is contained in:
Tomáš Chvátal
2019-10-27 10:54:25 +00:00
committed by Git OBS Bridge
parent e1ec7ba396
commit 6671496657
7 changed files with 37 additions and 114 deletions

View File

@@ -21,7 +21,7 @@
%define _waf_ver 2.0.9
%define _mbc_ver 3.3.17
%define _mpv_ver 0.30.0
%define _mpv_ver 0.30.0+git.1572040975.a908101258
%define lname libmpv1
Name: mpv
@@ -31,7 +31,7 @@ Summary: Advanced general-purpose multimedia player
License: GPL-2.0-or-later
Group: Productivity/Multimedia/Video/Players
URL: http://mpv.io/
Source: https://github.com/mpv-player/mpv/archive/v%{_mpv_ver}.tar.gz#/%{name}-%{_mpv_ver}.tar.gz
Source: %{name}-%{_mpv_ver}.tar.xz
Source1: https://waf.io/waf-%{_waf_ver}
Source2: %{name}.changes
# mpv-bash-completion is licensed with GPL-3.0+
@@ -93,6 +93,7 @@ BuildRequires: pkgconfig(xrandr) >= 1.2.0
BuildRequires: pkgconfig(xscrnsaver)
BuildRequires: pkgconfig(xv)
BuildRequires: pkgconfig(xxf86vm)
BuildRequires: pkgconfig(zimg)
BuildRequires: pkgconfig(zlib)
Requires: hicolor-icon-theme
Requires(post): hicolor-icon-theme
@@ -241,6 +242,7 @@ python3 ./waf configure \
--enable-gl-x11 \
--enable-egl-x11 \
--enable-egl-drm \
--enable-zimg \
${myopts}
python3 ./waf build --verbose %{?_smp_mflags}