summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-video/mpv: drop enca and libguess support in 9999 as did upstreamIlya Tumaykin2016-12-111-11/+5
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/3075 Package-Manager: portage-2.3.3 Upstream-commit: https://github.com/mpv-player/mpv/commit/0eb87e1baff89e7a979df23f31ca918f9d107e44
* media-video/mpv: adjust ffmpeg and libav dependencies in 9999Ilya Tumaykin2016-12-081-3/+3
| | | | | | | | | Also sync (drop) keywords with ffmpeg-3 in preparation for next release. Closes: https://github.com/gentoo/gentoo/pull/3052 Package-Manager: portage-2.3.3 Upstream-commit: https://github.com/mpv-player/mpv/commit/a660e15c9b96bd Upstream-commit: https://github.com/mpv-player/mpv/commit/3eceac2eab0b42
* media-video/mpv: optionally install extra tools.Ilya Tumaykin2016-12-051-3/+11
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/601210 Package-Manager: portage-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/3015
* media-video/mpv: update live ebuildIlya Tumaykin2016-11-211-0/+1
| | | | Package-Manager: portage-2.3.2
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-011-1/+1
|
* media-video/mpv: require samba[smbclient(+)] with 'samba' USEIlya Tumaykin2016-10-211-1/+1
| | | | | | | | | | | samba[smbclient] is required when building against samba-3. samba-4 always installs libsmbclient. Gentoo-Bug: https://bugs.gentoo.org/597600 Closes: https://github.com/gentoo/gentoo/pull/2621 Package-Manager: portage-2.3.2 Signed-off-by: David Seifert <soap@gentoo.org>
* media-video/mpv: do compiler checks in pkg_setup() tooIlya Tumaykin2016-10-211-2/+11
| | | | | | Also reorder compiler check conditions for clarity. Signed-off-by: David Seifert <soap@gentoo.org>
* media-video/mpv: prefer https git repo URI in live ebuildIlya Tumaykin2016-10-171-1/+1
| | | | | | | | Sometimes git protocol isn't available. Requested by Sergey Alirzaev in https://github.com/gentoo/gentoo/pull/2570 Closes: https://github.com/gentoo/gentoo/pull/2572 Package-Manager: portage-2.3.2
* media-video/mpv: update live ebuildIlya Tumaykin2016-10-171-2/+4
| | | | | | | Improve readability when multiple messages are displayed. Disable new features until we get support for them in Gentoo. Package-Manager: portage-2.3.2
* media-video/mpv: port live ebuild to xdg-utils eclassIlya Tumaykin2016-10-171-5/+5
| | | | Package-Manager: portage-2.3.2
* media-video/mpv: remove obsolete perl version constraint in 9999.Ilya Tumaykin2016-09-021-1/+1
| | | | | | | | Last <perl-5.8 version was removed from the tree 12 years ago. Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: declare loop variables as local in 9999.Ilya Tumaykin2016-09-021-1/+2
| | | | | | Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: install upstream Lua scripts with lua. USE in 9999Ilya Tumaykin2016-09-021-0/+5
| | | | | | | | These are tiny files and some of them are really handy. Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: enable lua USE by default in 9999.Ilya Tumaykin2016-09-021-1/+1
| | | | | | | | | | | | | Lua is a de-facto requirement by upstream as OSC and other features are only available with enabled Lua support [0]. Moreover sometimes existing features become deprecated in favor of Lua scripts. [0]: https://github.com/mpv-player/mpv/blob/v0.20.0/README.md#compilation [1]: https://github.com/mpv-player/mpv/commit/e40851ea22e9686572b6a905161106f2a66e5983 Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: enable uchardet USE by default in 9999.Ilya Tumaykin2016-09-021-1/+1
| | | | | | | | | | | uchardet is preferred over enca by upstream [0], so let's enable it. For now we leave enca support enabled in case of unexpected problems. [0]: https://github.com/mpv-player/mpv/blob/v0.20.0/DOCS/man/options.rst Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: sync 9999 with 0.19.0Ilya Tumaykin2016-08-151-1/+1
| | | | | | Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: always install HTML doc in 9999 wrt bug 589702Ilya Tumaykin2016-08-071-1/+2
| | | | | | Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: tell users about all default volume keybindings in 9999Ilya Tumaykin2016-08-071-2/+2
| | | | | | Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: warn re softvol, non-fatal ffmpeg version check in 9999Ilya Tumaykin2016-07-251-1/+23
| | | | | | Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: remove --disable-gpl3 configure option from 9999Ilya Tumaykin2016-06-211-2/+0
| | | | | | | | This options and the related code were removed upstream. See also https://bugs.gentoo.org/show_bug.cgi?id=571728#c5 Closes: https://github.com/gentoo/gentoo/pull/1710 Package-Manager: portage-2.3.0_rc1
* media-video/mpv: remove CONTRIBUTING.md from DOCS in 9999Ilya Tumaykin2016-06-211-1/+1
| | | | | | This file was removed upstream. Package-Manager: portage-2.3.0_rc1
* media-video/mpv: fix dev-lang/lua dependency wrt bug 586318Ilya Tumaykin2016-06-211-1/+1
| | | | | | | | | | mpv is known to be broken with Lua 5.3. Even though Lua 5.3 isn't in tree yet, I'd prefer to have the fact that it breaks mpv to be expressed as a dependency. Gentoo-Bug: 586318 Package-Manager: portage-2.3.0_rc1
* media-video/mpv: fix build without any video outputs in 9999Ilya Tumaykin2016-05-111-23/+27
| | | | | | | | | Tidy comments. Minor cleanups. Closes: https://github.com/gentoo/gentoo/pull/1441 Package-Manager: portage-2.2.28 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: elog re bash completionIlya Tumaykin2016-04-271-3/+2
| | | | | | | | | | | | Polynomial-C made a request via #gentoo-proxy-maint IRC channel to notify zsh users about mpv-bash-completion too. After some discussion this change seems reasonable. This effectively reverts 8e81330. Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney <idella4@gentoo.org>
* media-video/mpv: propagate recent changes to 9999 ebuildIlya Tumaykin2016-04-261-1/+15
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/1356 Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney <idella4@gentoo.org>
* media-video/mpv: add missing mesa[egl,gles2] dep for RPI to 9999Ilya Tumaykin2016-04-061-1/+4
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/1201 Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney <idella4@gentoo.org>
* media-video/mpv: adjust raspberrypi-userland dep wrt bug 578492 in 9999Ilya Tumaykin2016-03-311-0/+1
| | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/1157 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=578492 Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney <idella4@gentoo.org>
* media-video/mpv: add more Mac OS X fixes wrt bug 577332 to 9999Ilya Tumaykin2016-03-271-5/+6
| | | | | | | | | | Plus some minor style fixes. Closes: https://github.com/gentoo/gentoo/pull/1145 Gentoo-Bug: https://bugs.gentoo.org/577332 Package-Manager: portage-2.2.28 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: initial Mac OS X support in 9999 wrt bug 577332Ilya Tumaykin2016-03-141-7/+12
| | | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=577332 Closes: https://github.com/gentoo/gentoo/pull/1043 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1043
* media-video/mpv: bump EAPI to 6 in 9999Ilya Tumaykin2016-03-101-3/+3
| | | | | | Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: add libass USE description, drop libass ewarn from 9999Ilya Tumaykin2016-03-101-5/+0
| | | | | | | | Gentoo-Bug: 576748 Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: drop spammy einfo re ffmpeg/libav from 9999Ilya Tumaykin2016-03-101-5/+0
| | | | | | | | Gentoo-Bug: 576748 Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: drop useless ewarn re libav from 9999Ilya Tumaykin2016-03-101-6/+0
| | | | | | | | Gentoo-Bug: 576748 Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: drop useless ewarn re openal from 9999Ilya Tumaykin2016-03-101-5/+0
| | | | | | | | Gentoo-Bug: 576748 Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: disable sdl USE by default in 9999Ilya Tumaykin2016-03-101-1/+1
| | | | | | Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: update sdl USE description, drop sdl ewarn from 9999Ilya Tumaykin2016-03-101-6/+0
| | | | | | Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: explicitly disable opensles in 9999Ilya Tumaykin2016-02-291-0/+1
| | | | Package-Manager: portage-2.2.27
* media-video/mpv: depend on virtual/jack in 9999 when jack USE is enabledIlya Tumaykin2016-02-161-1/+1
| | | | | | | | | | | | | | | | Instead of forcing Jack1 in the form of media-sound/jack-audio-connection-kit. Quote from the upstream wiki [0]: Jack 1 and Jack 2 are equivalent implementations of the same protocol. ... Programs compiled against Jack 1 will work with Jack 2 without recompile (and vice versa). End quote. [0]: https://github.com/jackaudio/jackaudio.github.com/wiki/Q_difference_jack1_jack2 Package-Manager: portage-2.2.27
* media-video/mpv: untie opengl USE from X USE in 9999Ilya Tumaykin2016-02-121-13/+11
| | | | | | | opengl USE can now do something else, but enabling GLX. opengl USE now also controls OpenGL support in libmpv. Package-Manager: portage-2.2.27
* media-video/mpv: enable xv USE by default in 9999Ilya Tumaykin2016-02-121-1/+1
| | | | | | | Enable xv USE by default, since we enable X USE by default. xv output is much better than x11 one. Package-Manager: portage-2.2.27
* media-video/mpv: add useful commentIlya Tumaykin2016-02-121-0/+1
| | | | Package-Manager: portage-2.2.27
* media-video/mpv: fix live buildIlya Tumaykin2016-02-061-1/+0
| | | | | | libavfilter was made mandatory upstream. We've always enabled it anyway. Package-Manager: portage-2.2.27
* media-video/mpv: add support for python 3.5Holger Hoffstätte2016-02-021-1/+1
|
* media-video/mpv: add support for vaapi-drm configure option to 9999Ilya Tumaykin2016-01-231-2/+3
| | | | Package-Manager: portage-2.2.27
* media-video/mpv: omit obsolete etc/* entries from DOCS array in 9999Ilya Tumaykin2016-01-181-1/+1
| | | | | | | Build system is mature enough to install files under etc/* from sources into docdir automatically. Package-Manager: portage-2.2.26
* media-video/mpv: explicitly disable code with unclear licenseIlya Tumaykin2016-01-131-0/+2
| | | | | | | | | | | | | | Upstream provides very unclear license information about the code hidden under --enable-gpl3 switch. See Gentoo bug 571728 for more info. This code is disabled by default, so there is no actual change in the build. But since we have a report in Gentoo bugzilla, add a reference to it. Gentoo-Bug: 571278 Package-Manager: portage-2.2.26
* media-video/mpv: remove erroneous '.0' from ffmpeg dependency versionIlya Tumaykin2016-01-101-1/+1
| | | | | | | | | | | | ffmpeg major releases don't have a '.0' minor suffix. Further, =media-video/ffmpeg-2.4 was never present in the tree. The first ffmpeg release from 2.4-series in the tree was 2.4.1. Therefore it's safe to drop the erroneous '.0' minor suffix from the ffmpeg dependency version without a revbump. Package-Manager: portage-2.2.26
* media-video/mpv: keep build timestamp in the live versionIlya Tumaykin2016-01-091-1/+3
| | | | Package-Manager: portage-2.2.26
* media-video/mpv: drop unneeded --disable-wasapi configure optionIlya Tumaykin2016-01-091-1/+0
| | | | | | WASAPI is disabled for non-Win32 builds, i.e., always. Package-Manager: portage-2.2.26
* media-video/mpv: drop --disable-dsound option as did upstreamIlya Tumaykin2016-01-061-1/+0
| | | | | | | dsound support was completely removed upstream. There is no need to disable it anymore. Package-Manager: portage-2.2.26