summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-video/mpv: add 0.38.0Ionen Wolkens2024-04-171-0/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/mpv: drop 0.36.0-r1Ionen Wolkens2024-02-221-1/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/mpv: add 0.37.0Ionen Wolkens2023-11-211-0/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/mpv: drop 0.35.1-r2Ionen Wolkens2023-11-091-1/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/mpv: add 0.36.0Ionen Wolkens2023-07-231-0/+1
| | | | | | | | | | | | | | Neither me nor pipewire upstream expected a release soon, but turns out did not have to worry about that. Also includes more pipewire fixes than just the emergency one so ao=pipewire users should upgrade ahead of stable. Note that this needs the latest version of libplacebo or else gpu-next won't be enabled (that version is however incompatible with <ffmpeg-6.1 and <vlc-4 -- not that it's currently enabled in Gentoo for vlc-3 and is off-by-default on ffmpeg). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/mpv: drop 0.35.0-r1Ionen Wolkens2023-04-051-1/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/mpv: drop 0.34.1-r1Ionen Wolkens2023-03-091-2/+0
| | | | | | | | | Been a while and about time to clean this up + old libplacebo despite bug #885397 that leaves mpv without alpha keywords anymore (up to alpha@ whether want to leave that way or still rekeyword). Bug: https://bugs.gentoo.org/885397 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/mpv: add 0.35.1Ionen Wolkens2023-01-281-0/+1
| | | | | | | | | | | | | | bugfix-only release with cherry picks from master, so likely won't wait very long to stable it wrt bug #889178, upstream has added an automated mode used by default so it doesn't enable DR when it's not benefical meson_src_test addition didn't make in this version, so keeping tests unchanged from 0.35.0 Closes: https://bugs.gentoo.org/889178 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/mpv: drop 0.34.1_p20221105Ionen Wolkens2022-11-121-1/+0
| | | | | | | Almost identical to 0.35.0 beside fixing some loose ends, so just drop this short lived snapshot. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/mpv: add 0.35.0Ionen Wolkens2022-11-121-0/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/mpv: add 0.34.1_p20221105Ionen Wolkens2022-11-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mpv releases are rare and it can be difficult to backport fixes (e.g. old libplacebo is broken with newer glslang, but new libplacebo breaks current mpv, not that can't disable glslang or vulkan on mpv if need be). So will release snapshots if felt necessary, please report if feel a newer snapshot would be useful. One quirk is that a whole year ago it switched to API 2.0 and not all revdeps are ready for this (mostly a few trivial deprecations). Personally see this as a good time to get this sorted out. Note this also include meson migration, which may still have oversights. MacOS / rpi builds are also untested, feel free to make any changes to improve these two if you use/know them. rough list of non-style changes from -9999 (non-exhaustive): * update DESCRIPTION, upstream been dissociating itself with the original MPlayer * drop pkg_postinst versions messages (0.18-0.25 is rather ancient) * drop docdir patch as it installed examples .conf to /usr/share/mpv, instead just move these to docdir/examples * drop IUSE=cplugins and enable by default, upstream default and not seeing a motivation to be optional * drop IUSE=gbm, rather redundant with IUSE=drm and is default on mesa * limit USE=opengl to controlling gl-x11/gl-cocoa backends rather than the general `gl` option, avoids e.g. `egl? ( opengl )` req use * make IUSE=opengl non-default given gl-x11 is deprecated, albeit still let it be enabled by desktop profiles * add IUSE=+libplacebo split off from IUSE=vulkan and depend on newer version, if recent enough this enables `-vo gpu-next` which is not limited to vulkan (default given libplacebo main author is same as mpv's and this is the obvious focus) * invert IUSE=debug logic, was passing N(no)DEBUG with debug * swap mesa with libglvnd for IUSE=egl, low level driver packages handling is not for us (and mesa is meaningless with nvidia with the exception of getting libgbm) * ^ likewise, drop nvidia-drivers (ffmpeg/obs/etc.. also don't check drivers for nvenc) * only depend on docutils + build man/html with USE=cli, and drop IUSE=doc (mpv.html has same dependency as the man page) * fix python-exec[-native-symlinks] when USE=-tools, calls 'python3' at build time too * depend on vulkan-loader[X?,wayland?] wrt bug #753434 and #777774 * various deps and tentative REQUIRED_USE adjustments Closes: https://bugs.gentoo.org/753434 Closes: https://bugs.gentoo.org/777774 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/mpv: drop 0.33.1-r3Ionen Wolkens2022-11-061-2/+0
| | | | | Closes: https://bugs.gentoo.org/879609 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/mpv: drop 0.34.0-r1Sam James2022-09-271-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mpv: Version bump (v0.34.1)Mike Lothian2022-03-211-0/+1
| | | | | | Signed-off-by: Mike Lothian <mike@fireburn.co.uk> Closes: https://github.com/gentoo/gentoo/pull/24150 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mpv: fix libplacebo dependencyLars Wendler2021-11-051-0/+1
| | | | | Closes: https://bugs.gentoo.org/821901 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mpv: Version bump (v0.34.0)Mikle Kolyada2021-11-051-0/+1
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-video/mpv: Drop oldMikle Kolyada2021-04-061-1/+0
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-video/mpv: Version bump (v0.33.1)Mikle Kolyada2021-04-061-0/+1
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-video/mpv: drop old versionConrad Kostecki2021-03-261-1/+0
| | | | | | | Dropping old version, which does not support slotted lua. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* media-video/mpv: Version bump (v0.33.0)Mikle Kolyada2020-11-231-0/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-video/mpv: Drop oldMikle Kolyada2020-03-291-1/+0
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-video/mpv: Drop oldMikle Kolyada2020-01-271-1/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-video/mpv: Version bump (v0.32.0)Mikle Kolyada2020-01-271-0/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-video/mpv: Drop oldMikle Kolyada2020-01-051-1/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-video/mpv: Version bump (v0.31.0)Mikle Kolyada2019-12-281-0/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-video/mpv: Version bump (v0.30.0)Mikle Kolyada2019-10-261-0/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-video/mpv: Drop oldMikle Kolyada2019-10-251-3/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-video/mpv: drop oldGeorgy Yakovlev2019-03-101-1/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* media-video/mpv: remove oldIlya Tumaykin2018-10-111-1/+0
| | | | | | | Signed-off-by: Ilya Tumaykin <itumaykin@gmail.com> Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/10099
* media-video/mpv: verbump to 0.29.1Ilya Tumaykin2018-10-111-0/+1
| | | | | | Signed-off-by: Ilya Tumaykin <itumaykin@gmail.com> Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-video/mpv: verbump to 0.29.0Ilya Tumaykin2018-07-281-0/+1
| | | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9328
* media-video/mpv: bump waf version to 2.0.9 in 9999Ilya Tumaykin2018-07-281-0/+1
| | | | | Upstream-commit: https://github.com/mpv-player/mpv/commit/15a6d0028e51d0e5340a17d1647c46e2d6591fa4 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* media-video/mpv: security cleanup wrt CVE-2018-6360Ilya Tumaykin2018-05-131-2/+0
| | | | | Bug: https://bugs.gentoo.org/646886 Package-Manager: Portage-2.3.36, Repoman-2.3.9
* media-video/mpv: remove oldIlya Tumaykin2018-02-231-3/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-video/mpv: bump to 0.27.2, 0.28.2 with extra fix for CVE-2018-6360Ilya Tumaykin2018-02-231-0/+3
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-video/mpv: remove vulnerable versionsIlya Tumaykin2018-02-141-3/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-video/mpv: verbump to 0.27.1 and 0.28.1 with fix for CVE-2018-6360Ilya Tumaykin2018-02-141-0/+3
| | | | | Bug: https://bugs.gentoo.org/646886 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-video/mpv: remove oldIlya Tumaykin2018-02-071-2/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-video/mpv: version bump to 0.28.0.Ilya Tumaykin2018-01-191-0/+1
| | | | | Closes: https://bugs.gentoo.org/643068 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-video/mpv: stable 0.25.0-r2 for hppa, bug #617608Sergei Trofimovich2017-12-051-7/+7
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* media-video/mpv: verbump to 0.27.0Ilya Tumaykin2017-09-281-0/+1
| | | | | | Closes: https://bugs.gentoo.org/630556 Closes: https://github.com/gentoo/gentoo/pull/5787 Package-Manager: Portage-2.3.10, Repoman-2.3.3
* media-video/mpv: verbump to 0.26.0Ilya Tumaykin2017-07-201-0/+1
| | | | | Closes: https://github.com/gentoo/gentoo/pull/5128 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-video/mpv: revbump to update patchsetIlya Tumaykin2017-07-191-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-video/mpv: backport few patches for the next stable candidateIlya Tumaykin2017-06-121-0/+1
| | | | | | Also backport recent (mostly cosmetic) changes from the live ebuild. Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-video/mpv: remove oldIlya Tumaykin2017-05-081-2/+0
| | | | | Closes: https://github.com/gentoo/gentoo/pull/4564 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* media-video/mpv: verbump to 0.25.0Ilya Tumaykin2017-05-041-0/+1
| | | | | Gentoo-Bug: 616838 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* media-video/mpv: bump waf version to 1.9.8 in 9999Ilya Tumaykin2017-05-041-0/+1
| | | | | | | | Upstream did it some time ago and there were no related issues recently. Let's bump it in Gentoo. Upstream-commit: b3488822fdba55700faeafad5b3e453ca6e9675d Package-Manager: Portage-2.3.5, Repoman-2.3.2
* media-video/mpv: remove oldIlya Tumaykin2017-02-141-1/+0
| | | | | Closes: https://github.com/gentoo/gentoo/pull/3940 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-video/mpv: verbump to 0.24.0Ilya Tumaykin2017-02-141-0/+1
| | | | | | | Also backport upstream commit to fix build w/o GL. Upstream-commit: https://github.com/mpv-player/mpv/commit/212f6c8206bd4dcc7d8970c5f1632823ae4e783a Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-video/mpv: remove old 0.9.2Ilya Tumaykin2017-02-041-2/+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