summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove redundant local descriptions for USE=luajitMichał Górny2018-03-261-1/+0
|
* media-video/mpv: remove oldIlya Tumaykin2018-02-071-3/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-video/mpv: map opengl USE to 'opengl' video output in 9999Ilya Tumaykin2017-05-041-0/+1
| | | | | | | | | | | | | | | | | | Pros: - mapping is clear for everyone w/o getting into technical details; - wayland users are very happy by default. Cons: - you cannot build X11 backend with EGL, but without GLX. Cons are very minor and ebuild complexity stays at about the same level, but wayland users should be much happier with the default configuration. Previous opengl USE behaviour is described in Gentoo commit 411d5bb4746. As one can see it was somewhat unnecessarily complex. Gentoo-Bug: 608858 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* media-video/mpv: fix gbm USE description in metadataIlya Tumaykin2017-05-041-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-i18n/uchardet: rename from dev-libs/uchardetIlya Tumaykin2017-02-111-1/+1
| | | | | | | | | | | | | | | | | | Rationale: - provided functionality better fits app-i18n/ category; - uchardet is similar to existing app-i18n/enca and app-i18n/libguess; - uchardet also provides CLI tool, not only a library. Checklist: 1. `git mv dev-libs/uchardet app-i18n/uchardet` ✓ 2. Add entry to profile/updates/1Q-2017 ✓ 3. Update reverse dependencies ✓ 4. Update entries in profiles/ ✓ 5. Update eclasses that reference the package (there's none) ✓ 6. Update metadata.xml entries that reference the package ✓ 7. Update news items that reference the package (there's none) ✓ Gentoo-Bug: https://bugs.gentoo.org/593176
* media-video/mpv: remove old 0.9.2Ilya Tumaykin2017-02-041-4/+0
| | | | | | | | 0.18.0 is stable on amd64 for about a month without any bug reports. 0.9.2 is terribly outdated, completely unsupported upstream and barely supported in Gentoo. We can finally get rid of it. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-video/mpv: add C plugins support to 9999Ilya Tumaykin2017-01-291-0/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3718
* media-video/mpv: update egl USE descriptionIlya Tumaykin2017-01-291-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3718
* media-video/mpv: support Nvidia CUDA HW acceleration in 9999Ilya Tumaykin2017-01-191-1/+2
| | | | | | | | | | Requires ffmpeg with e6464a44, which will be available in ffmpeg-3.3 and is already available in ffmpeg-9999. Not available in libav. Many thanks to Alex (@fhlfibh) for testing. Gentoo-Bug: 603974 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-video/mpv: optionally install extra tools.Ilya Tumaykin2016-12-051-0/+1
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/601210 Package-Manager: portage-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/3015
* media-video/mpv: cleanup maintainer listIlya Tumaykin2016-06-261-3/+0
| | | | | | Acked-By: Maxim Koltsov <maksbotan@gentoo.org> Package-Manager: portage-2.3.0
* media-video/mpv: reorder maintainers in metadata, remove yngwinIlya Tumaykin2016-06-261-7/+2
| | | | | | | | | | | Remove yngwin from the metadata per his request and list Coacher as the first maintainer. See also https://bugs.gentoo.org/show_bug.cgi?id=586318#c1 Closes: https://github.com/gentoo/gentoo/pull/1709 Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --force
* media-video/mpv: add libass USE description, drop libass ewarn from 9999Ilya Tumaykin2016-03-101-0/+1
| | | | | | | | Gentoo-Bug: 576748 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-1/+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: 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
* 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 EGL video output via GBMIlya Tumaykin2015-12-281-0/+1
| | | | | | | This allows to use EGL on top of a DRM device bypassing window server/compositor. Package-Manager: portage-2.2.24
* media-video/mpv: use more sane logic for opengl and egl USE flagsIlya Tumaykin2015-12-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: 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-281-0/+1
| | | | | | | | | 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: introduce missing archive USEIlya Tumaykin2015-12-281-0/+1
| | | | | | This USE enables archive support via libarchive. Package-Manager: portage-2.2.24
* media-video/mpv: Add Coacher as co-maintainer to metadataIan Delaney2015-11-261-0/+5
| | | | Package-Manager: portage-2.2.24
* media-video/mpv: drop unused USE descriptionsMaxim Koltsov2015-09-131-6/+0
| | | | Package-Manager: portage-2.2.20.1
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+45
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed