Commit Graph

4140 Commits

Author SHA1 Message Date
Pierre Labastie
bbb31d06ae Update to pango-1.50.8 2022-07-03 09:18:55 +02:00
Pierre Labastie
243f2fedb9 Update to gtk4-4.6.6 2022-07-03 09:09:42 +02:00
Bruce Dubbs
33dcb57377 Update to libva-2.15.0 (xorg driver). 2022-07-02 16:42:47 -05:00
Bruce Dubbs
877b98907b Update to mesa-22.1.3. 2022-06-30 16:59:29 -05:00
Ken Moffat
70e458ba83 Update to qtwebengine-5.15.10 using python3.
For the avoidance of doubt, the patch md5sum is
5436b52ab02f93340702b413930bf0ed
2022-06-24 17:36:36 +01:00
Xi Ruoyao
8e8dd4fdad
xorg-config: fix a typo 2022-06-23 18:32:19 +08:00
Xi Ruoyao
d6b45f7ae5
change egrep to grep -E
egrep is deprecated since 2007, and the next grep release (3.8 or 4.0)
will print a warning if it's used.

Url: https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a951562
2022-06-23 18:15:12 +08:00
Pierre Labastie
52e63febd3 Update to Qt-5.15.5 2022-06-22 13:26:41 +02:00
Pierre Labastie
4287b2576f Update to mesa-22.1.2 2022-06-18 22:27:45 +02:00
Pierre Labastie
9d4a59ac9a Update to xcb-proto-1.15.2
Also update changelog for postgresql
2022-06-18 22:12:17 +02:00
Douglas R. Reno
bf5ed7c7b1 Package Updates:
Update to xcb-proto-1.15.1
Update to NetworkManager-1.38.2
2022-06-17 00:16:11 -05:00
Bruce Dubbs
165440efbc Update to gtksourceview-5.4.2. 2022-06-13 14:13:20 -05:00
Bruce Dubbs
151b342ad9 Update to libinput-1.21.0 (Xorg driver). 2022-06-13 14:02:48 -05:00
Bruce Dubbs
889c3b8b7a Add custom build instructions for libX11 2022-06-09 15:18:33 -05:00
Bruce Dubbs
57886172be Typo 2022-06-09 14:14:54 -05:00
Bruce Dubbs
e97b581b22 Update to libX11-1.8.1 (Xorg library). 2022-06-09 14:06:06 -05:00
Douglas R. Reno
4956ae3753 Package Updates:
Update to ntfs-3g-2022.5.17
Update to libdrm-2.4.111
Update to pidgin-2.14.10
Update to jasper-3.0.4
2022-06-04 16:17:43 -05:00
Bruce Dubbs
5190c76b1e Update to mesa-22.1.1. 2022-06-03 12:36:31 -05:00
Douglas R. Reno
87fbbb78b5 Package Updates:
Update to libblockdev-2.27
Update to iso-codes-4.10.0
Update to Log-Log4perl-1.55 (Perl Module)
Update to xkeyboard-config-2.36
Update to libadwaita-1.1.2
2022-06-02 12:05:55 -05:00
Bruce Dubbs
9f4aee8c4a typos 2022-06-01 20:01:16 -05:00
Bruce Dubbs
147b566723 Explain some Xorg.0.log error/warning messages.
Added explainations for:

(WW) Open ACPI failed (/var/run/acpid.socket)
(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
(EE) AIGLX error: dlopen of /opt/xorg/lib/dri/i965_dri.so failed
(EE) AIGLX error: unable to load driver i965
2022-06-01 19:40:58 -05:00
Bruce Dubbs
75b74c94c6 Update to gtk-4.6.5. 2022-06-01 07:49:28 -05:00
Pierre Labastie
6a8353331b mesa: Use <option> for optional switches
Also change "parameter" to "switch" in the text
2022-06-01 12:59:25 +02:00
Bruce Dubbs
7e40901198 Tweak mesa parameters and contents 2022-05-31 10:31:17 -05:00
Pierre Labastie
713981db6c Change mesa xdemo url at another place 2022-05-31 10:25:56 +02:00
Pierre Labastie
9dc1c31b81 Update mesa demos url 2022-05-31 10:15:04 +02:00
Bruce Dubbs
bee072a039 Update to mesa-22.1.0.
This version of mesa eliminates drivers for very old graphics cards.
It also uses the crocus driver for some Intel graphics.  It
has been tested for nvidia, intel, and amd graphics.

The instructions have been simplified to let the package determine
the appropriate drivers needed for the current system.
2022-05-31 00:38:37 -05:00
Bruce Dubbs
07bd55613d Update to webkitgtk-2.36.3. 2022-05-29 15:42:04 -05:00
Thomas Trepl (Moody)
1302dc6895 Remove imlib2-config from list of programs 2022-05-28 08:42:23 +02:00
Pierre Labastie
566ab83eb1 Update to xwayland-22.1.2 2022-05-26 20:45:33 +02:00
Bruce Dubbs
673b197e2b Update to gtk+3-3.24.34. 2022-05-19 11:44:36 -05:00
Bruce Dubbs
9855c0fd48 Update to webkitgtk-2.36.2. 2022-05-18 17:46:33 -05:00
Bruce Dubbs
a4bf676e73 Update to gtk-4.6.4. 2022-05-15 18:16:19 -05:00
Pierre Labastie
195cc2f996 Update to qt-5.15.4 2022-05-15 22:48:55 +02:00
Bruce Dubbs
0fcc739821 Update to kf5-5.94
Includes extra-cmake-modules, breeze-icons, and oxygen-icons5.
2022-05-15 11:56:41 -05:00
Pierre Labastie
3241bb9991 Fixes for gcc-12
for qtwebengine and xf86-video-vmware. For qtwebengine, I am
not sure it is not upstream, but what I have added works:
the problem is with the definition of functions std::begin and
std::end. They are defined in several headers (among which
<vector>), and in a different way in some other headers. Looks
like the former headers were included with gcc-11 and below,
while they are not anymore with gcc-12 (there is no standard
on what is included by what in C++ headers). The problem with
qtwebengine (or rather the third party skia module) is that
they also have towers of headers including each other, so that
it is hard to find where the missing C++ header has been included,
if it has been.
2022-05-15 08:15:38 +02:00
Pierre Labastie
27bcf0163c Fix xorg-server for gcc-12 2022-05-13 07:13:58 +02:00
Xi Ruoyao
e26e282dff
libxcvt: add --buildtype=release 2022-05-08 18:32:05 +08:00
Xi Ruoyao
a8ab4fa772
libxcb: remove unneeded CFLAGS override
The issue seems fixed in libxcb-1.15.
2022-05-07 20:51:20 +08:00
Ken Moffat
83cc2cc372 Add 'Firmware for AMD/ATI amdgpu video chips'
Bruce noticed this was not explicity covered, my skim-reading
had noticed the details for ATI video chips without spotting that
was only for radeon.

In both the amdgpu and radeon xorg drivers, clarify that firmware
might have been provided in a modular build in /lib/firmware.
2022-05-07 08:33:11 +01:00
Douglas R. Reno
a1bdb65261 libvdpau-va-gl: Drop unneeded ffmpeg dependency. 2022-05-06 12:38:50 -05:00
Bruce Dubbs
4180699f87 Package updates.
Update to libnotify-0.7.12.
Update to wireshark-3.6.4.
Update to xfsprogs-5.16.0.
2022-05-05 14:56:39 -05:00
Bruce Dubbs
c59adc0e36 Update to xcb packages
Update to libxcb-1.15.
Update to xcb-proto-1.15.
2022-05-04 21:45:53 -05:00
Bruce Dubbs
8259f64259 Update to icewm-2.9.7. 2022-05-02 11:31:34 -05:00
Bruce Dubbs
19961d11f4 Typo 2022-04-30 21:08:28 -05:00
Bruce Dubbs
cc6f95e438 Update to libX11-1.8. 2022-04-30 19:32:23 -05:00
Xi Ruoyao
ebb31dbfca
x7lib: remove unneeded case for libICE
Now libpthread.a is a dummy lib, so -lpthread is definitely unneeded.
2022-04-30 17:17:39 +08:00
Bruce Dubbs
245e9ba470 Update to libnotify-0.7.11. 2022-04-28 18:20:36 -05:00
Bruce Dubbs
6e5707ee33 Update to gtk-4.6.3. 2022-04-28 18:15:30 -05:00
Xi Ruoyao
e1130dfb67
xwayland: remove -Dxvfb=false, and optionally install Xvfb
With the default (-Dxvfb=true), Xvfb is built but not installed.  So
leave the default (as Xvfb may be used in test), and add instruction to
install it if the user won't use xorg-server.
2022-04-28 17:24:26 +08:00