Commit Graph

1987 Commits

Author SHA1 Message Date
Rahul Chandra
5dacc0e984 Update to fdk-aac-2.0.3 2023-12-28 22:35:27 -05:00
Douglas R. Reno
a60a3f9f7c Update the gstreamer stack to 1.22.8 (Security Update) 2023-12-27 19:07:34 -06:00
Pierre Labastie
1859ee6872 Remove links to deleted wiki pages
See https://wiki.linuxfromscratch.org/blfs/ticket/18952
2023-12-23 13:40:25 +01:00
Xi Ruoyao
dcf0bcc2d9
liba52: Use -fPIC even on 32-bit x86
See the updated command explanation for rationale of this change.  And
it also makes the instruction simpler, so it's a win-win.
2023-12-23 03:38:13 +08:00
Pierre Labastie
27442a31af liba52: CFLAGS is set to -g -O3 by default
Any setting of -Ox is unconditionally removed, and -O3 is always
applied. See also editor note.
2023-12-22 20:16:18 +01:00
Bruce Dubbs
3f3aad1340 Spelling/grammar fixes 2023-12-21 10:56:18 -06:00
Douglas R. Reno
372c4ce3d7 v4l-utils: several tweaks to the page
- Change the formatting for the meson command to be standard with other
  pages in the book
- Fix the commands for installing the contrib files (no sdlcam since we
  don't have SDL_Image in the book, remove $DESTDIR, etc)
- Add command explanations for the two contrib utilities
- Remove extraneous spaces in between commands
2023-12-18 12:13:56 -06:00
Rahul Chandra
0387d9afba Update to v4l-utils-1.26.1 2023-12-17 01:14:42 -05:00
Xi Ruoyao
f9a6626e9f
libvdpau-va-gl: Mesa should be required
This seems undetected because mesa is recommended for libva anyway.

Fixes #19004.
2023-12-13 03:05:41 +08:00
Rahul Chandra
9732e2550c Update to libaom-3.8.0 2023-12-08 18:36:43 -05:00
Pierre Labastie
875b3b57e8 Fix various option vs parameter problems
Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives
2023-12-08 22:05:39 +01:00
Douglas R. Reno
babbe4db8a Typo fixes from rhubarbpieguy 2023-12-07 12:11:50 -06:00
Xi Ruoyao
e75e99bdb2
libaom: Fix unclosed brackets 2023-12-07 12:12:43 +08:00
Xi Ruoyao
832e339df9
libaom: Clarify the condition where -DENABLE_NASM is needed 2023-12-07 12:07:06 +08:00
Pierre Labastie
fbdaa2169a libmusicbrainz5: fix for libxml-2.12.x 2023-12-06 20:11:20 +01:00
Douglas R. Reno
809fb828e4 wireplumber: minor text consistency change 2023-12-06 01:36:14 -06:00
Rahul Chandra
ffe0646a61 Update to wireplumber-0.4.17 2023-12-05 20:45:51 -05:00
Xi Ruoyao
64b92e4357
gst-plugins-bad: Add glslc as external dependency
The vulkan plugin needs it, like GTK-4.
2023-12-04 19:49:43 +08: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
882979cd7c Merge branch 'trunk' into renodr/vulkan-addition 2023-12-03 12:35:25 -06: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
52b9d55135
v4l-utils: LLVM is not required and it's useless unless libbpf is available 2023-12-02 18:20:48 +08:00
Douglas R. Reno
df04499346 Merge branch 'trunk' into renodr/vulkan-addition 2023-12-01 16:28:42 -06:00
Douglas R. Reno
376aa9d058 Update to mlt-7.22.0 2023-12-01 16:06:56 -06: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
Tim Tassonis
dfd3e911fe Update to v4l-utils-1.26.0. 2023-11-30 11:59:18 +01: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
Bruce Dubbs
423d58f80f Update to pipewire-1.0.0. 2023-11-28 10:37:40 -06:00
Douglas R. Reno
7b65b5a006 Update to wireplumber-0.4.16 2023-11-24 14:58:35 -06:00
Rahul Chandra
8abae415bc Update to intel-media-23.4.1 2023-11-23 11:02:39 -05:00
Bruce Dubbs
03b53c0ec3 Tweak libaom dependencies 2023-11-22 10:08:24 -06:00
Bruce Dubbs
0fd2370219 Update to libaom-3.7.1. 2023-11-22 10:06:55 -06:00
Bruce Dubbs
3636c57e46 Update to pipewire-0.3.85. 2023-11-19 16:03:23 -06:00
Tim Tassonis
6ed02d022d Update to faad2-2.11.1. 2023-11-15 04:26:00 +01:00
Douglas R. Reno
a1fe0cf75b Update the gstreamer stack to 1.22.7 (Security Update) 2023-11-14 14:40:01 -06:00
Pierre Labastie
68dfef54d6 Fix alignement of blocks
Reported by "rhubarbpieguy" on the blfs-dev mailing list
2023-11-09 15:07:04 +01:00
Douglas R. Reno
4457ee0344 FAAD2: Add forgotten required dependency on CMake 2023-11-08 12:00:23 -06:00
Douglas R. Reno
7f8ebbecd9 Update to faad2-2.11.0 2023-11-08 11:56:01 -06:00
Rahul Chandra
8c4bc9eab2 Update to pipewire-0.3.84. 2023-11-03 22:39:12 -04:00
Rahul Chandra
a99aee0afb Update to SDL2-2.28.5. 2023-11-03 22:30:48 -04:00
Douglas R. Reno
a907827177 Update to intel-media-driver-23.4.0 2023-10-31 12:37:33 -05:00
Douglas R. Reno
921174d5f6 Minor text tweaks/typo fixes
For libmpeg2, add a space into the FTP entity so that it gets ignored
2023-10-21 11:47:06 -05:00
Douglas R. Reno
819ef3eeb6 Fix a regression in alsa-lib on i686 that causes a segmentation fault
when audio is played.
2023-10-20 17:14:26 -05:00
Douglas R. Reno
b35512bcd6 Update to intel-media-driver-23.3.5 2023-10-20 12:51:32 -05:00
Bruce Dubbs
037ba24480 Update to pipewire-0.3.83. 2023-10-20 10:12:17 -05:00
Pierre Labastie
3ef294df8f Update to pipewire-0.3.82 2023-10-17 16:40:55 +02:00