Commit Graph

290 Commits

Author SHA256 Message Date
Tomáš Chvátal
01a4cefda8 Accepting request 599616 from home:alois:branches:multimedia:apps
- Update to version 0.28.2
  Added features:
  * Add DRM_PRIME Format Handling and Display for RockChip MPP
    decoders
  * csputils: Add support for Display P3 primaries
  * demux: support multiple seekable cached ranges, display
    cache ranges on OSC
  * demux_playlist: support .url files (#5107)
  * dvb: Add multiple frontends support (up to 8)
  * dvb: implement parsing of modulation for VDR-style channels
    config
  * hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC
    frames,
  * rename mediacodec to mediacodec-copy
  * lua: integrate stats.lua script (bound to i/I by default)
  * vd_lavc: add support for nvdec hwaccel
  * vo_gpu: add android opengl backend
  * vo_gpu: initial d3d11 support
  * vo_gpu: vulkan support
  Removed features:
  * af: remove deprecated audio filters (channels, equalizer,
    pan, volume;
  * replacements in lavfi)
  * vf: remove most GPL video filters (crop, dsize, expand,
    flip, gradfun, mirror,
  * noformat, pullup, rotate, scale, stereo3d, yadif;
    replacements in lavfi)
  * vf_buffer: remove this filter
  * video: remove automatic stereo3d filter insertion
  * vo_gpu: remove hwdec_vaglx interop
  * vo_opengl: refactor into vo_gpu
  * vo_wayland: remove
  Added options and commands:
  * demux: add option to create CC tracks eagerly
    (--sub-create-cc-track)
  * options: add --start=none to reset previously set start time
  * options: add --vlang switch
  Changed options and commands:
  * cache: lower default size to 2*10MB
  * demux: bump the demuxer cache readahead duration to 10 hours
  * demux: use seekable cache for network by default, bump
    prefetch limit
  * msg: make --msg-level affect --log-file too
  * player/misc.c: allow both --length and --end to control play
    endpoint
  * player: match subtitles with language tags with
    --sub-auto=exact
  * rename --opengl-hwdec-interop to --gpu-hwdec-interop (now
    mostly useless)
  * vd_lavc: prefer nvdec over vdpau with --hwdec=auto (better
    codec and surface
  * format support)
  * vd_lavc: rename --hwdec=rpi to --hwdec=mmal
  Removed options and commands:
  * options: remove --heartbeat-cmd and --heartbeat-interval
  * (incidentally fixes #4888)
  Fixes and Minor Enhancements
  * TOOLS/autoload.lua: add ogm, ogg and opus extensions
  * Use /dev/tty instead of stdin for terminal input (#4190)
  * audio: add audio softvol processing to AO (replaces
    previously GPL’d code)
  * audio: fix channel conversion with NA channels (e.g. with
    ALSA)
  * audio: fix missing volume update on init and reinit
  * csputils: Fix DCI P3 primaries white point
  * demux: don't allow subtitles to mess up buffered time display
  * demux: fix .cue files with audio files that contain attached
    pictures
  * demux: fix accounting for seekable ranges on track switches
    (fixes missing
  * audio when cycling through audio tracks with e.g. EDL,
    --merge-files, ordered
  * chapters and youtube-dl pseudo DASH)
  * demux: fix crash with cue/ordered chapter files (#5027)
  * demux: speed up cache seeking with a coarse index
  * demux_lavf: always give libavformat the filename when probing
  * (helps with mp3 files)
  * demux_mkv: add V_SNOW tag to mkv_video_tags
  * dvb: Fix long channel switching: next/prev channel
  * dvb: fixes for ATSC tuning
  * lavc_conv: clamp timestamps to positive (#5047)
  * mp_image: always copy color attributes on hw download (#4804)
  * mp_image: select an explicit fallback for chroma location
    (#4804)
  * msg: bump log level of --log-file to -v -v
  * msg: reinterpret a bunch of message levels
  * osc: fix rare stack overflow when changing visibility mode
  * osdep/io: add android-related bullshit to fix files >2 GiB
  * player/playloop.c: respect playback start time when using
    --loop-file
  * player: allow seeking in cached parts of unseekable streams
  * player: make track language matching case insensitive (#5272)
  * player: use start timestamp for ab-looping if --ab-loop-a is
    absent
  * player: when loading external file, always add all track
    types (#5132)
  * restore-old-bindings.conf: add old macOS/Wayland AXIS
    bindings
  * screenshot: create directories from template
  * scripting: report dlerror() output
  * sd_ass: accept RFC8081 font media types
  * sd_ass: accept otc as fallback OpenType collection file
    extension
  * stream_libarchive: work around various types of locale
    braindeath
  * (https://git.io/vbiFJ)
  * subprocess-win: don't change the mouse cursor when creating
    processes
  * video: add a hack to avoid missing subtitles with vf_sub
    (#5194)
  * video: fix alpha handling (#4983)
  * video: fix memory leaks (roughly 1 KB per decoded frame)
    with hwdec copy modes
  * video: fix rotation and deinterlace auto filters
  * video: properly pass through ICC data
  * vo: add support for externally driven renderloop and make
    wayland use it
  * (partially fixes display-sync under wayland; disables
    rendering when window
  * is invisible)
  * vo_gpu: change --tone-mapping-desaturate algorithm
  * vo_gpu: enable 3DLUTs in dumb mode
  * vo_gpu: fix gamma scale
  * vo_gpu: fix mobius tone mapping compatibility to GLSL 120
    (#5069)
  * vo_gpu: fix video sometimes not being rerendered on
    equalizer change
  * vo_gpu: kill off FBOTEX_FUZZY (#1814)
  * vo_gpu: opengl: fix possible screenshot window crash (#4905)
  * vo_gpu: opengl: use GLX_MESA_swap_control where available
  * vo_gpu: reduce the --alpha=blend-tiles checkerboard intensity
  * vo_gpu: win: remove exclusive-fullscreen detection hack
  * vo_lavc: remove messy delayed subtitle rendering logic
    (#4689)
  * wayland_common: implement output tracking, many cleanups and
    bugfixes
    (#4711)
  * ytdl_hook: don't prepend ytdl:// to non-youtube links in
    playlists (#5003)
- Refreshed mpv-make-ffmpeg-version-check-non-fatal.patch
- Dropped mpv-vaapi2.patch (no longer necessary)

OBS-URL: https://build.opensuse.org/request/show/599616
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=139
2018-04-21 19:37:40 +00:00
Dominique Leuenberger
16dc39a06e Accepting request 589033 from multimedia:apps
- Do not enable smbclient twice, it is in normal opts too

OBS-URL: https://build.opensuse.org/request/show/589033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=45
2018-03-20 21:01:13 +00:00
Tomáš Chvátal
c384d2aca6 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=137 2018-03-20 09:39:46 +00:00
Tomáš Chvátal
2b21850413 - Do not enable smbclient twice, it is in normal opts too
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=136
2018-03-20 09:38:44 +00:00
Dominique Leuenberger
bb4f19fa4f Accepting request 576483 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/576483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=44
2018-02-15 12:25:56 +00:00
Ismail Dönmez
4f66092e3b Accepting request 576476 from home:alois:branches:multimedia:apps
Additional fix for (boo#1077894)

OBS-URL: https://build.opensuse.org/request/show/576476
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=134
2018-02-14 10:18:20 +00:00
Dominique Leuenberger
38e66f7ee9 Accepting request 575224 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/575224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=43
2018-02-10 17:00:20 +00:00
Tomáš Chvátal
90176ff6b9 Accepting request 575222 from home:alois:branches:multimedia:apps
- Update to version 0.27.1
  * This release fixes CVE-2018-6360 (boo#1077894)
  Fixes and minor enhancements
  * ytdl_hook: whitelist protocols from urls retrieved from
    youtube-dl (#5456)

OBS-URL: https://build.opensuse.org/request/show/575222
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=132
2018-02-10 14:31:19 +00:00
Dominique Leuenberger
347c010021 Accepting request 548113 from multimedia:apps
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/548113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=42
2017-12-19 09:51:46 +00:00
Dominique Leuenberger
08f5f86aa8 Accepting request 545754 from multimedia:apps
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/545754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=41
2017-11-27 21:17:50 +00:00
Martin Pluskal
6605aed559 - Enable vapoursynth support
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=129
2017-11-27 13:35:29 +00:00
Martin Pluskal
0e6bd52641 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=128 2017-11-19 18:53:00 +00:00
Martin Pluskal
89a8152b45 - Explicitly enable more options
- Sync with changes from home:X0F:HSF

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=127
2017-11-19 18:45:52 +00:00
Dominique Leuenberger
d86eeae572 Accepting request 542497 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/542497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=40
2017-11-17 09:57:19 +00:00
Tomáš Chvátal
151ef96e76 Accepting request 542474 from home:dimstar:Factory
- Add mpv-vaapi2.patch: Fix build iwth vaapi 2.0. The patch is a
  backport of the commits 93c52b, f35126 and 2ecf24.
- Conditionalize use of %desktop_database_post/postun and
  icon_theme_cache_post/postun to suse_version < 1330. The
  functionality has since been replaced by file triggers and the
  macros expand to %nil.

OBS-URL: https://build.opensuse.org/request/show/542474
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=125
2017-11-16 21:22:10 +00:00
Dominique Leuenberger
613b5f4c40 Accepting request 541532 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/541532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=39
2017-11-14 12:00:28 +00:00
Tomáš Chvátal
b3b16add9d Accepting request 541528 from home:Andreas_Schwab:Factory
- Fix BuildRequires for lua51

OBS-URL: https://build.opensuse.org/request/show/541528
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=123
2017-11-13 16:03:11 +00:00
Dominique Leuenberger
64f4cacfa6 Accepting request 538353 from multimedia:apps
- Explicitly use python3 when building
- Enable libva on wayland

OBS-URL: https://build.opensuse.org/request/show/538353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=38
2017-11-03 15:27:52 +00:00
Martin Pluskal
89950a4dc5 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=121 2017-11-02 13:00:49 +00:00
Martin Pluskal
d48509860b - Explicitly use pytho3 when building
- Enable libva on wayland

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=120
2017-11-02 12:19:45 +00:00
Martin Pluskal
3e28201e34 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=119 2017-11-02 12:13:34 +00:00
Dominique Leuenberger
9fbcf4eb87 Accepting request 536484 from multimedia:apps
1

OBS-URL: https://build.opensuse.org/request/show/536484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=37
2017-10-25 15:48:00 +00:00
Ismail Dönmez
3ef41db0d0 Accepting request 536430 from home:alois:branches:multimedia:apps
- Update mpv-bash-completion to 3.3.16
  * gen: make output reproducible by ensuring stable output of
    pairs() by wrapping it where it matters. (Closes #18)

OBS-URL: https://build.opensuse.org/request/show/536430
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=117
2017-10-25 09:05:19 +00:00
Dominique Leuenberger
44a7e7a161 Accepting request 523894 from multimedia:apps
1

OBS-URL: https://build.opensuse.org/request/show/523894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=36
2017-09-13 20:37:02 +00:00
Tomáš Chvátal
6322dcf7fe Accepting request 523855 from home:alois:branches:multimedia:apps
- Update to version 0.27.0
  Added features:
  * libmpv: options: add a thread-safe way to notify option updates
  * vd_lavc/vo_opengl: support embedded ICC profiles
  * vo: rendering API abstraction for future non-GL video outputs
  * vo_opengl: add a gamut warning feature to highlight
    out-of-gamut colors (--gamut-warning)
  * vo_opengl: add direct rendering support (--vd-lavc-dr)
  * vo_opengl: implement (faster) compute shader based EWA kernel
  * vo_opengl: implement HLG OOTF inverse
  * vo_opengl: support HDR peak detection (--hdr-compute-peak)
  * vo_opengl: support float input pixel formats
  * vo_opengl: support loading custom user textures (#4586)
  * vo_opengl: support user compute shaders
  Removed features:
  * Remove video equalizer handling from vo_direct3d, vo_sdl,
    vo_vaapi, and vo_xv (GPL, not worth the effort to support legacy
    VOs)
  Added options and commands:
  * player: add --track-auto-selection option
  Changed options and commands:
  * input: use mnemonic names for mouse buttons, same as Qt:
    https://doc.qt.io/qt-5/qt.html#MouseButton-enum
  * options: change --loop semantics
  * player: make --lavfi-complex changeable at runtime
  * vf_eq: remove this filter (GPL; uses libavfilter’s eq filter
    now, with changed semantics)
  * video: change --deinterlace behavior
  * vo_opengl: generalize HDR tone mapping to gamut mapping,
    --hdr-tone-mapping → --tone-mapping
  Removed options and commands:
  * --field-dominance (GPL-only author, no chance of relicensing)
  * input: drop deprecated "osd" command
  * options: drop --video-aspect-method=hybrid (GPL-only)
  Fixes and minor enhancements:
  * TOOLS/autocrop.lua: fix cropdetect black limit for 10-bit
    videos
  * TOOLS/lua/autodeint: update to lavfi-bridge
  * TOOLS/lua/status-line: improve and update
  * af_lavrresample: don't call swr_set_compensation() unless
    necessary (#4716)
  * ao_oss: fix period_size calculation (#4642)
  * ao_rsound: allow setting the host
  * audio: fix spdif mode
  * filter_kernels: correct spline64 kernel
  * options: fix --include (#4673)
  * player: fix --end with large values (#4650)
  * player: fix confusion in audio resync code (#4688)
  * player: make refresh seeks slightly more robust (#4757)
  * player: readd smi subtitle extension (#4626)
  * vd_lavc: change auto-probe order to prefer cuda over vdpau-copy
  * vd_lavc: fix device leak with copy-mode hwaccels (#4735)
  * vd_lavc: fix hwdec compatibility with yuvj420p formats
  * vd_lavc: fix mid-stream hwdec fallback
  * vf_vapoursynth: fix inverted sign and restore 10 bit support
    (#4720)
  * video: increase --monitorpixelaspect range
  * vo_opengl: adjust the rules for linearization (#4631)
  * vo_opengl: scale deband-grain to the signal range
  * vo_opengl: tone map on the maximum signal component
  * x11: fix that window could be resized when using embedding
    (#4784)
  * ytdl_hook: resolve relative paths when joining segment urls
    (#4827)
  * ytdl_hook: support fragments with relative paths, fixes
    segmented DASH

OBS-URL: https://build.opensuse.org/request/show/523855
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=115
2017-09-13 07:48:59 +00:00
Dominique Leuenberger
8fbb923612 Accepting request 518388 from multimedia:apps
1

OBS-URL: https://build.opensuse.org/request/show/518388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=35
2017-08-24 16:55:46 +00:00
Ismail Dönmez
0e9c4b9c24 Accepting request 518384 from home:alarrosa:branches:multimedia:apps
- Let mpv own /etc/mpv/scripts as a ghost dir so other packages
  can create it and install scripts there.

OBS-URL: https://build.opensuse.org/request/show/518384
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=113
2017-08-23 13:25:44 +00:00
Dominique Leuenberger
3719bdb237 Accepting request 518116 from multimedia:apps
- Explicitly enable libsmbclient

OBS-URL: https://build.opensuse.org/request/show/518116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=34
2017-08-23 09:54:49 +00:00
Tomáš Chvátal
d54eba0b61 - Explicitly enable libsmbclient
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=111
2017-08-22 11:45:01 +00:00
Tomáš Chvátal
c61061a357 Accepting request 518113 from home:deabru:multimedia
- Explicitly enable samba
- Error in lua dependencies

OBS-URL: https://build.opensuse.org/request/show/518113
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=110
2017-08-22 11:44:06 +00:00
Dominique Leuenberger
981af8d755 Accepting request 517935 from multimedia:apps
- Build only against luajit and not lua where possible
- Comment on why we depend on lua (for bash_completion generating)

OBS-URL: https://build.opensuse.org/request/show/517935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=33
2017-08-22 09:10:09 +00:00
Ismail Dönmez
ad23773f4d -
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=108
2017-08-21 13:15:40 +00:00
Tomáš Chvátal
d77af60f35 - Build only against luajit and not lua where possible
- Comment on why we depend on lua (for bash_completion generating)

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=107
2017-08-21 12:31:19 +00:00
Dominique Leuenberger
475d480bfd Accepting request 517779 from multimedia:apps
1

OBS-URL: https://build.opensuse.org/request/show/517779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=32
2017-08-21 09:37:47 +00:00
Ismail Dönmez
de5f92eefd Accepting request 517776 from home:alois:branches:multimedia:apps
- Update mpv-bash-completion to 3.3.15
  * Fix af/vf filter argument expansion (#15)
  * Remove some invalid suggestions for some options (#14)
  * Recognize all --profile-style options as such and complete
    them

OBS-URL: https://build.opensuse.org/request/show/517776
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=105
2017-08-20 15:04:46 +00:00
Tomáš Chvátal
1f54b27f11 Accepting request 517720 from home:alois:branches:multimedia:apps
- Update mpv-bash-completion to 3.3.14
  * Reflect changed --list-options output for --vf-add-style
    options
- Update waf to 1.9.13

OBS-URL: https://build.opensuse.org/request/show/517720
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=104
2017-08-20 08:33:38 +00:00
Dominique Leuenberger
b1afa6e260 Accepting request 517162 from multimedia:apps
1

OBS-URL: https://build.opensuse.org/request/show/517162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=31
2017-08-17 13:02:33 +00:00
Ismail Dönmez
590b93a6fa Accepting request 517150 from home:dimstar:Factory
- BuildRequire pkgconfig(lua5.1) instead of pkgconfig(lua-5.1): the
  .pc files has been normalized to match other distributions.

OBS-URL: https://build.opensuse.org/request/show/517150
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=102
2017-08-16 09:29:59 +00:00
Tomáš Chvátal
f3b8f2695d Accepting request 511387 from home:alois:branches:multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/511387
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=101
2017-07-19 11:46:40 +00:00
Tomáš Chvátal
3dbaa38420 Accepting request 511318 from home:lachs0r:branches:multimedia:apps
Update to 0.26.0, some packaging fixes.

I’d enable JavaScript support, too, but openSUSE doesn’t package MuJS yet (which is sort of a pain because upstream doesn’t have a SONAME, yada yada).


old: multimedia:apps/mpv
new: home:lachs0r:branches:multimedia:apps/mpv rev None
Index: mpv.changes
===================================================================
--- mpv.changes (revision 99)
+++ mpv.changes (revision 3)
@@ -1,4 +1,104 @@
 -------------------------------------------------------------------
+Tue Jul 18 19:42:17 UTC 2017 - 9@cirno.systems
+
+- Packaging changes:
+  * Remove unnecessary build dependencies
+  * Explicitly enable DVD and DVB features
+  * Add libgbm, rubberband, uchardet
+
+- Update to version 0.26.0
+  * Built-in V4L TV support is disabled by default.
+    av://v4l2 can be used instead.
+  * Support for C plugins is now enabled by default (#4491).
+  * Many more parts of the player are now licensed under LGPL,
+    see Copyright file.
+  Added features:
+  * csputils: implement sony s-gamut
+  * vo_opengl: add new HDR tone mapping algorithm
+    (mobius, now default)
+  * vo_opengl: hwdec_cuda: Support separate decode and display
+    devices
+  * vo_opengl: implement sony s-log1 and s-log2 trc
+  * vo_opengl: implement support for OOTFs and non-display referred
+    content
+  Removed features:
+  * vf_dlopen: remove this filter
+  Added options and commands:
+  * vo_opengl: add --tone-mapping-desaturate
+  * vo_opengl: support tone-mapping-param for `clip`
+  * ytdl_hook: add option to exclude URLs from being parsed
+  Changed options and commands:
+  * allow setting profile option with libmpv
+  * audio: move replaygain control to top-level options
+  * external_files: parse ~ in --{sub,audio}-paths
+  * options: change --sub-fix-timing default to no (#4484)
+  * options: expose string list actions for --sub-file option
+  * options: slight cleanup of --sub-ass-style-override
+    + signfs → scale
+    + --sub-ass-style-override → --sub-ass-override
+  * renamed the HDR TRCs `st2084` and `std-b67` to `pq` and `hlg`
+    respectively
+  * replace vf_format's `peak` suboption by `sig-peak`, which is
+    relative to the reference white level instead of in cd/m^2
+  * the following options change to append-by-default (and possibly
+    separator): --script
+  * video: change --video-aspect-method default value to `container`
+  Deprecated options and commands:
+  * m_option: deprecate multiple items for -add etc.
+  * player: deprecate "osd" command
+  * --audio-file-paths => --audio-file-path
+  * --sub-paths => --sub-file-path
+  * --opengl-shaders => --opengl-shader
+  * --sub-paths => --sub-file-paths
+  * the following options are deprecated for setting via API:
+    + "script" (use "scripts")
+    + "sub-file" (use "sub-files")
+    + "audio-file" (use "audio-files")
+    + "external-file" (use "external-files")
+    (the compatibility hacks for this will be removed after this
+    release)
+  Removed options and commands:
+  * chmap: remove misleading "downmix" channel layout name (#4545)
+  * demux_lavf: remove --demuxer-lavf-cryptokey option (#4579)
+  * input.conf: drop TV/DVB bindings
+  * options: remove remaining deprecated audio device selection options
+    + --alsa-device
+    + --oss-device
+    + --coreaudio-exclusive
+    + --pulse-sink
+    + --rsound-host/--rsound-port
+    + --ao-sndio-device
+    + --ao-wasapi-exclusive
+    + --ao-wasapi-device
+  * remove option --target-brightness
+  * remove property "video-params/nom-peak"
+  Fixes and minor enhancements:
+  * TOOLS/lua/autoload.lua: actually sort files case insensitive (#4398)
+  * TOOLS/lua/autoload.lua: ignores all files starting with "."
+  * ao_pulse: reorder format choice to prefer float and S32 over S16 as fallback format
+  * command: add missing change notification for playlist-shuffle (#4573)
+  * demux_disc: fix bluray subtitle language retrieval (#4611)
+  * demux_mkv: fix alpha with vp9 + libvpx
+  * demux_mkv: support FFmpeg A_MS/ACM extensions
+  * ipc-unix: don’t truncate the message on EAGAIN (#4452)
+  * ipc: raise json nesting limit (#4394)
+  * mpv_identify: replace deprecated fps property (#4550)
+  * options/path: fallback to USERPROFILE if HOME isn't set
+  * player: close audio device on no audio track
+  * player: fix potential segfault when playing dvd:// with DVD disabled (#4393)
+  * player: prevent seek position to jump around adjacent keyframes, e.g. when dragging the OSC bar on short videos (#4183)
+  * vo_opengl: bump up SHADER_MAX_HOOKS and MAX_TEXTURE_HOOKS to 64
+  * vo_opengl: correct off-by-one in scale=oversample
+  * vo_opengl: do not use vaapi-over-GLX (#4555)
+  * vo_opengl: fall back to ordered dither instead of blowing up (#4519)
+  * vo_opengl: tone map in linear XYZ instead of RGB
+  * x11: add 128x128 sized icon support
+  * ytdl_hook: add a header to support geo-bypass
+  * ytdl_hook: don't override start time set by saved state
+  * ytdl_hook: don't override user-set start time
+  * ytdl_hook: treat single-entry playlists as a single video
+
+-------------------------------------------------------------------
 Mon May 22 08:41:28 UTC 2017 - tchvatal@suse.com
 
 - Depend on lua-5.1 as 5.3 is incompatible wrt bsc#1040034 
Index: mpv.spec
===================================================================
--- mpv.spec (revision 99)
+++ mpv.spec (revision 3)
@@ -21,7 +21,7 @@
 
 %define _waf_ver 1.9.9
 %define _mbc_ver 3.3.13
-%define _mpv_ver 0.25.0
+%define _mpv_ver 0.26.0
 %define lname   libmpv1
 Name:           mpv
 Version:        %{_mpv_ver}
@@ -39,24 +39,19 @@
 Patch0:         mpv-make-ffmpeg-version-check-non-fatal.patch
 BuildRequires:  bash
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  ladspa-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  libmng-devel
 BuildRequires:  linux-kernel-headers
-BuildRequires:  lirc-devel
 BuildRequires:  lua
-BuildRequires:  ncurses-devel
 BuildRequires:  perl
 BuildRequires:  pkgconfig
 BuildRequires:  python3-docutils
 BuildRequires:  update-desktop-files
-BuildRequires:  yasm
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(caca) >= 0.99.beta18
 BuildRequires:  pkgconfig(dri)
 BuildRequires:  pkgconfig(dvdnav) >= 4.2.0
 BuildRequires:  pkgconfig(dvdread) >= 4.1.0
-BuildRequires:  pkgconfig(enca)
+BuildRequires:  pkgconfig(gbm)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(lcms2) >= 2.6
@@ -68,7 +63,6 @@
 BuildRequires:  pkgconfig(libavformat) >= 57.56.100
 BuildRequires:  pkgconfig(libavutil) >= 55.34.100
 BuildRequires:  pkgconfig(libbluray) >= 0.3.0
-BuildRequires:  pkgconfig(libbs2b)
 BuildRequires:  pkgconfig(libcdio)
 BuildRequires:  pkgconfig(libcdio_cdda)
 BuildRequires:  pkgconfig(libcdio_paranoia)
@@ -82,7 +76,9 @@
 BuildRequires:  pkgconfig(libva-x11) >= 0.36.0
 BuildRequires:  pkgconfig(lua-5.1)
 BuildRequires:  pkgconfig(python3)
+BuildRequires:  pkgconfig(rubberband)
 BuildRequires:  pkgconfig(smbclient)
+BuildRequires:  pkgconfig(uchardet)
 BuildRequires:  pkgconfig(vdpau)
 BuildRequires:  pkgconfig(xext) >= 1.0.0
 BuildRequires:  pkgconfig(xinerama) >= 1.0.0
@@ -215,10 +211,13 @@
   --docdir="%{_docdir}/%{name}"      \
   --confdir="%{_sysconfdir}/%{name}" \
   --enable-cdda                      \
+  --enable-dvdread                   \
+  --enable-dvdnav                    \
   --enable-libmpv-shared             \
   --enable-zsh-comp                  \
   --enable-manpage-build             \
   --enable-libarchive                \
+  --enable-dvbin                     \
   ${myopts}
 
 ./waf build --verbose %{?_smp_mflags}
Index: mpv-0.26.0.tar.gz
===================================================================
Binary file mpv-0.26.0.tar.gz (revision 3) added
Index: mpv-0.25.0.tar.gz
===================================================================
Binary file mpv-0.25.0.tar.gz (revision 99) deleted

OBS-URL: https://build.opensuse.org/request/show/511318
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=100
2017-07-19 11:05:16 +00:00
Dominique Leuenberger
3112ca842b Accepting request 497159 from multimedia:apps
- Depend on lua-5.1 as 5.3 is incompatible wrt bsc#1040034

OBS-URL: https://build.opensuse.org/request/show/497159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=30
2017-05-24 14:50:11 +00:00
Tomáš Chvátal
044902b6a0 - Depend on lua-5.1 as 5.3 is incompatible wrt bsc#1040034
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=98
2017-05-22 08:40:47 +00:00
Dominique Leuenberger
8f7f8137c3 Accepting request 493786 from multimedia:apps
- Refresh patch mpv-make-ffmpeg-version-check-non-fatal.patch
  * Rather delete the warning as whole, in OBS concept we detect
    abi changes and it misleads the users of stable distributions
    to worry something broke

- Remove the pdf build, it is same as manpage
- Switch to python3 subpkgs as we use python3 anyway (Fixes TW build)

- Dropped openal. It's pointless these days and it creates
  a problem when used with pulse (gh#mpv-player/mpv#4311)
- Removed portaudio requirement (support was dropped in
  0.8.0!)

- Update to version 0.25.0
  * Support for some optical media functionality (DVD/CD) is now 
    disabled by default.
  * More parts of the player are now licensed under LGPL. In 
    particular:
      + OSD symbol font
      + ass_mp, sd_ass
      + common.h
      + demux/packet
      + demux_mkv (with minor exceptions), ebml, matroska.h
      + sd_lavc
      + sub/osd
    Thanks to all contributors who have agreed to relicensing of 
    their changes! See #2033 for details.
  * Starting with this release, releases will be tagged on the 
    master branch. The release/current branch is thus abandoned.
  Added features:

OBS-URL: https://build.opensuse.org/request/show/493786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=29
2017-05-17 08:48:17 +00:00
Tomáš Chvátal
e912558e98 - Refresh patch mpv-make-ffmpeg-version-check-non-fatal.patch
* Rather delete the warning as whole, in OBS concept we detect
    abi changes and it misleads the users of stable distributions
    to worry something broke

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=96
2017-05-09 15:34:59 +00:00
Tomáš Chvátal
5d4f910c0a - Remove the pdf build, it is same as manpage
- Switch to python3 subpkgs as we use python3 anyway (Fixes TW build)

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=95
2017-05-02 14:02:59 +00:00
Martin Pluskal
0772c81ffe Accepting request 490029 from home:alois:branches:multimedia:apps
minor changes

OBS-URL: https://build.opensuse.org/request/show/490029
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=94
2017-04-23 18:24:58 +00:00
Ismail Dönmez
2133c770d3 Accepting request 489993 from home:alois:branches:multimedia:apps
Update to 0.25.0 (depends on sr#488001)

OBS-URL: https://build.opensuse.org/request/show/489993
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=93
2017-04-23 08:02:06 +00:00
Tomáš Chvátal
cb94f2b793 - Use localy present waf to adhere upstream requirements
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=92
2017-04-19 11:54:17 +00:00
Tomáš Chvátal
c931bb57a4 - Enable luajit on aarch64 and update bit the conditional for wayland
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=91
2017-04-15 19:12:06 +00:00
Martin Pluskal
eb76782685 Accepting request 487967 from home:alois:branches:multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/487967
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=90
2017-04-14 14:02:07 +00:00