Commit Graph

4485 Commits

Author SHA1 Message Date
Douglas R. Reno
5378451420 Update to libva-2.18.0 2023-04-08 21:35:55 -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
63ddb624f4 Update to xf86-input-libinput-1.3.0 (Xorg Driver). 2023-04-06 14:38:57 -05:00
Xi Ruoyao
6a7191e6d1
intel-media-driver: Tell how to make generation-specific build 2023-04-04 19:14:44 +08:00
Xi Ruoyao
253862074d
intel-media-driver: Install into $XORG_PREFIX 2023-04-04 18:31:31 +08:00
Douglas R. Reno
6f30fd18af Update to intel-media-driver-23.1.5 2023-04-03 18:29:44 -05:00
Bruce Dubbs
231f8ad09c Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-04-02 21:08:11 -05:00
Pierre Labastie
41bc718660 Update to xwayland-23.1.1 (security update) 2023-04-03 04:01:29 +02:00
Bruce Dubbs
353645c415 Update to adwaita-icon-theme-44.0. 2023-04-02 20:25:52 -05:00
Bruce Dubbs
5799ca54c4 Update to gtk-4.10.1. 2023-04-01 19:56:13 -05:00
Douglas R. Reno
23502fea43 Update to xorg-server-21.1.8 2023-03-30 17:24:36 -05:00
Pierre Labastie
427570a348 Update to libinput-1.23.0 2023-03-30 11:28:48 +02:00
Pierre Labastie
58140c3ea1 Update to xwayland-23.1.0 2023-03-30 10:49:13 +02:00
Pierre Labastie
d5077f7935 Update to mesa-23.0.1 2023-03-30 10:17:55 +02:00
Douglas R. Reno
02458f1856 Update to intel-media-driver-23.1.4 2023-03-23 15:34:14 -05:00
Bruce Dubbs
a2ff52a407 Make xorg-libinput-driver label lower case 2023-03-21 10:47:25 -05:00
Pierre Labastie
d5e731dfd3 xserver cannot use polkit, even at run time
also add role="runtime" for run time deps
2023-03-21 14:32:55 +01:00
Xi Ruoyao
adf287b1be
xorg-server: Mark both elogind and systemd dependencies runtime
xorg-server itself does not need libelogind/libsystemd to invoke the
logind D-Bus API.  elogind/systemd-logind works for Xorg server when you
login: once you've logged in on a TTY, pam_systemd or pam_elogind
invokes systemd-logind or elogind to modify the ACL of the device node
of GPU for you:

    $ getfacl /dev/dri/card1
    getfacl: Removing leading '/' from absolute path names
    # file: dev/dri/card1
    # owner: root
    # group: video
    user::rw-
    user:xry111:rw-
    group::rw-
    mask::rw-
    other::---

Note that the "user:xry111:rw-" line allows the user logged in (in this
example, xry111, my user account) to operate on the GPU.  If
systemd-logind or elogind is not installed, there will be no such a line
and you need to setuid bit for Xorg executable, which is not
recommended.

FWIW logind is smart enough not to add the ACL entry if you've logged in
via SSH.

You may need to logout and login again to use startx if you've installed
pam_{elogind,systemd} and Xorg server & xinit in a continous login
session, but this is already mentioned on xorg-config.xml.

You may ask why Xorg server links to libsystemd or libelogind.  It uses
sd_notify and sd_listen_fds API so the Xorg server can function as a
socket-activated systemd service.  This is useless in SysV: elogind is
a logind, not a service manager.  In Systemd the libsystemd.so installed
in LFS should be enough, and we've never provided instructions to run
Xorg server in BLFS as a systemd service.

Reported-by: Rainer Fiebig <jrf@mailbox.org>
2023-03-21 15:23:40 +08:00
Pierre Labastie
70d6ea499f Sysv: fix deps between dbus, X libs, and elogind
also remove a useless switch on dbus configure for sysv
2023-03-20 14:12:09 +01:00
Pierre Labastie
005fa60314 A few fixes to recent updates
- fix gobject-instrospection download url
- libXaw tarball is now .xz
2023-03-18 10:29:01 +01:00
Bruce Dubbs
6ba02d0c0b Update to kImageAnnotator-0.6.1. 2023-03-17 13:55:20 -05:00
Bruce Dubbs
250e82dbf7 Update to libXaw-1.0.15 (Xorg library). 2023-03-17 13:35:06 -05:00
Bruce Dubbs
37d53b1d9f Package updates.
Update to cmake-3.26.0.
Update to git-2.40.0.
Update to icewm-3.3.2.
2023-03-16 18:42:34 -05:00
Bruce Dubbs
4b9ee83cf5 Update to imlib2-1.11.0. 2023-03-16 14:23:26 -05:00
Xi Ruoyao
ef7a81a24b
gtk4: Realign doc instruction, and use remap='doc' for it 2023-03-16 18:18:36 +08: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
Ken Moffat
dce3118b32 Update to qtwebengine-5.15.13. 2023-03-09 20:06:37 +00:00
Xi Ruoyao
2cffbee604
gtk4: Add -Dintrospection=enabled
It's needed for GNOME but not enabled by default in 4.10.0 release:
https://gitlab.gnome.org/GNOME/gtk/-/issues/5633.
2023-03-07 11:20:56 +08:00
Bruce Dubbs
c9f7e52e0b Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-03-06 17:13:32 -06:00
Bruce Dubbs
e65231b961 Update to gtk-4.10.0. 2023-03-06 14:11:11 -06:00
Douglas R. Reno
ca8e653f43 Update to libhandy-1.8.2 2023-03-06 12:20:32 -06:00
Douglas R. Reno
f01907e2fe Update to libadwaita-1.2.3 2023-03-06 12:15:42 -06:00
Bruce Dubbs
583f8c1c9b Update to pango-1.50.14. 2023-03-05 18:14:39 -06:00
Bruce Dubbs
6e1b07447e Update to gtk+-3.24.37. 2023-03-05 18:11:22 -06:00
Xi Ruoyao
26c597d579
libnotify: Tell how to generate API doc with gi-docgen 2023-03-03 12:45:01 +08: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
Bruce Dubbs
240e616c5f Update to pango-1.50.13. 2023-03-02 16:06:38 -06:00
Douglas R. Reno
233661ae5b Update to various new xorg-fonts. 2023-03-02 11:00:42 -06:00
Douglas R. Reno
20c43bbcab Update xorg-legacy-fonts to their new versions. 2023-03-02 10:45:28 -06:00
Douglas R. Reno
557e97fe31 Update to xbitmaps-1.1.3 2023-03-02 10:28:01 -06:00
Douglas R. Reno
32676cbbb1 Update to xcursor-themes-1.0.7 2023-03-02 10:23:30 -06:00
Xi Ruoyao
ad91950fbc
Update to Mesa-22.3.6
Bring back the update from Tim reverted due to freeze.

This partially reverts commit 211e17547c.
2023-03-02 19:35:23 +08:00
Xi Ruoyao
f5091b3fef
x7driver: libva: List the VA API drivers (for suitable GPUs) as recommended runtime dependencies 2023-03-02 11:00:25 +08:00
Xi Ruoyao
5edd53e754
x7driver: Seperate intel-vaapi-driver from libva
The user should select the correct libva driver and install it, not
blindly install intel-vaapi-driver as a part of libva.
2023-03-02 10:59:56 +08:00
Douglas R. Reno
25707aa767 Add intel-gmmlib as a dependency for intel-media-driver 2023-02-27 21:35:57 -06:00
Douglas R. Reno
2ad1b08527 Xorg-Fonts: Minor reword to make the sentence flow properly 2023-02-27 20:41:10 -06:00
Douglas R. Reno
308cbf9da3 Add the Intel Media Driver. 2023-02-27 20:34:57 -06:00
Pierre Labastie
1b293aec45 pango: role->remap for doc instructions 2023-02-27 09:06:10 +01:00
Pierre Labastie
4c3c9faf26 Fix xcb-util-cursor dependencies 2023-02-26 23:38:02 +01:00
Pierre Labastie
60244f7d85 Fix libxcvt dependency on Xorg build env 2023-02-26 22:13:30 +01:00