mpv/mpv.changes
Tomáš Chvátal fee6c9a666 - Remove mpg123 as dependency, thus losing need of being on packman.
We use the mad implementation anyway if we had FPU and everything
  we support has to have it anyway.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=25
2015-12-11 11:15:13 +00:00

601 lines
27 KiB
Plaintext

-------------------------------------------------------------------
Fri Dec 11 11:14:24 UTC 2015 - tchvatal@suse.com
- Remove mpg123 as dependency, thus losing need of being on packman.
We use the mad implementation anyway if we had FPU and everything
we support has to have it anyway.
-------------------------------------------------------------------
Fri Dec 11 11:09:13 UTC 2015 - tchvatal@suse.com
- Sort out the ffmpeg deps to reduce conditionals
-------------------------------------------------------------------
Thu Dec 3 21:04:26 UTC 2015 - dmueller@suse.com
- only depend on luajit on compatible architectures (doesn't
exist on e.g. aarch64)
-------------------------------------------------------------------
Tue Nov 10 19:02:49 UTC 2015 - idonmez@suse.com
- Update to v0.13.0
* Please see https://github.com/mpv-player/mpv/releases/tag/v0.13.0
for the complete changelog.
-------------------------------------------------------------------
Thu Oct 29 08:09:47 UTC 2015 - idonmez@suse.com
- Update to v0.12.0
* Please see https://github.com/mpv-player/mpv/releases/tag/v0.12.0
for the complete changelog.
-------------------------------------------------------------------
Fri Oct 23 10:48:22 UTC 2015 - idonmez@suse.com
- Add a 265x256 resolution app icon
-------------------------------------------------------------------
Wed Sep 23 07:11:12 UTC 2015 - idonmez@suse.com
- Update to v0.11.0
* Please see https://github.com/mpv-player/mpv/releases/tag/v0.11.0
for the complete changelog.
-------------------------------------------------------------------
Fri Sep 4 07:40:46 UTC 2015 - tchvatal@suse.com
- Bump version of WAF to match upstream
-------------------------------------------------------------------
Fri Sep 4 07:18:35 UTC 2015 - idonmez@suse.com
- Update to v0.10.0
* Please see https://github.com/mpv-player/mpv/releases/tag/v0.10.0
for the complete changelog.
-------------------------------------------------------------------
Wed May 27 10:53:28 UTC 2015 - tchvatal@suse.com
- Try to fix build for both Factory and packman
* We neeed to sync this up
-------------------------------------------------------------------
Wed May 27 09:23:41 UTC 2015 - tchvatal@suse.com
- Version bump to 0.9.2:
* Various opengl fixes
* Fulscreen behaviour fixes for some WMs
* Various other small fixes
-------------------------------------------------------------------
Tue May 19 12:48:13 UTC 2015 - olaf@aepfle.de
- Sync buildrequires with packman spec-file
-------------------------------------------------------------------
Fri May 15 08:19:20 UTC 2015 - tchvatal@suse.com
- Sync with packman spec-file
-------------------------------------------------------------------
Wed May 6 12:49:29 UTC 2015 - mpluskal@suse.com
- Update to 0.9.1
* mpv's IRC channel moved from #mpv-player to #mpv on chat.freenode.net.
* Documentation updates.
* The default value for the --ytdl-format option is now best, in order to work around youtube-dl's 2015.04.26 release enabling DASH by default, as FFmpeg / Libav do not yet properly support DASH.
* When seeking, the current timestamp will show the predicted seek timestamp instead, until the final timestamp is resolved. Improves UI responsiveness on slow streams and/or large seeks.
- Changes for 0.9.0
* Note: mpv is not compatible with Lua 5.3. Lua 5.1 or 5.2 is required.
* The minimum required libass version is now 0.12.1 or newer.
* The minimum required FFmpeg version is now 2.4.0 (equiv. Libav 11) or newer.
* The internal libmpg123 support was removed. This was already not used by default in the previous release.
* The LIRC support was removed. Configure LIRC remotes as input devices instead.
* The Linux Joystick support was removed.
* vf_screenshot was removed, as they are now handled at a VO level and is compatible with all VOs.
* --ass-use-margins has been renamed to --sub-use-margins and applies only to plain-text (non-ASS) subtitles (enabled by default). The new --ass-force-margins option applies only to ASS subtitles (disabled by default). To get the old behaviour back, enable both at the same time.
* The --sub-scale-with-window option now only applies to plain text (non-ASS) subtitles (enabled by default). The new --ass-scale-with-window option does the same but only with ASS subtitles (disabled by default).
* The range for the param1 for the gaussian vo_opengl scaler has been redefined. Instead of being an arbitrary 1-100 range, have a default value of 1.0, and anything higher is blurrier.
* The seek, playlist_next, playlist_prev, loadfile and loadlist parameters no longer accept numerical parameters where symbolic parameter names exist.
* vo_opengl changes:
* The smoothmotion suboption has been renamed to interpolation. The old name is still supported for now.
* The bilinear_slow scaler has been renamed to triangle.
* scale-down has been renamed to dscale and now has its own set of config options (e.g. dscale-radius).
* Scaler radius no longer defaults to 3 but to a preferred value that may be different for each filter.
* The scale-radius option may now go down as low as 0.5, which is the value used by the nearest filter.
* spline36 is the new cscale default for opengl-hq. This might break setups that use fbo-format=rgb8. To work around it, leave fbo-format as its default, or set to something higher than 8, or set cscale=bilinear, the previous default.
* vf_format no longer converts video to YUYV if there is no parameter. Video is now passed unchanged unless a format is specifically requested.
* The --colormatrix, --colormatrix-input-range, --colormatrix-output-range and --colormatrix-primaries options have been converted into vf_format suboptions. See commit 27715b7 and the manual for details.
* vf_mirror's implementation was replaced with calling into libavfilter's vf_hflip filter, thus depending on libavfilter to function.
* The device subption to ao_wasapi has been deprecated in favor of --audio-device.
* --video-rotate now allows 360 as an argument instead of stopping at 359.
* Several improvements to af_scaletempo.
* Options that have multiple options and also include a "yes" option now default to that if specified with no arguments.
* The default value of --cache-default is now 150000 (153.6 MB, ~146 MiB).
* JPEG screenshots now use the same subsampling as the source video. The images are still RGB regardless of source format though.
-------------------------------------------------------------------
Thu Apr 23 11:27:19 UTC 2015 - mpluskal@suse.com
- Correct category for library
- Add post/postun scriplet to update icons cache
-------------------------------------------------------------------
Wed Apr 22 14:20:55 UTC 2015 - mpluskal@suse.com
- Update dependencies (explicitly depend on libav for now)
-------------------------------------------------------------------
Sat Mar 21 08:35:59 UTC 2015 - mpluskal@suse.com
- Use url for source
- Minor spec file cleanups
-------------------------------------------------------------------
Fri Mar 20 13:06:44 EET 2015 - mermoldy@gmail.com
- Version bump to 0.8.3:
Changes
* Documentation fixes and updates.
* (Client API) Clarify mpv_opengl_cb_render's viewport parameter behavior.
Bug fixes
* (X11) Fix crash on vo_xv:no-colorkey with the Overlay adapter. (bug #1629)
* Make the video equalizer work correctly on some VAAPI drivers. (bug #1647)
* Prevent OSD from disappearing when clicking on mozplugger. (bug #1672)
* The new DVB-S2 support code, using S2API, now builds on FreeBSD.
* Fix decoding of seekable matroska from unseekable network stream. (bug #1656)
* (OSX) Fix crashing when closing a VO's window (usually at exit). (bug #1657)
* (OSX) Unhide the mouse cursor when over the Dock or Launchpad. (bug #513)
* (OSX) Fix mouse cursor autohiding when the player is fullscreen.
* vf_vavpp (VAAPI postprocessing) now deinterlaces video correctly.
* smb:// streams now use the stream cache (used to be inefficient).
* (Windows) Do not hide the mouse cursor when it is hovering the window menu.
* Fix 8-channel output on ao_jack. (bug #1688)
* Fix --mf-fps parameter on JPEG files. (bug #1689)
* Fix anamorphic scaling being ignored if it was very minor.
-------------------------------------------------------------------
Fri Jan 30 10:12:50 UTC 2015 - scarabeus@opensuse.org
- Add BSD-3-Clause license as it is what waf is under
-------------------------------------------------------------------
Thu Jan 29 09:10:14 UTC 2015 - aloisio@gmx.com
- Version bump to 0.7.3:
Changes
* Several documentation updates and typo fixes.
* Don't show "0%" position when the stream is infinite / has
unknown length.
* Fixes the config file loading order so that lower priority
`mpv.conf` files don't override higher priority `config` files.
* The subtitle decoder now gets reset when cycling subtitles.
This makes the currently shown subtitle event disappear even if
cycling back to the current subtitle track.
* `--shuffle` and `--merge-files` now affects the contents of
playlist files, instead of just the list of files given as
arguments to mpv.
* (Linux) `ao_alsa` now deals better with audio device
disconnection.
Bug fixes
* Fixes for handling mono audio on various AOs.
* (Linux) Fixes resuming from suspend on ao_alsa.
* Fixes for playlist file parsing.
* Fix rendering resolution of certain DVB subtitles (bug #1425).
* Fix EDL or --merge-files breaking timestamps with .avi files.
* Workaround for libavcodec bug with the VP9 codec parser
(bug #1448), fixes possible crash.
* Improve robustness of the matroska parser with broken files
(bugs #1457, #1461).
* Improve 10bit video compatibility with older GPUs (specially Intel)
(bug #1383).
* Fixes flashing the VO window when playing a list of files that
includes non-media files (bug #1459).
* Workaround for window embedding in OpenBox (bug #1235)
* Fixes for several crashes and lockups (bugs #838, #1389, #1408,
#1463, #1473, #1474).
* Fixes for the zsh completion script (bugs #997)
New features
* mpv now prints the contents of its config.h when running in
verbose mode, to aid with debugging.
* The `include=` option now accepts `~` to refer to the HOME dir
(bug #1406).
* `af_volume` now prints ReplayGain values in verbose mode.
* m3u playlists that don't have the `#EXTM3U` header are now
accepted if they "look like" ASCII or UTF-8 text and have the
.m3u extension.
* Chapter marks in the seek bar now update when switching files.
* Supports embedded cover art in MKV files (bug #1374).
* (Linux) vo_wayland now supports key modifiers (Meta, Alt,
Control, Shift)
-------------------------------------------------------------------
Thu Dec 25 14:15:44 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.7.2:
* update waf to 0.8.5
* Give precedence to the DVD menu navigation keyboard bindings so that user
defined LEFT/RIGHT/... bindings don't break DVD menu navigation.
* Try to fallback to the "default" device if the selected device is busy in
the alsa AO.
* Restore ab-loop settings with playback resume.
* Don't signal an error if --stream-dump is used.
* Fix removing key bindings from Lua scripts.
* Reject channel descriptions with too many channels in the coreaudio AO.
* Don't async redraw when waiting for VO redraw on OS X (this fixes the very
annoying glitch where the black bars disappear for a single frame when
going fullscreen).
* Fix mono playback with the also AO.
* Don't crash if framebuffers are not available in the opengl VO.
-------------------------------------------------------------------
Sat Dec 20 20:06:01 UTC 2014 - seife+obs@b1-systems.com
- fix the UNKNOWN replacement :-)
-------------------------------------------------------------------
Tue Dec 16 08:26:27 UTC 2014 - scarabeus@opensuse.org
- Replace the UNKNOWN in --version with date from changelog
-------------------------------------------------------------------
Sun Dec 14 11:09:17 UTC 2014 - scarabeus@opensuse.org
- Quvi was dropped so remove it from the deps
-------------------------------------------------------------------
Fri Dec 5 15:23:57 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.7.1:
* Don't show the volume neutral marker on the OSD if softvol is disabled.
* Don't select a subtitle track when executing the sub_add input command in "auto" mode.
* Fix busy loop when seeking while paused (this fixes a problem with pulseaudio that caused mpv and the pulseaudio daemon to use 100% CPU).
* Fix Lua function utils.subprocess() in Windows versions older than Vista.
* Avoid creating a window bigger than the screen on Windows.
* Don't ignore the last line in m3u playlists.
* Don't crash if a codec could not be opened.
* Dynamically allocate audio channel map entries (this should fix a crash in the alsa and coreaudio AOs with audio devices that support more than 20 channel maps).
* Ignore the "srgb" option in the opengl VO if hardware decoding is enabled.
* Linearize non-RGB sRGB files correctly (eg. JPEG).
* Fix opening reference URLs (.file/id=) on OS X.
* Buffer partial log messages in the client API (the client API will now only pass full log messages to clients).
* Remove ncurses/terminfo/termcap support (it was disabled by default and replaced by new code since v0.6.0).
* Enable cdda:// support by default again (it was disabled since v0.6.0).
* Cascade-load input.conf (if there are several input.confs in the set of valid config paths, load them all).
* Draw the OSD twice in 3D mode (this fixes subtitles display in 3D mode).
* Make wasapi the default AO on Windows again since many of its problems have been solved.
* Use "site-functions" subdir to install the zsh completion script instead of the Debian-specific "vendor-completions" (also provide the --zshdir waf configure option for changing this value).
* Improve synchronization between the Cocoa GUI and the player (this fixes some long standing deadlock issues on Mac OS X).
* Remove --fs-missioncontrol option (only relevant to Mac OS X).
* Enable pitch correction by default when playing at higher speeds (this can be controlled with the --audio-pitch-correction option).
* Open stream and demuxer asynchronously (this should avoid having the player get blocked on network streams).
* Add cache-buffering-state property for querying the cache fill status until the player unpauses.
* Add support for listing and selecting the audio device (note that it is not implemented for all AOs, see the --audio-device option for more information).
* Add support for a JSON-based IPC mechanism (note that this is not currently supported on Windows, see the JSON IPC section in the manpage for more information).
* Add Lua utility function for starting processes (see utils.subprocess() in the manpage).
* Add Lua utility function for parsing JSON (see utils.parse_json() in the manpage).
* Add field-dominance property (see --field-dominance option).
* Add video-rotate property (see --video-rotate option).
* Add playback-abort property for querying whether playback is stopped or is to be stopped.
* Add cursor-autohide property (see --cursor-autohide option).
* Add vo-configured property for querying whether a window is created.
* Add support for dxva2 hardware acceleration on Windows.
* Drop libquvi support (this has been replaced by a built-in Lua script that invokes the youtube-dl tool, which needs to be installed, see the --ytdl option).
* Add support for loading chapters from an external file (see the --chapters-file option).
* Add window-minimized property for querying whether the window is minimized (works for X11 only).
* Make it possible to configure the OSC seekbar style (see the "seekbarstyle" OSC option).
* Add support for libmpv on Mac OS X (it used to be broken, now it's fully functional and also provides support for embedding the mpv window inside a Cocoa/Qt application).
* Try to use the audio channel map reported by ALSA in the alsa AO.
* Add option to disable text OSD rendering completely (useful for working around certain fontconfig issues, see the --use-text-osd option).
-------------------------------------------------------------------
Mon Nov 24 19:48:13 UTC 2014 - scarabeus@opensuse.org
- Add --enable-libmpv-shared to build shared library.
-------------------------------------------------------------------
Mon Nov 24 12:39:54 UTC 2014 - scarabeus@opensuse.org
- Revert back to support wayland.
-------------------------------------------------------------------
Fri Nov 21 11:30:17 UTC 2014 - scarabeus@opensuse.org
- Blacklist the wayland as it for some reason now have trouble properly
linking resulting in unresolvable package
-------------------------------------------------------------------
Mon Oct 27 20:24:54 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.6.2:
* The --ass-style-override option now requires a newer version of libass.
* Correctly signal EOF when using --frames.
* Strictly endorce the limit imposed by --frames (i.e. avoid producing an extra frame at the end).
* Fix \x-style escaping when parsing commands.
* Correctly handle ^h key on the terminal (this should fix the when inserted from Backspace key on new versions of xterm).
* Don't put the player to sleep after audio reinit.
* Properly exit if both audio and video fail to initialize.
-------------------------------------------------------------------
Thu Oct 16 14:38:23 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.6.1:
* Don't show message on "osd" command by default (this essentially reverts a change introduced in the last release).
* Add an alternative input configuration that reverts the key binding changes introduced by previous releases (see etc/restore-old-bindings.conf in the sources).
* Automatically install example input configuration files.
* Fix stream languages with Bluray
* Don't try to create surfaces of size 0 in the VDPAU vo.
* Don't print audio/video init failure message twice.
* Fix playback on the root window on X11 (i.e. when using --wid=0).
* Fix the autodetection of the input format in the vf_stereo3d filter when mpv is built against libav (this makes --video-stereo-mode work with libav as well).
* Fix compilation with PulseAudio 1.0.
* Fix compilation with clang.
* Try harder to decode cover art picture only once.
* Fix cursor autohide (--cursor-autohide) with audio-only files on file change (e.g. when skipping to the next playlist file).
-------------------------------------------------------------------
Wed Oct 1 11:39:10 UTC 2014 - aloisio@gmx.com
- Version bump to 0.6.0
* Numerous changes and new features, see official changelog
-------------------------------------------------------------------
Thu Sep 11 10:49:42 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.5.3:
* Do not honor XDG_CONFIG_DIRS to always read global configs
* Fix speed behaviour changes
* Seeking fixes
* Handle EOF better
-------------------------------------------------------------------
Fri Aug 29 14:18:50 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.5.1:
* Various changes with major release
* Also look in XDG folders for config
* Default config renamed to mpv.conf
-------------------------------------------------------------------
Mon Aug 4 18:21:36 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.4.2:
* Fix --cache-file operation when file size is unknown (e.g. when playing from a pipe).
* Don't sleep if playback is stopped when reconnecting for remote stream.
* Suspend read on vts change even if the requested title is not found when using dvdnav (dvd://) (this fixes a bug where the DVD menu was not shown properly after a DVD track ended).
* Avoid draining if the audio output is paused (this fixes a bug where mpv would hang when switching tracks when paused).
* Drop buffered audio when switching tracks or filters (this fixes a possible regression when using gapless audio).
* Reverse video rotation direction.
* Fix initialization of the input when playing from a pipe.
* Fix description of the --mf option in the manpage (the --mf syntax changed a while ago, but was not documented).
* Actually append entries to the end of the playlist instead of after the current entry with the "loadlist append" command.
-------------------------------------------------------------------
Sun Jul 13 18:39:04 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.4.1:
* Various small bugfixes
-------------------------------------------------------------------
Tue Jul 1 10:42:00 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.4.0:
* Manpages generating now uses only rst2...
* Enforce enabling cdda
* Update requirement for new waf tarball
+ Use dvdnav for dvd:// parsing
+ Various cli arguments changed name see --help for changes
+ Removed radio support
+ For more read https://github.com/mpv-player/mpv/releases/tag/v0.4.0
-------------------------------------------------------------------
Mon Jun 23 12:57:19 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.3.11:
* Small fixes
* Fix to build with latest git ffmpeg
-------------------------------------------------------------------
Mon May 26 08:42:16 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.3.10
* Various small fixes.
-------------------------------------------------------------------
Wed Apr 30 12:35:33 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.3.9:
* Various small fixes.
-------------------------------------------------------------------
Sun Apr 20 19:51:42 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.3.8:
* Bugfixes around vo=vdpau mostly
-------------------------------------------------------------------
Mon Mar 31 13:10:58 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.3.7:
* Small bugfixes especially around old ffmpeg/libav versions.
-------------------------------------------------------------------
Wed Mar 12 13:04:12 UTC 2014 - scarabeus@opensuse.org
- Version bumjp to 0.3.6:
* Various minor bug fixes.
-------------------------------------------------------------------
Sun Feb 16 11:01:24 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.3.5:
* use the c99 to avoid few issues
* fixes in vo_opengl output
-------------------------------------------------------------------
Tue Feb 4 08:42:16 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.3.4:
* bugfixes all around
* disabled quvi 0.9 subtitles as they were too broken
-------------------------------------------------------------------
Thu Jan 16 19:50:57 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.3.3:
* Fixes matroska containers
* Wayland fixes
-------------------------------------------------------------------
Wed Jan 8 07:14:07 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.3.2:
* Fix regression with autoenabling subtitles with quvi
* Various unspecified bugfixes
-------------------------------------------------------------------
Mon Jan 6 14:54:46 UTC 2014 - scarabeus@opensuse.org
- Version bump to 0.3.1, fixing few issues.
-------------------------------------------------------------------
Thu Jan 2 17:44:15 UTC 2014 - scarabeus@opensuse.org
- Drop support for < 12.3 as even 12.2 will be out of scope in 13
days.
-------------------------------------------------------------------
Mon Dec 30 23:25:07 UTC 2013 - scarabeus@opensuse.org
- Enable libv4l.
-------------------------------------------------------------------
Mon Dec 30 21:06:38 UTC 2013 - scarabeus@opensuse.org
- Version bump to 0.3.0:
* Feature update in various areas, notably support for dvdnav
* Build system was rewritten under waf
* Multiple subtitles can be now displayed at once
* vdpau/vaapi acceleration can be used with opengl output
- Run .desktop file updaters
-------------------------------------------------------------------
Sun Dec 8 11:36:41 UTC 2013 - scarabeus@opensuse.org
- Version bump to 0.2.4:
* Audio fixes
* Small bugfixes
-------------------------------------------------------------------
Sat Nov 23 10:42:49 UTC 2013 - scarabeus@opensuse.org
- Reduce pkgconfig deps where it seems proper.
-------------------------------------------------------------------
Sat Nov 23 09:51:15 UTC 2013 - scarabeus@opensuse.org
- Fix docu generating and add luajit dependency.
- Try to convert the deps to pkgconfig syntax.
-------------------------------------------------------------------
Sat Nov 9 10:02:42 UTC 2013 - scarabeus@opensuse.org
- Verison bump to 0.2.3:
* Handle more signals
* Fix audio detection with some formats
* More tiny fixes
-------------------------------------------------------------------
Wed Nov 6 13:15:30 UTC 2013 - scarabeus@opensuse.org
- Version bump to 0.2.2:
* Tiny bugfixes
- Depend on rst2tex when available, still broken configure check
to be fixed next time.
-------------------------------------------------------------------
Mon Oct 21 12:19:06 UTC 2013 - scarabeus@opensuse.org
- Version bump to 0.2.1:
* Various small fixes
- Fix build with samba again, fixed in git properly for next
release.
-------------------------------------------------------------------
Thu Oct 17 20:39:01 UTC 2013 - scarabeus@opensuse.org
- Fix directory ownership on icondirs.
-------------------------------------------------------------------
Thu Oct 17 19:46:34 UTC 2013 - scarabeus@opensuse.org
- Version bump to 0.2.0:
* new icon
* Add an On Screen Controller (OSC)
* Subtitles: make automatic charset detection the default
* More intuitive chapter seeking behavior
* support for VA-API hardware decoding and display
* Preliminary Lua scripting support
* Switch to GPL version 2 or later for mpv as a whole
-------------------------------------------------------------------
Tue Sep 24 09:18:50 UTC 2013 - scarabeus@opensuse.org
- Install configuration examples for users to inspire themselves.
-------------------------------------------------------------------
Mon Sep 23 14:06:05 UTC 2013 - scarabeus@opensuse.org
- Version bump to 0.1.7:
* manpage fixes
* mkv subtitle fixes
* various bugfixes
-------------------------------------------------------------------
Mon Sep 16 14:57:14 UTC 2013 - scarabeus@opensuse.org
- Make mpv build on 12.2 too, what a release.
-------------------------------------------------------------------
Mon Sep 16 14:49:45 UTC 2013 - scarabeus@opensuse.org
- Disable jack on 11.4 so the package actually builds.
-------------------------------------------------------------------
Mon Sep 16 13:16:24 UTC 2013 - scarabeus@opensuse.org
- And make 11.4 happy too wrt dep resolution.
-------------------------------------------------------------------
Mon Sep 16 13:10:42 UTC 2013 - scarabeus@opensuse.org
- Make this work with older releases too (versioned ifs for deps).
-------------------------------------------------------------------
Sun Sep 15 14:26:44 UTC 2013 - scarabeus@opensuse.org
- Update license and ship readme.
-------------------------------------------------------------------
Sun Sep 15 14:22:01 UTC 2013 - scarabeus@opensuse.org
- Fix description.
-------------------------------------------------------------------
Sun Sep 15 14:18:11 UTC 2013 - scarabeus@opensuse.org
- Fix dep on python3-docutils as they are borked now, use py2 for
time being, told sachpe to figure it out.
-------------------------------------------------------------------
Sun Sep 15 14:09:57 UTC 2013 - scarabeus@opensuse.org
- Sort out remaining dependencies so we can build.
-------------------------------------------------------------------
Sun Sep 15 13:43:50 UTC 2013 - scarabeus@opensuse.org
- Initial spec file for mpv media player.
* Based from mplayer2 spec.