Hello community,

here is the log from the commit of package mpv for openSUSE:Factory checked in 
at 2017-02-13 07:51:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpv (Old)
 and      /work/SRC/openSUSE:Factory/.mpv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpv"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpv/mpv.changes  2017-02-03 17:50:48.925451467 
+0100
+++ /work/SRC/openSUSE:Factory/.mpv.new/mpv.changes     2017-02-13 
07:51:53.302524749 +0100
@@ -1,0 +2,98 @@
+Sun Feb 12 07:52:20 UTC 2017 - [email protected]
+
+- Update to version 0.24.0
+  Added features:
+  * player: add experimental C plugin interface
+  * player: add experimental stream recording feature 
+    (--record-file)
+  * player: add prefetching of the next playlist entry 
+    (--prefetch-playlist; does NOT work with URLs resolved by
+    youtube-dl)
+  * stream_lavf: add support for data URIs (#4058)
+  * vaapi: add support for 10-bit video formats (requires 
+    patched Mesa and capable hardware)
+  * x11: pseudo HiDPI scaling
+  Added options and commands:
+  * sub: add --sub-justify and --sub-ass-justify options
+  * sub: add option to force using video resolution for image 
+    subtitles (--image-subs-video-resolution)
+  Changed options and commands:
+  * command: rename framedrop properties
+    + drop-frame-count → decoder-frame-drop-count
+    + vo-drop-frame-count → frame-drop-count
+  * input.conf: change "L" to change loop-file by default
+  Deprecated options and commands:
+  * --hwdec-preload (replaced with --opengl-hwdec-interop)
+  Removed options and commands:
+  * options: drop deprecated --sub-codepage syntax
+  * options: drop deprecated --vd/--ad codecs selection 
+    features
+  * player: remove --stream-capture option/property
+  Fixes and minor enhancements:
+  * ad_spdif: fix obscure cases of AC3 passthrough (e.g. 44100 
+    Hz AC3)
+  * ao_oss: use --audio-device if --oss-device isn't set 
+    (#4122)
+  * build: fix --disable-gl if cuda is enabled
+  * build: rpi: rely on pkgconfig for compiler flags to ease 
+    cross compilation
+  * charset_conv: fallback to interpreting subs as latin1 if 
+    iconv fails
+  * charset_conv: fix "auto" fallback with uchardet not 
+    compiled (#3954)
+  * client API: fix freeze when destroying mpv_handle before 
+    mpv_initialize
+  * client API: fix mpv_set_property() return value before 
+    init (#3988)
+  * command: fix potential crash for script-binding with 
+    multi-commands
+  * command: nicer OSD formatting for loop-file
+  * command: shorten long playlists on OSD
+  * config: do not resolve default profile during "include" 
+    processing (#4024)
+  * cuda: fix 10 bit decoding
+  * cue: accept lower-case cue commands (#4057)
+  * demux_mkv: any reference makes a frame not a keyframe 
+    (fixes seeking in WebM files with alpha channel)
+  * lavfi: slightly better disconnected output handling (#4118)
+  * lua: close directory after reading its entries (#4045)
+  * osc: allow playlist buttons when looping (#4092)
+  * osc: bottom/topbar: clip title instead of stretching
+  * osc: bottombar/topbar: make chapter markers slightly bigger
+  * osc: box: clip with ellipsis after too much stretching
+  * osc: fix crashes related to field eventresponder being nil 
+    (#3210)
+  * player: add .scc subtitle extension
+  * stream_bluray: use proper 0-based index
+  * sub: remove .txt as text subtitle extension
+  * tv: fix segfaults on TV input (#4096)
+  * vaapi: set libva > 0.39.4 message callbacks to prevent it 
+    from printing messages to the terminal
+  * vd_lavc: improved fallback behavior for --hwdec=cuda 
+    (#3914)
+  * vdpau: reject decoding of non-4:2:0 (would decode to 
+    garbage)
+  * vf_lavfi: don't crash with VOs without hardware decoding 
+    support (#4064)
+  * vo_opengl, vo_opengl_cb: better hwdec interop backend 
+    selection
+  * vo_opengl: angle: rewrite with custom swap chain (fixes 
+    problems with e.g. 24 fps video on 24 Hz monitors, avoids 
+    problems with DirectComposition, enables "screenshot window" 
+    command on Windows 8 and newer)
+  * vo_opengl: partially fix rotation for 4:2:2 content
+  * vo_opengl: x11egl: fix alpha mode
+  * wayland: fix high CPU usage with mpv paused and visible
+  * ytdl_hook, edl: implement pseudo-DASH support
+  * ytdl_hook: add non-dash fallbacks to default formats
+  * ytdl_hook: fix opening hitbox.tv rtmp stream
+  * ytdl_hook: respect --no-audio, don't force-select track
+  * ytdl_hook: support livestream segmented DASH VODs
+  * ytdl_hook: support segmented dash
+
+- Fixed mpv executable version quirk and remove ambiguity
+  concerning the %{version} macro.
+
+- Updated ffmpeg libraries version requirements to 3.2.2
+
+-------------------------------------------------------------------

Old:
----
  mpv-0.23.0.tar.gz

New:
----
  mpv-0.24.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mpv.spec ++++++
--- /var/tmp/diff_new_pack.gJHqiZ/_old  2017-02-13 07:51:54.486355753 +0100
+++ /var/tmp/diff_new_pack.gJHqiZ/_new  2017-02-13 07:51:54.490355183 +0100
@@ -20,7 +20,7 @@
 
 
 %define _mbc_ver 3.3.8
-%define _mpv_ver 0.23.0
+%define _mpv_ver 0.24.0
 %define lname   libmpv1
 Name:           mpv
 Version:        %{_mpv_ver}
@@ -29,7 +29,7 @@
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Video/Players
 Url:            http://mpv.io/
-Source:         
http://github.com/mpv-player/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source:         
http://github.com/mpv-player/%{name}/archive/v%{_mpv_ver}.tar.gz#/%{name}-%{_mpv_ver}.tar.gz
 Source2:        %{name}.changes
 # mpv-bash-completion is licensed with GPL-3.0+
 Source3:        
https://github.com/2ion/mpv-bash-completion/archive/%{_mbc_ver}.tar.gz#/mpv-bash-completion-%{_mbc_ver}.tar.gz
@@ -61,11 +61,11 @@
 BuildRequires:  pkgconfig(lcms2) >= 2.6
 BuildRequires:  pkgconfig(libarchive) >= 3.0.0
 BuildRequires:  pkgconfig(libass) >= 0.12.1
-BuildRequires:  pkgconfig(libavcodec) >= 57.25.0
+BuildRequires:  pkgconfig(libavcodec) >= 57.64.100
 BuildRequires:  pkgconfig(libavdevice) >= 57.0.0
-BuildRequires:  pkgconfig(libavfilter) >= 6.7.0
-BuildRequires:  pkgconfig(libavformat) >= 57.07.0
-BuildRequires:  pkgconfig(libavutil) >= 55.20.0
+BuildRequires:  pkgconfig(libavfilter) >= 6.65.100
+BuildRequires:  pkgconfig(libavformat) >= 57.56.100
+BuildRequires:  pkgconfig(libavutil) >= 55.34.100
 BuildRequires:  pkgconfig(libbluray) >= 0.3.0
 BuildRequires:  pkgconfig(libbs2b)
 BuildRequires:  pkgconfig(libcdio)
@@ -74,7 +74,7 @@
 BuildRequires:  pkgconfig(libiso9660)
 BuildRequires:  pkgconfig(libpulse) >= 1.0
 BuildRequires:  pkgconfig(libswresample) >= 2.3.100
-BuildRequires:  pkgconfig(libswscale) >= 4.0.0
+BuildRequires:  pkgconfig(libswscale) >= 4.2.100
 BuildRequires:  pkgconfig(libudf)
 BuildRequires:  pkgconfig(libv4l2)
 BuildRequires:  pkgconfig(libva)
@@ -190,13 +190,13 @@
 features.
 
 %prep
-%setup -q -a 3
+%setup -q -a 3 -n %{name}-%{_mpv_ver}
 %patch0 -p1
 
 # I hate UNKNOWN so lets put decent info there.
 MODIFIED="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{SOURCE2}")"
 DATE="$(date -d "$MODIFIED" "+%%b %%e %%Y")"
-sed -i "s|UNKNOWN|$DATE|g;s|VERSION|\"%{version}\"|g" common/version.c
+sed -i "s|UNKNOWN|$DATE|g;s|VERSION|\"%{_mpv_ver}\"|g" common/version.c
 
 %build
 # SDL: disable as it is pointless to have on Linux, it is Windows/OS X 
fallback.

++++++ mpv-0.23.0.tar.gz -> mpv-0.24.0.tar.gz ++++++
++++ 17353 lines of diff (skipped)


Reply via email to