Commit Graph

28279 Commits

Author SHA1 Message Date
Douglas R. Reno
b397566ed0 Disable using libplacebo in VLC.
VLC is incompatible with the latest versions of libplacebo. Upstream has
fixed it for VLC 4. Arch has a patch, but it only works with a version
of libplacebo from July.
2023-12-03 14:04:37 -06:00
Douglas R. Reno
79d741cc14 Add libplacebo to the book.
This is needed for MPV.
2023-12-03 13:36:14 -06:00
Douglas R. Reno
664f94b633 Add Glad to the book.
It provides a generator that creates loaders for Vulkan, OpenGL, EGL,
GLES, and GLX contexts. In our case it's going to be used for
libplacebo.
2023-12-03 12:57:08 -06:00
Douglas R. Reno
882979cd7c Merge branch 'trunk' into renodr/vulkan-addition 2023-12-03 12:35:25 -06:00
Xi Ruoyao
f6b8764349
llvm: Remove a hanging test "getline_nohang.cpp"
This test hangs in a QEMU VM running LFS r12.0-102 (built with jhalfs
w/o any modification) even if -fsanitize=thread is not used...  While
it's difficult to root cause the issue, let's not hang forever.

Link:https://github.com/llvm/llvm-project/issues/39012
2023-12-03 17:28:27 +08:00
Xi Ruoyao
4614dc1fb5
Update to llvm-16.0.6 (#18672) 2023-12-03 16:23:02 +08:00
Xi Ruoyao
c39ddc6c3d
llvm: Remove BPF from targets
To use clang with BPF for v4l-utils, libbpf must be installed but it's
not a BLFS package.  And I doubt if any BLFS user really uses an IR
remote control on the BLFS system.  So let's not make all BLFS users
build something useless.

Note that if both clang and libbpf both exist, v4l-utils will attempt to
use "clang -target bpf" anyway even if -Dbpf=disabled is explicitly
specified (we've got enough surprise from v4l-utils building system
these days!!), so add a note to v4l-utils for people installing non-BLFS
libbpf.
2023-12-03 13:56:37 +08:00
Xi Ruoyao
528007cf64
mutter: Remove an outdated comment
As discussed in #18580, HOME= is not needed with 45.0.  Reconfirmed with
45.2.
2023-12-03 12:54:47 +08:00
Bruce Dubbs
f1948e1bd6 Speling 2023-12-02 18:50:54 -06:00
Douglas R. Reno
ee66136871 Add support for Vulkan to Qt6 2023-12-02 11:13:28 -06:00
Xi Ruoyao
52b9d55135
v4l-utils: LLVM is not required and it's useless unless libbpf is available 2023-12-02 18:20:48 +08:00
Bruce Dubbs
619090f79f Update to cmake-3.27.9. 2023-12-01 19:12:58 -06:00
Bruce Dubbs
dc1099b93c Update to mupdf-1.23.7. 2023-12-01 17:42:25 -06:00
Bruce Dubbs
1414135a78 Update to gpgme-1.23.2. 2023-12-01 17:34:27 -06:00
Douglas R. Reno
990c920537 ffmpeg: add support for Vulkan
- Made the dependency internal
- Added an option to the Command Explanations for using --enable-vulkan
  to enable video acceleration through Vulkan
2023-12-01 16:30:10 -06:00
Douglas R. Reno
df04499346 Merge branch 'trunk' into renodr/vulkan-addition 2023-12-01 16:28:42 -06:00
Douglas R. Reno
5fa6df3d02 Update to gnome-disk-utility-45.1 2023-12-01 16:24:27 -06:00
Douglas R. Reno
e853c98a89 Update to c-ares-1.23.0 2023-12-01 16:20:08 -06:00
Douglas R. Reno
16be91a0a9 Update to python-dbusmock-0.30.0 (Python Module)
This includes a new test suite
2023-12-01 16:15:16 -06:00
Douglas R. Reno
80b6e7c4c7 Update the URL for FAM in Samba.
Thanks goes to rhubarbpieguy for the report.
2023-12-01 16:08:55 -06:00
Douglas R. Reno
376aa9d058 Update to mlt-7.22.0 2023-12-01 16:06:56 -06:00
Douglas R. Reno
d50c2d0107 Merge branch 'trunk' into renodr/vulkan-addition 2023-12-01 14:48:17 -06:00
Rahul Chandra
2a57f2d3cd Update to mariadb-10.11.6 (Security) 2023-12-01 06:39:57 -05:00
Douglas R. Reno
5166e29337 Merge branch 'trunk' into renodr/vulkan-addition
Merge the day's changes into the branch.
2023-12-01 00:15:22 -06:00
Douglas R. Reno
5dd6d734d7 v4l-utils: Use the correct tarball (bz2 version does not exist) 2023-12-01 00:15:05 -06:00
Xi Ruoyao
fca053a362
libnma: Fix a typo
Reported-by: Jamenson Espindula <jafesp@gmail.com>
2023-12-01 13:55:51 +08:00
Douglas R. Reno
1d88a48bd3 Update to qtwebengine-5.15.17 (Security Update) 2023-11-30 23:20:25 -06:00
Douglas R. Reno
23c4cec1cc Add support for Vulkan to Qt5:
- Make the dependency internal
- Add the new library installed to Installed Libraries
2023-11-30 12:15:28 -06:00
Xi Ruoyao
8c25fe79d6
mesa: Simplify doc install command 2023-11-30 19:21:59 +08:00
Tim Tassonis
dfd3e911fe Update to v4l-utils-1.26.0. 2023-11-30 11:59:18 +01:00
Douglas R. Reno
46cb389f52 Use the correct version for SPIRV-Tools.
I don't know how that ended up becoming the same as SPIRV-Headers, that
was strange.

The .rc1 is expected in this case. Upstream describes this as a final
release, but never removed the .rc1 from the tag.
2023-11-30 00:26:00 -06:00
Douglas R. Reno
bdfff0bbca Make the vulkan dependency internal in gtksourceview5.
It is detected at build time and building and running tests worked.
2023-11-30 00:00:36 -06:00
Douglas R. Reno
e4524d7674 Document how to use Vulkan in GTK-4.
Note that at this time, it's backend is still considered experimental.
It also requires Google's shader compiler to build, which is available
from https://github.com/google/shaderc/blob/main/downloads.md. This is
also known as 'glslc'.
2023-11-29 23:54:59 -06:00
Douglas R. Reno
d88a080e1b gst-plugins-bad: change Vulkan to internal.
Just tested and all seems to work well there.
2023-11-29 23:40:57 -06:00
Douglas R. Reno
410e241022 Merge branch 'trunk' into renodr/vulkan-addition
Merge the gst-plugins-bad test fail documentation in
2023-11-29 23:39:57 -06:00
Douglas R. Reno
63b7c2b26e gst-plugins-bad: Document a failing test.
It looks like Xi discovered this and filed an issue two weeks ago, but I
just ran into it while working on Vulkan.

Upstream issue is https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3124
2023-11-29 23:37:16 -06:00
Douglas R. Reno
0b570f57b3 Add support for Vulkan to Pipewire 2023-11-29 23:30:45 -06:00
Douglas R. Reno
dd3f068f5b Subversion: document Syntax Warnings in tests when using Python 3.12 2023-11-29 20:53:18 -06:00
Douglas R. Reno
105a90a727 Merge branch 'trunk' into renodr/vulkan-addition
Merge in changes from trunk
2023-11-29 14:07:21 -06:00
Douglas R. Reno
3c7a49c5e3 Update to sphinx-rtd-theme-2.0.0 2023-11-29 13:59:30 -06:00
Douglas R. Reno
1fe47db95e Update to jasper-4.1.1 2023-11-29 13:53:42 -06:00
Rahul Chandra
a8d72e7dc0 Update to nss-3.95 2023-11-29 09:05:12 -05:00
Ken Moffat
9c1319c602 tuningfonts -
Make all internal sections of tuning-fontconfig Sect2 so that the
titles are all in the same font size.
2023-11-29 09:21:59 +00:00
Ken Moffat
3a579120b5 Merge branch 'trunk' into ken/tuningfonts 2023-11-29 08:46:34 +00:00
Ken Moffat
f57d8fcd82 tuningfonts -
Index Lohit fonts, and use a capital for Indic.
2023-11-29 08:39:21 +00:00
Ken Moffat
1307636b2f tuningfonts -
We use <application> in the markup for all package names. Do that
consistently for rendered text on these pages, except when referring
to a version of a package.
2023-11-29 08:31:29 +00:00
Ken Moffat
82ea9e2860 tuningfonts -
Use a capital for Fontconfig, to match other packages.
2023-11-29 07:58:24 +00:00
Ken Moffat
a5d96b7285 tuningfonts -
Remove note that some of the data is out of date.
2023-11-29 06:44:28 +00:00
Ken Moffat
18024d615b tuningfonts -
Italic is a style, not a face - make the fontconfg page match
the TTF-and-OTF-fonts page.

Do not use caps for 'variable', it is not a proper noun.

Typos.

Change one or two 'normal' to other words: too many uses of normal
throughout the page. Mozilla's CSS doc describes weight 400 as
'Normal (Regular)', so for weights normal is the correct word
(Regular only applies to non-book non-oblique non-slant styles).
2023-11-29 06:35:27 +00:00
Ken Moffat
4d3dee927f tuningfonts -
Discourage using the ancient MS Core fonts.
2023-11-29 06:09:48 +00:00