Commit graph

561 commits

Author SHA1 Message Date
Jan Beich
17f6d799d7 multimedia/libvpx: update 1.13.0
Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0
Reported by:	portscout
2023-02-11 08:46:45 +00:00
Jan Beich
b5cd792b47 multimedia/ffmpeg: drop TENSORFLOW workaround after 56dc0e449f 2023-01-15 12:26:28 +00:00
Thomas Zander
8855990a69
multimedia/ffmpeg: Add NETWORK DEFAULT OPTION
Details:
Disabling the NETWORK OPTION (DEFAULT) allows users to compile ffmpeg
without networking code in libavcodec.

PR:		268786
Reported by:	Alexander Ushakov <alexander@polyvizor.com>
MFH:		2023Q1
2023-01-08 17:23:22 +01:00
Jan Beich
ec2a856e9b multimedia/ffmpeg: enable SVTAV1 on non-amd64 after ddd35eebbc
$ ab-av1 auto-encode -i foo.mp4
Encoding foo.av1.mp4
  Searching 00:00:00 ################## (sampling crf 32, eta 0s)
Error: ffmpeg encode_sample exit code Some(1)

https://github.com/alexheretic/ab-av1/commit/f61a244bd64f
2023-01-06 16:07:53 +00:00
Jan Beich
5a6ba05f3b multimedia/kvazaar: update to 2.2.0
Changes:	https://github.com/ultravideo/kvazaar/releases/tag/v2.2.0
Reported by:	GitHub (watch releases)
2023-01-04 17:11:48 +00:00
Jan Beich
9db4ec9938 multimedia/ffmpeg: enable NVENC by default
- NVIDIA GPUs are popular on FreeBSD (due to direct vendor support)
- No extra dependencies for package-only users
- No changes at runtime unless explicitly requested

PR:		264027
2022-10-19 17:43:40 +00:00
Alex S
2b8c1c0c04 multimedia/ffmpeg: add NVENC option
On FreeBSD requires nvidia-driver >= 495 for CUDA initialization fix
and linux-nvidia-libs + libc6-shim until nvidia-driver provides native
libcuda.so, libnvidia-encode.so, libnvcuvid.so.

PR:		264027
2022-10-19 17:43:35 +00:00
Jan Beich
c1e0a52d1a multimedia/ffmpeg: update to 4.4.3
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.4.3:/Changelog
Reported by:	portscout
2022-10-10 18:17:57 +00:00
Jan Beich
8f87e3d181 multimedia/x264: update to 0.164.3095
Changes:	5db6aa6...baee400f
2022-09-18 11:55:57 +00:00
Jan Beich
16655b80c7 multimedia/ffmpeg: backport a SVTAV1 fix 2022-09-13 00:17:13 +00:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Jan Beich
5768a81ec4 multimedia/ffmpeg: group OPTIONS_DEFINE together after 8fb4d03649 2022-08-09 16:04:55 +00:00
Dima Panov
8fb4d03649 multimedia/ffmpeg: define option MFX only on i386/amd64 (+)
Intel Media SDK available only for i386 and amd64 intel architectures,
so adjust options list to not include MFX on any other arches

Approved by:	portmgr blanket
2022-08-06 16:05:13 +03:00
Thomas Zander
2bc24ba7f2
multimedia/ffmpeg: Update default OPTIONS for THEORA, XVID, WEBP
Details:
- Remove THEORA and XVID from default OPTIONS:
  Both formats can be decoded using ffmpeg's internal decoders. For
  encoding, both formats are superseded for almost all practical
  purposes by H264,H265,AV1,etc.
- Modify _DESC for THEORA and XVID to make it more clear that this is
  only required if someone wants to use those libs for encoding.
- Add WEBP (ubiquitous image format) to default OPTIONS.

PR:		261752
Reported by:	jbeich
2022-08-06 14:01:50 +02:00
Jan Beich
7d7c819ad0 multimedia/svt-av1: update to 1.2.0
Changes:	https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v1.2.0
Reported by:	Repology, /r/AV1, Phoronix
2022-08-04 15:08:43 +00:00
Tobias C. Berner
63f36d3262 multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Aaron LI <aly@aaronly.me>
  *  Alexander Botero-Lowry <alexbl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <andy@fud.org.nz>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Angel Carpintero <ack@telefonica.net>
  *  Anish Mistry (with help from mean)
  *  Anonymous <swell.k@gmail.com>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Ashish Shukla <wahjava@gmail.com>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Brian Somers <brian@FreeBSD.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Byung-Hee HWANG <bh@izb.knu.ac.kr>
  *  Charlie Kester <corky1951@comcast.net>
  *  Chess Griffin <chess@chessgriffin.com>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Hein <chein@FreeBSD.org> & Jim Overholt <overholt@isdw.net>
  *  Daniel Morante <daniel@morante.net>
  *  Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
  *  Dierk Sacher <dierk@blaxxtarz.de>
  *  Dreamcat4 <dreamcat4@gmail.com>
  *  Earl Gay <earl@eeg3.net>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Franz Bettag <franz@bett.ag>
  *  FreeBSD GNOME Team <gnome@freebsd.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Harold Gutch <logix@foobar.franken.de>
  *  Heiner <h.eichmann@gmx.de>
  *  Heiner Eichmann <h.eichmann@gmx.de>
  *  Hendrik Scholz <hendrik@scholz.net>
  *  Herbert J. Skuhra <h.skuhra@gmail.com>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Holger Lamm
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jason Harmening <jason.harmening@gmail.com>
  *  Jille Timmermans (jille@quis.cx)
  *  Juergen Lock <nox@FreeBSD.org>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  KalleDK <plexmaintainer@k-moeller.dk>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Koop Mast <kwm@rainbow-runner.nl>
  *  Kozlov Sergey <kozlov.sergey.404@gmail.com>
  *  Kris Moore
  *  Kuan-Chung Chiu <buganini@gmail.com>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Leinier Cruz Salfran <salfrancl@yahoo.es>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  Manuel Creach <manuel.creach@icloud.com>
  *  Marc van Woerkom <3d@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Neubauer <m.ne@gmx.net>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net> et al
  *  Mina Naguib <webmaster@topfx.com>
  *  Mykola Dzham <i@levsha.me>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Pascal Vizeli <pvizeli@yahoo.de>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Petar Zhivkov Petrov <pesho.petrov@gmail.com>
  *  Phil Oleson
  *  Phil Oleson <oz@nixil.net>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Raaf <freebsd@luna.afraid.org>
  *  Randall Hopper <aa8vb@nc.rr.com>
  *  Rodrigo OSORIO <rodrigo@FreeBSD.org>
  *  Rozhuk Ivan 2018 <rozhuk.im@gmail.com>
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rozhuk Ivan rozhuk.im@gmail.com
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Stacey Son <mythdev@son.org>, Ari Maniatis <ari@ish.com.au>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas E. Zander
  *  Thomas E. Zander with help from Vladimir Kushnir
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Grzybowski <william88@gmail.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Zastupov Stepan [RedChrom] <redchrom@mail.ru>
  *  adamw
  *  alex
  *  arved
  *  erich@FreeBSD.org
  *  freebsd-ports@evilcode.net
  *  giffunip@asme.org
  *  ijliao
  *  kamikaze@bsdforen.de
  *  michael johnson <ahze@ahze.net>
  *  mikael.urankar@gmail.com
  *  mm
  *  nox@FreeBSD.org
  *  osa
  *  pb@FreeBSD.org
  *  piero
  *  se@FreeBSD.org
  *  sumikawa

With hat:	portmgr
2022-07-20 16:22:30 +02:00
Yuri Victorovich
fae400aaec www/srt: Update 1.4.4 -> 1.5.0
Reported by:	portscout
2022-06-16 11:24:43 -07:00
Jan Beich
04363fa19e multimedia/ffmpeg: backport more SVTAV1 fixes
Bump PORTREVISION twice to catch up with 2022Q2 branch.
2022-05-18 15:33:29 +00:00
Jan Beich
1f69683f59 multimedia/svt-av1: update to 1.1.0
Changes:	https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v1.1.0
Reported by:	Repology, /r/AV1
2022-05-18 15:04:19 +00:00
Piotr Kubaj
656c1fb5dc multimedia/ffmpeg: don't require binutils on powerpc / powerpc64
Builds fine without it.
2022-04-27 13:21:38 +00:00
Jan Beich
c4014afccf multimedia/ffmpeg: backport one more SVTAV1 fix
https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/1858
2022-04-24 00:10:13 +00:00
Jan Beich
13c1171a71 multimedia/ffmpeg: update to 4.4.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.4.2:/Changelog
Reported by:	OpenBSD
2022-04-18 17:48:09 +00:00
Jan Beich
152bbb3323 multimedia/svt-av1: update to 1.0.0.r2
Changes:	https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v1.0.0-rc1
Changes:	https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v1.0.0-rc2
Reported by:	Repology
2022-04-14 00:59:29 +00:00
Charlie Li
d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00
Jan Beich
1c6198d6c6 multimedia/ffmpeg: backport DAV1D and SVTAV1 fixes 2022-03-27 20:27:52 +00:00
Matthias Fechner
247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
2022-03-26 09:27:27 +01:00
Jan Beich
fa4a783ee4 multimedia/ffmpeg: enable SVTAV1 on amd64 by default
PR:		262368
Approved by:	maintainer timeout (2 weeks)
2022-03-19 00:27:14 +00:00
Jan Beich
3468f1957c multimedia/dav1d: update to 1.0.0
Changes:	https://code.videolan.org/videolan/dav1d/-/releases/1.0.0
Reported by:	Repology
2022-03-18 14:41:26 +00:00
Jan Beich
d8e2f9a0e8 multimedia/ffmpeg: switch 5e728b3087 to merged version 2022-03-06 10:15:52 +00:00
Jan Beich
ed76f53dec multimedia/ffmpeg: backport SVTAV1 fixes after d187ef9400 2022-02-25 23:27:30 +00:00
Jan Beich
d187ef9400 multimedia/svt-av1: update to 0.9.1
Changes:	https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v0.9.1
Reported by:	Repology
2022-02-24 19:43:16 +00:00
Dries Michiels
3be461dfa1 multimedia/ffmpeg: Remove OPTIONS_EXCLUDE logic for aribb24
ffmpeg builds fine with ARIBB24 on, so remove exclude logic.

PR:			261578
Suggested by:		jbeich
Differential Revision:	https://reviews.freebsd.org/D34032
2022-02-15 21:20:05 +01:00
Jan Beich
b2302fb4a3 multimedia/svt-av1: update to 0.9.0
Changes:	https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v0.9.0
Reported by:	Repology
2022-01-22 14:24:03 +00:00
Jan Beich
a841ed53e1 multimedia/ffmpeg: enable VMAF by default
$ pkg install av1an
$ RUST_BACKTRACE=1 av1an --vmaf --target-quality 95 -i foo.y4m -o foo.mp4
Scene detection
  [00:00:01] [######################################################################################] 100% 375/375 (213.31 fps, eta 0s)
Queue: 2 Workers: 1 Passes: 2
Params: --threads=8 --cpu-used=6 --end-usage=q --cq-level=30 --tile-columns=2 --tile-rows=1 --kf-max-dist=240 --kf-min-dist=12
⠁ [00:00:07] [------------------------------------------------------------------------------------------]   0% 0/375 (0.00 fps, eta 0s)
thread '<unnamed>' panicked at 'VMAF calculation failed:
Command: "ffmpeg" "-loglevel" "error" "-hide_banner" "-y" "-thread_queue_size" "1024" "-hide_banner" "-r" "60" "-i" ".9e6b01d/split/v_3500001.ivf" "-r" "60" "-i" "-" "-filter_complex" "[0:v]scale=1920x1080:flags=bicubic:force_original_aspect_ratio=decrease,setpts=PTS-STARTPTS[distorted];[1:v]select=not(mod(n\\,4)),setpts=0.2500*PTS,scale=1920x1080:flags=bicubic:force_original_aspect_ratio=decrease,setpts=PTS-STARTPTS[ref];[distorted][ref]libvmaf=log_fmt=\'json\':eof_action=endall:log_path=/tmp/.9e6b01d/split/00001.json:n_threads=0" "-f" "null" "-"
Output: Output {
    status: ExitStatus(
        ExitStatus(
            256,
        ),
    ),
    stdout: "",
    stderr: "",
}', av1an-core/src/vmaf.rs:286:3
stack backtrace:
   0: rust_begin_unwind
   1: std::panicking::begin_panic_fmt
   2: av1an_core::vmaf::run_vmaf
   3: av1an_core::target_quality::TargetQuality::vmaf_probe
   4: av1an_core::target_quality::TargetQuality::per_shot_target_quality_routine
   5: av1an_core::broker::Broker::encode_chunk
   6: core::ops::function::FnOnce::call_once{{vtable.shim}}
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Any { .. }', av1an-core/src/broker.rs:53:35
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::result::unwrap_failed
   3: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
   4: crossbeam_utils:🧵:scope
   5: av1an_core::broker::Broker::encoding_loop
   6: core::ops::function::FnOnce::call_once{{vtable.shim}}
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Any { .. }', av1an-core/src/settings.rs:868:21
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::result::unwrap_failed
   3: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
   4: crossbeam_utils:🧵:scope
   5: av1an_core::settings::EncodeArgs::encode_file
   6: av1an_cli::run
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
2021-11-08 17:33:41 +00:00
Jan Beich
5e728b3087 multimedia/ffmpeg: switch VMAF to v2 API (built-in models) 2021-11-08 17:33:41 +00:00
Jan Beich
7f163c23e1 multimedia/vmaf: unbreak legacy API consumers after 1868dedecc
$ aomenc --tune=vmaf --output=foo.mp4 foo.y4m
Pass 1/2 frame    1/0          0B       0 us 0.00 fpm [ETA  unknown] libvmaf ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.json"
Fatal error: Failed to load VMAF model.

$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null -
[...]
libvmaf INFO `compute_vmaf()` is deprecated and will be removed in a future libvmaf version
libvmaf ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.pkl"
libvmaf ERROR support for pkl model files has been removed, use json
libvmaf ERROR problem loading model file: /usr/local/share/model/vmaf_v0.6.1.pkl
[Parsed_libvmaf_0 @ 0x8061b3b40] libvmaf encountered an error, check log for details
2021-11-08 17:33:40 +00:00
Tobias C. Berner
41314f4bbe multimedia/ffmpeg: update to 4.4.1 2021-10-25 16:31:26 +02:00
Jan Beich
a950db788b multimedia/aom: force rebuild consumers after 6f68add3f9
$ ffmpeg ... -c:v libaom-av1 ...
[libaom-av1 @ 0x804a89900] 3.2.0
[libaom-av1 @ 0x804a89900] Failed to initialize encoder: ABI version mismatch
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!

https://aomedia.googlesource.com/aom/+/bbdfa68d13a0%5E%21/
2021-10-14 22:20:58 +00:00
Thomas Zander
2870caaf32
multimedia/ffmpeg: Remove celt support (deprecated upstream).
PR:		258656
Reported by:	diizzy
2021-10-09 09:29:51 +02:00
Jan Beich
f16d8e5635 multimedia/libvpx: update 1.11.0
Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0
Reported by:	portscout, Repology
2021-10-09 00:45:18 +00:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Thomas Zander
0561f3e635
multimedia/ffmpeg: Exclude LTO from OPTIONS on i386.
Details:
- The low number of i386 leads to register exhaustion when compiling
  with LTO. Due to the decreasing popularity of 32 bit i386 machines
  which require hyper-optimised ffmpeg builds, the option is excluded
  from the builds for now.

PR:		257124
MFH:		2021Q3
2021-08-29 16:05:37 +02:00
Yuri Victorovich
5708ae4005 audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.

PR:		251125
Submitted by:	Florian Walpen <dev@submerge.ch> (original version)
2021-08-02 09:03:15 -07:00
Jan Beich
d6e84975f0 multimedia/x264: update to 0.163.3060
Changes:	55d517b...5db6aa6
2021-06-21 17:46:26 +00:00
Jan Beich
f65b53238f multimedia/ffmpeg: unbreak SVTHEVC by part-reverting efe6165a6e14
efe6165a6e14 (downstream) forgot to chase patch split into n4.4 version

===>  Patching for ffmpeg-4.4_1,1
===>  Applying distribution patches for ffmpeg-4.4_1,1
4 out of 4 hunks failed--saving rejects to configure.rej
1 out of 1 hunks failed--saving rejects to libavcodec/Makefile.rej
1 out of 1 hunks failed--saving rejects to libavcodec/allcodecs.c.rej
===>  FAILED Applying distribution patch 0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch with -p1
*** Error code 1

but v1.5.1 (upstream) forgot to update/split docs patch

===>  Patching for ffmpeg-4.4_1,1
===>  Applying distribution patches for ffmpeg-4.4_1,1
patch: **** malformed patch at line 177:  @section libtheora
===>  FAILED Applying distribution patch 0002-doc-Add-libsvt_hevc-encoder-docs.patch with -p1
*** Error code 1
2021-05-18 01:23:01 +00:00
Jan Beich
eafd781b34 multimedia/svt-hevc: update to 1.5.1
Changes:	https://github.com/OpenVisualCloud/SVT-HEVC/releases/tag/v1.5.1
Reported by:	GitHub (watch releases)
2021-05-18 00:47:16 +00:00
Jan Beich
d666169c89 multimedia/ffmpeg: expose SRT option after af445a38fd 2021-05-17 02:39:43 +00:00
Jan Beich
0c0a4f4b91 multimedia/svt-av1: update to 0.8.7
Changes:	https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v0.8.7
Reported by:	Repology
2021-05-11 00:58:17 +00:00
Mathieu Arnold
5be1164446
RESTRICTED removal, two more ports. 2021-05-06 14:23:02 +02:00
Piotr Kubaj
23b483f917 multimedia/ffmpeg: fix build on powerpc64*
vec_xl function is already defined in altivec.h. Don't redefine it.

While here, remove the previous patch that is no longer needed with LLVM 11.

Since for LTO LLVM 9 is used, switch to GCC for LTO option.
2021-04-10 22:46:50 +00:00