Commit Graph

38724 Commits

Author SHA1 Message Date
Christoph Reiter
16523a8c27 Add libaribcaption 1.1.1
This seems to be a replacement for aribb24, at least ffmpeg can
use it instead of aribb24, and it is maintained.
2023-11-11 10:26:50 +01:00
مهدي شينون (Mehdi Chinoune)
d065a3e1d7 [new-package] arb 2.23.0 2023-11-11 08:00:57 +01:00
Biswapriyo Nath
82c160ee2b xsimd: update to 11.2.0 2023-11-11 06:52:20 +00:00
Biswapriyo Nath
e2dda8ec42 python-pymupdf: update to 1.23.6 2023-11-11 06:51:49 +00:00
Biswapriyo Nath
f86cb2f6d7 python-jupyter_server: update to 2.10.0 2023-11-11 06:51:28 +00:00
Biswapriyo Nath
7c0461e47a python-jupyter_client: update to 8.6.0 2023-11-11 06:51:04 +00:00
Biswapriyo Nath
b0c54dbfdf python-jupyter-nbconvert: update to 7.11.0 2023-11-11 06:50:42 +00:00
Biswapriyo Nath
ec24a3ce12 python-jupyter-events: update to 0.9.0 2023-11-11 06:50:17 +00:00
Biswapriyo Nath
5717958d4d python-comm: update to 0.2.0 2023-11-11 06:49:56 +00:00
Biswapriyo Nath
5eb0d6e789 directx-headers: update to 1.610.2 2023-11-11 06:49:34 +00:00
Raúl Cumplido
7a0d24c5c4 arrow: Update to 14.0.1 2023-11-11 09:39:52 +05:30
Christoph Reiter
fa97213ca5 Merge pull request #19047 from dscho/fix-libintl-printf-regression
gettext: fix the regression where `%I64d` support was broken
2023-11-10 21:43:57 +01:00
Biswapriyo Nath
3223ae1b11 python-terminado: update to 0.18.0 2023-11-10 19:48:31 +00:00
Biswapriyo Nath
e93cd53eed python-prometheus-client: update to 0.18.0 2023-11-10 19:48:08 +00:00
Biswapriyo Nath
6f9d41854c python-jupyter-nbclient: update to 0.9.0 2023-11-10 19:47:49 +00:00
Biswapriyo Nath
560ed473d6 python-ddt: update to 1.7.0 2023-11-10 19:47:22 +00:00
Biswapriyo Nath
54c3259b19 python-cycler: update to 0.12.1 2023-11-10 19:46:57 +00:00
Biswapriyo Nath
d2bdb7673d python-awesomeversion: update to 23.11.0 2023-11-10 19:45:43 +00:00
Johannes Schindelin
44aaef5e15 gettext: fix the regression where %I64d support was broken
The `%I64` printf format family is a Windows-specific extension that has
been handled for, like, eternity in `mingw-w64-gettext`. But the recent
update to v0.22.3 broke that.

The reason for that is a story of two episodes:

- gnulib slipped in a major refactoring of the `printf()` format parsing
  into a commit whose purpose was to support new size specifiers:

  https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=480a59ba60fa0b43a1cebe218bbcea6a947f1e86

  Unfortunately, the code handling `%I64` was converted incorrectly,
  where it previously skipped the `64` part before looking for the
  conversion specifier (correct) but now no longer does so (incorrect):

  https://git.savannah.gnu.org/cgit/gnulib.git/diff/lib/printf-parse.c?id=480a59ba60fa0b43a1cebe218bbcea6a947f1e86

- gettext saw a major refactoring with the intention to avoid
  duplicating gnulib's `printf()` logic, dropping its own code in favor
  of the latter:

  https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commitdiff;h=a80b9021019fe311b81771d67138496f512ef35a

The result is that as of `mingw-w64-gettext` v0.22.3, `%I64d` is
_started_ to be parsed but then fails because it mistakes `6` for the
conversion character (instead of recognizing `d` as such).

Work around this regression by skipping the `64` part again.

This patch needs to be upstreamed to the gnulib project, yet we need to
fix the `mingw-w64-gettext` regression at a more timely pace and need to
integrate the patch early.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2023-11-10 13:48:25 +01:00
Christoph Reiter
07a4456457 Merge pull request #19046 from lazka/ffmpeg-6.0.1
ffmpeg: Update to 6.0.1
2023-11-10 13:30:15 +01:00
Christoph Reiter
412257b551 jsonnet: disable clangarm64
jsonnet-0.20.0/third_party/rapidyaml/rapidyaml/ext/c4core/src/c4/ext/./fast_float/include/fast_float/float_common.h:165:17: error: use of undeclared identifier '__umulh'
2023-11-10 13:28:41 +01:00
Christoph Reiter
c9de04ca0e ffmpeg: replace patch with upstream version 2023-11-10 12:17:07 +01:00
Christoph Reiter
7e81acf426 Merge pull request #19045 from podsvirov/jsonnet-new-packages
jsonnet: New package
2023-11-10 11:49:01 +01:00
Christoph Reiter
8e0449a758 ffmpeg: Update to 6.0.1
Drop all patches included in this release
2023-11-10 11:23:31 +01:00
Biswapriyo Nath
151ed5ea99 kde-apps: update to 23.08.3 2023-11-10 05:26:01 +00:00
Konstantin Podsvirov
0f34267fbb jsonnet: New package 2023-11-10 02:04:57 +03:00
Mehdi Chinoune
f4bd368aca python-trove-classifiers: update to 2023.11.9 2023-11-09 19:59:55 +01:00
Mehdi Chinoune
b94faa1236 python-ford: update to 7.0.3 2023-11-09 19:59:44 +01:00
Mehdi Chinoune
1be30ff502 python-mako: update to 1.3.0 2023-11-09 19:59:36 +01:00
Christoph Reiter
08ee351517 Merge pull request #19037 from hmartinez82/openblas_all_kernels
openblas: Enable dynamic kernels in aarch64 builds
2023-11-08 21:48:49 +01:00
مهدي شينون (Mehdi Chinoune)
3b9c67f72e remove non-existed dependency on icu. 2023-11-08 20:23:01 +01:00
مهدي شينون (Mehdi Chinoune)
b026e63ea3 icu: rebuild dependent packages 2023-11-08 20:23:01 +01:00
Mehdi Chinoune
e28d01ebb8 icu: update to 74.1 2023-11-08 20:23:01 +01:00
Christoph Reiter
eda26bd575 Merge pull request #19039 from naveen521kk/update-py
python: update
2023-11-08 19:51:14 +01:00
Christoph Reiter
1df1e49a4e Merge pull request #19040 from lazka/faad2-2.11.0
faad2: Update to 2.11.0
2023-11-08 19:42:28 +01:00
Christoph Reiter
4854937a32 faad2: Update to 2.11.0
* Port to cmake
* remove yasm dep, seems unused
* manually copy the man page, since that seems to be missing
2023-11-08 19:14:14 +01:00
Naveen M K
0bea6ee6f3 python: update 2023-11-08 23:40:56 +05:30
Biswapriyo Nath
f006681037 libfilezilla: update to 0.45.0 2023-11-08 17:39:24 +00:00
Biswapriyo Nath
cc604b9bd6 hypre: update to 2.30.0 2023-11-08 17:39:03 +00:00
Biswapriyo Nath
c8beebb843 go: update to 1.21.4 2023-11-08 17:38:36 +00:00
Biswapriyo Nath
9020044723 glab: update to 1.35.0 2023-11-08 17:37:57 +00:00
Biswapriyo Nath
e581cf003d filezilla: update to 3.66.1 2023-11-08 17:37:42 +00:00
Hernan Martinez
2ee3ca1523 pkgrel bump 2023-11-07 23:59:39 -07:00
Hernan Martinez
7a5e97c8f9 Dynamic kernels on 2023-11-07 21:52:50 -07:00
Biswapriyo Nath
faff666314 xmake: update to 2.8.5 2023-11-07 20:10:59 +00:00
Biswapriyo Nath
686a9f13ab re2: update to 2023-11-01 2023-11-07 20:10:42 +00:00
Biswapriyo Nath
f06773b456 mupdf: update to 1.23.5 2023-11-07 20:10:14 +00:00
Biswapriyo Nath
b6630efcd0 libuv: update to 1.47.0 2023-11-07 20:08:54 +00:00
Biswapriyo Nath
fa376d2d0c adios2: update to 2.9.2 2023-11-07 20:07:19 +00:00
Raúl Cumplido
ae7c9b1f71 arrow: Remove unrequired existing llvm patch 2023-11-07 21:05:30 +05:30