summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-video/ffmpeg: Fix Clang and GCC 14 issues with new RPi patchJames Le Cuirot2024-02-174-3/+17
| | | | | | Closes: https://bugs.gentoo.org/924558 Closes: https://bugs.gentoo.org/924743 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/libva-utils: Stabilize 2.20.1 ppc64, #924438Sam James2024-02-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/yle-dl: drop 20231214Joonas Niilola2024-02-162-58/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/vdr: add 2.6.6Martin Dummer2024-02-153-0/+261
| | | | | | Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/35056 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/vdr: drop 2.6.3Martin Dummer2024-02-152-201/+0
| | | | | Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/qmplay2: revbump with no changes to trigger rebuildIonen Wolkens2024-02-151-0/+140
| | | | | | | | | ...ideally against qt6.6.2 if USE=qt6, bug #924651 for explanations. Unfortunately is an unnecessary rebuild for qt5 users. Bug: https://bugs.gentoo.org/924651 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/libva-utils: Stabilize 2.20.1 amd64, #924438Sam James2024-02-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: Stabilize 2.20.1 arm64, #924438Sam James2024-02-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: Stabilize 2.20.1 x86, #924438Sam James2024-02-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: Make 9999 ebuild uniform by adding soc USE flagJames Le Cuirot2024-02-131-4/+17
| | | | | | | This makes maintenance easier. It will likely break due to the Raspberry Pi patch set being very heavy, so I have already masked the flag against 9999. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/mpv: Add soc USE flag to ensure ffmpeg also has this flagJames Le Cuirot2024-02-133-6/+7
| | | | | | | | | The additional patches we apply to media-video/ffmpeg may not always be immediately available following an upstream release. Adding the soc USE flag to this package ensures that users don't accidentally upgrade to an ffmpeg version that lacks them. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/popcorntime-bin: add missing depAndrew Ammerlaan2024-02-131-0/+1
| | | | | Closes: https://bugs.gentoo.org/924400 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-video/popcorntime-bin: add 0.5.0Andrew Ammerlaan2024-02-122-0/+106
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-video/mpv: skip ffmpeg suite for testsIonen Wolkens2024-02-112-1/+13
| | | | | | | | | | | | | | | | | | | | Could adjust or skip only with USE=-vulkan wrt bug #924276, but ffmpeg tests have caused other issues before depending on ffmpeg version and BE arches (seen on hppa, and formerly on ppc64be). They also do not seem very interesitng downstream as their purpose seem to be to track subtle changes in ffmpeg versions without necessarily meaning there is a notable runtime issue. Was going to skip only img-format but the other ffmpeg test has also caused issues on e.g. hppa and meson still doesn't allow to skip specific tests currently (only suites). hppa still has the timer test failing which is likely an actual problem though (not really looked into but it's unkeyworded now). Bug: https://bugs.gentoo.org/921091 Closes: https://bugs.gentoo.org/924276 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/mpv: Drop Raspberry Pi support in revbumpJames Le Cuirot2024-02-101-0/+277
| | | | | | | | media-libs/raspberrypi-userland(-bin) is being last-rited. The Linux kernel and FFmpeg now support the Pi, among other devices, natively. Enable media-video/ffmpeg's "soc" USE flag to enable that support. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/mjpg-streamer: Drop Raspberry Pi support in revbumpJames Le Cuirot2024-02-101-0/+97
| | | | | | | media-libs/raspberrypi-userland(-bin) is being last-rited. It is now possible to use mjpg-streamer with input-uvc and libcamera's Pi support instead. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/motion: Drop Raspberry Pi support in revbumpJames Le Cuirot2024-02-101-0/+89
| | | | | | | | media-libs/raspberrypi-userland is being last-rited. Motion upstream have already signaled their intent to drop this support in the next release. It is now possible to use Motion with libcamera's Pi support instead. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/ffmpeg: Conditionally apply patch set for playback on SoCsJames Le Cuirot2024-02-104-2/+604
| | | | | | | | | | | | | | | | | | | | | | | | As much as we hate deviating from upstream, this patch set is really important for smooth playback on SoCs commonly used for ARM and RISC-V, including the Raspberry Pi. We will enable the "soc" USE flag by default on these architectures. These are different patch sets floating around, but this one from John Cox of Kynesim is the most comprehensive. It is the only one that enables smooth playback for the Pi under Kodi, while benefiting other systems at the same time. John keeps the set reasonably in sync with upstream. The road is long, but the hope is that the changes will eventually be upstreamed. Note that LibreELEC only applies this patch set specifically for its Pi builds, while using lighter sets for some other builds, but they have told me that if we're only going to use one set then this is the one to have. Following this, also drop legacy Raspberry Pi support as media-libs/raspberrypi-userland is being last-rited. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/ffmpeg-chromium: Version bump to 121James Le Cuirot2024-02-102-0/+251
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-video/parole: Stabilize 4.18.1 ppc64, #922827Matoro Mahri2024-02-101-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/yle-dl: stabilize 20240130 for ALLARCHESJoonas Niilola2024-02-091-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/mpv: update live, drop IUSE=raspberry-piIonen Wolkens2024-02-061-13/+4
| | | | | | | Related code was removed upstream, it was supposedly broken for a while and went unnoticed too. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/ffmpeg: drop 5.1.4-r2Sam James2024-02-062-611/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: drop 6.1-r4Sam James2024-02-068-830/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: fix parallel build w/ USE=openclSam James2024-02-069-0/+33
| | | | | | Closes: https://bugs.gentoo.org/782553 Thanks-to: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: drop 6.0-r9Sam James2024-02-061-605/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: add 1.0.3Sam James2024-02-022-0/+507
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/rav1e: add 0.7.1Sam James2024-02-023-234/+706
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/rav1e: drop 0.5.1, 0.6.3, 0.6.5Sam James2024-02-024-1070/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/wireplumber: drop 0.4.14Sam James2024-02-024-192/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: drop 0.3.80Sam James2024-02-023-709/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: fix alsa version check for 1.0.2Sam James2024-02-022-0/+23
| | | | | | | | See https://forums.gentoo.org/viewtopic-t-1167195.html. Bug: https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3711 (see comment) Bug: https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3830 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: add 1.0.2Sam James2024-01-312-0/+507
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/aravis: add github upstream metadataSam James2024-01-311-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/obs-studio: Keyword 30.0.2 ppc64, #918404Matoro Mahri2024-01-311-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/parole: Keyword 4.18.1 ppc, #921390Matoro Mahri2024-01-311-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/yle-dl: add 20240130Joonas Niilola2024-01-312-0/+58
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/jellyfin-web-jmp-bin: update maintainersJonas Stein2024-01-281-9/+1
| | | | | Bug: https://bugs.gentoo.org/747400 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* media-video/jellyfin-media-player: update maintainersJonas Stein2024-01-281-9/+1
| | | | | Bug: https://bugs.gentoo.org/747400 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* media-video/handbrake: drop to maintainer-neededJonas Stein2024-01-281-8/+1
| | | | | Bug: https://bugs.gentoo.org/747400 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* media-video/parole: Stabilize 4.18.1 arm64, #922827Sam James2024-01-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/parole: Stabilize 4.18.1 arm, #922827Sam James2024-01-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: add patch for fixing lto-type-mismatchAlfred Wingate2024-01-243-0/+43
| | | | | | | Bug: https://bugs.gentoo.org/907484 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34986 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: Add := dep on media-libs/libjxl to more versionsMichał Górny2024-01-242-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-video/ffmpeg-chromium: migrate checking for enabled lto, to tc-is-ltoEli Schwartz2024-01-241-1/+1
| | | | | | | | | This toolchain func was recently added, and is a lot more reliable than get-flagq, for example if the active flags contain `-flto -fno-lto` then tc-is-lto gets it correct. We would rather use this wherever possible. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/parole: Keyword 4.18.1 ia64, #921390Matoro Mahri2024-01-231-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/wireplumber: Stabilize 0.4.17-r1 ppc, #921086Matoro Mahri2024-01-231-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/pipewire: Stabilize 1.0.0-r1 ppc, #921086Matoro Mahri2024-01-231-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/ffmpeg: Stabilize 6.0.1-r1 sparc, #921542Matoro Mahri2024-01-231-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/ffmpeg: Stabilize 6.0.1-r1 arm, #921542Matoro Mahri2024-01-231-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>