summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/Coacher/aegisub-fix-inherit'Ian Delaney2016-01-101-2/+2
|\ | | | | | | Pull request: https://github.com/gentoo/gentoo/pull/627
| * media-video/aegisub: explicitly inherit flag-o-matic eclassIlya Tumaykin2016-01-101-1/+1
| | | | | | | | | | | | | | It is already implicitly inherited from wxwidgets eclass, but since we use f-o-m functionality inherit it explicitly. Package-Manager: portage-2.2.26
| * media-video/aegisub: drop unused toolchain-funcs eclassIlya Tumaykin2016-01-101-2/+2
| | | | | | | | 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/smtube: version bump to 16.1.0Daniel Campbell2016-01-073-0/+62
| | | | | | Also added upstream maintainer information to metadata.xml Package-Manager: portage-2.2.26
* media-video/dvdstyler: bump to 2.9.6Alexis Ballier2016-01-072-0/+70
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-video/ffmpeg: check -flto* for enabling lto, instead of only flto. Bug ↵Alexis Ballier2016-01-072-2/+2
| | | | | | | #566282 by rindeal & Steffen Hau. Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* 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/ffmpeg: set optflags to CFLAGS.Alexis Ballier2016-01-062-2/+2
| | | | | | | Avoids e.g. having -march detection override user settings. Bug #567776. Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-video/ffmpeg: Pass --enable-lto to configure if -flto is in *FLAGS.Alexis Ballier2016-01-052-0/+6
| | | | | | | | Fixes build with lto. https://bugs.gentoo.org/show_bug.cgi?id=566282 Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-video/mkvtoolnix: bump to 8.7.0Alexis Ballier2016-01-052-0/+116
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* 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/nvidia-settings: Version BumpJustin Lecher2016-01-023-1/+84
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* 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/aegisub: fix installation of 3.0.4 with empty LINGUASIlya Tumaykin2016-01-012-1/+25
| | | | | | 3.2.2 and live are not affected. Package-Manager: portage-2.2.24
* media-video/smtube: revbump to 15.11.0-r2Daniel Campbell2015-12-311-0/+57
| | | | | | | | | Correctly builds against Qt 5 now. Gentoo-Bug: 570332 Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=570332 Package-Manager: portage-2.2.26
* media-video/libav: fix for libvpx-1.5.0, bug #565696Sergei Trofimovich2015-12-292-0/+48
| | | | | | | | | Pulled upstream patch as is. Reported-by: Peter Levine Bug: https://bugs.gentoo.org/565696 Package-Manager: portage-2.2.26
* 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
* media-video/mpv: drop pvr USE as done upstream wrt bug 568018Ilya Tumaykin2015-12-281-3/+1
| | | | | | | | This was originally submitted by Vindex17 in PR #318. Gentoo-Bug: 568018 Package-Manager: portage-2.2.24
* media-video/mpv: add compiler check when vaapi is enabled with eglIlya Tumaykin2015-12-281-1/+5
| | | | | | | | | VAAPI + EGL combo requires Thread Local Storage C++11 feature or GNU __thread extension. Add the corresponding check for sanity. See also https://github.com/mpv-player/mpv/issues/2631 Package-Manager: portage-2.2.24
* media-video/mpv: update vaapi USE dependencies and configure optionsIlya Tumaykin2015-12-281-3/+12
| | | | | | | VAAPI in mpv is now available for Wayland and for EGL and GLX on X11 as opposed to GLX only before. A newer libva version is required, though. Package-Manager: portage-2.2.24
* media-video/mpv: revbump 0.11.0 to receive recent live ebuild changesIlya Tumaykin2015-12-282-0/+301
| | | | | | This requires a small upstream patch to fix include in tests. Package-Manager: portage-2.2.24
* media-video/mpv: group iconv-dependent deps under iconv USEIlya Tumaykin2015-12-281-4/+6
| | | | Package-Manager: portage-2.2.24
* media-video/mpv: use simpler chmod callIlya Tumaykin2015-12-281-1/+1
| | | | | | Suggested by mgorny in PR #511. Package-Manager: portage-2.2.24
* media-video/mpv: indent IUSE contents for clarityIlya Tumaykin2015-12-281-3/+3
| | | | | | | | This helps to visualize what lines belong to IUSE variable. Suggested by mgorny in PR #511. Package-Manager: portage-2.2.24
* media-video/mpv: use ${PN} when not in linksIlya Tumaykin2015-12-281-1/+1
| | | | Package-Manager: portage-2.2.24
* media-video/mpv: use more sane logic for opengl and egl USE flagsIlya Tumaykin2015-12-282-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently 'opengl' USE stands for 'anything that draws using OpenGL API', and 'egl' USE stands for 'EGL for X11'. Notice these are not complementary. Thus, for example, on Wayland one should use 'mpv[wayland,opengl,-egl]', which is a bit counterintuitive, since Wayland (compositor) uses EGL only. Also one cannot disable GLX support, but leave EGL on X11, because of USE flags interdependencies. Both X11 and Wayland use OpenGL API to do drawing, but historically the first one was native OpenGL in X11 aka GLX and later came EGL in X11 and Wayland. However, now there is a tendency to prefer EGL to not bind oneself to X11. There is no global 'egl' USE atm, but the logic of local 'egl' USEs across the tree is 'not bind oneself to GLX'. On Linux there is no need to repeat that drawing is done using OpenGL API even when EGL comes to play. Taking all of the above into account more sane and expected meaning should be given to 'opengl' and 'egl' USE flags. After this change 'opengl' USE stands for 'OpenGL in X11 aka GLX' and 'egl' USE stands for 'any EGL-based output'. Notice these are now complementary. Package-Manager: portage-2.2.24
* media-video/mpv: wayland supports rendering via EGL onlyIlya Tumaykin2015-12-281-2/+2
| | | | | | This is stated in Wayland docs and mpv configure script. Package-Manager: portage-2.2.24
* media-video/mpv: explicitly enable audio input in Video4Linux streamsIlya Tumaykin2015-12-281-0/+2
| | | | Package-Manager: portage-2.2.24
* media-video/mpv: comment on automagic VDPAU HW accelerationIlya Tumaykin2015-12-281-0/+1
| | | | Package-Manager: portage-2.2.24
* media-video/mpv: adjust required libass USE flags wrt bug 562394Ilya Tumaykin2015-12-281-1/+1
| | | | | | | | | | | | | | | | | mpv uses libass to render subtitles and enca to detect subtitle encoding. For mpv to support enca, mpv does not need to have libass[enca]. This helps to avoid problems with >=libass-0.13.0, which dropped 'enca' USE. Also enable harfbuzz USE to support subtitles for complex languages. See [0] as a reference for both of the above. [0]: https://github.com/mpv-player/mpv/blob/master/DOCS/man/options.rst Gentoo-Bug: 562394 Package-Manager: portage-2.2.24
* media-video/mpv: adjust required libdvread version from 4.1.3 to 4.1.0Ilya Tumaykin2015-12-281-1/+1
| | | | | | | | | | The first libdvdread-4.x version that entered the tree was 4.1.3, so from the Portage point of view this is ditto. However, mpv configure script requires libdvdread '>=4.1.0'. Unless someone wants to include this lengthy explanation why these two versions mismatch in the ebuild, adjust libdvdread version in dependency. Package-Manager: portage-2.2.24
* media-video/mpv: clarify USE descriptions in metadataIlya Tumaykin2015-12-281-4/+4
| | | | | | | enca and libguess are used only for subtitles charset discovery. Minor wording improvements for vf-dlopen and jpeg USE flags. Package-Manager: portage-2.2.24
* media-video/mpv: avoid uchardet automagic dep wrt bug 565646Ilya Tumaykin2015-12-282-2/+6
| | | | | | | | | Add missing uchardet USE flag to avoid automagic dependency on uchardet wrt bug 565646. Gentoo-Bug: 565646 Package-Manager: portage-2.2.24
* media-video/mpv: explicitly disable unsupported optionsIlya Tumaykin2015-12-281-0/+5
| | | | | | | | Similar idea was submitted by Vindex17 in PR #318. This includes static build and APIs from MacOS and Windows. Package-Manager: portage-2.2.24
* media-video/mpv: sort use_enable statements as in configure scriptIlya Tumaykin2015-12-281-2/+2
| | | | | | This eases USE reviews during version bumps. Package-Manager: portage-2.2.24
* media-video/mpv: adjust libsdl2 dependencyIlya Tumaykin2015-12-281-2/+2
| | | | | | | | | | | Similar idea was submitted by Vindex17 in PR #318. Though libsdl2 is listed under audio outputs in configure script, it actually handles both audio and video outputs. Thus video and sound USE flags should be enabled for libsdl2. We also want X or wayland USE flag enabled for libsdl2, so mpv can create a window to render in. Package-Manager: portage-2.2.24
* media-video/mpv: tidy commentsIlya Tumaykin2015-12-281-10/+9
| | | | Package-Manager: portage-2.2.24
* media-video/mpv: enable test support, masked on ~alpha for nowIlya Tumaykin2015-12-281-3/+13
| | | | | | | | | mpv has a small, but working test suite. It requires dev-util/cmocka, which is missing ~alpha keyword atm. Thus a package USE mask is needed. See bug 569558 for dev-util/cmocka KEYWORDREQ. Package-Manager: portage-2.2.24
* media-video/mpv: simplify mesa dependencyIlya Tumaykin2015-12-281-2/+1
| | | | Package-Manager: portage-2.2.24
* media-video/mpv: add missing libXdamage dep for OpenGL on X (GLX)Ilya Tumaykin2015-12-281-0/+1
| | | | Package-Manager: portage-2.2.24