summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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: revbump to 0.16.0-r2 to backport another regression fixIlya Tumaykin2016-03-152-0/+34
| | | | | | | | | | | | | Backport one more fix [1] for two regressions reported upstream [2,3]. Hopefully it's the final revbump unless something critical pops up. [1]: https://github.com/mpv-player/mpv/commit/c13c9945 [2]: https://github.com/mpv-player/mpv/issues/2920 [3]: https://github.com/mpv-player/mpv/issues/2929 Closes: https://github.com/gentoo/gentoo/pull/1046 Package-Manager: portage-2.2.28
* 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: remove oldIlya Tumaykin2016-03-105-651/+0
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/576748 Closes: https://github.com/gentoo/gentoo/pull/1026 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: portage-2.2.27
* media-video/mpv: revbump to 0.16.0-r1Ilya Tumaykin2016-03-105-0/+410
| | | | | | | | | | Prevent NULL dereference on Wayland. Fix known regressions since 0.15.0. Sync with 9999. Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* 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-102-5/+1
| | | | | | | | 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-102-7/+2
| | | | | | Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* media-video/mpv: minor style fixIlya Tumaykin2016-03-041-1/+1
| | | | Package-Manager: portage-2.2.27
* media-video/mpv: remove oldIlya Tumaykin2016-02-294-359/+0
| | | | Package-Manager: portage-2.2.27
* media-video/mpv: verbump to 0.16.0Ilya Tumaykin2016-02-293-0/+332
| | | | | | Gentoo-Bug: 575976 Package-Manager: portage-2.2.27
* media-video/mpv: explicitly disable opensles in 9999Ilya Tumaykin2016-02-291-0/+1
| | | | Package-Manager: portage-2.2.27
* media-video/mpv: restrict 0.9.2-r1 to ffmpeg < 3.0 wrt bug 575146Ilya Tumaykin2016-02-201-1/+4
| | | | | | Gentoo-Bugs: 575146 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-123-0/+3
| | | | 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.5 to 0.14 seriesHolger Hoffstätte2016-02-031-1/+1
|
* media-video/mpv: add support for python 3.5Holger Hoffstätte2016-02-022-2/+2
|
* Merge remote-tracking branch 'github/pr/767'.Patrice Clement2016-02-021-3/+0
|\
| * media-video/mpv: drop inactive proxy maintainerIlya Tumaykin2016-02-021-3/+0
| | | | | | | | | | | | After many pings there's no reply from him. See 8549f2c for reference. Package-Manager: portage-2.2.27
* | media-video/mpv: omit unneeded etc/* entries from DOCS array in 0.14.0-r1Ilya Tumaykin2016-02-021-1/+1
|/ | | | | | | This is the backport of 8d842d6 to 0.14.0-r1 ebuild. The resulting installed image isn't changed, thus no revbump. Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-6/+6
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-2/+8
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* 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: fix 0.15.0 build with vaapi USE wrt bug 572386Ilya Tumaykin2016-01-202-0/+24
| | | | | | | | Upstream issue: https://github.com/mpv-player/mpv/issues/2737 Gentoo-Bug: 572386 Package-Manager: portage-2.2.26
* media-video/mpv: revbump to 0.15.0-r1 to fix null pointer dereferenceIlya Tumaykin2016-01-182-0/+23
| | | | | | Upstream issue: https://github.com/mpv-player/mpv/issues/2729 Package-Manager: portage-2.2.26
* media-video/mpv: version bump to 0.15.0Ilya Tumaykin2016-01-182-0/+301
| | | | Package-Manager: portage-2.2.26
* 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-132-0/+4
| | | | | | | | | | | | | | 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-102-2/+2
| | | | | | | | | | | | 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: remove oldIlya Tumaykin2016-01-093-584/+0
| | | | Package-Manager: portage-2.2.26
* media-video/mpv: revbump to 0.14.0-r1Ilya Tumaykin2016-01-091-0/+301
| | | | | | Propagate recent changes from live ebuild to the latest versioned one. 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
* media-video/mpv: add HTML docs to documentation buildIlya Tumaykin2016-01-061-0/+1
| | | | Package-Manager: portage-2.2.26
* media-video/mpv: drop ~arm64 keywordIlya Tumaykin2016-01-044-7/+7
| | | | | | | ffmpeg, libav and many other less important dependencies don't have ~arm64 keyword. Why it was added in the first place is a mystery. Package-Manager: portage-2.2.24
* media-video/mpv: add missing zsh-completion USE flagIlya Tumaykin2016-01-011-3/+4
| | | | | | | | | | Zsh completion is a separate feature from CLI player. Thus it should be controlled by a separate 'zsh-completion' USE. Make 'zsh-completion' USE require 'cli' USE, since completions for a shared library are not useful. Package-Manager: portage-2.2.24
* media-video/mpv: remove oldIlya Tumaykin2015-12-283-523/+0
| | | | Package-Manager: portage-2.2.24
* media-video/mpv: remove obsolete patchIlya Tumaykin2015-12-281-12/+0
| | | | | | This was originally submitted by Vindex17 in PR #318. Package-Manager: portage-2.2.24
* media-video/mpv: version bump to 0.14.0 wrt bug 564656Ilya Tumaykin2015-12-283-0/+337
| | | | | | Gentoo-Bug: 564656 Package-Manager: portage-2.2.24
* media-video/mpv: enable egl USE by defaultIlya Tumaykin2015-12-281-1/+1
| | | | | | | | | | | mesa dependency is already pulled by default since 'X' and 'opengl' USE flags are enabled by default. All current mesa versions in tree already have 'egl' USE enabled by default, so no extra adjustment is needed for users. Thus enabling it by default will give users a wider range of options. Package-Manager: portage-2.2.24
* media-video/mpv: add support for EGL video output via GBMIlya Tumaykin2015-12-282-7/+12
| | | | | | | This allows to use EGL on top of a DRM device bypassing window server/compositor. Package-Manager: portage-2.2.24