Test ran at 2025-07-17 01:15:10.882389+00:00
SOLUTION:
lsystem_editor=1.0.0: L-Systems editor in Ada
Origin: commit b01f05b870b2eb91e95f4868e259d9208afdbe34 from https://github.com/Heziode/lsystem-editor
Properties:
Author: Heziode
Description: L-Systems editor in Ada
Executable: lsystem-editor
License: MIT
Long_Description:
# L-System Editor
A comprehensive graphical and command-line editor for creating, manipulating, and visualizing Lindenmayer systems (L-systems).
This project was initially developed as part of a university project.
## What are L-Systems?
L-systems (Lindenmayer systems) are a type of formal grammar introduced by biologist Aristid Lindenmayer in 1968. They are particularly useful for modeling plant growth and generating fractals. An L-system consists of:
- An **alphabet** of symbols that can be used to make strings
- An **axiom** (initial string) to start with
- A set of **production rules** that expand each symbol into a larger string of symbols
Through recursive application of these rules, complex structures can be generated from simple initial conditions.
## Features
- **Interactive GUI** for creating and editing L-systems
- **Command-line interface** for batch processing and automated workflows
- **Real-time visualization** of the L-system at different development levels
- **Export capabilities** to PS (PostScript) format for now
- **Customizable rendering** with adjustable parameters (colors, margins, dimensions)
- **Save and load** L-system definitions using `.ls` files
## Installation
### Using Alire (recommended)
```
alr install lsystem_editor
```
### From Source
1. Ensure you have Ada and GtkAda installed. This project depends on GNAT Lib.
2. Clone the repository: `git clone https://github.com/Heziode/lsystem-editor.git`
3. Build with Alire: `alr build` or manually with `make`
## Usage
### GUI Mode
Launch the graphical interface:
```
./bin/lsystem_editor
# Or
alr run
```
The GUI offers:
- A text editor area for defining L-system rules
- Controls to adjust the development level
- Real-time visualization of the L-system
- Export options
- Customization of colors and rendering parameters
### Command-Line Mode
For automated processing or batch operations:
```
lsystem_editor --no-gui [OPTIONS]
```
#### Command-Line Options
| Option | Long Form | Description |
|--------|-----------|-------------|
| `-i` | `--input=FILE` | Input file containing an L-system definition |
| `-o` | `--output=FILE` | Output file to store an L-system definition |
| `-e` | `--export=FORMAT` | Export format for the L-system representation |
| `-p` | `--export-file=FILE` | Output file for the exported representation |
| `-d` | `--develop=N` | Number of development steps to apply |
| `-w` | `--width=N` | Width of the output representation |
| `-h` | `--height=N` | Height of the output representation |
| `-b` | `--background-color=COLOR` | Background color in hex format (e.g., #AABBCC) |
| `-f` | `--foreground-color=COLOR` | Foreground color in hex format (e.g., #AABBCC) |
| `-mt` | `--margin-top=N` | Top margin for rendering |
| `-mr` | `--margin-right=N` | Right margin for rendering |
| `-mb` | `--margin-bottom=N` | Bottom margin for rendering |
| `-ml` | `--margin-left=N` | Left margin for rendering |
## L-System File Format
L-system definitions are stored in `.ls` files with the following syntax:
```
[angle in degrees]
[initial string]
[symbol] [replacement string]
[symbol] [replacement string]
...
```
### Example L-System: Koch Curve
```
60.0
-F++F++F
F F-F++F-F
```
Where:
- `F` means "draw forward"
- `+` means "turn left by angle"
- `-` means "turn right by angle"
## Controls in GUI Mode
- **Text Editor**: Define and edit your L-system
- **Validate Button**: Check if your L-system definition is valid
- **Level Spinner**: Adjust the development level
- **Color Controls**: Change foreground and background colors
- **Export Options**: Save visualizations
## License
L-System Editor is distributed under the MIT License.
Copyright (c) 2018 Quentin Dauprat (Heziode)
See the [LICENSE](https://github.com/Heziode/lsystem-editor/blob/master/LICENSE) file for full details.
Maintainer: Heziode
Maintainers_Logins: heziode
Name: lsystem_editor
Project_File: LSystem_Editor.gpr
Tag: gtk
Tag: gtk3
Tag: ada
Tag: l-systems
Tag: gtkada
Tag: l-system
Tag: editor
Tag: gui
Version: 1.0.0
Website: https://github.com/Heziode/lsystem-editor
Dependencies (direct):
gtkada^25.0.1
resources~0.1.0
Dependencies (solution):
gtkada=25.0.1
libgtk3=3.24.43
make=4.4.1
pkg_config=2.1.1
resources=0.1.0
Dependencies (graph):
gtkada=25.0.1 --> libgtk3=3.24.43 (>=3.24.24)
gtkada=25.0.1 --> make=4.4.1 (*)
gtkada=25.0.1 --> pkg_config=2.1.1 (*)
lsystem_editor=1.0.0 --> gtkada=25.0.1 (^25.0.1)
lsystem_editor=1.0.0 --> resources=0.1.0 (~0.1.0)
LOG:
[alr test] Testing lsystem_editor=1.0.0
[alr test] Spawning retrieval for remote crate: alr -d -n get lsystem_editor=1.0.0
Note: Deploying lsystem_editor=1.0.0...
Note: Deploying libgtk3=3.24.43...
The system package 'gtk3-devel' is about to be installed.
This action might require admin privileges and impact your system installation.
Do you want Alire to install this system package?
Using default: Yes
Last metadata expiration check: 0:04:10 ago on Thu Jul 17 01:08:06 2025.
Dependencies resolved.
=================================================================================================
Package Arch Version Repo Size
=================================================================================================
Installing:
gtk3-devel x86_64 3.24.43-1.fc40 updates 4.3 M
Installing dependencies:
ModemManager-glib x86_64 1.22.0-3.fc40 fedora 322 k
NetworkManager-libnm x86_64 1:1.46.6-1.fc40 updates 1.8 M
abattis-cantarell-vf-fonts noarch 0.301-12.fc40 fedora 120 k
adwaita-cursor-theme noarch 46.2-2.fc40 updates 516 k
adwaita-icon-theme noarch 46.2-2.fc40 updates 407 k
adwaita-icon-theme-legacy noarch 46.2-1.fc40 updates 2.5 M
alsa-lib x86_64 1.2.13-3.fc40 updates 517 k
at-spi2-atk x86_64 2.52.0-1.fc40 fedora 86 k
at-spi2-atk-devel x86_64 2.52.0-1.fc40 fedora 11 k
at-spi2-core x86_64 2.52.0-1.fc40 fedora 373 k
at-spi2-core-devel x86_64 2.52.0-1.fc40 fedora 323 k
atk x86_64 2.52.0-1.fc40 fedora 80 k
atk-devel x86_64 2.52.0-1.fc40 fedora 445 k
avahi-glib x86_64 0.8-26.fc40 fedora 15 k
avahi-libs x86_64 0.8-26.fc40 fedora 67 k
bluez-libs x86_64 5.81-2.fc40 updates 83 k
brotli x86_64 1.1.0-3.fc40 fedora 20 k
brotli-devel x86_64 1.1.0-3.fc40 fedora 34 k
bzip2-devel x86_64 1.0.8-18.fc40 fedora 214 k
cairo x86_64 1.18.0-3.fc40 fedora 709 k
cairo-devel x86_64 1.18.0-3.fc40 fedora 193 k
cairo-gobject x86_64 1.18.0-3.fc40 fedora 17 k
cairo-gobject-devel x86_64 1.18.0-3.fc40 fedora 11 k
cdparanoia-libs x86_64 10.2-44.fc40 fedora 54 k
cmake-filesystem x86_64 3.30.8-1.fc40 updates 17 k
colord-libs x86_64 1.4.7-3.fc40 fedora 234 k
cpio x86_64 2.15-1.fc40 fedora 292 k
cpuinfo x86_64 23.2.14-3.giteb4a667.fc40.2 fedora 42 k
crypto-policies-scripts noarch 20240201-2.git9f501f3.fc40 fedora 117 k
cups-filesystem noarch 1:2.4.12-2.fc40 updates 13 k
cups-libs x86_64 1:2.4.12-2.fc40 updates 262 k
dbus-devel x86_64 1:1.14.10-3.fc40 fedora 40 k
dbus-libs x86_64 1:1.14.10-3.fc40 fedora 156 k
default-fonts-core-sans noarch 4.0-13.fc40 updates 31 k
dracut x86_64 102-2.fc40 updates 466 k
duktape x86_64 2.7.0-7.fc40 fedora 170 k
exempi x86_64 2.6.4-5.fc40 fedora 581 k
exiv2-libs x86_64 0.27.6-7.fc40 fedora 755 k
fdk-aac-free x86_64 2.0.0-13.fc40 fedora 337 k
file x86_64 5.45-4.fc40 fedora 49 k
flac-libs x86_64 1.4.3-4.fc40 fedora 262 k
fontconfig x86_64 2.15.0-6.fc40 updates 270 k
fontconfig-devel x86_64 2.15.0-6.fc40 updates 165 k
fonts-filesystem noarch 1:2.0.5-14.fc40 fedora 8.2 k
freetype x86_64 2.13.2-5.fc40 fedora 410 k
freetype-devel x86_64 2.13.2-5.fc40 fedora 951 k
fribidi x86_64 1.0.14-2.fc40 updates 92 k
fribidi-devel x86_64 1.0.14-2.fc40 updates 29 k
fuse-common x86_64 3.16.2-3.fc40 fedora 8.7 k
fuse3 x86_64 3.16.2-3.fc40 fedora 58 k
fuse3-libs x86_64 3.16.2-3.fc40 fedora 93 k
gdk-pixbuf2 x86_64 2.42.10-8.fc40 fedora 485 k
gdk-pixbuf2-devel x86_64 2.42.10-8.fc40 fedora 369 k
gdk-pixbuf2-modules x86_64 2.42.10-8.fc40 fedora 86 k
geoclue2 x86_64 2.7.2-2.fc40 updates 164 k
gettext x86_64 0.22.5-4.fc40 updates 1.1 M
gettext-envsubst x86_64 0.22.5-4.fc40 updates 38 k
gettext-libs x86_64 0.22.5-4.fc40 updates 666 k
gettext-runtime x86_64 0.22.5-4.fc40 updates 121 k
giflib x86_64 5.2.2-6.fc40 updates 52 k
glib2-devel x86_64 2.80.0-1.fc40 fedora 1.5 M
gobject-introspection x86_64 1.80.1-1.fc40 updates 111 k
google-noto-fonts-common noarch 20240301-2.fc40 fedora 17 k
google-noto-sans-vf-fonts noarch 20240301-2.fc40 fedora 593 k
gpgmepp x86_64 1.23.2-3.fc40 fedora 139 k
graphene x86_64 1.10.6-8.fc40 fedora 61 k
graphite2 x86_64 1.3.14-15.fc40 fedora 95 k
graphite2-devel x86_64 1.3.14-15.fc40 fedora 21 k
grub2-common noarch 1:2.12-16.fc40 updates 1.0 M
grub2-tools x86_64 1:2.12-16.fc40 updates 1.8 M
grub2-tools-minimal x86_64 1:2.12-16.fc40 updates 613 k
gsettings-desktop-schemas x86_64 46.1-1.fc40 updates 755 k
gsm x86_64 1.0.22-6.fc40 fedora 36 k
gstreamer1 x86_64 1.24.11-1.fc40 updates 1.6 M
gstreamer1-plugins-base x86_64 1.24.11-1.fc40 updates 2.2 M
gtk-update-icon-cache x86_64 3.24.43-1.fc40 updates 34 k
gtk3 x86_64 3.24.43-1.fc40 updates 5.6 M
harfbuzz x86_64 8.5.0-1.fc40 updates 1.0 M
harfbuzz-devel x86_64 8.5.0-1.fc40 updates 446 k
harfbuzz-icu x86_64 8.5.0-1.fc40 updates 16 k
hicolor-icon-theme noarch 0.17-18.fc40 fedora 66 k
highway x86_64 1.2.0-2.fc40 updates 652 k
hwdata noarch 0.394-1.fc40 updates 1.6 M
iso-codes noarch 4.16.0-3.fc40 fedora 3.5 M
jbigkit-libs x86_64 2.1-29.fc40 fedora 53 k
json-glib x86_64 1.8.0-3.fc40 fedora 167 k
lame-libs x86_64 3.100-17.fc40 fedora 336 k
lcms2 x86_64 2.16-3.fc40 fedora 180 k
libX11 x86_64 1.8.10-2.fc40 updates 650 k
libX11-common noarch 1.8.10-2.fc40 updates 176 k
libX11-devel x86_64 1.8.10-2.fc40 updates 1.0 M
libX11-xcb x86_64 1.8.10-2.fc40 updates 12 k
libXau x86_64 1.0.11-6.fc40 fedora 32 k
libXau-devel x86_64 1.0.11-6.fc40 fedora 14 k
libXcomposite x86_64 0.4.6-3.fc40 fedora 24 k
libXcomposite-devel x86_64 0.4.6-3.fc40 fedora 16 k
libXcursor x86_64 1.2.1-7.fc40 fedora 30 k
libXcursor-devel x86_64 1.2.1-7.fc40 fedora 40 k
libXdamage x86_64 1.1.6-3.fc40 fedora 23 k
libXdamage-devel x86_64 1.1.6-3.fc40 fedora 9.5 k
libXext x86_64 1.3.6-1.fc40 fedora 39 k
libXext-devel x86_64 1.3.6-1.fc40 fedora 86 k
libXfixes x86_64 6.0.1-3.fc40 fedora 19 k
libXfixes-devel x86_64 6.0.1-3.fc40 fedora 13 k
libXft x86_64 2.3.8-6.fc40 fedora 72 k
libXft-devel x86_64 2.3.8-6.fc40 fedora 50 k
libXi x86_64 1.8.2-1.fc40 updates 40 k
libXi-devel x86_64 1.8.2-1.fc40 updates 116 k
libXinerama x86_64 1.1.5-6.fc40 fedora 14 k
libXinerama-devel x86_64 1.1.5-6.fc40 fedora 13 k
libXrandr x86_64 1.5.4-3.fc40 fedora 28 k
libXrandr-devel x86_64 1.5.4-3.fc40 fedora 19 k
libXrender x86_64 0.9.11-6.fc40 fedora 27 k
libXrender-devel x86_64 0.9.11-6.fc40 fedora 19 k
libXtst x86_64 1.2.5-1.fc40 updates 20 k
libXtst-devel x86_64 1.2.5-1.fc40 updates 16 k
libXv x86_64 1.0.12-3.fc40 fedora 18 k
libXxf86vm x86_64 1.1.5-6.fc40 fedora 18 k
libaom x86_64 3.12.0-1.fc40 updates 1.8 M
libasyncns x86_64 0.8-28.fc40 fedora 30 k
libavif x86_64 1.0.4-3.fc40 updates 91 k
libblkid-devel x86_64 2.40-0.9.rc1.fc40 fedora 18 k
libcanberra x86_64 0.30-35.fc40 fedora 85 k
libcloudproviders x86_64 0.3.5-3.fc40 fedora 46 k
libcloudproviders-devel x86_64 0.3.5-3.fc40 fedora 49 k
libcue x86_64 2.3.0-3.fc40 fedora 35 k
libdatrie x86_64 0.2.13-9.fc40 fedora 32 k
libdatrie-devel x86_64 0.2.13-9.fc40 fedora 153 k
libdav1d x86_64 1.5.1-1.fc40 updates 635 k
libdrm x86_64 2.4.123-1.fc40 updates 159 k
libepoxy x86_64 1.5.10-6.fc40 fedora 222 k
libepoxy-devel x86_64 1.5.10-6.fc40 fedora 133 k
libexif x86_64 0.6.24-7.fc40 fedora 456 k
libffi-devel x86_64 3.4.4-7.fc40 fedora 28 k
libgexiv2 x86_64 0.14.3-1.fc40 updates 103 k
libglvnd x86_64 1:1.7.0-4.fc40 fedora 115 k
libglvnd-core-devel x86_64 1:1.7.0-4.fc40 fedora 17 k
libglvnd-devel x86_64 1:1.7.0-4.fc40 fedora 163 k
libglvnd-egl x86_64 1:1.7.0-4.fc40 fedora 35 k
libglvnd-gles x86_64 1:1.7.0-4.fc40 fedora 29 k
libglvnd-glx x86_64 1:1.7.0-4.fc40 fedora 132 k
libglvnd-opengl x86_64 1:1.7.0-4.fc40 fedora 38 k
libgrss x86_64 0.7.0-19.fc40 fedora 62 k
libgsf x86_64 1.14.53-2.fc40 updates 261 k
libgudev x86_64 238-5.fc40 fedora 35 k
libgusb x86_64 0.4.9-1.fc40 updates 65 k
libgxps x86_64 0.3.2-8.fc40 fedora 76 k
libicu x86_64 74.2-1.fc40 fedora 10 M
libicu-devel x86_64 74.2-1.fc40 fedora 930 k
libimobiledevice x86_64 1.3.0^20230705git6fc41f5-4.fc40 fedora 138 k
libimobiledevice-glue x86_64 1.0.0-3.fc40 fedora 36 k
libiptcdata x86_64 1.0.5-17.fc40 fedora 60 k
libjpeg-turbo x86_64 3.0.2-1.fc40 fedora 227 k
libjpeg-turbo-devel x86_64 3.0.2-1.fc40 fedora 97 k
libjxl x86_64 1:0.8.4-1.fc40 updates 1.2 M
libkcapi x86_64 1.5.0-4.fc40 updates 46 k
libkcapi-hasher x86_64 1.5.0-4.fc40 updates 26 k
libkcapi-hmaccalc x86_64 1.5.0-4.fc40 updates 9.1 k
liblc3 x86_64 1.1.3-1.fc40 updates 103 k
libldac x86_64 2.0.2.3-15.fc40 fedora 41 k
liblerc x86_64 4.0.0-6.fc40 fedora 210 k
libmount-devel x86_64 2.40-0.9.rc1.fc40 fedora 19 k
libnotify x86_64 0.8.6-1.fc40 updates 52 k
libogg x86_64 2:1.3.5-8.fc40 fedora 33 k
libosinfo x86_64 1.11.0-5.fc40 fedora 316 k
libpciaccess x86_64 0.16-12.fc40 fedora 26 k
libplist x86_64 2.3.0-4.fc40 fedora 93 k
libpng x86_64 2:1.6.40-3.fc40 fedora 120 k
libpng-devel x86_64 2:1.6.40-3.fc40 fedora 291 k
libproxy x86_64 0.5.5-1.fc40 updates 48 k
librsvg2 x86_64 2.57.1-7.fc40 updates 1.5 M
libsbc x86_64 2.0-4.fc40 fedora 48 k
libselinux-devel x86_64 3.6-4.fc40 fedora 151 k
libsepol-devel x86_64 3.6-3.fc40 fedora 49 k
libsndfile x86_64 1.2.2-4.fc40 updates 213 k
libsoup x86_64 2.74.3-6.fc40 fedora 397 k
libsoup3 x86_64 3.4.5-1.fc40 updates 385 k
libstemmer x86_64 2.2.0-10.fc40 fedora 139 k
libtdb x86_64 1.4.10-1.fc40 fedora 51 k
libtextstyle x86_64 0.22.5-4.fc40 updates 88 k
libthai x86_64 0.1.29-8.fc40 fedora 214 k
libthai-devel x86_64 0.1.29-8.fc40 fedora 144 k
libtheora x86_64 1:1.1.1-36.fc40 fedora 166 k
libtiff x86_64 4.6.0-5.fc40.1 updates 339 k
libtiff-devel x86_64 4.6.0-5.fc40.1 updates 258 k
libtracker-sparql x86_64 3.7.3-1.fc40 updates 371 k
libunwind x86_64 1.8.0-3.fc40 fedora 73 k
libusb1 x86_64 1.0.28-2.fc40 updates 78 k
libusbmuxd x86_64 2.0.2^20230620git8d30a55-5.fc40 fedora 36 k
libvisual x86_64 1:0.4.1-4.fc40 fedora 151 k
libvmaf x86_64 2.3.0-7.fc40 fedora 180 k
libvorbis x86_64 1:1.3.7-10.fc40 fedora 187 k
libwayland-client x86_64 1.23.0-2.fc40 updates 33 k
libwayland-cursor x86_64 1.23.0-2.fc40 updates 19 k
libwayland-egl x86_64 1.23.0-2.fc40 updates 13 k
libwayland-server x86_64 1.23.0-2.fc40 updates 41 k
libwebp x86_64 1.5.0-1.fc40 updates 297 k
libwebp-devel x86_64 1.5.0-1.fc40 updates 40 k
libxcb x86_64 1.17.0-2.fc40 updates 240 k
libxcb-devel x86_64 1.17.0-2.fc40 updates 1.4 M
libxkbcommon-devel x86_64 1.6.0-2.fc40 fedora 66 k
libxml2-devel x86_64 2.12.5-1.fc40 fedora 525 k
libxshmfence x86_64 1.3.2-5.fc40 updates 13 k
libxslt x86_64 1.1.43-1.fc40 updates 183 k
libzstd-devel x86_64 1.5.5-5.fc40 fedora 51 k
llvm-libs x86_64 18.1.8-4.fc40 updates 28 M
lm_sensors-libs x86_64 3.6.0-18.fc40 fedora 40 k
mesa-filesystem x86_64 24.1.7-1.fc40 updates 21 k
mesa-libEGL x86_64 24.1.7-1.fc40 updates 140 k
mesa-libGL x86_64 24.1.7-1.fc40 updates 176 k
mesa-libgbm x86_64 24.1.7-1.fc40 updates 48 k
mesa-libglapi x86_64 24.1.7-1.fc40 updates 51 k
mpg123-libs x86_64 1.32.9-1.fc40 updates 345 k
nspr x86_64 4.36.0-6.fc40 updates 137 k
nss x86_64 3.110.0-2.fc40 updates 711 k
nss-softokn x86_64 3.110.0-2.fc40 updates 414 k
nss-softokn-freebl x86_64 3.110.0-2.fc40 updates 333 k
nss-sysinit x86_64 3.110.0-2.fc40 updates 19 k
nss-util x86_64 3.110.0-2.fc40 updates 89 k
openjpeg2 x86_64 2.5.3-1.fc40 updates 189 k
opus x86_64 1.5.1-1.fc40 fedora 230 k
orc x86_64 0.4.39-1.fc40 updates 223 k
os-prober x86_64 1.81-6.fc40 fedora 51 k
osinfo-db noarch 20250124-1.fc40 updates 476 k
osinfo-db-tools x86_64 1.11.0-5.fc40 fedora 74 k
pango x86_64 1.54.0-1.fc40 updates 347 k
pango-devel x86_64 1.54.0-1.fc40 updates 160 k
pcre2-devel x86_64 10.42-2.fc40.2 fedora 505 k
pcre2-utf16 x86_64 10.42-2.fc40.2 fedora 216 k
pcre2-utf32 x86_64 10.42-2.fc40.2 fedora 203 k
pipewire-jack-audio-connection-kit-libs x86_64 1.0.9-2.fc40 updates 132 k
pipewire-libs x86_64 1.0.9-2.fc40 updates 1.8 M
pixman x86_64 0.43.4-1.fc40 updates 293 k
pixman-devel x86_64 0.43.4-1.fc40 updates 17 k
polkit x86_64 124-2.fc40 fedora 157 k
polkit-libs x86_64 124-2.fc40 fedora 67 k
polkit-pkla-compat x86_64 0.1-28.fc40 fedora 44 k
poppler x86_64 24.02.0-2.fc40 fedora 1.2 M
poppler-data noarch 0.4.11-7.fc40 fedora 2.0 M
poppler-glib x86_64 24.02.0-2.fc40 fedora 190 k
procps-ng x86_64 4.0.4-3.fc40 fedora 367 k
pulseaudio-libs x86_64 16.1-8.fc40 updates 693 k
python3-packaging noarch 23.2-4.fc40 fedora 125 k
rav1e-libs x86_64 0.7.1-4.fc40 updates 1.0 M
rtkit x86_64 0.11-63.fc40 fedora 55 k
shared-mime-info x86_64 2.3-5.fc40 updates 390 k
sound-theme-freedesktop noarch 0.8-21.fc40 fedora 383 k
svt-av1-libs x86_64 2.3.0-1.fc40 updates 2.0 M
sysprof-capture-devel x86_64 46.0-1.fc40 fedora 54 k
totem-pl-parser x86_64 3.26.6-9.fc40 fedora 144 k
tpm2-tss-fapi x86_64 4.0.1-7.fc40 fedora 317 k
tracker x86_64 3.7.3-1.fc40 updates 635 k
uchardet x86_64 0.0.8-5.fc40 fedora 106 k
upower-libs x86_64 1.90.9-1.fc40 updates 57 k
wayland-devel x86_64 1.23.0-2.fc40 updates 153 k
webrtc-audio-processing x86_64 1.3-1.fc40 fedora 518 k
wireplumber x86_64 0.5.7-1.fc40 updates 110 k
wireplumber-libs x86_64 0.5.7-1.fc40 updates 386 k
xdg-desktop-portal x86_64 1.18.4-1.fc40 updates 474 k
xml-common noarch 0.6.3-63.fc40 fedora 31 k
xorg-x11-proto-devel noarch 2024.1-2.fc40 updates 300 k
xprop x86_64 1.2.7-1.fc40 fedora 35 k
xz-devel x86_64 1:5.4.6-3.fc40 fedora 67 k
zlib-ng-compat-devel x86_64 2.1.6-2.fc40 fedora 36 k
Installing weak dependencies:
adobe-source-code-pro-fonts noarch 2.042.1.062.1.026-4.fc40 fedora 806 k
avif-pixbuf-loader x86_64 1.0.4-3.fc40 updates 17 k
dconf x86_64 0.40.0-12.fc40 fedora 109 k
exiv2 x86_64 0.27.6-7.fc40 fedora 979 k
glib-networking x86_64 2.80.1-1.fc40 updates 201 k
grubby x86_64 8.40-75.fc40 fedora 26 k
jxl-pixbuf-loader x86_64 1:0.8.4-1.fc40 updates 60 k
kpartx x86_64 0.9.7-7.fc40 fedora 49 k
libcanberra-gtk3 x86_64 0.30-35.fc40 fedora 31 k
low-memory-monitor x86_64 2.1-10.fc40 fedora 34 k
memstrack x86_64 0.2.5-4.fc40 fedora 49 k
mesa-dri-drivers x86_64 24.1.7-1.fc40 updates 26 M
mesa-va-drivers x86_64 24.1.7-1.fc40 updates 4.0 M
pigz x86_64 2.8-4.fc40 fedora 95 k
pipewire x86_64 1.0.9-2.fc40 updates 120 k
pipewire-alsa x86_64 1.0.9-2.fc40 updates 54 k
pipewire-jack-audio-connection-kit x86_64 1.0.9-2.fc40 updates 13 k
pipewire-pulseaudio x86_64 1.0.9-2.fc40 updates 195 k
rsvg-pixbuf-loader x86_64 2.57.1-7.fc40 updates 16 k
tpm2-tools x86_64 5.7-1.fc40 updates 810 k
tracker-miners x86_64 3.7.4-2.fc40 updates 997 k
upower x86_64 1.90.9-1.fc40 updates 143 k
usbmuxd x86_64 1.1.1^20230720git61b99ab-2.fc40 fedora 66 k
webp-pixbuf-loader x86_64 0.2.7-1.fc40 fedora 20 k
xdg-desktop-portal-gtk x86_64 1.15.1-5.fc40 fedora 143 k
Transaction Summary
=================================================================================================
Install 290 Packages
Total download size: 159 M
Installed size: 672 M
Downloading Packages:
(1/290): abattis-cantarell-vf-fonts-0.301-12.fc 392 kB/s | 120 kB 00:00
(2/290): at-spi2-atk-2.52.0-1.fc40.x86_64.rpm 1.6 MB/s | 86 kB 00:00
(3/290): adobe-source-code-pro-fonts-2.042.1.06 1.9 MB/s | 806 kB 00:00
(4/290): ModemManager-glib-1.22.0-3.fc40.x86_64 781 kB/s | 322 kB 00:00
(5/290): at-spi2-core-2.52.0-1.fc40.x86_64.rpm 3.5 MB/s | 373 kB 00:00
(6/290): atk-2.52.0-1.fc40.x86_64.rpm 1.5 MB/s | 80 kB 00:00
(7/290): at-spi2-atk-devel-2.52.0-1.fc40.x86_64 41 kB/s | 11 kB 00:00
(8/290): avahi-glib-0.8-26.fc40.x86_64.rpm 290 kB/s | 15 kB 00:00
(9/290): avahi-libs-0.8-26.fc40.x86_64.rpm 1.2 MB/s | 67 kB 00:00
(10/290): at-spi2-core-devel-2.52.0-1.fc40.x86_ 717 kB/s | 323 kB 00:00
(11/290): brotli-1.1.0-3.fc40.x86_64.rpm 66 kB/s | 20 kB 00:00
(12/290): brotli-devel-1.1.0-3.fc40.x86_64.rpm 191 kB/s | 34 kB 00:00
(13/290): atk-devel-2.52.0-1.fc40.x86_64.rpm 932 kB/s | 445 kB 00:00
(14/290): cairo-1.18.0-3.fc40.x86_64.rpm 13 MB/s | 709 kB 00:00
(15/290): cairo-gobject-1.18.0-3.fc40.x86_64.rp 338 kB/s | 17 kB 00:00
(16/290): bzip2-devel-1.0.8-18.fc40.x86_64.rpm 749 kB/s | 214 kB 00:00
(17/290): cairo-gobject-devel-1.18.0-3.fc40.x86 67 kB/s | 11 kB 00:00
(18/290): cdparanoia-libs-10.2-44.fc40.x86_64.r 1.0 MB/s | 54 kB 00:00
(19/290): colord-libs-1.4.7-3.fc40.x86_64.rpm 4.3 MB/s | 234 kB 00:00
(20/290): cpuinfo-23.2.14-3.giteb4a667.fc40.2.x 816 kB/s | 42 kB 00:00
(21/290): cpio-2.15-1.fc40.x86_64.rpm 2.8 MB/s | 292 kB 00:00
(22/290): cairo-devel-1.18.0-3.fc40.x86_64.rpm 322 kB/s | 193 kB 00:00
(23/290): dbus-libs-1.14.10-3.fc40.x86_64.rpm 2.9 MB/s | 156 kB 00:00
(24/290): dconf-0.40.0-12.fc40.x86_64.rpm 2.0 MB/s | 109 kB 00:00
(25/290): duktape-2.7.0-7.fc40.x86_64.rpm 3.1 MB/s | 170 kB 00:00
(26/290): crypto-policies-scripts-20240201-2.gi 294 kB/s | 117 kB 00:00
(27/290): dbus-devel-1.14.10-3.fc40.x86_64.rpm 111 kB/s | 40 kB 00:00
(28/290): exempi-2.6.4-5.fc40.x86_64.rpm 5.2 MB/s | 581 kB 00:00
(29/290): exiv2-0.27.6-7.fc40.x86_64.rpm 9.2 MB/s | 979 kB 00:00
(30/290): exiv2-libs-0.27.6-7.fc40.x86_64.rpm 7.0 MB/s | 755 kB 00:00
(31/290): fdk-aac-free-2.0.0-13.fc40.x86_64.rpm 5.6 MB/s | 337 kB 00:00
(32/290): file-5.45-4.fc40.x86_64.rpm 950 kB/s | 49 kB 00:00
(33/290): flac-libs-1.4.3-4.fc40.x86_64.rpm 4.8 MB/s | 262 kB 00:00
(34/290): fonts-filesystem-2.0.5-14.fc40.noarch 157 kB/s | 8.2 kB 00:00
(35/290): freetype-2.13.2-5.fc40.x86_64.rpm 7.5 MB/s | 410 kB 00:00
(36/290): fuse-common-3.16.2-3.fc40.x86_64.rpm 167 kB/s | 8.7 kB 00:00
(37/290): fuse3-3.16.2-3.fc40.x86_64.rpm 1.0 MB/s | 58 kB 00:00
(38/290): fuse3-libs-3.16.2-3.fc40.x86_64.rpm 1.8 MB/s | 93 kB 00:00
(39/290): gdk-pixbuf2-2.42.10-8.fc40.x86_64.rpm 8.8 MB/s | 485 kB 00:00
(40/290): gdk-pixbuf2-modules-2.42.10-8.fc40.x8 1.6 MB/s | 86 kB 00:00
(41/290): gdk-pixbuf2-devel-2.42.10-8.fc40.x86_ 552 kB/s | 369 kB 00:00
(42/290): google-noto-fonts-common-20240301-2.f 332 kB/s | 17 kB 00:00
(43/290): google-noto-sans-vf-fonts-20240301-2. 11 MB/s | 593 kB 00:00
(44/290): gpgmepp-1.23.2-3.fc40.x86_64.rpm 2.6 MB/s | 139 kB 00:00
(45/290): freetype-devel-2.13.2-5.fc40.x86_64.r 975 kB/s | 951 kB 00:00
(46/290): graphene-1.10.6-8.fc40.x86_64.rpm 1.1 MB/s | 61 kB 00:00
(47/290): graphite2-1.3.14-15.fc40.x86_64.rpm 1.8 MB/s | 95 kB 00:00
(48/290): graphite2-devel-1.3.14-15.fc40.x86_64 395 kB/s | 21 kB 00:00
(49/290): grubby-8.40-75.fc40.x86_64.rpm 494 kB/s | 26 kB 00:00
(50/290): gsm-1.0.22-6.fc40.x86_64.rpm 686 kB/s | 36 kB 00:00
(51/290): hicolor-icon-theme-0.17-18.fc40.noarc 1.2 MB/s | 66 kB 00:00
(52/290): jbigkit-libs-2.1-29.fc40.x86_64.rpm 1.0 MB/s | 53 kB 00:00
(53/290): json-glib-1.8.0-3.fc40.x86_64.rpm 3.1 MB/s | 167 kB 00:00
(54/290): iso-codes-4.16.0-3.fc40.noarch.rpm 30 MB/s | 3.5 MB 00:00
(55/290): kpartx-0.9.7-7.fc40.x86_64.rpm 945 kB/s | 49 kB 00:00
(56/290): lame-libs-3.100-17.fc40.x86_64.rpm 6.2 MB/s | 336 kB 00:00
(57/290): lcms2-2.16-3.fc40.x86_64.rpm 3.3 MB/s | 180 kB 00:00
(58/290): libXau-1.0.11-6.fc40.x86_64.rpm 615 kB/s | 32 kB 00:00
(59/290): libXcomposite-0.4.6-3.fc40.x86_64.rpm 466 kB/s | 24 kB 00:00
(60/290): libXau-devel-1.0.11-6.fc40.x86_64.rpm 114 kB/s | 14 kB 00:00
(61/290): libXcursor-1.2.1-7.fc40.x86_64.rpm 577 kB/s | 30 kB 00:00
(62/290): libXcursor-devel-1.2.1-7.fc40.x86_64. 187 kB/s | 40 kB 00:00
(63/290): libXdamage-1.1.6-3.fc40.x86_64.rpm 447 kB/s | 23 kB 00:00
(64/290): libXdamage-devel-1.1.6-3.fc40.x86_64. 16 kB/s | 9.5 kB 00:00
(65/290): libXcomposite-devel-0.4.6-3.fc40.x86_ 16 kB/s | 16 kB 00:00
(66/290): glib2-devel-2.80.0-1.fc40.x86_64.rpm 676 kB/s | 1.5 MB 00:02
(67/290): libXext-1.3.6-1.fc40.x86_64.rpm 744 kB/s | 39 kB 00:00
(68/290): libXfixes-6.0.1-3.fc40.x86_64.rpm 364 kB/s | 19 kB 00:00
(69/290): libXfixes-devel-6.0.1-3.fc40.x86_64.r 135 kB/s | 13 kB 00:00
(70/290): libXft-2.3.8-6.fc40.x86_64.rpm 1.4 MB/s | 72 kB 00:00
(71/290): libXinerama-1.1.5-6.fc40.x86_64.rpm 276 kB/s | 14 kB 00:00
(72/290): libXft-devel-2.3.8-6.fc40.x86_64.rpm 169 kB/s | 50 kB 00:00
(73/290): libXinerama-devel-1.1.5-6.fc40.x86_64 53 kB/s | 13 kB 00:00
(74/290): libXrandr-1.5.4-3.fc40.x86_64.rpm 528 kB/s | 28 kB 00:00
(75/290): libXrender-0.9.11-6.fc40.x86_64.rpm 522 kB/s | 27 kB 00:00
(76/290): libXext-devel-1.3.6-1.fc40.x86_64.rpm 149 kB/s | 86 kB 00:00
(77/290): libXv-1.0.12-3.fc40.x86_64.rpm 356 kB/s | 18 kB 00:00
(78/290): libXxf86vm-1.1.5-6.fc40.x86_64.rpm 340 kB/s | 18 kB 00:00
(79/290): libXrender-devel-0.9.11-6.fc40.x86_64 121 kB/s | 19 kB 00:00
(80/290): libasyncns-0.8-28.fc40.x86_64.rpm 572 kB/s | 30 kB 00:00
(81/290): libcanberra-0.30-35.fc40.x86_64.rpm 1.6 MB/s | 85 kB 00:00
(82/290): libcanberra-gtk3-0.30-35.fc40.x86_64. 593 kB/s | 31 kB 00:00
(83/290): libcloudproviders-0.3.5-3.fc40.x86_64 889 kB/s | 46 kB 00:00
(84/290): libXrandr-devel-1.5.4-3.fc40.x86_64.r 26 kB/s | 19 kB 00:00
(85/290): libcue-2.3.0-3.fc40.x86_64.rpm 662 kB/s | 35 kB 00:00
(86/290): libdatrie-0.2.13-9.fc40.x86_64.rpm 613 kB/s | 32 kB 00:00
(87/290): libcloudproviders-devel-0.3.5-3.fc40. 75 kB/s | 49 kB 00:00
(88/290): libepoxy-1.5.10-6.fc40.x86_64.rpm 4.1 MB/s | 222 kB 00:00
(89/290): libblkid-devel-2.40-0.9.rc1.fc40.x86_ 19 kB/s | 18 kB 00:00
(90/290): libdatrie-devel-0.2.13-9.fc40.x86_64. 345 kB/s | 153 kB 00:00
(91/290): libexif-0.6.24-7.fc40.x86_64.rpm 2.9 MB/s | 456 kB 00:00
(92/290): libglvnd-1.7.0-4.fc40.x86_64.rpm 2.1 MB/s | 115 kB 00:00
(93/290): libffi-devel-3.4.4-7.fc40.x86_64.rpm 227 kB/s | 28 kB 00:00
(94/290): libglvnd-devel-1.7.0-4.fc40.x86_64.rp 291 kB/s | 163 kB 00:00
(95/290): libglvnd-egl-1.7.0-4.fc40.x86_64.rpm 684 kB/s | 35 kB 00:00
(96/290): libglvnd-core-devel-1.7.0-4.fc40.x86_ 27 kB/s | 17 kB 00:00
(97/290): libepoxy-devel-1.5.10-6.fc40.x86_64.r 147 kB/s | 133 kB 00:00
(98/290): libglvnd-glx-1.7.0-4.fc40.x86_64.rpm 2.5 MB/s | 132 kB 00:00
(99/290): libgrss-0.7.0-19.fc40.x86_64.rpm 1.1 MB/s | 62 kB 00:00
(100/290): libgudev-238-5.fc40.x86_64.rpm 645 kB/s | 35 kB 00:00
(101/290): libgxps-0.3.2-8.fc40.x86_64.rpm 1.4 MB/s | 76 kB 00:00
(102/290): libglvnd-opengl-1.7.0-4.fc40.x86_64. 179 kB/s | 38 kB 00:00
(103/290): libglvnd-gles-1.7.0-4.fc40.x86_64.rp 67 kB/s | 29 kB 00:00
(104/290): libimobiledevice-1.3.0^20230705git6f 2.5 MB/s | 138 kB 00:00
(105/290): libimobiledevice-glue-1.0.0-3.fc40.x 702 kB/s | 36 kB 00:00
(106/290): libicu-74.2-1.fc40.x86_64.rpm 28 MB/s | 10 MB 00:00
(107/290): libiptcdata-1.0.5-17.fc40.x86_64.rpm 952 kB/s | 60 kB 00:00
(108/290): libjpeg-turbo-3.0.2-1.fc40.x86_64.rp 4.2 MB/s | 227 kB 00:00
(109/290): libldac-2.0.2.3-15.fc40.x86_64.rpm 780 kB/s | 41 kB 00:00
(110/290): liblerc-4.0.0-6.fc40.x86_64.rpm 3.9 MB/s | 210 kB 00:00
(111/290): libmount-devel-2.40-0.9.rc1.fc40.x86 166 kB/s | 19 kB 00:00
(112/290): libogg-1.3.5-8.fc40.x86_64.rpm 634 kB/s | 33 kB 00:00
(113/290): libjpeg-turbo-devel-3.0.2-1.fc40.x86 271 kB/s | 97 kB 00:00
(114/290): libosinfo-1.11.0-5.fc40.x86_64.rpm 5.8 MB/s | 316 kB 00:00
(115/290): libicu-devel-74.2-1.fc40.x86_64.rpm 1.3 MB/s | 930 kB 00:00
(116/290): libpciaccess-0.16-12.fc40.x86_64.rpm 504 kB/s | 26 kB 00:00
(117/290): libplist-2.3.0-4.fc40.x86_64.rpm 1.7 MB/s | 93 kB 00:00
(118/290): libpng-1.6.40-3.fc40.x86_64.rpm 2.3 MB/s | 120 kB 00:00
(119/290): libsbc-2.0-4.fc40.x86_64.rpm 928 kB/s | 48 kB 00:00
(120/290): libselinux-devel-3.6-4.fc40.x86_64.r 887 kB/s | 151 kB 00:00
(121/290): libsepol-devel-3.6-3.fc40.x86_64.rpm 372 kB/s | 49 kB 00:00
(122/290): libpng-devel-1.6.40-3.fc40.x86_64.rp 1.2 MB/s | 291 kB 00:00
(123/290): libsoup-2.74.3-6.fc40.x86_64.rpm 7.3 MB/s | 397 kB 00:00
(124/290): libstemmer-2.2.0-10.fc40.x86_64.rpm 2.6 MB/s | 139 kB 00:00
(125/290): libtdb-1.4.10-1.fc40.x86_64.rpm 984 kB/s | 51 kB 00:00
(126/290): libthai-0.1.29-8.fc40.x86_64.rpm 4.0 MB/s | 214 kB 00:00
(127/290): libtheora-1.1.1-36.fc40.x86_64.rpm 3.1 MB/s | 166 kB 00:00
(128/290): libunwind-1.8.0-3.fc40.x86_64.rpm 1.4 MB/s | 73 kB 00:00
(129/290): libusbmuxd-2.0.2^20230620git8d30a55- 693 kB/s | 36 kB 00:00
(130/290): libvisual-0.4.1-4.fc40.x86_64.rpm 2.8 MB/s | 151 kB 00:00
(131/290): libvmaf-2.3.0-7.fc40.x86_64.rpm 3.3 MB/s | 180 kB 00:00
(132/290): libvorbis-1.3.7-10.fc40.x86_64.rpm 3.5 MB/s | 187 kB 00:00
(133/290): libxkbcommon-devel-1.6.0-2.fc40.x86_ 379 kB/s | 66 kB 00:00
(134/290): libthai-devel-0.1.29-8.fc40.x86_64.r 327 kB/s | 144 kB 00:00
(135/290): lm_sensors-libs-3.6.0-18.fc40.x86_64 767 kB/s | 40 kB 00:00
(136/290): libzstd-devel-1.5.5-5.fc40.x86_64.rp 314 kB/s | 51 kB 00:00
(137/290): low-memory-monitor-2.1-10.fc40.x86_6 650 kB/s | 34 kB 00:00
(138/290): memstrack-0.2.5-4.fc40.x86_64.rpm 950 kB/s | 49 kB 00:00
(139/290): opus-1.5.1-1.fc40.x86_64.rpm 4.2 MB/s | 230 kB 00:00
(140/290): os-prober-1.81-6.fc40.x86_64.rpm 976 kB/s | 51 kB 00:00
(141/290): osinfo-db-tools-1.11.0-5.fc40.x86_64 1.3 MB/s | 74 kB 00:00
(142/290): libxml2-devel-2.12.5-1.fc40.x86_64.r 628 kB/s | 525 kB 00:00
(143/290): pcre2-utf16-10.42-2.fc40.2.x86_64.rp 517 kB/s | 216 kB 00:00
(144/290): pigz-2.8-4.fc40.x86_64.rpm 1.8 MB/s | 95 kB 00:00
(145/290): polkit-124-2.fc40.x86_64.rpm 2.9 MB/s | 157 kB 00:00
(146/290): polkit-libs-124-2.fc40.x86_64.rpm 1.3 MB/s | 67 kB 00:00
(147/290): polkit-pkla-compat-0.1-28.fc40.x86_6 844 kB/s | 44 kB 00:00
(148/290): pcre2-utf32-10.42-2.fc40.2.x86_64.rp 667 kB/s | 203 kB 00:00
(149/290): poppler-24.02.0-2.fc40.x86_64.rpm 11 MB/s | 1.2 MB 00:00
(150/290): poppler-data-0.4.11-7.fc40.noarch.rp 33 MB/s | 2.0 MB 00:00
(151/290): poppler-glib-24.02.0-2.fc40.x86_64.r 3.5 MB/s | 190 kB 00:00
(152/290): procps-ng-4.0.4-3.fc40.x86_64.rpm 6.7 MB/s | 367 kB 00:00
(153/290): python3-packaging-23.2-4.fc40.noarch 2.3 MB/s | 125 kB 00:00
(154/290): rtkit-0.11-63.fc40.x86_64.rpm 1.0 MB/s | 55 kB 00:00
(155/290): sound-theme-freedesktop-0.8-21.fc40. 6.9 MB/s | 383 kB 00:00
(156/290): totem-pl-parser-3.26.6-9.fc40.x86_64 2.7 MB/s | 144 kB 00:00
(157/290): pcre2-devel-10.42-2.fc40.2.x86_64.rp 501 kB/s | 505 kB 00:01
(158/290): uchardet-0.0.8-5.fc40.x86_64.rpm 2.0 MB/s | 106 kB 00:00
(159/290): usbmuxd-1.1.1^20230720git61b99ab-2.f 1.2 MB/s | 66 kB 00:00
(160/290): webp-pixbuf-loader-0.2.7-1.fc40.x86_ 384 kB/s | 20 kB 00:00
(161/290): sysprof-capture-devel-46.0-1.fc40.x8 179 kB/s | 54 kB 00:00
(162/290): xdg-desktop-portal-gtk-1.15.1-5.fc40 2.7 MB/s | 143 kB 00:00
(163/290): tpm2-tss-fapi-4.0.1-7.fc40.x86_64.rp 1.1 MB/s | 317 kB 00:00
(164/290): webrtc-audio-processing-1.3-1.fc40.x 4.9 MB/s | 518 kB 00:00
(165/290): xml-common-0.6.3-63.fc40.noarch.rpm 599 kB/s | 31 kB 00:00
(166/290): xprop-1.2.7-1.fc40.x86_64.rpm 673 kB/s | 35 kB 00:00
(167/290): NetworkManager-libnm-1.46.6-1.fc40.x 5.0 MB/s | 1.8 MB 00:00
(168/290): adwaita-cursor-theme-46.2-2.fc40.noa 12 MB/s | 516 kB 00:00
(169/290): adwaita-icon-theme-46.2-2.fc40.noarc 9.7 MB/s | 407 kB 00:00
(170/290): adwaita-icon-theme-legacy-46.2-1.fc4 34 MB/s | 2.5 MB 00:00
(171/290): alsa-lib-1.2.13-3.fc40.x86_64.rpm 12 MB/s | 517 kB 00:00
(172/290): avif-pixbuf-loader-1.0.4-3.fc40.x86_ 465 kB/s | 17 kB 00:00
(173/290): bluez-libs-5.81-2.fc40.x86_64.rpm 2.2 MB/s | 83 kB 00:00
(174/290): cmake-filesystem-3.30.8-1.fc40.x86_6 469 kB/s | 17 kB 00:00
(175/290): cups-filesystem-2.4.12-2.fc40.noarch 377 kB/s | 13 kB 00:00
(176/290): cups-libs-2.4.12-2.fc40.x86_64.rpm 6.6 MB/s | 262 kB 00:00
(177/290): default-fonts-core-sans-4.0-13.fc40. 860 kB/s | 31 kB 00:00
(178/290): dracut-102-2.fc40.x86_64.rpm 11 MB/s | 466 kB 00:00
(179/290): fontconfig-2.15.0-6.fc40.x86_64.rpm 6.7 MB/s | 270 kB 00:00
(180/290): fontconfig-devel-2.15.0-6.fc40.x86_6 4.2 MB/s | 165 kB 00:00
(181/290): zlib-ng-compat-devel-2.1.6-2.fc40.x8 38 kB/s | 36 kB 00:00
(182/290): fribidi-1.0.14-2.fc40.x86_64.rpm 2.5 MB/s | 92 kB 00:00
(183/290): geoclue2-2.7.2-2.fc40.x86_64.rpm 4.3 MB/s | 164 kB 00:00
(184/290): gettext-0.22.5-4.fc40.x86_64.rpm 22 MB/s | 1.1 MB 00:00
(185/290): gettext-envsubst-0.22.5-4.fc40.x86_6 1.0 MB/s | 38 kB 00:00
(186/290): fribidi-devel-1.0.14-2.fc40.x86_64.r 176 kB/s | 29 kB 00:00
(187/290): gettext-libs-0.22.5-4.fc40.x86_64.rp 15 MB/s | 666 kB 00:00
(188/290): giflib-5.2.2-6.fc40.x86_64.rpm 1.4 MB/s | 52 kB 00:00
(189/290): xz-devel-5.4.6-3.fc40.x86_64.rpm 55 kB/s | 67 kB 00:01
(190/290): glib-networking-2.80.1-1.fc40.x86_64 5.1 MB/s | 201 kB 00:00
(191/290): gettext-runtime-0.22.5-4.fc40.x86_64 1.0 MB/s | 121 kB 00:00
(192/290): gobject-introspection-1.80.1-1.fc40. 2.9 MB/s | 111 kB 00:00
(193/290): grub2-tools-minimal-2.12-16.fc40.x86 13 MB/s | 613 kB 00:00
(194/290): gsettings-desktop-schemas-46.1-1.fc4 16 MB/s | 755 kB 00:00
(195/290): gstreamer1-1.24.11-1.fc40.x86_64.rpm 28 MB/s | 1.6 MB 00:00
(196/290): grub2-tools-2.12-16.fc40.x86_64.rpm 9.5 MB/s | 1.8 MB 00:00
(197/290): gstreamer1-plugins-base-1.24.11-1.fc 36 MB/s | 2.2 MB 00:00
(198/290): gtk-update-icon-cache-3.24.43-1.fc40 811 kB/s | 34 kB 00:00
(199/290): grub2-common-2.12-16.fc40.noarch.rpm 3.1 MB/s | 1.0 MB 00:00
(200/290): gtk3-3.24.43-1.fc40.x86_64.rpm 37 MB/s | 5.6 MB 00:00
(201/290): harfbuzz-8.5.0-1.fc40.x86_64.rpm 13 MB/s | 1.0 MB 00:00
(202/290): gtk3-devel-3.24.43-1.fc40.x86_64.rpm 27 MB/s | 4.3 MB 00:00
(203/290): harfbuzz-devel-8.5.0-1.fc40.x86_64.r 11 MB/s | 446 kB 00:00
(204/290): harfbuzz-icu-8.5.0-1.fc40.x86_64.rpm 399 kB/s | 16 kB 00:00
(205/290): highway-1.2.0-2.fc40.x86_64.rpm 14 MB/s | 652 kB 00:00
(206/290): jxl-pixbuf-loader-0.8.4-1.fc40.x86_6 1.1 MB/s | 60 kB 00:00
(207/290): hwdata-0.394-1.fc40.noarch.rpm 25 MB/s | 1.6 MB 00:00
(208/290): libX11-1.8.10-2.fc40.x86_64.rpm 12 MB/s | 650 kB 00:00
(209/290): libX11-common-1.8.10-2.fc40.noarch.r 4.4 MB/s | 176 kB 00:00
(210/290): libX11-devel-1.8.10-2.fc40.x86_64.rp 21 MB/s | 1.0 MB 00:00
(211/290): libX11-xcb-1.8.10-2.fc40.x86_64.rpm 250 kB/s | 12 kB 00:00
(212/290): libXi-1.8.2-1.fc40.x86_64.rpm 1.1 MB/s | 40 kB 00:00
(213/290): libXi-devel-1.8.2-1.fc40.x86_64.rpm 2.9 MB/s | 116 kB 00:00
(214/290): libXtst-1.2.5-1.fc40.x86_64.rpm 513 kB/s | 20 kB 00:00
(215/290): libXtst-devel-1.2.5-1.fc40.x86_64.rp 440 kB/s | 16 kB 00:00
(216/290): libavif-1.0.4-3.fc40.x86_64.rpm 1.8 MB/s | 91 kB 00:00
(217/290): libaom-3.12.0-1.fc40.x86_64.rpm 28 MB/s | 1.8 MB 00:00
(218/290): libdav1d-1.5.1-1.fc40.x86_64.rpm 11 MB/s | 635 kB 00:00
(219/290): libdrm-2.4.123-1.fc40.x86_64.rpm 3.8 MB/s | 159 kB 00:00
(220/290): libgexiv2-0.14.3-1.fc40.x86_64.rpm 2.8 MB/s | 103 kB 00:00
(221/290): libgsf-1.14.53-2.fc40.x86_64.rpm 6.5 MB/s | 261 kB 00:00
(222/290): libgusb-0.4.9-1.fc40.x86_64.rpm 1.6 MB/s | 65 kB 00:00
(223/290): libkcapi-1.5.0-4.fc40.x86_64.rpm 1.1 MB/s | 46 kB 00:00
(224/290): libjxl-0.8.4-1.fc40.x86_64.rpm 24 MB/s | 1.2 MB 00:00
(225/290): libkcapi-hasher-1.5.0-4.fc40.x86_64. 668 kB/s | 26 kB 00:00
(226/290): libkcapi-hmaccalc-1.5.0-4.fc40.x86_6 255 kB/s | 9.1 kB 00:00
(227/290): liblc3-1.1.3-1.fc40.x86_64.rpm 2.7 MB/s | 103 kB 00:00
(228/290): libnotify-0.8.6-1.fc40.x86_64.rpm 1.3 MB/s | 52 kB 00:00
(229/290): libproxy-0.5.5-1.fc40.x86_64.rpm 1.3 MB/s | 48 kB 00:00
(230/290): librsvg2-2.57.1-7.fc40.x86_64.rpm 28 MB/s | 1.5 MB 00:00
(231/290): libsndfile-1.2.2-4.fc40.x86_64.rpm 5.1 MB/s | 213 kB 00:00
(232/290): libsoup3-3.4.5-1.fc40.x86_64.rpm 9.2 MB/s | 385 kB 00:00
(233/290): libtextstyle-0.22.5-4.fc40.x86_64.rp 2.3 MB/s | 88 kB 00:00
(234/290): libtiff-4.6.0-5.fc40.1.x86_64.rpm 7.8 MB/s | 339 kB 00:00
(235/290): libtiff-devel-4.6.0-5.fc40.1.x86_64. 6.5 MB/s | 258 kB 00:00
(236/290): libtracker-sparql-3.7.3-1.fc40.x86_6 9.0 MB/s | 371 kB 00:00
(237/290): libusb1-1.0.28-2.fc40.x86_64.rpm 1.9 MB/s | 78 kB 00:00
(238/290): libwayland-client-1.23.0-2.fc40.x86_ 932 kB/s | 33 kB 00:00
(239/290): libwayland-cursor-1.23.0-2.fc40.x86_ 543 kB/s | 19 kB 00:00
(240/290): libwayland-server-1.23.0-2.fc40.x86_ 1.1 MB/s | 41 kB 00:00
(241/290): libwayland-egl-1.23.0-2.fc40.x86_64. 323 kB/s | 13 kB 00:00
(242/290): libwebp-1.5.0-1.fc40.x86_64.rpm 7.4 MB/s | 297 kB 00:00
(243/290): libwebp-devel-1.5.0-1.fc40.x86_64.rp 1.0 MB/s | 40 kB 00:00
(244/290): libxcb-1.17.0-2.fc40.x86_64.rpm 5.8 MB/s | 240 kB 00:00
(245/290): libxcb-devel-1.17.0-2.fc40.x86_64.rp 25 MB/s | 1.4 MB 00:00
(246/290): libxshmfence-1.3.2-5.fc40.x86_64.rpm 312 kB/s | 13 kB 00:00
(247/290): libxslt-1.1.43-1.fc40.x86_64.rpm 4.2 MB/s | 183 kB 00:00
(248/290): mesa-filesystem-24.1.7-1.fc40.x86_64 280 kB/s | 21 kB 00:00
(249/290): mesa-libEGL-24.1.7-1.fc40.x86_64.rpm 2.4 MB/s | 140 kB 00:00
(250/290): mesa-libGL-24.1.7-1.fc40.x86_64.rpm 4.1 MB/s | 176 kB 00:00
(251/290): mesa-libgbm-24.1.7-1.fc40.x86_64.rpm 1.1 MB/s | 48 kB 00:00
(252/290): mesa-libglapi-24.1.7-1.fc40.x86_64.r 1.2 MB/s | 51 kB 00:00
(253/290): mesa-va-drivers-24.1.7-1.fc40.x86_64 24 MB/s | 4.0 MB 00:00
(254/290): mpg123-libs-1.32.9-1.fc40.x86_64.rpm 6.7 MB/s | 345 kB 00:00
(255/290): nspr-4.36.0-6.fc40.x86_64.rpm 3.2 MB/s | 137 kB 00:00
(256/290): llvm-libs-18.1.8-4.fc40.x86_64.rpm 47 MB/s | 28 MB 00:00
(257/290): nss-3.110.0-2.fc40.x86_64.rpm 9.1 MB/s | 711 kB 00:00
(258/290): mesa-dri-drivers-24.1.7-1.fc40.x86_6 39 MB/s | 26 MB 00:00
(259/290): nss-softokn-freebl-3.110.0-2.fc40.x8 4.9 MB/s | 333 kB 00:00
(260/290): nss-softokn-3.110.0-2.fc40.x86_64.rp 5.6 MB/s | 414 kB 00:00
(261/290): nss-sysinit-3.110.0-2.fc40.x86_64.rp 480 kB/s | 19 kB 00:00
(262/290): nss-util-3.110.0-2.fc40.x86_64.rpm 2.3 MB/s | 89 kB 00:00
(263/290): openjpeg2-2.5.3-1.fc40.x86_64.rpm 4.8 MB/s | 189 kB 00:00
(264/290): orc-0.4.39-1.fc40.x86_64.rpm 5.6 MB/s | 223 kB 00:00
(265/290): pango-1.54.0-1.fc40.x86_64.rpm 7.7 MB/s | 347 kB 00:00
(266/290): osinfo-db-20250124-1.fc40.noarch.rpm 9.7 MB/s | 476 kB 00:00
(267/290): pango-devel-1.54.0-1.fc40.x86_64.rpm 4.0 MB/s | 160 kB 00:00
(268/290): pipewire-alsa-1.0.9-2.fc40.x86_64.rp 1.5 MB/s | 54 kB 00:00
(269/290): pipewire-1.0.9-2.fc40.x86_64.rpm 2.9 MB/s | 120 kB 00:00
(270/290): pipewire-jack-audio-connection-kit-1 353 kB/s | 13 kB 00:00
(271/290): pipewire-jack-audio-connection-kit-l 3.5 MB/s | 132 kB 00:00
(272/290): pipewire-pulseaudio-1.0.9-2.fc40.x86 4.9 MB/s | 195 kB 00:00
(273/290): pipewire-libs-1.0.9-2.fc40.x86_64.rp 26 MB/s | 1.8 MB 00:00
(274/290): pixman-0.43.4-1.fc40.x86_64.rpm 5.9 MB/s | 293 kB 00:00
(275/290): pixman-devel-0.43.4-1.fc40.x86_64.rp 481 kB/s | 17 kB 00:00
(276/290): pulseaudio-libs-16.1-8.fc40.x86_64.r 13 MB/s | 693 kB 00:00
(277/290): rav1e-libs-0.7.1-4.fc40.x86_64.rpm 21 MB/s | 1.0 MB 00:00
(278/290): rsvg-pixbuf-loader-2.57.1-7.fc40.x86 439 kB/s | 16 kB 00:00
(279/290): shared-mime-info-2.3-5.fc40.x86_64.r 8.4 MB/s | 390 kB 00:00
(280/290): svt-av1-libs-2.3.0-1.fc40.x86_64.rpm 32 MB/s | 2.0 MB 00:00
(281/290): tpm2-tools-5.7-1.fc40.x86_64.rpm 13 MB/s | 810 kB 00:00
(282/290): tracker-3.7.3-1.fc40.x86_64.rpm 13 MB/s | 635 kB 00:00
(283/290): upower-1.90.9-1.fc40.x86_64.rpm 3.1 MB/s | 143 kB 00:00
(284/290): tracker-miners-3.7.4-2.fc40.x86_64.r 19 MB/s | 997 kB 00:00
(285/290): upower-libs-1.90.9-1.fc40.x86_64.rpm 1.4 MB/s | 57 kB 00:00
(286/290): wayland-devel-1.23.0-2.fc40.x86_64.r 3.9 MB/s | 153 kB 00:00
(287/290): wireplumber-0.5.7-1.fc40.x86_64.rpm 2.9 MB/s | 110 kB 00:00
(288/290): wireplumber-libs-0.5.7-1.fc40.x86_64 8.4 MB/s | 386 kB 00:00
(289/290): xdg-desktop-portal-1.18.4-1.fc40.x86 11 MB/s | 474 kB 00:00
(290/290): xorg-x11-proto-devel-2024.1-2.fc40.n 6.6 MB/s | 300 kB 00:00
--------------------------------------------------------------------------------
Total 12 MB/s | 159 MB 00:13
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : xorg-x11-proto-devel-2024.1-2.fc40.noarch 1/290
Installing : libpng-2:1.6.40-3.fc40.x86_64 2/290
Installing : dbus-libs-1:1.14.10-3.fc40.x86_64 3/290
Installing : avahi-libs-0.8-26.fc40.x86_64 4/290
Installing : zlib-ng-compat-devel-2.1.6-2.fc40.x86_64 5/290
Installing : libjpeg-turbo-3.0.2-1.fc40.x86_64 6/290
Installing : nspr-4.36.0-6.fc40.x86_64 7/290
Installing : json-glib-1.8.0-3.fc40.x86_64 8/290
Installing : libwayland-client-1.23.0-2.fc40.x86_64 9/290
Installing : libX11-xcb-1.8.10-2.fc40.x86_64 10/290
Installing : libplist-2.3.0-4.fc40.x86_64 11/290
Installing : libogg-2:1.3.5-8.fc40.x86_64 12/290
Installing : libglvnd-1:1.7.0-4.fc40.x86_64 13/290
Installing : libvorbis-1:1.3.7-10.fc40.x86_64 14/290
Installing : nss-util-3.110.0-2.fc40.x86_64 15/290
Installing : libpng-devel-2:1.6.40-3.fc40.x86_64 16/290
Installing : libwebp-1.5.0-1.fc40.x86_64 17/290
Installing : cmake-filesystem-3.30.8-1.fc40.x86_64 18/290
Installing : alsa-lib-1.2.13-3.fc40.x86_64 19/290
Installing : libicu-74.2-1.fc40.x86_64 20/290
Installing : fonts-filesystem-1:2.0.5-14.fc40.noarch 21/290
Installing : libimobiledevice-glue-1.0.0-3.fc40.x86_64 22/290
Installing : libwayland-cursor-1.23.0-2.fc40.x86_64 23/290
Installing : avahi-glib-0.8-26.fc40.x86_64 24/290
Installing : shared-mime-info-2.3-5.fc40.x86_64 25/290
Running scriptlet: shared-mime-info-2.3-5.fc40.x86_64 25/290
Installing : gdk-pixbuf2-2.42.10-8.fc40.x86_64 26/290
Installing : libxshmfence-1.3.2-5.fc40.x86_64 27/290
Installing : libwayland-server-1.23.0-2.fc40.x86_64 28/290
Installing : libwayland-egl-1.23.0-2.fc40.x86_64 29/290
Installing : libusb1-1.0.28-2.fc40.x86_64 30/290
Installing : hwdata-0.394-1.fc40.noarch 31/290
Installing : fribidi-1.0.14-2.fc40.x86_64 32/290
Running scriptlet: xml-common-0.6.3-63.fc40.noarch 33/290
Installing : xml-common-0.6.3-63.fc40.noarch 33/290
Installing : polkit-libs-124-2.fc40.x86_64 34/290
Installing : opus-1.5.1-1.fc40.x86_64 35/290
Installing : libepoxy-1.5.10-6.fc40.x86_64 36/290
Installing : lcms2-2.16-3.fc40.x86_64 37/290
Installing : fuse3-libs-3.16.2-3.fc40.x86_64 38/290
Installing : dbus-devel-1:1.14.10-3.fc40.x86_64 39/290
Installing : fribidi-devel-1.0.14-2.fc40.x86_64 40/290
Installing : abattis-cantarell-vf-fonts-0.301-12.fc40.noarch 41/290
Installing : libjpeg-turbo-devel-3.0.2-1.fc40.x86_64 42/290
Installing : pixman-0.43.4-1.fc40.x86_64 43/290
Installing : pixman-devel-0.43.4-1.fc40.x86_64 44/290
Installing : mesa-filesystem-24.1.7-1.fc40.x86_64 45/290
Installing : llvm-libs-18.1.8-4.fc40.x86_64 46/290
Installing : libtextstyle-0.22.5-4.fc40.x86_64 47/290
Installing : gettext-libs-0.22.5-4.fc40.x86_64 48/290
Installing : grub2-common-1:2.12-16.fc40.noarch 49/290
Installing : libtdb-1.4.10-1.fc40.x86_64 50/290
Installing : libgudev-238-5.fc40.x86_64 51/290
Installing : libffi-devel-3.4.4-7.fc40.x86_64 52/290
Installing : libdatrie-0.2.13-9.fc40.x86_64 53/290
Installing : libthai-0.1.29-8.fc40.x86_64 54/290
Installing : libcloudproviders-0.3.5-3.fc40.x86_64 55/290
Installing : libXau-1.0.11-6.fc40.x86_64 56/290
Installing : libxcb-1.17.0-2.fc40.x86_64 57/290
Installing : graphite2-1.3.14-15.fc40.x86_64 58/290
Installing : duktape-2.7.0-7.fc40.x86_64 59/290
Running scriptlet: polkit-124-2.fc40.x86_64 60/290
Installing : polkit-124-2.fc40.x86_64 60/290
Running scriptlet: polkit-124-2.fc40.x86_64 60/290
Installing : polkit-pkla-compat-0.1-28.fc40.x86_64 61/290
Running scriptlet: rtkit-0.11-63.fc40.x86_64 62/290
Installing : rtkit-0.11-63.fc40.x86_64 62/290
Running scriptlet: rtkit-0.11-63.fc40.x86_64 62/290
Created symlink /etc/systemd/system/graphical.target.wants/rtkit-daemon.service → /usr/lib/systemd/system/rtkit-daemon.service.
Installing : libproxy-0.5.5-1.fc40.x86_64 63/290
Installing : graphite2-devel-1.3.14-15.fc40.x86_64 64/290
Installing : libXau-devel-1.0.11-6.fc40.x86_64 65/290
Installing : libxcb-devel-1.17.0-2.fc40.x86_64 66/290
Installing : libcloudproviders-devel-0.3.5-3.fc40.x86_64 67/290
Installing : libdatrie-devel-0.2.13-9.fc40.x86_64 68/290
Installing : libthai-devel-0.1.29-8.fc40.x86_64 69/290
Installing : wayland-devel-1.23.0-2.fc40.x86_64 70/290
Installing : iso-codes-4.16.0-3.fc40.noarch 71/290
Installing : libpciaccess-0.16-12.fc40.x86_64 72/290
Installing : libdrm-2.4.123-1.fc40.x86_64 73/290
Installing : mesa-va-drivers-24.1.7-1.fc40.x86_64 74/290
Installing : osinfo-db-20250124-1.fc40.noarch 75/290
Installing : libgusb-0.4.9-1.fc40.x86_64 76/290
Installing : colord-libs-1.4.7-3.fc40.x86_64 77/290
Installing : webp-pixbuf-loader-0.2.7-1.fc40.x86_64 78/290
Installing : gtk-update-icon-cache-3.24.43-1.fc40.x86_64 79/290
Installing : libgsf-1.14.53-2.fc40.x86_64 80/290
Installing : libnotify-0.8.6-1.fc40.x86_64 81/290
Installing : libusbmuxd-2.0.2^20230620git8d30a55-5.fc40.x86_6 82/290
Running scriptlet: usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64 83/290
Installing : usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64 83/290
Running scriptlet: usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64 83/290
Installing : libimobiledevice-1.3.0^20230705git6fc41f5-4.fc40 84/290
Installing : adobe-source-code-pro-fonts-2.042.1.062.1.026-4. 85/290
Installing : gsettings-desktop-schemas-46.1-1.fc40.x86_64 86/290
Installing : glib-networking-2.80.1-1.fc40.x86_64 87/290
Installing : libsoup3-3.4.5-1.fc40.x86_64 88/290
Installing : osinfo-db-tools-1.11.0-5.fc40.x86_64 89/290
Installing : libsoup-2.74.3-6.fc40.x86_64 90/290
Installing : libgrss-0.7.0-19.fc40.x86_64 91/290
Installing : libicu-devel-74.2-1.fc40.x86_64 92/290
Installing : libwebp-devel-1.5.0-1.fc40.x86_64 93/290
Installing : nss-softokn-freebl-3.110.0-2.fc40.x86_64 94/290
Installing : nss-softokn-3.110.0-2.fc40.x86_64 95/290
Installing : libglvnd-opengl-1:1.7.0-4.fc40.x86_64 96/290
Installing : flac-libs-1.4.3-4.fc40.x86_64 97/290
Installing : libtheora-1:1.1.1-36.fc40.x86_64 98/290
Installing : exiv2-libs-0.27.6-7.fc40.x86_64 99/290
Installing : exiv2-0.27.6-7.fc40.x86_64 100/290
Installing : libgexiv2-0.14.3-1.fc40.x86_64 101/290
Installing : rav1e-libs-0.7.1-4.fc40.x86_64 102/290
Installing : orc-0.4.39-1.fc40.x86_64 103/290
Installing : openjpeg2-2.5.3-1.fc40.x86_64 104/290
Installing : mpg123-libs-1.32.9-1.fc40.x86_64 105/290
Installing : libxslt-1.1.43-1.fc40.x86_64 106/290
Installing : libosinfo-1.11.0-5.fc40.x86_64 107/290
Installing : liblc3-1.1.3-1.fc40.x86_64 108/290
Installing : libkcapi-1.5.0-4.fc40.x86_64 109/290
Installing : libkcapi-hasher-1.5.0-4.fc40.x86_64 110/290
Installing : libkcapi-hmaccalc-1.5.0-4.fc40.x86_64 111/290
Installing : libdav1d-1.5.1-1.fc40.x86_64 112/290
Installing : libX11-common-1.8.10-2.fc40.noarch 113/290
Installing : libX11-1.8.10-2.fc40.x86_64 114/290
Installing : libX11-devel-1.8.10-2.fc40.x86_64 115/290
Installing : libXext-1.3.6-1.fc40.x86_64 116/290
Installing : libXext-devel-1.3.6-1.fc40.x86_64 117/290
Installing : libXrender-0.9.11-6.fc40.x86_64 118/290
Installing : libXrender-devel-0.9.11-6.fc40.x86_64 119/290
Installing : libXi-1.8.2-1.fc40.x86_64 120/290
Installing : libXfixes-6.0.1-3.fc40.x86_64 121/290
Installing : libXfixes-devel-6.0.1-3.fc40.x86_64 122/290
Installing : libXi-devel-1.8.2-1.fc40.x86_64 123/290
Installing : libXcursor-1.2.1-7.fc40.x86_64 124/290
Installing : libXdamage-1.1.6-3.fc40.x86_64 125/290
Installing : libXtst-1.2.5-1.fc40.x86_64 126/290
Installing : libXrandr-1.5.4-3.fc40.x86_64 127/290
Installing : libXinerama-1.1.5-6.fc40.x86_64 128/290
Installing : libXcomposite-0.4.6-3.fc40.x86_64 129/290
Installing : libXcomposite-devel-0.4.6-3.fc40.x86_64 130/290
Installing : libXinerama-devel-1.1.5-6.fc40.x86_64 131/290
Installing : libXrandr-devel-1.5.4-3.fc40.x86_64 132/290
Installing : libXtst-devel-1.2.5-1.fc40.x86_64 133/290
Installing : libXdamage-devel-1.1.6-3.fc40.x86_64 134/290
Installing : libXcursor-devel-1.2.1-7.fc40.x86_64 135/290
Installing : libXv-1.0.12-3.fc40.x86_64 136/290
Installing : libXxf86vm-1.1.5-6.fc40.x86_64 137/290
Installing : xprop-1.2.7-1.fc40.x86_64 138/290
Installing : at-spi2-core-2.52.0-1.fc40.x86_64 139/290
Installing : atk-2.52.0-1.fc40.x86_64 140/290
Installing : at-spi2-atk-2.52.0-1.fc40.x86_64 141/290
Installing : highway-1.2.0-2.fc40.x86_64 142/290
Installing : libjxl-1:0.8.4-1.fc40.x86_64 143/290
Installing : jxl-pixbuf-loader-1:0.8.4-1.fc40.x86_64 144/290
Installing : gobject-introspection-1.80.1-1.fc40.x86_64 145/290
Installing : upower-libs-1.90.9-1.fc40.x86_64 146/290
Installing : upower-1.90.9-1.fc40.x86_64 147/290
Running scriptlet: upower-1.90.9-1.fc40.x86_64 147/290
Created symlink /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service.
Installing : giflib-5.2.2-6.fc40.x86_64 148/290
Installing : gettext-envsubst-0.22.5-4.fc40.x86_64 149/290
Installing : gettext-runtime-0.22.5-4.fc40.x86_64 150/290
Installing : grub2-tools-minimal-1:2.12-16.fc40.x86_64 151/290
Installing : os-prober-1.81-6.fc40.x86_64 152/290
Installing : gettext-0.22.5-4.fc40.x86_64 153/290
Installing : cups-filesystem-1:2.4.12-2.fc40.noarch 154/290
Installing : cups-libs-1:2.4.12-2.fc40.x86_64 155/290
Installing : bluez-libs-5.81-2.fc40.x86_64 156/290
Installing : adwaita-icon-theme-legacy-46.2-1.fc40.noarch 157/290
Installing : adwaita-cursor-theme-46.2-2.fc40.noarch 158/290
Installing : adwaita-icon-theme-46.2-2.fc40.noarch 159/290
Installing : NetworkManager-libnm-1:1.46.6-1.fc40.x86_64 160/290
Installing : xz-devel-1:5.4.6-3.fc40.x86_64 161/290
Installing : libxml2-devel-2.12.5-1.fc40.x86_64 162/290
Installing : libxkbcommon-devel-1.6.0-2.fc40.x86_64 163/290
Installing : webrtc-audio-processing-1.3-1.fc40.x86_64 164/290
Installing : uchardet-0.0.8-5.fc40.x86_64 165/290
Installing : totem-pl-parser-3.26.6-9.fc40.x86_64 166/290
Installing : tpm2-tss-fapi-4.0.1-7.fc40.x86_64 167/290
Installing : tpm2-tools-5.7-1.fc40.x86_64 168/290
Installing : sysprof-capture-devel-46.0-1.fc40.x86_64 169/290
Installing : sound-theme-freedesktop-0.8-21.fc40.noarch 170/290
Running scriptlet: sound-theme-freedesktop-0.8-21.fc40.noarch 170/290
Installing : python3-packaging-23.2-4.fc40.noarch 171/290
Installing : procps-ng-4.0.4-3.fc40.x86_64 172/290
Installing : poppler-data-0.4.11-7.fc40.noarch 173/290
Installing : pigz-2.8-4.fc40.x86_64 174/290
Installing : pcre2-utf32-10.42-2.fc40.2.x86_64 175/290
Installing : pcre2-utf16-10.42-2.fc40.2.x86_64 176/290
Installing : pcre2-devel-10.42-2.fc40.2.x86_64 177/290
Installing : memstrack-0.2.5-4.fc40.x86_64 178/290
Installing : low-memory-monitor-2.1-10.fc40.x86_64 179/290
Running scriptlet: low-memory-monitor-2.1-10.fc40.x86_64 179/290
Installing : lm_sensors-libs-3.6.0-18.fc40.x86_64 180/290
Installing : mesa-libglapi-24.1.7-1.fc40.x86_64 181/290
Installing : mesa-dri-drivers-24.1.7-1.fc40.x86_64 182/290
Installing : mesa-libgbm-24.1.7-1.fc40.x86_64 183/290
Installing : libglvnd-egl-1:1.7.0-4.fc40.x86_64 184/290
Installing : mesa-libEGL-24.1.7-1.fc40.x86_64 185/290
Installing : libglvnd-gles-1:1.7.0-4.fc40.x86_64 186/290
Installing : libglvnd-glx-1:1.7.0-4.fc40.x86_64 187/290
Installing : mesa-libGL-24.1.7-1.fc40.x86_64 188/290
Installing : libzstd-devel-1.5.5-5.fc40.x86_64 189/290
Installing : libvmaf-2.3.0-7.fc40.x86_64 190/290
Installing : libaom-3.12.0-1.fc40.x86_64 191/290
Installing : libvisual-1:0.4.1-4.fc40.x86_64 192/290
Installing : libunwind-1.8.0-3.fc40.x86_64 193/290
Installing : gstreamer1-1.24.11-1.fc40.x86_64 194/290
Installing : libstemmer-2.2.0-10.fc40.x86_64 195/290
Installing : libsepol-devel-3.6-3.fc40.x86_64 196/290
Installing : libselinux-devel-3.6-4.fc40.x86_64 197/290
Installing : libsbc-2.0-4.fc40.x86_64 198/290
Installing : liblerc-4.0.0-6.fc40.x86_64 199/290
Installing : libldac-2.0.2.3-15.fc40.x86_64 200/290
Installing : libiptcdata-1.0.5-17.fc40.x86_64 201/290
Installing : libglvnd-core-devel-1:1.7.0-4.fc40.x86_64 202/290
Installing : libglvnd-devel-1:1.7.0-4.fc40.x86_64 203/290
Installing : libepoxy-devel-1.5.10-6.fc40.x86_64 204/290
Installing : libexif-0.6.24-7.fc40.x86_64 205/290
Installing : libcue-2.3.0-3.fc40.x86_64 206/290
Installing : libblkid-devel-2.40-0.9.rc1.fc40.x86_64 207/290
Installing : libmount-devel-2.40-0.9.rc1.fc40.x86_64 208/290
Installing : glib2-devel-2.80.0-1.fc40.x86_64 209/290
Installing : atk-devel-2.52.0-1.fc40.x86_64 210/290
Installing : at-spi2-core-devel-2.52.0-1.fc40.x86_64 211/290
Installing : at-spi2-atk-devel-2.52.0-1.fc40.x86_64 212/290
Installing : libasyncns-0.8-28.fc40.x86_64 213/290
Installing : lame-libs-3.100-17.fc40.x86_64 214/290
Installing : kpartx-0.9.7-7.fc40.x86_64 215/290
Installing : jbigkit-libs-2.1-29.fc40.x86_64 216/290
Installing : libtiff-4.6.0-5.fc40.1.x86_64 217/290
Installing : libtiff-devel-4.6.0-5.fc40.1.x86_64 218/290
Installing : gdk-pixbuf2-devel-2.42.10-8.fc40.x86_64 219/290
Installing : hicolor-icon-theme-0.17-18.fc40.noarch 220/290
Installing : gsm-1.0.22-6.fc40.x86_64 221/290
Installing : libsndfile-1.2.2-4.fc40.x86_64 222/290
Installing : pulseaudio-libs-16.1-8.fc40.x86_64 223/290
Installing : libcanberra-0.30-35.fc40.x86_64 224/290
Running scriptlet: libcanberra-0.30-35.fc40.x86_64 224/290
Installing : graphene-1.10.6-8.fc40.x86_64 225/290
Installing : gpgmepp-1.23.2-3.fc40.x86_64 226/290
Installing : google-noto-fonts-common-20240301-2.fc40.noarch 227/290
Installing : google-noto-sans-vf-fonts-20240301-2.fc40.noarch 228/290
Installing : default-fonts-core-sans-4.0-13.fc40.noarch 229/290
Installing : cairo-1.18.0-3.fc40.x86_64 230/290
Installing : harfbuzz-8.5.0-1.fc40.x86_64 231/290
Installing : freetype-2.13.2-5.fc40.x86_64 232/290
Installing : fontconfig-2.15.0-6.fc40.x86_64 233/290
Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64 233/290
Installing : cairo-gobject-1.18.0-3.fc40.x86_64 234/290
Installing : libXft-2.3.8-6.fc40.x86_64 235/290
Installing : pango-1.54.0-1.fc40.x86_64 236/290
Installing : librsvg2-2.57.1-7.fc40.x86_64 237/290
Installing : rsvg-pixbuf-loader-2.57.1-7.fc40.x86_64 238/290
Installing : libgxps-0.3.2-8.fc40.x86_64 239/290
Installing : harfbuzz-icu-8.5.0-1.fc40.x86_64 240/290
Installing : fuse-common-3.16.2-3.fc40.x86_64 241/290
Installing : fuse3-3.16.2-3.fc40.x86_64 242/290
Installing : file-5.45-4.fc40.x86_64 243/290
Installing : fdk-aac-free-2.0.0-13.fc40.x86_64 244/290
Running scriptlet: pipewire-1.0.9-2.fc40.x86_64 245/290
Installing : pipewire-1.0.9-2.fc40.x86_64 245/290
Running scriptlet: pipewire-1.0.9-2.fc40.x86_64 245/290
Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
Installing : pipewire-libs-1.0.9-2.fc40.x86_64 246/290
Installing : wireplumber-0.5.7-1.fc40.x86_64 247/290
Installing : wireplumber-libs-0.5.7-1.fc40.x86_64 248/290
Installing : pipewire-jack-audio-connection-kit-libs-1.0.9-2. 249/290
Installing : exempi-2.6.4-5.fc40.x86_64 250/290
Installing : dconf-0.40.0-12.fc40.x86_64 251/290
Running scriptlet: dconf-0.40.0-12.fc40.x86_64 251/290
Installing : cpuinfo-23.2.14-3.giteb4a667.fc40.2.x86_64 252/290
Installing : svt-av1-libs-2.3.0-1.fc40.x86_64 253/290
Installing : libavif-1.0.4-3.fc40.x86_64 254/290
Installing : avif-pixbuf-loader-1.0.4-3.fc40.x86_64 255/290
Installing : gdk-pixbuf2-modules-2.42.10-8.fc40.x86_64 256/290
Installing : cpio-2.15-1.fc40.x86_64 257/290
Installing : dracut-102-2.fc40.x86_64 258/290
Running scriptlet: grub2-tools-1:2.12-16.fc40.x86_64 259/290
Installing : grub2-tools-1:2.12-16.fc40.x86_64 259/290
Running scriptlet: grub2-tools-1:2.12-16.fc40.x86_64 259/290
Created symlink /etc/systemd/user/timers.target.wants/grub-boot-success.timer → /usr/lib/systemd/user/grub-boot-success.timer.
Installing : grubby-8.40-75.fc40.x86_64 260/290
Running scriptlet: grubby-8.40-75.fc40.x86_64 260/290
Installing : crypto-policies-scripts-20240201-2.git9f501f3.fc 261/290
Installing : nss-sysinit-3.110.0-2.fc40.x86_64 262/290
Installing : nss-3.110.0-2.fc40.x86_64 263/290
Running scriptlet: nss-3.110.0-2.fc40.x86_64 263/290
Installing : poppler-24.02.0-2.fc40.x86_64 264/290
Installing : poppler-glib-24.02.0-2.fc40.x86_64 265/290
Installing : cdparanoia-libs-10.2-44.fc40.x86_64 266/290
Installing : gstreamer1-plugins-base-1.24.11-1.fc40.x86_64 267/290
Installing : tracker-3.7.3-1.fc40.x86_64 268/290
Running scriptlet: tracker-3.7.3-1.fc40.x86_64 268/290
Installing : libtracker-sparql-3.7.3-1.fc40.x86_64 269/290
Installing : tracker-miners-3.7.4-2.fc40.x86_64 270/290
Running scriptlet: tracker-miners-3.7.4-2.fc40.x86_64 270/290
Installing : bzip2-devel-1.0.8-18.fc40.x86_64 271/290
Installing : brotli-1.1.0-3.fc40.x86_64 272/290
Installing : brotli-devel-1.1.0-3.fc40.x86_64 273/290
Installing : freetype-devel-2.13.2-5.fc40.x86_64 274/290
Installing : fontconfig-devel-2.15.0-6.fc40.x86_64 275/290
Installing : cairo-devel-1.18.0-3.fc40.x86_64 276/290
Installing : harfbuzz-devel-8.5.0-1.fc40.x86_64 277/290
Installing : cairo-gobject-devel-1.18.0-3.fc40.x86_64 278/290
Installing : libXft-devel-2.3.8-6.fc40.x86_64 279/290
Installing : pango-devel-1.54.0-1.fc40.x86_64 280/290
Installing : ModemManager-glib-1.22.0-3.fc40.x86_64 281/290
Running scriptlet: geoclue2-2.7.2-2.fc40.x86_64 282/290
Installing : geoclue2-2.7.2-2.fc40.x86_64 282/290
Running scriptlet: geoclue2-2.7.2-2.fc40.x86_64 282/290
Installing : xdg-desktop-portal-1.18.4-1.fc40.x86_64 283/290
Running scriptlet: xdg-desktop-portal-1.18.4-1.fc40.x86_64 283/290
Installing : libcanberra-gtk3-0.30-35.fc40.x86_64 284/290
Installing : gtk3-3.24.43-1.fc40.x86_64 285/290
Installing : xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64 286/290
Running scriptlet: xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64 286/290
Installing : gtk3-devel-3.24.43-1.fc40.x86_64 287/290
Installing : pipewire-jack-audio-connection-kit-1.0.9-2.fc40. 288/290
Installing : pipewire-alsa-1.0.9-2.fc40.x86_64 289/290
Installing : pipewire-pulseaudio-1.0.9-2.fc40.x86_64 290/290
Running scriptlet: pipewire-pulseaudio-1.0.9-2.fc40.x86_64 290/290
Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
Running scriptlet: grub2-common-1:2.12-16.fc40.noarch 290/290
Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64 290/290
Running scriptlet: wireplumber-0.5.7-1.fc40.x86_64 290/290
Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/wireplumber.service.
Created symlink /etc/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
Running scriptlet: dconf-0.40.0-12.fc40.x86_64 290/290
Running scriptlet: crypto-policies-scripts-20240201-2.git9f501f3.fc 290/290
Running scriptlet: nss-3.110.0-2.fc40.x86_64 290/290
Running scriptlet: pipewire-pulseaudio-1.0.9-2.fc40.x86_64 290/290
Installed:
ModemManager-glib-1.22.0-3.fc40.x86_64
NetworkManager-libnm-1:1.46.6-1.fc40.x86_64
abattis-cantarell-vf-fonts-0.301-12.fc40.noarch
adobe-source-code-pro-fonts-2.042.1.062.1.026-4.fc40.noarch
adwaita-cursor-theme-46.2-2.fc40.noarch
adwaita-icon-theme-46.2-2.fc40.noarch
adwaita-icon-theme-legacy-46.2-1.fc40.noarch
alsa-lib-1.2.13-3.fc40.x86_64
at-spi2-atk-2.52.0-1.fc40.x86_64
at-spi2-atk-devel-2.52.0-1.fc40.x86_64
at-spi2-core-2.52.0-1.fc40.x86_64
at-spi2-core-devel-2.52.0-1.fc40.x86_64
atk-2.52.0-1.fc40.x86_64
atk-devel-2.52.0-1.fc40.x86_64
avahi-glib-0.8-26.fc40.x86_64
avahi-libs-0.8-26.fc40.x86_64
avif-pixbuf-loader-1.0.4-3.fc40.x86_64
bluez-libs-5.81-2.fc40.x86_64
brotli-1.1.0-3.fc40.x86_64
brotli-devel-1.1.0-3.fc40.x86_64
bzip2-devel-1.0.8-18.fc40.x86_64
cairo-1.18.0-3.fc40.x86_64
cairo-devel-1.18.0-3.fc40.x86_64
cairo-gobject-1.18.0-3.fc40.x86_64
cairo-gobject-devel-1.18.0-3.fc40.x86_64
cdparanoia-libs-10.2-44.fc40.x86_64
cmake-filesystem-3.30.8-1.fc40.x86_64
colord-libs-1.4.7-3.fc40.x86_64
cpio-2.15-1.fc40.x86_64
cpuinfo-23.2.14-3.giteb4a667.fc40.2.x86_64
crypto-policies-scripts-20240201-2.git9f501f3.fc40.noarch
cups-filesystem-1:2.4.12-2.fc40.noarch
cups-libs-1:2.4.12-2.fc40.x86_64
dbus-devel-1:1.14.10-3.fc40.x86_64
dbus-libs-1:1.14.10-3.fc40.x86_64
dconf-0.40.0-12.fc40.x86_64
default-fonts-core-sans-4.0-13.fc40.noarch
dracut-102-2.fc40.x86_64
duktape-2.7.0-7.fc40.x86_64
exempi-2.6.4-5.fc40.x86_64
exiv2-0.27.6-7.fc40.x86_64
exiv2-libs-0.27.6-7.fc40.x86_64
fdk-aac-free-2.0.0-13.fc40.x86_64
file-5.45-4.fc40.x86_64
flac-libs-1.4.3-4.fc40.x86_64
fontconfig-2.15.0-6.fc40.x86_64
fontconfig-devel-2.15.0-6.fc40.x86_64
fonts-filesystem-1:2.0.5-14.fc40.noarch
freetype-2.13.2-5.fc40.x86_64
freetype-devel-2.13.2-5.fc40.x86_64
fribidi-1.0.14-2.fc40.x86_64
fribidi-devel-1.0.14-2.fc40.x86_64
fuse-common-3.16.2-3.fc40.x86_64
fuse3-3.16.2-3.fc40.x86_64
fuse3-libs-3.16.2-3.fc40.x86_64
gdk-pixbuf2-2.42.10-8.fc40.x86_64
gdk-pixbuf2-devel-2.42.10-8.fc40.x86_64
gdk-pixbuf2-modules-2.42.10-8.fc40.x86_64
geoclue2-2.7.2-2.fc40.x86_64
gettext-0.22.5-4.fc40.x86_64
gettext-envsubst-0.22.5-4.fc40.x86_64
gettext-libs-0.22.5-4.fc40.x86_64
gettext-runtime-0.22.5-4.fc40.x86_64
giflib-5.2.2-6.fc40.x86_64
glib-networking-2.80.1-1.fc40.x86_64
glib2-devel-2.80.0-1.fc40.x86_64
gobject-introspection-1.80.1-1.fc40.x86_64
google-noto-fonts-common-20240301-2.fc40.noarch
google-noto-sans-vf-fonts-20240301-2.fc40.noarch
gpgmepp-1.23.2-3.fc40.x86_64
graphene-1.10.6-8.fc40.x86_64
graphite2-1.3.14-15.fc40.x86_64
graphite2-devel-1.3.14-15.fc40.x86_64
grub2-common-1:2.12-16.fc40.noarch
grub2-tools-1:2.12-16.fc40.x86_64
grub2-tools-minimal-1:2.12-16.fc40.x86_64
grubby-8.40-75.fc40.x86_64
gsettings-desktop-schemas-46.1-1.fc40.x86_64
gsm-1.0.22-6.fc40.x86_64
gstreamer1-1.24.11-1.fc40.x86_64
gstreamer1-plugins-base-1.24.11-1.fc40.x86_64
gtk-update-icon-cache-3.24.43-1.fc40.x86_64
gtk3-3.24.43-1.fc40.x86_64
gtk3-devel-3.24.43-1.fc40.x86_64
harfbuzz-8.5.0-1.fc40.x86_64
harfbuzz-devel-8.5.0-1.fc40.x86_64
harfbuzz-icu-8.5.0-1.fc40.x86_64
hicolor-icon-theme-0.17-18.fc40.noarch
highway-1.2.0-2.fc40.x86_64
hwdata-0.394-1.fc40.noarch
iso-codes-4.16.0-3.fc40.noarch
jbigkit-libs-2.1-29.fc40.x86_64
json-glib-1.8.0-3.fc40.x86_64
jxl-pixbuf-loader-1:0.8.4-1.fc40.x86_64
kpartx-0.9.7-7.fc40.x86_64
lame-libs-3.100-17.fc40.x86_64
lcms2-2.16-3.fc40.x86_64
libX11-1.8.10-2.fc40.x86_64
libX11-common-1.8.10-2.fc40.noarch
libX11-devel-1.8.10-2.fc40.x86_64
libX11-xcb-1.8.10-2.fc40.x86_64
libXau-1.0.11-6.fc40.x86_64
libXau-devel-1.0.11-6.fc40.x86_64
libXcomposite-0.4.6-3.fc40.x86_64
libXcomposite-devel-0.4.6-3.fc40.x86_64
libXcursor-1.2.1-7.fc40.x86_64
libXcursor-devel-1.2.1-7.fc40.x86_64
libXdamage-1.1.6-3.fc40.x86_64
libXdamage-devel-1.1.6-3.fc40.x86_64
libXext-1.3.6-1.fc40.x86_64
libXext-devel-1.3.6-1.fc40.x86_64
libXfixes-6.0.1-3.fc40.x86_64
libXfixes-devel-6.0.1-3.fc40.x86_64
libXft-2.3.8-6.fc40.x86_64
libXft-devel-2.3.8-6.fc40.x86_64
libXi-1.8.2-1.fc40.x86_64
libXi-devel-1.8.2-1.fc40.x86_64
libXinerama-1.1.5-6.fc40.x86_64
libXinerama-devel-1.1.5-6.fc40.x86_64
libXrandr-1.5.4-3.fc40.x86_64
libXrandr-devel-1.5.4-3.fc40.x86_64
libXrender-0.9.11-6.fc40.x86_64
libXrender-devel-0.9.11-6.fc40.x86_64
libXtst-1.2.5-1.fc40.x86_64
libXtst-devel-1.2.5-1.fc40.x86_64
libXv-1.0.12-3.fc40.x86_64
libXxf86vm-1.1.5-6.fc40.x86_64
libaom-3.12.0-1.fc40.x86_64
libasyncns-0.8-28.fc40.x86_64
libavif-1.0.4-3.fc40.x86_64
libblkid-devel-2.40-0.9.rc1.fc40.x86_64
libcanberra-0.30-35.fc40.x86_64
libcanberra-gtk3-0.30-35.fc40.x86_64
libcloudproviders-0.3.5-3.fc40.x86_64
libcloudproviders-devel-0.3.5-3.fc40.x86_64
libcue-2.3.0-3.fc40.x86_64
libdatrie-0.2.13-9.fc40.x86_64
libdatrie-devel-0.2.13-9.fc40.x86_64
libdav1d-1.5.1-1.fc40.x86_64
libdrm-2.4.123-1.fc40.x86_64
libepoxy-1.5.10-6.fc40.x86_64
libepoxy-devel-1.5.10-6.fc40.x86_64
libexif-0.6.24-7.fc40.x86_64
libffi-devel-3.4.4-7.fc40.x86_64
libgexiv2-0.14.3-1.fc40.x86_64
libglvnd-1:1.7.0-4.fc40.x86_64
libglvnd-core-devel-1:1.7.0-4.fc40.x86_64
libglvnd-devel-1:1.7.0-4.fc40.x86_64
libglvnd-egl-1:1.7.0-4.fc40.x86_64
libglvnd-gles-1:1.7.0-4.fc40.x86_64
libglvnd-glx-1:1.7.0-4.fc40.x86_64
libglvnd-opengl-1:1.7.0-4.fc40.x86_64
libgrss-0.7.0-19.fc40.x86_64
libgsf-1.14.53-2.fc40.x86_64
libgudev-238-5.fc40.x86_64
libgusb-0.4.9-1.fc40.x86_64
libgxps-0.3.2-8.fc40.x86_64
libicu-74.2-1.fc40.x86_64
libicu-devel-74.2-1.fc40.x86_64
libimobiledevice-1.3.0^20230705git6fc41f5-4.fc40.x86_64
libimobiledevice-glue-1.0.0-3.fc40.x86_64
libiptcdata-1.0.5-17.fc40.x86_64
libjpeg-turbo-3.0.2-1.fc40.x86_64
libjpeg-turbo-devel-3.0.2-1.fc40.x86_64
libjxl-1:0.8.4-1.fc40.x86_64
libkcapi-1.5.0-4.fc40.x86_64
libkcapi-hasher-1.5.0-4.fc40.x86_64
libkcapi-hmaccalc-1.5.0-4.fc40.x86_64
liblc3-1.1.3-1.fc40.x86_64
libldac-2.0.2.3-15.fc40.x86_64
liblerc-4.0.0-6.fc40.x86_64
libmount-devel-2.40-0.9.rc1.fc40.x86_64
libnotify-0.8.6-1.fc40.x86_64
libogg-2:1.3.5-8.fc40.x86_64
libosinfo-1.11.0-5.fc40.x86_64
libpciaccess-0.16-12.fc40.x86_64
libplist-2.3.0-4.fc40.x86_64
libpng-2:1.6.40-3.fc40.x86_64
libpng-devel-2:1.6.40-3.fc40.x86_64
libproxy-0.5.5-1.fc40.x86_64
librsvg2-2.57.1-7.fc40.x86_64
libsbc-2.0-4.fc40.x86_64
libselinux-devel-3.6-4.fc40.x86_64
libsepol-devel-3.6-3.fc40.x86_64
libsndfile-1.2.2-4.fc40.x86_64
libsoup-2.74.3-6.fc40.x86_64
libsoup3-3.4.5-1.fc40.x86_64
libstemmer-2.2.0-10.fc40.x86_64
libtdb-1.4.10-1.fc40.x86_64
libtextstyle-0.22.5-4.fc40.x86_64
libthai-0.1.29-8.fc40.x86_64
libthai-devel-0.1.29-8.fc40.x86_64
libtheora-1:1.1.1-36.fc40.x86_64
libtiff-4.6.0-5.fc40.1.x86_64
libtiff-devel-4.6.0-5.fc40.1.x86_64
libtracker-sparql-3.7.3-1.fc40.x86_64
libunwind-1.8.0-3.fc40.x86_64
libusb1-1.0.28-2.fc40.x86_64
libusbmuxd-2.0.2^20230620git8d30a55-5.fc40.x86_64
libvisual-1:0.4.1-4.fc40.x86_64
libvmaf-2.3.0-7.fc40.x86_64
libvorbis-1:1.3.7-10.fc40.x86_64
libwayland-client-1.23.0-2.fc40.x86_64
libwayland-cursor-1.23.0-2.fc40.x86_64
libwayland-egl-1.23.0-2.fc40.x86_64
libwayland-server-1.23.0-2.fc40.x86_64
libwebp-1.5.0-1.fc40.x86_64
libwebp-devel-1.5.0-1.fc40.x86_64
libxcb-1.17.0-2.fc40.x86_64
libxcb-devel-1.17.0-2.fc40.x86_64
libxkbcommon-devel-1.6.0-2.fc40.x86_64
libxml2-devel-2.12.5-1.fc40.x86_64
libxshmfence-1.3.2-5.fc40.x86_64
libxslt-1.1.43-1.fc40.x86_64
libzstd-devel-1.5.5-5.fc40.x86_64
llvm-libs-18.1.8-4.fc40.x86_64
lm_sensors-libs-3.6.0-18.fc40.x86_64
low-memory-monitor-2.1-10.fc40.x86_64
memstrack-0.2.5-4.fc40.x86_64
mesa-dri-drivers-24.1.7-1.fc40.x86_64
mesa-filesystem-24.1.7-1.fc40.x86_64
mesa-libEGL-24.1.7-1.fc40.x86_64
mesa-libGL-24.1.7-1.fc40.x86_64
mesa-libgbm-24.1.7-1.fc40.x86_64
mesa-libglapi-24.1.7-1.fc40.x86_64
mesa-va-drivers-24.1.7-1.fc40.x86_64
mpg123-libs-1.32.9-1.fc40.x86_64
nspr-4.36.0-6.fc40.x86_64
nss-3.110.0-2.fc40.x86_64
nss-softokn-3.110.0-2.fc40.x86_64
nss-softokn-freebl-3.110.0-2.fc40.x86_64
nss-sysinit-3.110.0-2.fc40.x86_64
nss-util-3.110.0-2.fc40.x86_64
openjpeg2-2.5.3-1.fc40.x86_64
opus-1.5.1-1.fc40.x86_64
orc-0.4.39-1.fc40.x86_64
os-prober-1.81-6.fc40.x86_64
osinfo-db-20250124-1.fc40.noarch
osinfo-db-tools-1.11.0-5.fc40.x86_64
pango-1.54.0-1.fc40.x86_64
pango-devel-1.54.0-1.fc40.x86_64
pcre2-devel-10.42-2.fc40.2.x86_64
pcre2-utf16-10.42-2.fc40.2.x86_64
pcre2-utf32-10.42-2.fc40.2.x86_64
pigz-2.8-4.fc40.x86_64
pipewire-1.0.9-2.fc40.x86_64
pipewire-alsa-1.0.9-2.fc40.x86_64
pipewire-jack-audio-connection-kit-1.0.9-2.fc40.x86_64
pipewire-jack-audio-connection-kit-libs-1.0.9-2.fc40.x86_64
pipewire-libs-1.0.9-2.fc40.x86_64
pipewire-pulseaudio-1.0.9-2.fc40.x86_64
pixman-0.43.4-1.fc40.x86_64
pixman-devel-0.43.4-1.fc40.x86_64
polkit-124-2.fc40.x86_64
polkit-libs-124-2.fc40.x86_64
polkit-pkla-compat-0.1-28.fc40.x86_64
poppler-24.02.0-2.fc40.x86_64
poppler-data-0.4.11-7.fc40.noarch
poppler-glib-24.02.0-2.fc40.x86_64
procps-ng-4.0.4-3.fc40.x86_64
pulseaudio-libs-16.1-8.fc40.x86_64
python3-packaging-23.2-4.fc40.noarch
rav1e-libs-0.7.1-4.fc40.x86_64
rsvg-pixbuf-loader-2.57.1-7.fc40.x86_64
rtkit-0.11-63.fc40.x86_64
shared-mime-info-2.3-5.fc40.x86_64
sound-theme-freedesktop-0.8-21.fc40.noarch
svt-av1-libs-2.3.0-1.fc40.x86_64
sysprof-capture-devel-46.0-1.fc40.x86_64
totem-pl-parser-3.26.6-9.fc40.x86_64
tpm2-tools-5.7-1.fc40.x86_64
tpm2-tss-fapi-4.0.1-7.fc40.x86_64
tracker-3.7.3-1.fc40.x86_64
tracker-miners-3.7.4-2.fc40.x86_64
uchardet-0.0.8-5.fc40.x86_64
upower-1.90.9-1.fc40.x86_64
upower-libs-1.90.9-1.fc40.x86_64
usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64
wayland-devel-1.23.0-2.fc40.x86_64
webp-pixbuf-loader-0.2.7-1.fc40.x86_64
webrtc-audio-processing-1.3-1.fc40.x86_64
wireplumber-0.5.7-1.fc40.x86_64
wireplumber-libs-0.5.7-1.fc40.x86_64
xdg-desktop-portal-1.18.4-1.fc40.x86_64
xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64
xml-common-0.6.3-63.fc40.noarch
xorg-x11-proto-devel-2024.1-2.fc40.noarch
xprop-1.2.7-1.fc40.x86_64
xz-devel-1:5.4.6-3.fc40.x86_64
zlib-ng-compat-devel-2.1.6-2.fc40.x86_64
Complete!
Note: Deploying resources=0.1.0...
Note: Deploying gtkada=25.0.1...
#=#=#
0.2%
################### 27.0%
######################################################################## 100.0%
lsystem_editor=1.0.0 successfully retrieved.
Dependencies were solved as follows:
+ gtkada 25.0.1 (new)
+b libgtk3 3.24.43 (new,indirect,system package)
+b make 4.4.1 (new,indirect,system package)
+b pkg_config 2.1.1 (new,indirect,executable in path)
+ resources 0.1.0 (new)
[alr test] Spawning default test for remote crate: alr -d -n build --release -- -cargs:Ada -gnatwn
Note: Alire has selected automatically this toolchain:
gprbuild=25.0.1
gnat_native=15.1.2
You can select a different toolchain at any time with `alr toolchain --select`
Download will start now:
Note: Deploying gprbuild=25.0.1...
#=#=#
############### 22.0%
############################################### 66.7%
############################################################### 88.0%
######################################################################## 100.0%
Note: gprbuild=25.0.1 installed successfully.
Note: Deploying gnat_native=15.1.2...
#=#=#
### 5.0%
########## 14.7%
################ 22.4%
#################### 28.9%
######################### 35.4%
############################ 39.9%
################################# 46.0%
#################################### 51.2%
######################################## 56.8%
############################################## 64.1%
################################################ 67.9%
###################################################### 75.1%
###################################################### 75.7%
########################################################## 81.1%
############################################################### 88.1%
#################################################################### 94.8%
######################################################################## 100.0%
Note: gnat_native=15.1.2 installed successfully.
Note: Running post-fetch actions for gtkada=25.0.1...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gprbuild... /root/.local/share/alire/toolchains/gprbuild_25.0.1_9a2e6cfb/bin/gprbuild
checking for gprinstall... /root/.local/share/alire/toolchains/gprbuild_25.0.1_9a2e6cfb/bin/gprinstall
checking that your gnat compiler works with a simple example... yes
checking whether NLS is requested... yes
checking for gettext in libc... yes
checking for GTK... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GTK+ - version >= 3.24.24... yes (version 3.24.43)
checking for GMODULE... yes
checking for FONTCONFIG... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gtkada_shared.gpr
config.status: creating po/Makefile
config.status: creating docs/gtkada_rm/html/static/index.html
configure: --------- Summary for Gtkada 18.0w -----------------
configure: Shared libraries: yes (default: static)
configure: --------------------------------------------
gnatprep -DGETTEXT_INTL=False -DHAVE_GETTEXT=True src/gtkada-intl.gpb src/gtkada-intl.adb
Note: Building lsystem_editor=1.0.0/LSystem_Editor.gpr...
Setup
[mkdir] object directory for project GtkAda
[mkdir] library directory for project GtkAda
[mkdir] object directory for project Resources
[mkdir] library directory for project Resources
[mkdir] object directory for project Lsystem_Editor
[mkdir] exec directory for project Lsystem_Editor
Compile
[Ada] main.adb
[C] whereami.c
[Ada] resources.adb
[Ada] glib-messages.adb
[Ada] gtkada-intl.adb
[Ada] gtkada-canvas.adb
[Ada] glib-unicode.adb
[Ada] cairo.adb
[Ada] gdk-pixbuf.adb
[Ada] gtk.ads
[Ada] gdk-rectangle.adb
[Ada] gtkada-file_selection.adb
[Ada] gtkada-stock_labels.ads
[Ada] gtkada.ads
[Ada] gtkada-style.adb
[Ada] glib-key_file.adb
[Ada] gdk-threads.ads
[Ada] gtkada-canvas_view-views.adb
[Ada] glib-xml.adb
[Ada] glib-xml_int.ads
[Ada] gtkada-bindings.adb
[Ada] gtkada-canvas_view-models.adb
[Ada] cairo-font_options.adb
[Ada] gdk-display_manager.adb
[Ada] gtkada-canvas_view-models-layers.adb
[Ada] glib-gnodes.adb
[Ada] cairo-svg.adb
[Ada] gtkada-types.adb
[Ada] cairo-font_face.ads
[Ada] gtk-text_child.adb
[Ada] glib-graphs.adb
[Ada] glib-values.adb
[Ada] fontconfig.adb
[Ada] pango.ads
[Ada] gtkada-abstract_tree_model.adb
[Ada] gtkada-application.adb
[Ada] gtk-marshallers.adb
[Ada] gtkada-abstract_list_model.adb
[Ada] gtk-tree_model-utils.adb
[Ada] gdk-input.ads
[Ada] gtkada-multi_paned.adb
[Ada] glib-gslist.adb
[Ada] gtk-rc.adb
[Ada] pango-cairo.adb
[Ada] glib-main.adb
[Ada] gdk-types.ads
[Ada] gdk-keyval.adb
[Ada] glib-types.adb
[Ada] gdk-property.adb
[Ada] gtkada-printing.adb
[Ada] glib-type_conversion_hooks.adb
[Ada] cairo-scaled_font.ads
[Ada] gtk-bindings.adb
[Ada] gtkada-multiline_entry.adb
[Ada] cairo-png.adb
[Ada] gtkada-handlers.ads
[Ada] glib-glist.adb
[Ada] cairo-region.adb
[Ada] glib-convert.adb
[Ada] cairo-image_surface.adb
[Ada] gtk-handlers.adb
[Ada] gtkada-canvas_view-rtrees.adb
[Ada] glib-generic_properties.adb
[Ada] glib-properties.adb
[Ada] gtkada-c.adb
[Ada] gdk.ads
[Ada] gtkada-canvas_view-links.adb
[Ada] gtkada-canvas_view-objects.adb
[Ada] gtk-type_conversion.adb
[Ada] gtkada-canvas_view.adb
[Ada] gdk-dnd.adb
[Ada] gtkada-canvas_view-astar.adb
[Ada] glib-graphs-layouts.adb
[Ada] glib-module.adb
[Ada] gtk-arguments.adb
[Ada] gdk-window_attr.adb
[Ada] gdk-cairo.adb
[Ada] gdk-main.adb
[Ada] glib.adb
[Ada] cairo-pattern.ads
[Ada] gdk-visual.adb
[Ada] cairo-surface.adb
[Ada] gtkada-builder.adb
[Ada] gtk-dnd.adb
[Ada] gtkada-mdi.adb
[Ada] gtkada-pixmaps.ads
[Ada] glib-object.adb
[Ada] cairo-matrix.ads
[Ada] glib-error.adb
[Ada] gdk-color.adb
[Ada] glib-properties-creation.adb
[Ada] gdk-types-keysyms.ads
[Ada] cairo-pdf.adb
[Ada] glib-enums.ads
[Ada] gtkada-stock_icons.ads
[Ada] gtkada-dialogs.adb
[Ada] gtk-tree_view.adb
[Ada] gtk-editable.adb
[Ada] gtk-im_multi_context.adb
[Ada] pango-matrix.adb
[Ada] gtk-cell_renderer_pixbuf.adb
[Ada] gtk-text_child_anchor.adb
[Ada] gtk-font_selection_dialog.adb
[Ada] gdk-glcontext.adb
[Ada] glib-list_model.adb
[Ada] gtk-cell_renderer_text.adb
[Ada] gtk-recent_manager.adb
[Ada] glib-cancellable.adb
[Ada] gtk-offscreen_window.adb
[Ada] gtk-glarea.adb
[Ada] gtk-print_operation.adb
[Ada] gtk-button.adb
[Ada] glib-menu.adb
[Ada] pango-font_face.adb
[Ada] gtk-text_view.adb
[Ada] gtk-recent_chooser_dialog.adb
[Ada] gtk-gesture_zoom.adb
[Ada] gdk-screen.adb
[Ada] gtk-radio_menu_item.adb
[Ada] gtk-list_box_row.adb
[Ada] gtk-gesture_long_press.adb
[Ada] gtk-label.adb
[Ada] gtk-action.adb
[Ada] gtk-entry_completion.adb
[Ada] gtk-scrollable.adb
[Ada] gtk-menu_bar.adb
[Ada] gdk-device_manager.adb
[Ada] gtk-accel_group.adb
[Ada] pango-attributes.adb
[Ada] gtk-style.adb
[Ada] gtk-tree_model_sort.adb
[Ada] gtk-gesture_pan.adb
[Ada] gtk-paned.adb
[Ada] gtk-recent_chooser_menu.adb
[Ada] gtk-box.adb
[Ada] gtk-overlay.adb
[Ada] gtk-frame.adb
[Ada] gtk-style_context.adb
[Ada] gtk-cell_renderer_toggle.adb
[Ada] gtk-color_chooser_dialog.adb
[Ada] gtk-level_bar.adb
[Ada] gtk-tooltip.adb
[Ada] gtk-hbutton_box.adb
[Ada] gdk-frame_timings.adb
[Ada] gtk-scrollbar.adb
[Ada] gtk-paper_size.adb
[Ada] gtk-container.adb
[Ada] gtk-hsv.adb
[Ada] gtk-widget.adb
[Ada] pango-font_family.adb
[Ada] gtk-action_group.adb
[Ada] gtk-text_iter.adb
[Ada] gtk-tool_button.adb
[Ada] gtk-menu_button.adb
[Ada] gtk-tool_palette.adb
[Ada] gdk-event.adb
[Ada] gtk-layout.adb
[Ada] gtk-revealer.adb
[Ada] gtk-stack.adb
[Ada] gtk-dialog.adb
[Ada] gtk-vbutton_box.adb
[Ada] gtk-table.adb
[Ada] gtk-arrow.adb
[Ada] gtk-accel_label.adb
[Ada] gdk-window.adb
[Ada] gtk-status_icon.adb
[Ada] gtk-tool_shell.adb
[Ada] glib-iochannel.adb
[Ada] gtk-color_button.adb
[Ada] gtk-info_bar.adb
[Ada] glib-variant.adb
[Ada] glib-application.adb
[Ada] pango-enums.adb
[Ada] gtk-activatable.adb
[Ada] gtk-popover.adb
[Ada] gtk-recent_chooser.adb
[Ada] gtk-tree_model_filter.adb
[Ada] gtk-cell_view.adb
[Ada] gtk-event_box.adb
[Ada] gtk-style_properties.adb
[Ada] gtk-font_chooser_dialog.adb
[Ada] gtk-window.adb
[Ada] gtk-settings.adb
[Ada] gtk-toolbar.adb
[Ada] gtk-spinner.adb
[Ada] gtk-style_provider.adb
[Ada] gtk-grid.adb
[Ada] gtk-css_section.adb
[Ada] gtk-radio_action.adb
[Ada] gtk-size_group.adb
[Ada] gtk-assistant.adb
[Ada] gtk-stack_switcher.adb
[Ada] pango-font.adb
[Ada] gtk-cell_renderer_spinner.adb
[Ada] gtk-color_chooser.adb
[Ada] gtk-recent_info.adb
[Ada] gtk-main.adb
[Ada] gtk-toggle_button.adb
[Ada] gtk-handle_box.adb
[Ada] gtk-icon_view.adb
[Ada] gtk-clipboard.adb
[Ada] gtk-aspect_frame.adb
[Ada] glib-option.adb
[Ada] glib-string.adb
[Ada] gtk-cell_renderer_combo.adb
[Ada] gtk-tree_row_reference.adb
[Ada] gtk-print_context.adb
[Ada] gtk-page_setup.adb
[Ada] gtk-combo_box.adb
[Ada] gtk-menu_item.adb
[Ada] gtk-tool_item.adb
[Ada] gtk-flow_box.adb
[Ada] gtk-orientable.adb
[Ada] gtk-image_menu_item.adb
[Ada] gtk-print_settings.adb
[Ada] gtk-volume_button.adb
[Ada] gtk-header_bar.adb
[Ada] gtk-tree_selection.adb
[Ada] gtk-grange.adb
[Ada] gtk-radio_tool_button.adb
[Ada] gtk-cell_layout.adb
[Ada] gtk-font_chooser_widget.adb
[Ada] gtk-text_mark.adb
[Ada] gtk-icon_theme.adb
[Ada] gtk-toggle_action.adb
[Ada] gtk-scale.adb
[Ada] glib-action_map.adb
[Ada] gtk-bin.adb
[Ada] glib-simple_action.adb
[Ada] gtk-buildable.adb
[Ada] gtk-tree_model.adb
[Ada] gtk-font_selection.adb
[Ada] gtk-calendar.adb
[Ada] gdk-seat.adb
[Ada] pango-font_metrics.adb
[Ada] gtk-tree_view_column.adb
[Ada] gtk-adjustment.adb
[Ada] gtk-file_chooser_widget.adb
[Ada] gtk-tool_item_group.adb
[Ada] gtk-gesture_rotate.adb
[Ada] gtk-toggle_tool_button.adb
[Ada] gdk-drawing_context.adb
[Ada] gtk-file_chooser_button.adb
[Ada] gtk-text_attributes.adb
[Ada] gtk-expander.adb
[Ada] gtk-switch.adb
[Ada] gtk-gesture_drag.adb
[Ada] gtk-menu_tool_button.adb
[Ada] glib-action.adb
[Ada] gtk-action_bar.adb
[Ada] gtk-stock.adb
[Ada] gtk-icon_set.adb
[Ada] gtk-list_store.adb
[Ada] gtk-cell_area_context.adb
[Ada] gdk-display.adb
[Ada] gtk-theming_engine.adb
[Ada] gtk-selection_data.adb
[Ada] gtk-file_chooser_dialog.adb
[Ada] gtk-gesture_single.adb
[Ada] gtk-gesture_swipe.adb
[Ada] glib-action_group.adb
[Ada] gtk-menu_shell.adb
[Ada] gtk-cell_renderer_progress.adb
[Ada] gtk-icon_factory.adb
[Ada] gtk-recent_action.adb
[Ada] gtk-scale_button.adb
[Ada] gtk-text_tag.adb
[Ada] gtk-drawing_area.adb
[Ada] pango-layout.adb
[Ada] gtk-target_list.adb
[Ada] gtk-builder.adb
[Ada] gtk-alignment.adb
[Ada] glib-notification.adb
[Ada] gtk-binding_set.adb
[Ada] gtk-gesture.adb
[Ada] glib-menu_model.adb
[Ada] glib-utils.adb
[Ada] gtk-viewport.adb
[Ada] gtk-recent_filter.adb
[Ada] gtk-list_box.adb
[Ada] gtk-enums.adb
[Ada] gtk-gradient.adb
[Ada] gtk-cell_renderer_spin.adb
[Ada] gtk-file_chooser.adb
gtk-enums.adb:38:04: warning: possible aliasing problem for type "Chars_Ptr" [enabled by default]
gtk-enums.adb:38:04: warning: use -fno-strict-aliasing switch for references [enabled by default]
gtk-enums.adb:38:04: warning: or use "pragma No_Strict_Aliasing (Chars_Ptr);" [enabled by default]
[Ada] gtk-tree_store.adb
[Ada] pango-fontset.adb
[Ada] gtk-ui_manager.adb
[Ada] gtk-tree_sortable.adb
[Ada] gtk-menu.adb
[Ada] gtk-combo_box_text.adb
[Ada] pango-font_map.adb
[Ada] gtk-invisible.adb
[Ada] gtk-application_window.adb
[Ada] gtk-link_button.adb
[Ada] gtk-im_context_simple.adb
[Ada] gdk-device.adb
[Ada] gtk-radio_button.adb
[Ada] gtk-status_bar.adb
[Ada] gtk-check_menu_item.adb
[Ada] gtk-cell_area_box.adb
[Ada] gtk-message_dialog.adb
[Ada] gtk-shortcuts_window.adb
[Ada] gdk-drag_contexts.adb
[Ada] gtk-im_context.adb
[Ada] gtk-font_button.adb
[Ada] gtk-fixed.adb
[Ada] glib-simple_action_group.adb
[Ada] gdk-frame_clock.adb
[Ada] pango-context.adb
[Ada] gtk-file_filter.adb
[Ada] pango-coverage.adb
[Ada] gtk-separator_tool_item.adb
[Ada] gtk-notebook.adb
[Ada] gtk-tree_drag_dest.adb
[Ada] gtk-print_operation_preview.adb
[Ada] gtk-target_entry.adb
[Ada] gtk-cell_area.adb
[Ada] gtk-cell_editable.adb
[Ada] gtk-check_button.adb
[Ada] gtk-search_entry.adb
[Ada] glib-spawn.adb
[Ada] gtk-symbolic_color.adb
[Ada] gtk-css_provider.adb
[Ada] glib-poll.adb
[Ada] gtk-text_buffer.adb
[Ada] gtk-cell_renderer_accel.adb
[Ada] gtk-about_dialog.adb
[Ada] gdk-device_tool.adb
[Ada] pango-language.adb
[Ada] gtk-image.adb
[Ada] gtk-color_selection_dialog.adb
[Ada] gtk-separator.adb
[Ada] gtk-scrolled_window.adb
[Ada] gtk-spin_button.adb
[Ada] gtk-misc.adb
[Ada] gtk-flow_box_child.adb
[Ada] gtk-separator_menu_item.adb
[Ada] gtk-tearoff_menu_item.adb
[Ada] glib-g_icon.adb
[Ada] gtk-tree_drag_source.adb
[Ada] pango-tabs.adb
[Ada] gtk-search_bar.adb
[Ada] gtk-button_box.adb
[Ada] gtk-entry_buffer.adb
[Ada] gdk-cursor.adb
[Ada] gtk-application.adb
[Ada] gtk-event_controller.adb
[Ada] gtk-font_chooser.adb
[Ada] gtk-gesture_multi_press.adb
[Ada] gtk-progress_bar.adb
[Ada] gtk-gentry.adb
[Ada] gtk-color_chooser_widget.adb
[Ada] gtk-icon_source.adb
[Ada] gdk-monitor.adb
[Ada] gtk-cell_renderer.adb
[Ada] gtk-recent_chooser_widget.adb
[Ada] gtk-color_selection.adb
[Ada] gtk-actionable.adb
[Ada] gtk-text_tag_table.adb
[Ada] gdk-rgba.adb
[Ada] gtk-accel_map.adb
[C] misc_generated.c
[C] misc.c
[Ada] lse.ads
[Ada] lse-model.ads
[Ada] lse-model-io.ads
[Ada] lse-model-io-drawing_area.ads
/root/.local/share/alire/builds/gtkada_25.0.1_d3787772/8ba8e2781413e8a4400b4f378cd30565016a7b5929b7a80eece549321cc58bbe/src/misc.c: In function 'ada_g_module_build_path':
/root/.local/share/alire/builds/gtkada_25.0.1_d3787772/8ba8e2781413e8a4400b4f378cd30565016a7b5929b7a80eece549321cc58bbe/src/misc.c:161:3: warning: 'g_module_build_path' is deprecated [-Wdeprecated-declarations]
161 | return g_module_build_path (directory, module_name);
| ^~~~~~
In file included from /usr/include/glib-2.0/gio/giomodule.h:31,
from /usr/include/glib-2.0/gio/gio.h:102,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /root/.local/share/alire/builds/gtkada_25.0.1_d3787772/8ba8e2781413e8a4400b4f378cd30565016a7b5929b7a80eece549321cc58bbe/src/misc.c:38:
/usr/include/glib-2.0/gmodule.h:142:23: note: declared here
142 | gchar* g_module_build_path (const gchar *directory,
| ^~~~~~~~~~~~~~~~~~~
[Ada] lse-model-io-drawing_area-drawing_area_ptr.ads
[Ada] lse-model-io-drawing_area_factory.adb
[Ada] lse-model-io-text_file.adb
[Ada] lse-model-io-turtle.adb
[Ada] lse-model-io-turtle_utils.ads
[Ada] lse-model-l_system.ads
[Ada] lse-model-l_system-concrete_builder.adb
[Ada] lse-model-l_system-l_system.adb
[Ada] lse-presenter.ads
[Ada] lse-presenter-presenter.adb
[Ada] lse-view.ads
[Ada] lse-view-view.adb
[Ada] lse_resources.ads
[Ada] lse-utils.ads
[Ada] lse-utils-coordinate_2d.adb
[Ada] lse-utils-utils.ads
[Ada] lse-model-io-drawing_area-postscript.adb
[Ada] lse-utils-coordinate_2d_ptr.ads
[Ada] lse-utils-angle.adb
[Ada] lse-utils-coordinate_2d_list.ads
[Ada] lse-model-grammar.ads
[Ada] lse-model-grammar-symbol.adb
[Ada] lse-model-grammar-symbol_utils.ads
[Ada] lse-model-interpreter.ads
[Ada] lse-model-l_system-growth_rule_utils.ads
[Ada] lsystem_editor_config.ads
[Ada] lse-io.ads
[Ada] lse-io-export_factory.adb
[Ada] lse-utils-colors.adb
[Ada] lse-model-l_system-l_system_ptr.ads
[Ada] lse-model-l_system-error.adb
[Ada] lse-model-l_system-error-invalid_rule.adb
[Ada] lse-model-l_system-error-missing_angle.adb
[Ada] lse-model-l_system-error-missing_axiom.adb
[Ada] lse-model-l_system-error-missing_restore.adb
[Ada] lse-model-l_system-error-missing_rule.adb
[Ada] lse-model-l_system-error-missing_save.adb
[Ada] lse-model-l_system-error-not_a_angle.adb
[Ada] lse-model-l_system-error-unexpected_character.adb
[Ada] lse-model-l_system-factory.adb
[Ada] lse-io-drawing_area.adb
[Ada] lse-view-callbacks.adb
[Ada] lse-model-l_system-growth_rule.adb
[Ada] lse-model-grammar-symbol-logoangleminus.adb
[Ada] lse-model-grammar-symbol-logoangleplus.adb
[Ada] lse-model-grammar-symbol-logoforward.adb
[Ada] lse-model-grammar-symbol-logoforwardtrace.adb
[Ada] lse-model-grammar-symbol-logopositionrestore.adb
[Ada] lse-model-grammar-symbol-logopositionsave.adb
[Ada] lse-model-grammar-symbol-logouturn.adb
[Ada] lse-model-grammar-symbol-othersymbol.adb
Build Libraries
[gprlib] gtkada.lexch
[gprlib] Resources.lexch
[archive] libResources.a
[index] libResources.a
[archive] libgtkada.a
[index] libgtkada.a
Bind
[gprbind] main.bexch
[Ada] main.ali
Link
[link] main.adb
Success: Build finished successfully in 132.68 seconds.
Found declared GPR file: LSystem_Editor.gpr
[alr test] Test completed SUCCESSFULLY