Commit Graph

87 Commits

Author SHA1 Message Date
Andrew Murray
f5dc957079
Use cmds_cmake (#9)
* Use cmds_cmake

* Added libsharpyuv

* Combine meson into libavif install script

* Simplified condition

---------

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2024-12-13 10:47:18 -05:00
Andrew Murray
7b73d775aa
Merge branch 'main' into libavif-plugin 2024-12-13 22:39:30 +11:00
Andrew Murray
e361930936 Updated libjpeg-turbo to 3.1.0 2024-12-13 18:56:59 +11:00
Hugo van Kemenade
d66c51a356
Merge pull request #8533 from radarhere/harfbuzz_10_1_0
Updated harfbuzz to 10.1.0
2024-12-10 09:29:30 +02:00
Andrew Murray
2215eaf21d Updated openjpeg to 2.5.3 2024-12-10 06:25:48 +11:00
Andrew Murray
de4c6c1976
Removed ld64 flag (#6)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2024-12-07 12:46:08 -05:00
Andrew Murray
9ad83119cf
Allow libavif to install rav1e, except on manylinux2014 and aarch64 (#7)
* Allow libavif to install rav1e, except on manylinux2014 and aarch64

* Allow libavif to install rav1e on Windows

---------

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2024-12-07 12:42:38 -05:00
Andrew Murray
c40bcbfc87 Improved error handling 2024-12-03 10:31:57 +11:00
Andrew Murray
3730bf214b
Merge branch 'main' into libavif-plugin 2024-11-30 19:33:11 +11:00
Andrew Murray
540a0b73a7 Use installed cmake 2024-11-25 12:15:25 +11:00
Andrew Murray
658cdf3e09
Merge branch 'main' into libavif-plugin 2024-11-19 09:51:07 +11:00
Andrew Murray
e02e4aaf1d Updated harfbuzz to 10.1.0 2024-11-19 07:12:54 +11:00
Russell Keith-Magee
96b898c826
A couple more cleanups from code review. 2024-11-18 09:56:45 +08:00
Russell Keith-Magee
54f23345d2
More tweaks from code review. 2024-11-16 09:58:29 +08:00
Russell Keith-Magee
681a03b1c3
Apply suggestions from code review
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-11-09 10:29:29 +08:00
Andrew Murray
d6a0a15f53
Merge branch 'main' into libavif-plugin 2024-11-08 19:51:31 +11:00
Russell Keith-Magee
4e35852ccc
Correct typo in comment.
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-11-08 05:34:35 +08:00
Russell Keith-Magee
e82b5398e7
Correct handling of vendored fribidi. 2024-11-06 14:12:51 +08:00
Russell Keith-Magee
d1a4f8029b
Don't use multibuild variables before invoking multibuild. 2024-10-29 09:54:15 +08:00
Russell Keith-Magee
ec214e4d7c
Can't check IS_MACOS until common_utils is invoked. 2024-10-29 09:39:58 +08:00
Russell Keith-Magee
72d81e24a8
Simplify Linux config by correcting a logic error in macOS config. 2024-10-29 09:25:47 +08:00
Russell Keith-Magee
c74a5bdd85
Correct paths used for Linux build. 2024-10-29 09:02:05 +08:00
Russell Keith-Magee
08554684b3
Revert fribidi/raqm changes for macOS builds. 2024-10-29 07:48:07 +08:00
Andrew Murray
e5706a590b Upgraded multibuild to remove openjpeg lib64 copy 2024-10-29 09:04:06 +11:00
Andrew Murray
a43e5bb735 brew remove libdeflate 2024-10-26 14:26:47 +11:00
Russell Keith-Magee
43c34fc0a5
Copy manylinux lib64 files from the correct built prefix. 2024-10-25 17:20:34 +08:00
Russell Keith-Magee
0961d3d22b
Possible fix for linux build failures. 2024-10-25 16:10:29 +08:00
Russell Keith-Magee
140a06e0fd
Explicitly disable libdeflate on libtiff. 2024-10-25 16:04:56 +08:00
Russell Keith-Magee
5a8373e527
Correct a dumb pip invocation error. 2024-10-25 14:47:51 +08:00
Russell Keith-Magee
00809a2551
Tweaks to ensure isolation from Homebrew on x86_64. 2024-10-25 13:42:46 +08:00
Russell Keith-Magee
fc35fcc5ea
Cleanups and typos identified by code review. 2024-10-25 10:55:30 +08:00
Russell Keith-Magee
0fe55d6115
Isolate macOS build from Homebrew. 2024-10-25 09:53:06 +08:00
Andrew Murray
58ef69228d
Simplified code (#3)
* Removed unnecessary meson install

* Use the same Python as the build script

* Use python3

* Simplified code

* Updated meson

---------

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2024-10-19 01:15:53 -04:00
Frankie Dintino
e5494a2ce8
Fix PLAT envvar in cibuildwheel container 2024-10-16 09:43:32 -04:00
Andrew Murray
e2add24ec5
Added type hints (#2)
* Added type hints

* Updated nasm to 2.16.03

* Removed duplicate meson install

* Simplified code

* Sort formats alphabetically

* tile is already an empty list

---------

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2024-10-16 09:41:35 -04:00
Frankie Dintino
3878b588a4
Add AVIF plugin (using libavif) 2024-10-16 09:41:35 -04:00
Hugo van Kemenade
914f7e1c58
Merge pull request #8365 from radarhere/openjpeg
Removed custom build_openjpeg
2024-10-12 11:46:01 +03:00
Andrew Murray
baf2d8160a Updated xz to 5.6.3 2024-10-02 09:48:09 +10:00
Andrew Murray
30fca7a1d6 Install meson through pip 2024-09-28 18:38:45 +10:00
Andrew Murray
fb8db83122 Updated harfbuzz to 10.0.1 on macOS 2024-09-27 17:35:06 +10:00
Andrew Murray
71da6d8952 Downgrade harfbuzz on OSS Fuzz 2024-09-27 16:37:10 +10:00
Andrew Murray
4ca2b92503 Use $IS_ALPINE instead of $MB_ML_LIBC 2024-09-27 14:59:27 +10:00
Andrew Murray
72144ec530 Updated harfbuzz to 10.0.1 2024-09-25 08:33:18 +10:00
Andrew Murray
3f8b496431 Updated harfbuzz to 10.0.0 2024-09-24 09:54:26 +10:00
Andrew Murray
c01d2d0577 Updated libjpeg-turbo to 3.0.4 2024-09-15 21:57:45 +10:00
Hugo van Kemenade
c9eb14e104
Merge pull request #7916 from radarhere/xz 2024-09-13 16:40:41 +03:00
Andrew Murray
5d8e891387 Updated libpng to 1.6.44 2024-09-13 10:52:36 +10:00
Andrew Murray
9a42099dc3
Merge branch 'main' into openjpeg 2024-09-10 16:01:54 +10:00
Andrew Murray
d25d12f792 Removed custom build_openjpeg 2024-09-10 11:29:52 +10:00
Andrew Murray
608a5e83c0 Updated harfbuzz to 9.0.0, except on manylinux2014 2024-09-09 12:56:28 +10:00