Commit Graph

1866 Commits

Author SHA1 Message Date
Xi Ruoyao
2a2bb77bfe
pipewire: Uncomment Editor Notes
I've written some notes for this.
2023-06-30 03:01:29 +08:00
Xi Ruoyao
42ddc3001a
treewide: Replace "User Notes" with "Editor Notes" 2023-06-30 02:18:51 +08:00
Xi Ruoyao
14891a9084
treewide: More "User Notes" clean up
Remove links to pages w/o real contents.
2023-06-30 02:18:51 +08:00
Xi Ruoyao
1ef28cd2b8
treewide: Bring back some User Notes
Well, my script did not handle package names with dashes correctly.  So
some User Note links were mistakely removed.  Recheck removed links
containing dashes and add them back if applicable.
2023-06-30 02:18:51 +08:00
Xi Ruoyao
d8e1be00f3
multimedia: Remove non-exist User Notes link
Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh
2023-06-29 19:21:53 +08:00
Bruce Dubbs
6f994f12c9 Update to pipewire-0.3.72. 2023-06-27 12:48:19 -05:00
Xi Ruoyao
cc550bc48d
firmware: Add Sound Open Firmware 2023-06-28 00:15:29 +08:00
Xi Ruoyao
a0da9419fd
alsa-utils: Run alsactl init for the default setting
For some sound cards, there are many configuration settings in
alsamixer.  With the "blank" setting, the user may need a long time to
figure out how to set them correctly.  "alsactl init" will set them to a
"reasonable" initial setting.
2023-06-27 23:51:56 +08:00
Bruce Dubbs
21df254895 Update to flac-1.4.3. 2023-06-26 15:27:33 -05:00
Douglas R. Reno
ba3d767a52 Update to SDL2-2.28.0 2023-06-22 10:51:34 -05:00
Bruce Dubbs
320b871707 Update to sdl12-compat-release-1.2.64. 2023-05-26 16:22:51 -05:00
Bruce Dubbs
2d97adf3d4 Update gst-plugins-good stats 2023-05-24 09:42:04 -05:00
Bruce Dubbs
0eb7db8e68 Finish updating gstreameer stack 2023-05-23 12:29:16 -05:00
Bruce Dubbs
17f6bd428d Update to pipewire-0.3.71. 2023-05-21 18:29:12 -05:00
Bruce Dubbs
a89fd43ac7 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-05-18 15:38:08 -05:00
Bruce Dubbs
82d463fbff Typos 2023-05-18 15:37:57 -05:00
Xi Ruoyao
ba086d0b32
gst-plugins-bad: Add ldacBT as an external dependency
It allows building the LDAC plugin, which is needed by pulseaudio to
play high quality audios on LDAC capable bluetooth devices.

I've not tested it: I'm using pipewire instead of pulseaudio, and
pipewire directly uses ldacBT (we already have it in the pipewire page).
2023-05-19 01:38:21 +08:00
Pierre Labastie
973ea7c0d8 sdl12-compat needs GLU
GL/glu.h is included by SDL/SDL_opengl.h, which is used throughout
the build, and by users of SDL.
2023-05-13 13:25:54 +02:00
Bruce Dubbs
76646147b5 Update to libaom-3.6.1. 2023-05-12 15:28:19 -05:00
Bruce Dubbs
6123836a62 Update to mlt-7.16.0. 2023-05-08 15:32:13 -05:00
Tim Tassonis
b36aabe864 Update to alsa-lib alsa-utils 1.2.9. 2023-05-05 08:41:26 +02:00
Douglas R. Reno
bf0d7e63c5 Pipewire: add a description for pw-config, which was added in 0.3.70 2023-04-23 10:20:17 -05:00
Xi Ruoyao
2d1e39e691
libaom: Clarify how to use NASM
And mark it as nodep so jhalfs won't install both yasm and nasm with no
reason.
2023-04-22 16:09:17 +08:00
Bruce Dubbs
8fbcec3671 Update to pipewire-0.3.70. 2023-04-21 15:07:48 -05:00
Douglas R. Reno
f6503c7331 Add libaom to the book in support of libavif.
Tested with VLC, Parole, and ffmpeg.
2023-04-20 09:34:39 -05:00
Douglas R. Reno
6703becc70 Update the gstreamer stack to 1.22.2 2023-04-19 15:48:46 -05:00
Bruce Dubbs
21b6d6be18 Update to pipewire-0.3.69. 2023-04-15 10:27:12 -05:00
Xi Ruoyao
04202bde70
alsa: Add elogind/systemd as alsa-lib recommended runtime dependency ...
and no longer add users into audio group.

Suggested-by: Thanos Baloukas <baloukasthan@gmail.com>
2023-04-09 21:50:09 +08:00
Xi Ruoyao
7087a34709
pipewire: Move rm -vf /usr/bin/pipewire-* just before ninja install
And add role='root' for it.
2023-04-09 21:38:15 +08:00
Douglas R. Reno
9c47f0f22c pipewire: minor typo fix 2023-04-08 15:57:08 -05:00
Bruce Dubbs
6e1854e99a Update to pipewire-0.3.68. 2023-04-07 17:13:23 -05:00
Bruce Dubbs
a12730f76a Remove sdl dependeny from pages that also have sdl2 as a dependency 2023-04-07 13:13:35 -05:00
Bruce Dubbs
676ee3a73a Change SDL-1.2 to sdl12-compat-release-1.2.60. 2023-04-07 12:24:36 -05:00
Bruce Dubbs
e9df36bdc3 Update to SDL2-2.26.5. 2023-04-06 14:48:29 -05:00
Xi Ruoyao
afb71d0a95
Add notes about Internet connection requirement for building or testing 2023-03-27 16:08:36 +08:00
Douglas R. Reno
01264e5538 xine-lib: Remove unneeded sed for binutils-2.39
It seems to have been fixed in xine-lib-1.2.13
2023-03-21 19:00:55 -05:00
Bruce Dubbs
4b94d327fc Move SDL-1 to anduin. Upstream seems to have removed it 2023-03-17 15:39:43 -05:00
Bruce Dubbs
8ddd72ea45 Update to pipewire-0.3.67. 2023-03-16 13:31:58 -05:00
Pierre Labastie
91318eb9aa Add "setup" to meson commands
I've not been very consistent on typography, but it is a start
2023-03-13 17:48:55 +01:00
Xi Ruoyao
3165d829d0
Revert "pipewire: document a test failure with systemd"
This reverts commit 3cbfa4557e.

Fixed in systemd-253.
2023-03-10 12:19:44 +08:00
Bruce Dubbs
42035854a4 Update to mlt-7.14.0. 2023-03-07 14:48:24 -06:00
Bruce Dubbs
d206bc4eed Update to SDL2-2.26.4. 2023-03-07 14:26:04 -06:00
Bruce Dubbs
b10c207eb5 Update to gstreamer-1.22.0 and plugins. 2023-03-06 22:05:55 -06:00
Tim Tassonis
c3b8baf8dc Update to v4l-utils-1.24.1 2023-03-04 00:30:37 +01:00
Tim Tassonis
504e5cea0f Update to xfce4-notifyd-0.8.2.
Update to v4l-utils-1.24.0.
Update to libnotify-0.8.2.
2023-03-02 23:59:30 +01:00
Douglas R. Reno
b83499da79 Update to libass-0.17.1 2023-03-02 12:30:25 -06:00
Douglas R. Reno
b00e6f64ae Archive libdiscid.
Nothing uses it since libmusicbrainz3 is in the archive.
2023-03-02 09:58:37 -06:00
Douglas R. Reno
cebfa20fd6 Add information to alsa-utils on how to set the default sound card.
Most systems have multiple sound cards because of HDMI output, so it
makes sense to have this information now.
2023-02-27 20:56:28 -06:00
Bruce Dubbs
4b6e2b26bc More tags 2023-02-19 19:42:20 -06:00
Bruce Dubbs
2df0265da0 Update to pipewire-0.3.66. 2023-02-19 14:46:40 -06:00