summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-video/ffmpeg: drop 4.3.1-r1, 4.4-r1, 5.0-r3Sam James2022-04-175-1732/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: don't force -fdiagnostics-color=autoSam James2022-04-083-0/+15
| | | | | | | | Previously overrode e.g. =always or =never set by user as it appeared after user flags. Reported-by: xxc3nsoredxx Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: add 5.0.1Sam James2022-04-053-6/+593
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: fix nv-codec-headers dependencySam James2022-04-052-2/+2
| | | | | Closes: https://bugs.gentoo.org/836244 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: fix libssh dependencySam James2022-04-052-2/+2
| | | | | Closes: https://bugs.gentoo.org/834960 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: add support for amf in v5.0Adel KARA SLIMANE2022-03-261-4/+8
| | | | | | Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Closes: https://github.com/gentoo/gentoo/pull/24660 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/ffmpeg: amf: add media-video/amdgpu-pro-amf as rdepAdel KARA SLIMANE2022-03-263-6/+13
| | | | | | | | | And change VK_ICD_FILENAMES env var so amf can be used more easily Closes: https://bugs.gentoo.org/834974 Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/ffmpeg: order alphabetically amf entriesAdel KARA SLIMANE2022-03-263-14/+14
| | | | | Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/ffmpeg: do not apply vmaf models patch on -9999Adel KARA SLIMANE2022-03-201-2/+0
| | | | | | | | | Their path needs to be given by hand now See https://github.com/FFmpeg/FFmpeg/commit/3d29724c008d8f27fecf85757152789b074e8ef9 Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Closes: https://github.com/gentoo/gentoo/pull/24621 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/ffmpeg: enable vmaf use flagAdel KARA SLIMANE2022-03-165-3/+29
| | | | | | | | To use Netflix' vmaf scoring algorithm Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Closes: https://github.com/gentoo/gentoo/pull/23412 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: backport small GNU ranlib hardcoding fixAdrian Ratiu2022-03-167-1/+65
| | | | | | | | | | | | | | | | I've landed this fix in ffmpeg upstream and would like to backport it to Gentoo so the --ranlib="$(tc-getRANLIB) option set in the ebuilds has an effect, to be able to use the LLVM tool which is currently ignored. Because this is a small fix not impacting the majority of users who don't care about mixed LLVM/GNU tools usage, I don't think we nede to bump the ebuild revisons to cause rebuilds. Closes: https://bugs.gentoo.org/835419 Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Closes: https://github.com/gentoo/gentoo/pull/24602 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: USE=video_cards_nvidia → nvencDavid Seifert2022-03-137-21/+21
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* media-video/ffmpeg: add AMF useflagAdel KARA SLIMANE2022-02-193-2/+3
| | | | | | Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Closes: https://github.com/gentoo/gentoo/pull/23250 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/amf-headers: new packageAdel KARA SLIMANE2022-02-192-0/+2
| | | | | Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: add mips, x86 (i486) to atomic workaroundSam James2022-02-063-3/+3
| | | | | | | | See https://forums.gentoo.org/viewtopic-t-1147131.html. The MIPS case was reported to me on IRC by mrhansen and I'd forgot (I was sure I had!) that I hadn't updated the ebuild for it. Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: add 5.0James Beddek2022-01-193-2/+564
| | | | | Signed-off-by: James Beddek <telans@posteo.de> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: add support for media-libs/svt-av1James Beddek2022-01-153-2/+5
| | | | | | | Closes: https://bugs.gentoo.org/737016 Signed-off-by: James Beddek <telans@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/22956 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: fix IncorrectCopyrightSam James2022-01-146-6/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: fix mixed strip usageAdrian Ratiu2022-01-146-0/+6
| | | | | | | | | | | | | | | Even though stripping is disabled for compiled binaries (--disable-stripping), some configure phase test binaries get stripped and this causes Clang builds to use the GNU strip instead of LLLVM strip. Fix this by specifying to configure the proper version of strip to be used via --strip="$(tc-getSTRIP)" Bug: https://bugs.gentoo.org/831128 Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Closes: https://github.com/gentoo/gentoo/pull/23770 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: stable 4.4.1-r1 for sparc, bug #829389Rolf Eike Beer2021-12-191-1/+1
| | | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: Stabilize 4.4.1-r1 ppc64, #829389Sam James2021-12-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: Stabilize 4.4.1-r1 ppc, #829389Sam James2021-12-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: Stabilize 4.4.1-r1 arm, #829389Arthur Zamarin2021-12-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/ffmpeg: Stabilize 4.4.1-r1 x86, #829389Jakov Smolić2021-12-171-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-video/ffmpeg: Stabilize 4.4.1-r1 amd64, #829389Jakov Smolić2021-12-171-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-video/ffmpeg: Stabilize 4.4.1-r1 arm64, #829389Arthur Zamarin2021-12-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/ffmpeg: add x11-libs/cairo dependencySam James2021-10-262-4/+10
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: add 4.4.1Sam James2021-10-262-0/+556
| | | | | | | Not yet verified if all the CVEs are fixed. Bug: https://bugs.gentoo.org/795696 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: only add -latomic when supported by compiler/linkerSam James2021-10-252-2/+10
| | | | | Closes: https://bugs.gentoo.org/820095 Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-video/ffmpeg: keyword 4.4-r1 for ~riscvMarek Szuba2021-08-101-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* media-video/ffmpeg: add net-libs/srt subslot depSam James2021-07-105-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: stable 4.4 for ppcSergei Trofimovich2021-06-071-1/+1
| | | | | | | | stable wrt bug #781146 Package-Manager: Portage-3.0.19, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-video/ffmpeg: fix libatomic on arm/ppcSam James2021-05-301-0/+8
| | | | | | Closes: https://bugs.gentoo.org/790590 Closes: https://bugs.gentoo.org/782811 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: Stabilize 4.4 sparc, #781146Sam James2021-05-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: Stabilize 4.4 arm, #781146Sam James2021-05-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: Stabilize 4.4 arm64, #781146Sam James2021-05-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: ppc64 stable wrt bug #781146Agostino Sarubbo2021-05-141-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-video/ffmpeg: x86 stable wrt bug #781146Agostino Sarubbo2021-05-121-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-video/ffmpeg: amd64 stable wrt bug #781146Agostino Sarubbo2021-05-121-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-video/ffmpeg: shift phase order (multilib_src_test)Sam James2021-05-092-10/+10
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: remove libressl supportMikle Kolyada2021-05-035-75/+20
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-video/ffmpeg: update subslotThomas Deutschmann2021-04-301-1/+1
| | | | | | Closes: https://bugs.gentoo.org/787083 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* media-video/ffmpeg: drop avresampleThomas Deutschmann2021-04-301-2/+1
| | | | | | | Link 1: https://github.com/FFmpeg/FFmpeg/commit/420cedd49745b284c35d97b936b71ff79b43bdf7 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* media-video/ffmpeg: eutils--Sam James2021-04-165-7/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: bump to 4.4Alexis Ballier2021-04-093-1/+560
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-video/ffmpeg: Stabilize 4.3.2 arm, #763315Sam James2021-03-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: work around cross-endian tests failingDavid Michael2021-03-222-3/+5
| | | | | | | | | | | | | Cross-compiling with LTO prevents the build system from detecting endianness. Upstream says that enabling LTO with CFLAGS is not supported, so filter -flto* out of CFLAGS after adding --enable-lto to the configure command (which just adds back -flto after endian tests pass). Closes: https://bugs.gentoo.org/754654 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* media-video/ffmpeg: Stabilize 4.3.2 arm64, #763315Sam James2021-02-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: Stabilize 4.3.2 amd64, #763315Mikle Kolyada2021-02-261-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>