167185 Commits

Author SHA1 Message Date
psykose
c596b30c6a community/ffmpeg: re-add -O3
the testing in e9fa4208e00a9b80e477e6445a28705364f66292 was too simple;
the encoder being used was not in ffmpeg, it was an external library.
so, no optimisations really mattered in that case, as all ffmpeg did was
call codec functions and only some bare-minimum de/muxing.

where these optimisations matter, is where ffmpeg itself does processing.
this consists of:
- networking stuff
- hwaccel submission stuff
- codecs implemented in ffmpeg itself
- filter related things

for something like a complex filtergraph in
https://www.gariany.com/2020/08/ffmpeg-step-by-step-retro-video-filter/
it changes the execution time from 23 seconds to 20 seconds on a sample
video file with the same commandline and procedure. this is because
ffmpeg itself is doing `complex` stuff in such a scenario.

such a 10+% performance in ffmpeg itself increase (and that is without
removing the external libx264 re-encoding part from the metrics.. so the
actual gain is much bigger in ffmpeg itself) is more than worth it for
the size gain.
2023-02-21 16:21:06 +01:00
omni
dd17681d45 main/xen: add mitigations for XSA-425 & XSA-426 2023-02-21 14:36:30 +00:00
psykose
737ce0494d community/py3-fakeredis: upgrade to 2.9.2 2023-02-21 15:03:33 +01:00
ptrcnull
85aaec6b8c testing/clipboard: upgrade to 0.3.2 2023-02-21 14:59:54 +01:00
Síle Ekaterin Liszka
58d7ba6aca community/nheko: upgrade to 0.11.2 2023-02-21 05:26:57 -08:00
Síle Ekaterin Liszka
bfc74d3af7 community/mtxclient: upgrade to 0.9.2 2023-02-21 05:25:28 -08:00
psykose
42ad298218 main/ncurses: fix compat depends
oops

closes #14648
2023-02-21 13:41:02 +01:00
psykose
cce221c05b testing/aws-sdk-cpp: disable on ppc64le 2023-02-21 12:15:24 +01:00
psykose
6e5399f971 community/py3-awscrt: disable on ppc64le 2023-02-21 12:15:24 +01:00
psykose
a681a7fc71 community/aws-crt-cpp: disable on ppc64le 2023-02-21 12:15:24 +01:00
psykose
45a9eb04c9 community/aws-c-s3: disable on ppc64le 2023-02-21 12:15:24 +01:00
psykose
ded588c1d1 community/aws-c-mqtt: disable on ppc64le 2023-02-21 12:15:24 +01:00
psykose
e927dcc2e7 community/aws-c-http: disable on ppc64le 2023-02-21 12:15:24 +01:00
psykose
cafc3947ca community/aws-c-event-stream: disable on ppc64le 2023-02-21 12:15:24 +01:00
psykose
25636d3c6a community/aws-c-auth: disable on ppc64le 2023-02-21 12:15:24 +01:00
psykose
c627edb963 community/aws-c-io: disable on ppc64le 2023-02-21 12:15:24 +01:00
Hugo Osvaldo Barrera
0dad01514f testing/ruff: upgrade to 0.0.249 2023-02-21 10:16:13 +00:00
psykose
0227c79617 community/file-roller: split -doc 2023-02-21 11:09:53 +01:00
Hugo Osvaldo Barrera
4ac1fae94d community/file-roller: make nautilus extension into subpackage
The nautilus extension pulls in nautilus, gtk4 and several other
dependencies that are not required for file roller itself.
2023-02-21 10:06:02 +00:00
psykose
ec29f67e92 main/harfbuzz: upgrade to 7.0.1 2023-02-21 09:32:24 +01:00
psykose
87a8f7bce9 main/harfbuzz-stage0: upgrade to 7.0.1 2023-02-21 09:32:01 +01:00
psykose
05af6a7e32 community/libass: add asm and lto 2023-02-21 09:29:18 +01:00
Galen Abell
5decb5335d testing/py3-nptyping: upgrade to 2.5.0 2023-02-21 08:21:33 +00:00
ptrcnull
62683b84b1 community/gmnitohtml: upgrade to 0.1.2 2023-02-21 08:20:29 +00:00
psykose
f780dd05c0 community/aws-c-io: upgrade to 0.13.17 2023-02-21 08:18:37 +01:00
psykose
3b41fbced5 community/phoc: backport crash fix patch for embedded wlroots 2023-02-21 06:17:26 +01:00
6543
15e7f1ea05
community/py3-immutabledict: move from testing 2023-02-21 04:33:26 +01:00
6543
f43d413593 testing/py3-immutabledict: new aport 2023-02-21 04:12:43 +01:00
psykose
46176aaa7c community/py3-frozendict: fix licence 2023-02-21 03:58:12 +01:00
psykose
121a731a55 community/limine: upgrade to 4.20230221.0 2023-02-21 03:53:36 +01:00
psykose
e80f204ed1 main/libdwarf: upgrade to 0.6.0 2023-02-21 03:36:17 +01:00
psykose
7bb0f350ca community/py3-jaraco.functools: upgrade to 3.6.0 2023-02-21 03:27:53 +01:00
psykose
bf893829f0 main/byacc: upgrade to 20230219 2023-02-21 03:24:34 +01:00
psykose
03344170ea community/gimp: fix curve with new cairo, fix build with new babl 2023-02-21 03:23:52 +01:00
psykose
23830df63d community/gnome-photos: fix build with new babl 2023-02-21 03:08:50 +01:00
psykose
dc64461340 community/gegl: upgrade to 0.4.42 2023-02-21 03:04:04 +01:00
psykose
36eacd21c0 community/babl: upgrade to 0.1.100 2023-02-21 03:04:04 +01:00
omni
87f80cd051 community/qt5-qtwebengine: chromium security upgrade 2023-02-21 01:52:49 +00:00
Matthew Via
8058017820 community/vvmd: disable debug mode 2023-02-21 01:51:50 +00:00
psykose
58d5bb5d71 main/linux-headers: upgrade to 6.2 2023-02-21 02:51:17 +01:00
psykose
c22221170d main/tar: fix CVE-2022-48303 2023-02-21 00:59:32 +01:00
psykose
4ae9d98d81 community/networkmanager: backport dns fix 2023-02-21 00:11:07 +01:00
psykose
e166c8bd17 testing/wasmtime: upgrade to 6.0.0 2023-02-21 00:03:53 +01:00
psykose
380761aba2 testing/aws-sdk-cpp: remove with -f because missing when !check 2023-02-20 23:33:28 +01:00
Holger Jaekel
e864034ec7 testing/aws-sdk-cpp: new aport
https://github.com/aws/aws-sdk-cpp
Amazon Web Services SDK for C++
2023-02-20 23:07:25 +01:00
Iztok Fister Jr
ceed1497d6 community/py3-sport-activities-features: upgrade to 0.3.10 2023-02-20 22:35:36 +01:00
psykose
aee3c6dd9f main/py3-setuptools: upgrade to 67.3.3 2023-02-20 21:41:15 +01:00
Nicolas Lorin
77d14f6ae6 testing/bgpq4: new aport 2023-02-20 21:35:20 +01:00
ptrcnull
0e2f2d16d6 community/jpegoptim: upgrade to 1.5.2 2023-02-20 20:31:57 +00:00
ptrcnull
f2f8f11928 community/py3-pydantic: upgrade to 1.10.5 2023-02-20 20:31:28 +00:00