summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-video/ffdiaporama: Stabilize 2.2_pre20230525 x86, #912690Arthur Zamarin2023-08-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/ffdiaporama: Stabilize 2.2_pre20230525 amd64, #912690Arthur Zamarin2023-08-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/vidcutter: drop 6.0.5.1-r2Rick Farina2023-08-192-55/+0
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* media-video/mpv: update liveIonen Wolkens2023-08-181-5/+1
| | | | | | | Newer libplacebo is now a hard requirement with USE=libplacebo regardless of gpu-next. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/amdgpu-pro-amf: add 1.4.29.1580631, 1.4.30.1620044Adel KARA SLIMANE2023-08-183-0/+114
| | | | | | Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Closes: https://github.com/gentoo/gentoo/pull/32302 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/amdgpu-pro-amf: verbump existing ebuildsAdel KARA SLIMANE2023-08-183-4/+4
| | | | | Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/amdgpu-pro-amf: drop versionsAdel KARA SLIMANE2023-08-185-233/+0
| | | | | Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/webcamoid: fix docompress pathJoonas Niilola2023-08-172-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/webcamoid: add 9.1.1Joakim Tjernlund2023-08-174-5/+95
| | | | | | | | | Update webcamoid-9999 as well. Closes: https://bugs.gentoo.org/911344 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@infinera.com> Closes: https://github.com/gentoo/gentoo/pull/32094 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/pipewire: remove unused filesMichael Mair-Keimberger2023-08-164-105/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/32320 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* media-video/pipewire: Stabilize 0.3.77-r1 ppc, #912202Sam James2023-08-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/vcsi: stabilize 7.0.13-r2 for ALLARCHESJoonas Niilola2023-08-141-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/ffmpeg: drop 4.2.9, 4.2.9-r1Andreas Sturmlechner2023-08-133-1118/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-video/vlc: drop 3.0.18Andreas Sturmlechner2023-08-131-517/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-video/pipewire: Stabilize 0.3.77-r1 amd64, #912202Arthur Zamarin2023-08-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/pipewire: Stabilize 0.3.77-r1 x86, #912202Sam James2023-08-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: Stabilize 0.3.77-r1 arm, #912202Sam James2023-08-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: Stabilize 0.3.77-r1 arm64, #912202Sam James2023-08-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: Stabilize 0.3.77-r1 ppc64, #912202Sam James2023-08-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: drop 0.3.70-r2, 0.3.71-r2, 0.3.71-r3, 0.3.76Sam James2023-08-1310-2102/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: backport recommended patch for pulse duplicatesSam James2023-08-132-0/+28
| | | | | Bug: https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3414 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mjpegtools: Revbump due to rdepend changeDaniel Pielmeier2023-08-121-0/+0
| | | | Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
* media-video/mjpegtools: Remove unused eclasses and depend on libjpeg-turboDaniel Pielmeier2023-08-121-3/+3
| | | | Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
* media-video/mjpegtools: fix compiling at least with c++17 standardDenis Pronin2023-08-123-0/+40
| | | | | | | | | | | | | add two patches those are: - fixing usage of 'register' specifier since, since c++17 standard, it's been removed - fixing usage pf 'auto_ptr' since, since c++17 standard, it's been removed Closes: https://bugs.gentoo.org/896416 Signed-off-by: Denis Pronin <dannftk@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/32171 Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
* media-video/ffmpeg-chromium: fix build w/ binutils-2.41Sam James2023-08-104-0/+80
| | | | | Closes: https://bugs.gentoo.org/911839 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/vidcutter: drop myself as maintainer.Piotr Karbowski2023-08-091-4/+0
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-video/qmplay2: sync liveArthur Zamarin2023-08-091-13/+26
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/qmplay2: add 23.08.08, enable qt6Arthur Zamarin2023-08-092-0/+142
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/mpv: drop 0.35.1-r1Ionen Wolkens2023-08-061-303/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/pipewire: add 0.3.77Sam James2023-08-043-0/+508
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mpv: backport old sub select behavior in 0.36.0Ionen Wolkens2023-08-032-0/+36
| | | | | | | Unsure if a 0.36.1 is coming, but if not it may be worth it before consider stabling this one. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/ffmpeg: backport binutils-2.41 fix all the way down for 4.xSam James2023-08-022-0/+1162
| | | | | | | Followup to 15aad11f0bc671bc81e5e998f19a00d05f1803ac. Bug: https://bugs.gentoo.org/911582 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: fix build w/ binutils-2.41Sam James2023-08-024-0/+1361
| | | | | Closes: https://bugs.gentoo.org/911582 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: update HOMEPAGEAzamat H. Hackimov2023-08-012-2/+2
| | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: Stabilize 0.3.75-r2 ppc, #911332Arthur Zamarin2023-07-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/pipewire: Stabilize 0.3.75-r2 x86, #911332Arthur Zamarin2023-07-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/pipewire: Stabilize 0.3.75-r2 arm64, #911332Arthur Zamarin2023-07-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/pipewire: drop 0.3.72, 0.3.74Sam James2023-07-283-941/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: Stabilize 0.3.75-r2 arm, #911332Sam James2023-07-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: add 0.3.76Sam James2023-07-282-0/+474
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: Stabilize 0.3.75-r2 amd64, #911332Sam James2023-07-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: Stabilize 0.3.75-r2 ppc64, #911332Sam James2023-07-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/cheese: keyword 44.1 for ~loongWANG Xuerui2023-07-271-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* media-video/gnome-video-effects: keyword 0.6.0 for ~loongWANG Xuerui2023-07-271-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* media-video/ffmpeg: Rename AMF env.d file, and revbumpKarl-Johan Karlsson2023-07-274-4/+4
| | | | | | | | | | | | | | | | Leading digits are required for env-update to consider the file. This commit leaves the file in the repository as is and uses "newenvd" to install it under a different name. This makes sure that the 6.0-r2 ebuild continues to work. If that is not required, a simpler solution would be to instead rename the file in the repository to 99amf-env-vulkan-override and keep using "doenvd". Closes: https://bugs.gentoo.org/911249 Signed-off-by: Karl-Johan Karlsson <creideiki@lysator.liu.se> Closes: https://github.com/gentoo/gentoo/pull/32050 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: backport version.h include fix for 0.3.75Sam James2023-07-272-0/+21
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/totem: keyword 43.0 for ~loongWANG Xuerui2023-07-271-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* media-video/obs-studio: remove versions 29.0.2 and 29.1.3 (r0)Jimi Huotari2023-07-263-542/+0
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* media-video/obs-studio: add ffmpeg[opus] dependencyJimi Huotari2023-07-262-1/+272
| | | | | | | | | | With USE="-opus" and without '--disable-encoder=opus' on ffmpeg, obs-studio still offers to use the Opus encoder and the audio that is recorded will be mixed with different kinds of noise, depending somewhat on the bitrate being used. Closes: https://bugs.gentoo.org/909566 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* media-video/ffmpeg: fix building against libplacebo-6Peter Levine2023-07-262-0/+104
| | | | | | | | | | Backports two commits from master that remove the offending force_icc_lut field. Closes: https://bugs.gentoo.org/910406 Closes: https://github.com/gentoo/gentoo/pull/31987 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>