Accepting request 743302 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/743302 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=59
This commit is contained in:
commit
293b22b596
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
||||||
<param name="changesrevision">acba87e53ffaf964b5fa7bbad9f5185d8c14d8ad</param></service></servicedata>
|
<param name="changesrevision">a908101258bc5c8d33ded6a1e750fb65df8cf640</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:30c652a8c5c7dac97ae27170ffd1b0f523a1b03332f08a2e87fe43b54decb374
|
|
||||||
size 8576013
|
|
3
mpv-0.30.0+git.1572040975.a908101258.obscpio
Normal file
3
mpv-0.30.0+git.1572040975.a908101258.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a5e7bf2f80009be62e8af5ff829b977268f0825564b6805f6e6451523bea5f04
|
||||||
|
size 8637453
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 26 06:20:24 UTC 2019 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.30.0+git.1572040975.a908101258:
|
||||||
|
* See https://github.com/mpv-player/mpv/compare/acba87e53f..a908101258
|
||||||
|
for the complete changelog.
|
||||||
|
- Enable zimg support: Add BR on pkgconfig(zimg), add --enable-zimg
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 19 06:35:50 UTC 2019 - idonmez@suse.com
|
Sat Oct 19 06:35:50 UTC 2019 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: mpv
|
name: mpv
|
||||||
version: 0.30.0+git.1571393471.acba87e53f
|
version: 0.30.0+git.1572040975.a908101258
|
||||||
mtime: 1571393471
|
mtime: 1572040975
|
||||||
commit: acba87e53ffaf964b5fa7bbad9f5185d8c14d8ad
|
commit: a908101258bc5c8d33ded6a1e750fb65df8cf640
|
||||||
|
|
||||||
|
6
mpv.spec
6
mpv.spec
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
%define _waf_ver 2.0.9
|
%define _waf_ver 2.0.9
|
||||||
%define _mbc_ver 3.3.17
|
%define _mbc_ver 3.3.17
|
||||||
%define _mpv_ver 0.30.0+git.1571393471.acba87e53f
|
%define _mpv_ver 0.30.0+git.1572040975.a908101258
|
||||||
%define lname libmpv1
|
%define lname libmpv1
|
||||||
|
|
||||||
Name: mpv
|
Name: mpv
|
||||||
@ -30,7 +30,7 @@ Release: 0
|
|||||||
Summary: Advanced general-purpose multimedia player
|
Summary: Advanced general-purpose multimedia player
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Multimedia/Video/Players
|
Group: Productivity/Multimedia/Video/Players
|
||||||
Url: http://mpv.io/
|
URL: http://mpv.io/
|
||||||
Source: %{name}-%{_mpv_ver}.tar.xz
|
Source: %{name}-%{_mpv_ver}.tar.xz
|
||||||
Source1: https://waf.io/waf-%{_waf_ver}
|
Source1: https://waf.io/waf-%{_waf_ver}
|
||||||
Source2: %{name}.changes
|
Source2: %{name}.changes
|
||||||
@ -93,6 +93,7 @@ BuildRequires: pkgconfig(xrandr) >= 1.2.0
|
|||||||
BuildRequires: pkgconfig(xscrnsaver)
|
BuildRequires: pkgconfig(xscrnsaver)
|
||||||
BuildRequires: pkgconfig(xv)
|
BuildRequires: pkgconfig(xv)
|
||||||
BuildRequires: pkgconfig(xxf86vm)
|
BuildRequires: pkgconfig(xxf86vm)
|
||||||
|
BuildRequires: pkgconfig(zimg)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
Requires(post): hicolor-icon-theme
|
Requires(post): hicolor-icon-theme
|
||||||
@ -241,6 +242,7 @@ python3 ./waf configure \
|
|||||||
--enable-gl-x11 \
|
--enable-gl-x11 \
|
||||||
--enable-egl-x11 \
|
--enable-egl-x11 \
|
||||||
--enable-egl-drm \
|
--enable-egl-drm \
|
||||||
|
--enable-zimg \
|
||||||
${myopts}
|
${myopts}
|
||||||
|
|
||||||
python3 ./waf build --verbose %{?_smp_mflags}
|
python3 ./waf build --verbose %{?_smp_mflags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user