diff --git a/_servicedata b/_servicedata
index 8e94f01..1f5b220 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/mpv-player/mpv.git
- acba87e53ffaf964b5fa7bbad9f5185d8c14d8ad
\ No newline at end of file
+ a908101258bc5c8d33ded6a1e750fb65df8cf640
\ No newline at end of file
diff --git a/mpv-0.30.0+git.1571393471.acba87e53f.obscpio b/mpv-0.30.0+git.1571393471.acba87e53f.obscpio
deleted file mode 100644
index 731cf3d..0000000
--- a/mpv-0.30.0+git.1571393471.acba87e53f.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:30c652a8c5c7dac97ae27170ffd1b0f523a1b03332f08a2e87fe43b54decb374
-size 8576013
diff --git a/mpv-0.30.0+git.1572040975.a908101258.obscpio b/mpv-0.30.0+git.1572040975.a908101258.obscpio
new file mode 100644
index 0000000..3670a9b
--- /dev/null
+++ b/mpv-0.30.0+git.1572040975.a908101258.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a5e7bf2f80009be62e8af5ff829b977268f0825564b6805f6e6451523bea5f04
+size 8637453
diff --git a/mpv.changes b/mpv.changes
index 61a7ee0..97c7121 100644
--- a/mpv.changes
+++ b/mpv.changes
@@ -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
diff --git a/mpv.obsinfo b/mpv.obsinfo
index c7ffd00..fc4f631 100644
--- a/mpv.obsinfo
+++ b/mpv.obsinfo
@@ -1,5 +1,5 @@
name: mpv
-version: 0.30.0+git.1571393471.acba87e53f
-mtime: 1571393471
-commit: acba87e53ffaf964b5fa7bbad9f5185d8c14d8ad
+version: 0.30.0+git.1572040975.a908101258
+mtime: 1572040975
+commit: a908101258bc5c8d33ded6a1e750fb65df8cf640
diff --git a/mpv.spec b/mpv.spec
index 3be5b30..5ac030f 100644
--- a/mpv.spec
+++ b/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.1571393471.acba87e53f
+%define _mpv_ver 0.30.0+git.1572040975.a908101258
%define lname libmpv1
Name: mpv
@@ -30,7 +30,7 @@ Release: 0
Summary: Advanced general-purpose multimedia player
License: GPL-2.0-or-later
Group: Productivity/Multimedia/Video/Players
-Url: http://mpv.io/
+URL: http://mpv.io/
Source: %{name}-%{_mpv_ver}.tar.xz
Source1: https://waf.io/waf-%{_waf_ver}
Source2: %{name}.changes
@@ -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}