summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-video/mkvtoolnix: add 80.0Alfred Wingate2023-12-146-26/+357
| | | | | | | Closes: https://bugs.gentoo.org/914337 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33922 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mpv: Stabilize 0.37.0 ppc64, #919769Sam James2023-12-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mpv: Stabilize 0.37.0 amd64, #919769Arthur Zamarin2023-12-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/mpv: Stabilize 0.37.0 x86, #919769Arthur Zamarin2023-12-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/mpv: Stabilize 0.37.0 arm64, #919769Arthur Zamarin2023-12-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/hevc-hm: Keyword 17.0 alpha, #902217Matoro Mahri2023-12-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/ffmpeg: Stabilize 6.0-r9 sparc, #910314Matoro Mahri2023-12-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/ffmpeg-chromium: Version bump to 120James Le Cuirot2023-12-103-0/+276
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/wireplumber: don't copy default configs to /etc/James Calligeros2023-12-102-11/+122
| | | | | | | | | | | | | | | | | | | | Wireplumber does not tolerate having its default config split across /etc/ and /usr/share/. It has also recently acquired features which allow system integrators and other interested third parties to ship customised configuration packages to better integrate oddball hardware, such as Apple Silicon Macs. These configs naturally live in /usr/share/, since they are not user-created. As /etc/ takes precedence over /usr/share/, having the OOTB config there prevents these custom configs from being loaded properly. This commit removes the step which copies the OOTB config to /etc/, which matches the behaviour expected (and now arguably required) upstream. Users are responsible for adding their own overrides to /etc/ should they so choose. Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34207 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: Revbump following Chromium changesJames Le Cuirot2023-12-091-0/+0
| | | | | | Sorry, should have done this before. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/ffmpeg: Fix indentation of metadata.xmlUlrich Müller2023-12-091-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-video/pipewire: backport bell segfault fixSam James2023-12-092-0/+29
| | | | | Closes: https://bugs.gentoo.org/919133 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/yle-dl: stabilize 20231120 for ALLARCHESJoonas Niilola2023-12-081-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/mplayer: backport gcc-13 fixSam James2023-12-062-0/+15
| | | | | | | | The snapshot I just pushed (1.5_p20231206) will fix it for ~arch users, but let's backport this for stable. Bug: https://bugs.gentoo.org/918113 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mplayer: add 1.5_p20231206Sam James2023-12-063-7/+658
| | | | | Bug: https://bugs.gentoo.org/918113 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mplayer: Stabilize 1.5_p20230618 ppc, #914719Arthur Zamarin2023-12-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/pipewire: Stabilize 0.3.80 ppc, #914776Arthur Zamarin2023-12-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Add more CPE strings for easier CVE trackingAllen Webb2023-12-051-0/+1
| | | | | | Signed-off-by: Allen Webb <allenwebb@google.com> Signed-off-by: Mike Frysinger <vapier@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* media-video/vlc: backport modern c fixesSam James2023-12-052-0/+668
| | | | | Closes: https://bugs.gentoo.org/919068 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/droidcam: drop 2.1.0Andrew Ammerlaan2023-12-052-149/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-video/droidcam: add 2.1.1Andrew Ammerlaan2023-12-052-0/+149
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-video/qmplay2: drop 23.08.22, 23.09.05Arthur Zamarin2023-12-053-283/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/pipewire: sync liveSam James2023-12-042-1/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/wireplumber: add 0.4.17Sam James2023-12-042-0/+134
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg-chromium: Drop opus USE flag to always enable supportJames Le Cuirot2023-12-032-4/+6
| | | | | | Browsers always expect Opus support. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/ffmpeg: Make Chromium library useful again for 6.1+James Le Cuirot2023-12-034-14/+57
| | | | | | | | | | The libffmpeg.so Chromium library hasn't actually been usable with Chromium for a long time due to a missing symbol. It seems like this symbol will never be upstreamed, so patch it in here. Also ensure Opus support is enabled as browsers expect this. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/ffmpeg: Stop building a separate Chromium library for 6.1+James Le Cuirot2023-12-032-80/+14
| | | | | | | | A long time ago, enabling OpenCL broke the libffmpeg.so Chromium library, so we had to perform a separate build without it when necessary. That issue seems to have gone away now so simplify the build. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/ffmpeg-chromium: Work around vulkan linking issue with flagJames Le Cuirot2023-12-031-0/+3
| | | | | | | This should be fixed upstream in the next release. Closes: https://bugs.gentoo.org/918997 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/hevc-hm: Keyword 17.0 ppc64, #902217Arthur Zamarin2023-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/ffmpeg-chromium: Version bump to 117James Le Cuirot2023-12-013-0/+272
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/parole: Require || ( wayland X )Michał Górny2023-12-011-0/+1
| | | | | Closes: https://bugs.gentoo.org/918958 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-video/droidcam: drop 2.0.0-r1Andrew Ammerlaan2023-12-011-158/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-video/droidcam: add 2.1.0Andrew Ammerlaan2023-12-012-0/+149
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-video/hevc-hm: Keyword 17.0 ppc, #902217Arthur Zamarin2023-12-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/parole: Bump to 4.18.1Michał Górny2023-12-012-0/+77
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-video/pipewire: Keyword 1.0.0 ppc64, #917493Matoro Mahri2023-12-011-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/gaupol: Remove oldMichał Górny2023-11-292-70/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-video/gaupol: Stabilize 1.13 ALLARCHES, #918864Michał Górny2023-11-291-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-video/mpv: update liveIonen Wolkens2023-11-291-5/+1
| | | | | | | | | | | | | meson.build was updated to only enable shaderc for windows builds given anything else will use libplacebo, so let's just leave the setting alone now. shaderc can now technically be avoided entirely with libplacebo[glslang,-shaderc], albeit shaderc is still what upstream libplacebo prefers at the moment (aka in the event both are available, it'll force shaderc). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/pipewire: no pre-built docs for 9999Sam James2023-11-271-0/+1
| | | | | Closes: https://bugs.gentoo.org/918661 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: sync liveSam James2023-11-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: Keyword 1.0.0 sparc, #914585Matoro Mahri2023-11-271-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/rav1e: Stabilize 0.6.6 arm64, #913810Matoro Mahri2023-11-271-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: fix leftover man lineSam James2023-11-272-2/+0
| | | | | Closes: https://bugs.gentoo.org/918638 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: fix build w/ USE=-examplesSam James2023-11-261-0/+59
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: add 1.0.0Sam James2023-11-263-11/+551
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/wireplumber: add 0.4.16Sam James2023-11-253-2/+140
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: Drop old versionsMatt Turner2023-11-253-184/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-video/pipewire: drop 0.3.75-r3Sam James2023-11-255-646/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: drop 0.3.81, 0.3.82-r1, 0.3.83-r1, 0.3.84Sam James2023-11-2511-2187/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>