├── README.md ├── docs ├── README.md ├── 最简使用指南.md ├── 说明.md └── 运行环境准备.md ├── loongarch64 ├── ZZ.version ├── arch_step ├── branch_create.sh ├── branch_diff.sh ├── branch_message ├── branch_patch.sh ├── build.sh ├── create.sh ├── custom │ ├── create_base.sh │ ├── create_chromium_sysroot.sh │ ├── create_gcc_git_noglibc_cross_toolchain.sh │ ├── create_gcc_glibc_cross_toolchain.sh │ ├── create_gcc_noglibc_cross_toolchain.sh │ ├── create_linux_runtime.sh │ ├── create_mingw_toolchain.sh │ ├── create_mini_chroot_sysroot.sh │ ├── create_os.sh │ ├── create_qemu_edk2.sh │ ├── create_wine64_runtime.sh │ ├── create_wine_runtime.sh │ ├── host-tools-python.sh │ ├── rebuild_grub.sh │ ├── rebuild_kernel.sh │ └── update-boot.sh ├── docs │ └── README.txt ├── env │ ├── DE-KDE │ │ ├── config │ │ └── overlay.set │ ├── KDE6 │ │ ├── config │ │ └── overlay.set │ ├── arch.data │ ├── base_support │ │ ├── config │ │ └── overlay.set │ ├── benchmark │ │ ├── config │ │ └── overlay.set │ ├── boot │ │ ├── config │ │ └── overlay.set │ ├── bootstrap │ │ └── config │ ├── computer_language │ │ ├── config │ │ └── overlay.set │ ├── cross-toolchains │ │ ├── config │ │ ├── custom │ │ └── overlay.set │ ├── cross-tools │ │ ├── config │ │ ├── custom │ │ └── overlay.set │ ├── data │ │ ├── aarch64.conf │ │ ├── i686-musl.conf │ │ ├── i686.conf │ │ ├── loongarch64-musl.conf │ │ ├── loongarch64.conf │ │ ├── mingw32.conf │ │ ├── mingw64.conf │ │ ├── mingw64ucrt.conf │ │ ├── mips64el.conf │ │ ├── riscv64.conf │ │ ├── x86_64-darwin.conf │ │ ├── x86_64-musl.conf │ │ ├── x86_64-v2.conf │ │ ├── x86_64-v3.conf │ │ ├── x86_64-v4.conf │ │ └── x86_64.conf │ ├── desktop-app │ │ ├── config │ │ └── overlay.set │ ├── distro.info │ ├── function.sh │ ├── game_emu │ │ ├── config │ │ └── overlay.set │ ├── host-tools │ │ └── config │ ├── java_runtime │ │ ├── config │ │ └── overlay.set │ ├── lightdm │ │ ├── config │ │ └── overlay.set │ ├── linux_runtime │ │ ├── config │ │ ├── custom │ │ └── overlay.set │ ├── mingw_sysroot │ │ ├── config │ │ ├── custom │ │ └── overlay.set │ ├── opt.info │ ├── sddm │ │ ├── config │ │ └── overlay.set │ ├── simulate │ │ ├── config │ │ └── overlay.set │ ├── target_base │ │ ├── config │ │ └── overlay.set │ ├── toolchain │ │ └── config │ ├── unusual │ │ ├── config │ │ └── overlay.set │ └── wm-lxde │ │ ├── config │ │ └── overlay.set ├── files │ └── step │ │ ├── KDE6 │ │ ├── KDE6-kio-extras │ │ │ └── 25.08.2 │ │ │ │ └── patches │ │ │ │ └── 0001-kio-extras-25.04.0-fix-extern-C-error.patch │ │ ├── KDE6-kquickcharts │ │ │ └── 6.19.0 │ │ │ │ └── patches │ │ │ │ └── 0001-kquickcharts-6.5.0-fix-build-error.patch │ │ ├── KDE6-libplasma │ │ │ └── 6.5.1 │ │ │ │ └── patches │ │ │ │ └── 0001-libplasma-6.1.4-fix-for-build-error.patch │ │ ├── KDE6-plasma-desktop │ │ │ └── 6.5.1 │ │ │ │ └── patches │ │ │ │ └── 0001-plasma-desktop-set-taskmanager-default-applets.patch │ │ ├── KDE6-plasma-workspace │ │ │ └── 6.5.1 │ │ │ │ └── patches │ │ │ │ └── 0001-plasma-workspace-6.1.4-fix-for-build-error.patch │ │ ├── KDE6-powerdevil │ │ │ └── 6.5.1 │ │ │ │ └── patches │ │ │ │ └── 0001-powerdevil-5.90-set-None-to-suspend-session-by-defau.patch │ │ ├── KDE6-syntax-highlighting │ │ │ └── 6.19.0 │ │ │ │ └── patches │ │ │ │ └── 0001-syntax-highlighting-src-indexer-add-CMAKE_CXX_COMPILER-for-Yongbao-cross-build.patch │ │ ├── ktextaddons │ │ │ └── 1.8.0 │ │ │ │ └── patches │ │ │ │ └── 0001-ktextaddons-1.5.4-fix-for-qt-6.9.0.patch │ │ └── yb-default-select │ │ │ └── test │ │ │ ├── yb-default-select │ │ │ └── yb-default-select.desktop │ │ ├── base_support │ │ ├── Babel │ │ │ └── 2.17.0 │ │ │ │ └── cldr-common.url │ │ ├── ModemManager │ │ │ └── 1.24.2 │ │ │ │ └── patches │ │ │ │ └── 0001-ModemManager-1.24.2-fix-polkit-dir-error-for-cross-b.patch │ │ ├── NetworkManager │ │ │ └── 1.51.4 │ │ │ │ └── patches │ │ │ │ └── 0001-NetworkManager-1.47.4-fix-policydir-define-for-cross.patch │ │ ├── PyQt5 │ │ │ └── 5.15.10 │ │ │ │ └── patches │ │ │ │ ├── 0001-PyQt5-5.15.10-fix-for-sip4.patch │ │ │ │ ├── pyqt-5.15.6-cross_compiler.patch │ │ │ │ └── pyqt-5.15.6-fix-sip.patch │ │ ├── QR-Code-generator │ │ │ └── 1.8.0 │ │ │ │ └── qrcodegen-cmake.url │ │ ├── SPIRV-LLVM-Translator │ │ │ └── 21.1.1 │ │ │ │ └── headers.url │ │ ├── SPIRV-LLVM-Translator_git │ │ │ └── 18.0.0-default │ │ │ │ └── headers.url │ │ ├── accountsservice │ │ │ └── 23.13.9 │ │ │ │ └── patches │ │ │ │ └── 0001-accountsservice-fix-polkit-dir-error-for-cross-build.patch │ │ ├── appstream │ │ │ └── 1.1.1 │ │ │ │ └── patches │ │ │ │ └── 0001-appstream-1.0.6-fix-for-cross-build.patch │ │ ├── asio │ │ │ └── 1.31.0 │ │ │ │ └── patches │ │ │ │ └── 0001-asio-fix-compiler-error-for-gcc14.patch │ │ ├── avahi │ │ │ └── 0.8 │ │ │ │ └── patches │ │ │ │ └── avahi-0.8-ipv6_race_condition_fix-1.patch │ │ ├── bpf │ │ │ └── 6.17.4 │ │ │ │ └── linux-config-6 │ │ ├── cdparanoia-III │ │ │ └── 10.2 │ │ │ │ └── patches │ │ │ │ ├── cdparanoia-10.2-add-pkgconfig.patch │ │ │ │ ├── cdparanoia-10.2-install.patch │ │ │ │ └── cdparanoia-III-10.2-gcc_fixes-1.patch │ │ ├── colord │ │ │ └── 1.4.8 │ │ │ │ └── patches │ │ │ │ └── 0001-Colord-fix-udevdir-error-for-cross-build.patch │ │ ├── cracklib │ │ │ └── 2.10.3 │ │ │ │ └── cracklib-words.gz.url │ │ ├── create_files │ │ │ └── 1.0 │ │ │ │ ├── bin-run-startx.sh │ │ │ │ ├── etc-adjtime │ │ │ │ ├── etc-bashrc │ │ │ │ ├── etc-fstab │ │ │ │ ├── etc-group │ │ │ │ ├── etc-hostconf │ │ │ │ ├── etc-hostname │ │ │ │ ├── etc-hosts │ │ │ │ ├── etc-inputrc │ │ │ │ ├── etc-ld.so.conf │ │ │ │ ├── etc-locale.conf │ │ │ │ ├── etc-nsswitch.conf │ │ │ │ ├── etc-passwd │ │ │ │ ├── etc-profile │ │ │ │ ├── etc-profile.d_add-opt-path.sh │ │ │ │ ├── etc-profile.d_alias.sh │ │ │ │ ├── etc-profile.d_default-event.sh │ │ │ │ ├── etc-rc.local │ │ │ │ ├── etc-shells │ │ │ │ ├── etc-skel_bash_profile │ │ │ │ ├── etc-systemd_network_10-eth-dhcp.network │ │ │ │ └── root-xinitrc │ │ ├── dbus-broker │ │ │ └── 37 │ │ │ │ └── patches │ │ │ │ └── 0001-dbus-broker-fix-systemd-dir-for-cross-build.patch │ │ ├── dbus │ │ │ └── 1.16.2 │ │ │ │ ├── expat.url │ │ │ │ └── glib.url │ │ ├── docbook-xsl-nons │ │ │ └── 1.79.2 │ │ │ │ └── patches │ │ │ │ └── docbook-xsl-nons-1.79.2-stack_fix-1.patch │ │ ├── enchant │ │ │ └── 2.8.12 │ │ │ │ └── patches │ │ │ │ └── 0001-enchant-2.8.10-fix-install-error.patch │ │ ├── fcitx5-chinese-addons │ │ │ └── 5.1.9 │ │ │ │ ├── py_stroke.url │ │ │ │ └── py_table.url │ │ ├── fcitx5-gtk │ │ │ └── 5.1.4 │ │ │ │ └── patches │ │ │ │ └── 0001-fcitx5-gtk-fix-for-gcc14.patch │ │ ├── ffmpeg │ │ │ └── 8.0 │ │ │ │ └── patches │ │ │ │ └── ffmpeg-7.1.1-chromium_method-1.patch │ │ ├── flatpak │ │ │ └── 1.16.1 │ │ │ │ ├── bubblewrap.url │ │ │ │ └── dbus-proxy.url │ │ ├── fuse │ │ │ └── 2.9.9 │ │ │ │ └── patches │ │ │ │ └── 0001-fix-compiler-error.patch │ │ ├── gcr │ │ │ └── 4.4.0.1 │ │ │ │ └── patches │ │ │ │ └── 0001-gcr-fix-systemd-dir-for-cross-build.patch │ │ ├── gnome-keyring │ │ │ └── 48.0 │ │ │ │ └── patches │ │ │ │ └── 0001-gnome-keyring-48-fix-systemd-dir-for-cross-build.patch │ │ ├── gtkglext │ │ │ └── 1.2.0 │ │ │ │ └── patches │ │ │ │ ├── 0001-gtkglext-1.2.0-bz677457.patch │ │ │ │ ├── 0002-GCC-8-fixes.patch │ │ │ │ └── gtkglext-1.2.0-no-pangox.patch │ │ ├── jack2 │ │ │ └── 1.9.22 │ │ │ │ └── patches │ │ │ │ └── 0001-jack2-fix-for-python3.12.patch │ │ ├── keyutils │ │ │ └── 1.6.1 │ │ │ │ └── patches │ │ │ │ └── 0001-keyutils-fix-for-cross-build.patch │ │ ├── libappimage │ │ │ └── 1.0.4-5 │ │ │ │ └── patches │ │ │ │ └── 0001-libappimage-fix-for-gcc-13.patch │ │ ├── libcanberra │ │ │ └── 0.30 │ │ │ │ └── patches │ │ │ │ └── libcanberra-0.30-wayland-1.patch │ │ ├── libcroco │ │ │ └── 0.6.13 │ │ │ │ └── patches │ │ │ │ └── 0001-remove-Werror-implicit-function-declaration-flags.patch │ │ ├── libei │ │ │ └── 1.5.0 │ │ │ │ └── munit.url │ │ ├── libfuse │ │ │ └── fuse-3.17.4 │ │ │ │ └── patches │ │ │ │ └── 0001-libfuse3-fix-for-cross-build.patch │ │ ├── libglvnd │ │ │ └── 1.7.0 │ │ │ │ └── patches │ │ │ │ └── 0001-libglvnd-add-loongarch-asm-for-meson-build.patch │ │ ├── libime │ │ │ └── 1.1.11 │ │ │ │ ├── dict.url │ │ │ │ ├── kenlm.url │ │ │ │ ├── lm_sc.url │ │ │ │ └── table.url │ │ ├── libpwquality │ │ │ └── 1.4.5 │ │ │ │ └── patches │ │ │ │ └── setuptools.patch │ │ ├── librsvg │ │ │ └── 2.61.2 │ │ │ │ └── patches │ │ │ │ └── 0001-librsvg-2.59.91-fix-for-cross-build.patch │ │ ├── libvorbisidec │ │ │ └── 1.2.1+git20180316 │ │ │ │ └── patches │ │ │ │ └── 0001-libvorbisidec-1.2.1-fix-configure-error.patch │ │ ├── mad │ │ │ └── 0.15.1b │ │ │ │ └── patches │ │ │ │ └── md_size.diff │ │ ├── mariadb │ │ │ └── 12.2.0 │ │ │ │ ├── libfmt.url │ │ │ │ └── patches │ │ │ │ └── 0001-mariadb-fix-for-gcc13.patch │ │ ├── mesa │ │ │ └── 25.2.5 │ │ │ │ ├── DirectX-Headers.url │ │ │ │ └── patches │ │ │ │ └── 37027.patch │ │ ├── mesa_git │ │ │ └── main_git-default │ │ │ │ └── DirectX-Headers.url │ │ ├── mlt │ │ │ └── 7.32.0 │ │ │ │ └── patches │ │ │ │ └── mlt-7.32.0-Support-FFmpeg8-from-upstream.patch │ │ ├── ndctl │ │ │ └── 83 │ │ │ │ └── patches │ │ │ │ └── 0001-ndctl-83-fix-systemd-and-udev-dir-for-cross-build.patch │ │ ├── node │ │ │ └── 25.0.0 │ │ │ │ └── patches │ │ │ │ └── 0001-node-25.0.0-fix-CODETYPE-to-CODE_TYPE-for-loongarch6.patch │ │ ├── omxil │ │ │ └── 0.9.3 │ │ │ │ └── patches │ │ │ │ ├── bellagio-0.9.3-dynamicloader-linking.patch │ │ │ │ ├── bellagio-0.9.3-parallel-build.patch │ │ │ │ ├── bellagio-0.9.3-segfault-on-removeFromWaitResource.patch │ │ │ │ ├── libomxil-bellagio-0.9.3-fix_Werror.patch │ │ │ │ ├── libomxil-bellagio-0.9.3-memcpy.patch │ │ │ │ ├── libomxil-bellagio-0.9.3-nodoc.patch │ │ │ │ ├── libomxil-bellagio-0.9.3-unused.patch │ │ │ │ ├── libomxil-bellagio-0.9.3-valgrind_register.patch │ │ │ │ └── omxil_version.patch │ │ ├── opencv │ │ │ └── 4.12.0 │ │ │ │ └── patches │ │ │ │ └── 0001-opencv-4.12-fix-for-FFmpeg-8.0-support.patch │ │ ├── pcsc-lite │ │ │ └── 2.4.0 │ │ │ │ └── patches │ │ │ │ └── 0001-pcsc-lite-2.4.0-fix-for-cross-build.patch │ │ ├── perf │ │ │ └── 6.17.4 │ │ │ │ └── linux-config-6 │ │ ├── plymouth │ │ │ └── 24.004.60 │ │ │ │ └── patches │ │ │ │ └── 0001-plymouth-fix-systemd-dir-for-cross-build.patch │ │ ├── polkit │ │ │ └── 124 │ │ │ │ └── patches │ │ │ │ └── 0001-polkit-124-fix-systemd-dir-for-cross-build.patch │ │ ├── pyside6 │ │ │ └── git-default │ │ │ │ └── patches │ │ │ │ └── 0001-pyside6-fix-compiler-error-for-Qt-6.8.1.patch │ │ ├── pyzy │ │ │ └── 0.1.0 │ │ │ │ └── pyzy-database.url │ │ ├── qt5 │ │ │ └── 5.15.17 │ │ │ │ └── patches │ │ │ │ ├── 0001-QT-5.15.8-add-loongarch64-support.patch │ │ │ │ ├── 0001-qt5-5.15-add-stdint-for-compiler-use-gcc-13.patch │ │ │ │ ├── qt-everywhere-src-5.15.2-add-loongarch.patch │ │ │ │ └── qtlocation-fix-rapidjson-build.patch │ │ ├── qt6-tools │ │ │ └── 6.9.3 │ │ │ │ └── patches │ │ │ │ ├── 0001-Chromium-140-sandbox-remove-statx-for-loongarch64.patch │ │ │ │ ├── 0001-qt6-6.9.2-webengine-configure-add-loongarch64-suppor.patch │ │ │ │ ├── 0002-Chromium-140-remove-statx_default-for-loongarch64.patch │ │ │ │ ├── 0002-qt-6.9.2-webengine-fix-loongarch64-define-because-ch.patch │ │ │ │ ├── 0003-Chromium-140-sandbox-remove-statx-for-loongarch64-fi.patch │ │ │ │ ├── 0003-qt-6.9.2-webengine-chromium-add-some-define-for-loon.patch │ │ │ │ ├── 0004-qt-6.9.2-webengine-fix-chromium-boringssl-openssl-ta.patch │ │ │ │ ├── 0005-qtwebengine-6.9.2-crashpad-add-support-for-loongarch.patch │ │ │ │ ├── 0006-qtwebengine-6.9.2-open-lsx-and-lasx-option-for-loong.patch │ │ │ │ ├── 0007-qtwebengine-6.9.2-add-sandbox-syscalls-for-loongarch.patch │ │ │ │ ├── 0008-qt-6.9.2-webengine-3rdparty-chromium-api-runtime-add.patch │ │ │ │ ├── 0009-qt-6.9.2-webengine-3rdparty-chromium-enable-swiftsha.patch │ │ │ │ ├── 0010-qtwebengine-fix-filename-too-long-error-for-use-ninj.patch │ │ │ │ └── 0011-qtwebengine-6.9.2-sandbox-Add-loongarch64-architectu.patch │ │ ├── qt6 │ │ │ └── 6.9.3 │ │ │ │ └── patches │ │ │ │ ├── 0001-qt6-6.9.2-webengine-configure-add-loongarch64-suppor.patch │ │ │ │ ├── 0001-qtwebengine-6.9.0-chromium-skia-remove-lsx-support-f.patch │ │ │ │ ├── 0001-qtwebengine-6.9.0-chromium-third_party-blink-remove-.patch │ │ │ │ ├── 0001-qtwebengine-6.9.0-fix-build-error-for-use-gcc.patch │ │ │ │ ├── 0001-qtwebengine-6.9.2-use-statx-for-sandbox-add-loongarc.patch │ │ │ │ ├── 0002-qt-6.9.2-webengine-fix-loongarch64-define-because-ch.patch │ │ │ │ ├── 0003-qt-6.9.2-webengine-chromium-add-some-define-for-loon.patch │ │ │ │ ├── 0004-qt-6.9.2-webengine-fix-chromium-boringssl-openssl-ta.patch │ │ │ │ ├── 0005-qtwebengine-6.9.2-crashpad-add-support-for-loongarch.patch │ │ │ │ ├── 0006-qtwebengine-6.9.2-open-lsx-and-lasx-option-for-loong.patch │ │ │ │ ├── 0008-qt-6.9.2-webengine-3rdparty-chromium-api-runtime-add.patch │ │ │ │ ├── 0009-qt-6.9.2-webengine-3rdparty-chromium-enable-swiftsha.patch │ │ │ │ └── 0010-qtwebengine-fix-filename-too-long-error-for-use-ninj.patch │ │ ├── qtwebkit │ │ │ └── git-default │ │ │ │ └── patches │ │ │ │ ├── 0001-double-conversion-add-loongarch-support.patch │ │ │ │ ├── 0002-qtwebkit-fix-icu-patch.patch │ │ │ │ ├── 0003-qtwebkit-fix-for-gcc14.patch │ │ │ │ ├── qt5-qtwebkit-glib-2.68.patch │ │ │ │ └── webkit-offlineasm-warnings-ruby27.patch │ │ ├── sgml-common │ │ │ └── 0.6.3 │ │ │ │ └── patches │ │ │ │ └── sgml-common-0.6.3-manpage-1.patch │ │ ├── shaderc │ │ │ └── 2025.4 │ │ │ │ └── glslang.url │ │ ├── shiboken6 │ │ │ └── git-default │ │ │ │ └── patches │ │ │ │ └── 0001-pyside6-fix-compiler-error-for-Qt-6.8.1.patch │ │ ├── sip4 │ │ │ └── 4.19.25 │ │ │ │ └── patches │ │ │ │ ├── sip-4.19.25-pyframe_getback.patch │ │ │ │ └── sip-add-loongarch64.patch │ │ ├── spice-gtk │ │ │ └── 0.41 │ │ │ │ └── patches │ │ │ │ └── 0001-spice-gtk-0.41-fix-polkit-dir-for-cross-build.patch │ │ ├── vlc │ │ │ └── 3.0.21 │ │ │ │ └── patches │ │ │ │ ├── 0001-VLC-fix-for-gcc13.patch │ │ │ │ ├── 0001-vlc-3.0.21-fix-for-ffmpeg-7.patch │ │ │ │ ├── 0001-vlc-3.0.21-fix-for-ffmpeg-8.patch │ │ │ │ └── vlc-for-tablib-2.patch │ │ ├── volume_key │ │ │ └── 0.3.12 │ │ │ │ └── patches │ │ │ │ └── 0001-volume_key-fix-for-python3.12.patch │ │ ├── vte │ │ │ └── 0.82.1 │ │ │ │ └── fastfloat.url │ │ ├── woff2 │ │ │ └── 1.0.2 │ │ │ │ └── patches │ │ │ │ └── 0001-woff2-1.0.2-fix-for-gcc-15.patch │ │ ├── x265 │ │ │ └── 20240812 │ │ │ │ └── patches │ │ │ │ └── 0001-x265-20240812-fix-for-cmake-4.0.0.patch │ │ ├── xdg-user-dirs │ │ │ └── 0.19 │ │ │ │ └── patches │ │ │ │ └── 0001-xdg-user-dirs-0.19-fix-systemd-user-dir-for-cross-bu.patch │ │ ├── xorg-server │ │ │ └── 21.1.20 │ │ │ │ └── patches │ │ │ │ ├── 0001-xorg-server-fix-for-Yongbao-cross-build.patch │ │ │ │ └── xorg-server-21.1.3-fix-x11perf-segment-fault.patch │ │ └── xwayland │ │ │ └── 24.1.9 │ │ │ └── patches │ │ │ └── 0001-xwayland-24.1.8-fix-glxdri-directory-for-cross-build.patch │ │ ├── benchmark │ │ └── vkmark │ │ │ └── git │ │ │ └── patches │ │ │ └── 0001-vkmark-fix-vk.xml-path-for-cross-build.patch │ │ ├── boot │ │ ├── breeze-grub │ │ │ └── 6.5.1 │ │ │ │ └── patches │ │ │ │ └── 0001-grub-breeze-theme-fix-message-for-zh_CN.patch │ │ ├── grub │ │ │ └── 2.12 │ │ │ │ ├── patches │ │ │ │ └── 0001-grub-starfield-themes-style-fix-for-Yongbao.patch │ │ │ │ └── unifont.url │ │ ├── initramfs-for-squashfs │ │ │ └── 1.0 │ │ │ │ └── initramfs-init │ │ ├── linux-kernel │ │ │ └── 6.17.4 │ │ │ │ ├── linux-config-6 │ │ │ │ └── patches │ │ │ │ ├── 0001-UniVT-Add-Chinese-fonts-support-in-console.patch │ │ │ │ ├── 0001-double-tty-VT-screenbuf-for-univt.patch │ │ │ │ ├── 0002-Add-several-function-for-Univt.patch │ │ │ │ ├── 0003-UniVT-Fix-charcount-size-to-65536.patch │ │ │ │ ├── 0004-UniVT-Add-a-old_screen_size-variable-saves-the-origi.patch │ │ │ │ ├── 0005-Univt-Add-support-for-writing-UTF-8-encoding.patch │ │ │ │ ├── 0006-UniVT-Add-support-for-displaying-UTF-8-text.patch │ │ │ │ ├── 0007-UniVT-Support-displaying-UTF-8-text-for-90-degree-ro.patch │ │ │ │ ├── 0008-UniVT-Support-displaying-UTF-8-text-for-180-degree-r.patch │ │ │ │ └── 0009-UniVT-Support-displaying-UTF-8-text-for-270-degree-r.patch │ │ └── linux-kernel_git │ │ │ └── 6.x │ │ │ ├── linux-config-6.x_16kpage │ │ │ ├── linux-config-6.x_16kpage_rt │ │ │ ├── linux-config-6.x_4kpage │ │ │ ├── linux-config-6.x_4kpage_rt │ │ │ ├── linux-config-6.x_64kpage │ │ │ ├── linux-config-6.x_64kpage_rt │ │ │ ├── linux-config-6.x_advanced │ │ │ ├── linux-config-6.x_compatible │ │ │ ├── linux-config-6.x_default │ │ │ ├── linux-parm_16kpage │ │ │ ├── linux-parm_16kpage_rt │ │ │ ├── linux-parm_4kpage │ │ │ ├── linux-parm_4kpage_rt │ │ │ ├── linux-parm_64kpage │ │ │ ├── linux-parm_64kpage_rt │ │ │ ├── linux-parm_advanced │ │ │ ├── linux-parm_compatible │ │ │ ├── linux-parm_default │ │ │ └── patches │ │ │ ├── 0001-UniVT-Add-Chinese-fonts-support-in-console.patch │ │ │ ├── 0001-double-tty-VT-screenbuf-for-univt.patch │ │ │ ├── 0001-remove-vc_uniscr_check-function-for-paste-selection.patch │ │ │ ├── 0002-Add-several-function-for-Univt.patch │ │ │ ├── 0003-UniVT-Fix-charcount-size-to-65536.patch │ │ │ ├── 0004-UniVT-Add-a-old_screen_size-variable-saves-the-origi.patch │ │ │ ├── 0005-Univt-Add-support-for-writing-UTF-8-encoding.patch │ │ │ ├── 0006-UniVT-Add-support-for-displaying-UTF-8-text.patch │ │ │ ├── 0007-UniVT-Support-displaying-UTF-8-text-for-90-degree-ro.patch │ │ │ ├── 0008-UniVT-Support-displaying-UTF-8-text-for-180-degree-r.patch │ │ │ └── 0009-UniVT-Support-displaying-UTF-8-text-for-270-degree-r.patch │ │ ├── computer_language │ │ ├── dune │ │ │ └── 3.20.2 │ │ │ │ └── patches │ │ │ │ └── 0001-dune-fix-for-cross-build.patch │ │ ├── ocaml │ │ │ └── 5.4.0 │ │ │ │ └── patches │ │ │ │ └── 0001-Add-loongarch-architecture-support.patch │ │ └── opam │ │ │ └── 2.4.1 │ │ │ └── patches │ │ │ └── 0001-opam-remove-create-man-file-step-for-cross-build.patch │ │ ├── cross-toolchains │ │ └── SPIRV-LLVM-Translator │ │ │ └── 21.1.1 │ │ │ └── headers.url │ │ ├── cross-tools │ │ ├── SPIRV-LLVM-Translator │ │ │ └── 21.1.1 │ │ │ │ └── headers.url │ │ ├── SPIRV-LLVM-Translator_git │ │ │ └── 18.0.0-default │ │ │ │ └── headers.url │ │ ├── binutils │ │ │ └── 2.45 │ │ │ │ └── patches │ │ │ │ └── 8e885fece150ee97e5b0e78363e7fe9888ae9c29.diff │ │ ├── binutils_git │ │ │ └── git-default │ │ │ │ └── patches │ │ │ │ └── 0001-remove-default-use-relax-for-lld.patch │ │ ├── gcc │ │ │ └── 15.2.0 │ │ │ │ └── patches │ │ │ │ ├── 0001-LoongArch-Fix-bug-simd_maddw_evod_-mode-_-su.patch │ │ │ │ └── 0001-Loongarch-Fix-ICE-for-PR122097.patch │ │ ├── gcc_git │ │ │ └── git-default │ │ │ │ └── patches │ │ │ │ └── 0001-gcc-13-add-cmodule-medium-for-loongarch-libgcc.patch │ │ ├── gobject-introspection │ │ │ └── 1.86.0 │ │ │ │ ├── glib.url │ │ │ │ └── gvdb.url │ │ ├── grub │ │ │ └── 2.12 │ │ │ │ └── unifont.url │ │ ├── ocaml │ │ │ └── 5.4.0 │ │ │ │ └── patches │ │ │ │ └── 0001-Add-loongarch-architecture-support.patch │ │ ├── qt5 │ │ │ └── 5.15.17 │ │ │ │ └── patches │ │ │ │ ├── 0001-QT-5.15.8-add-loongarch64-support.patch │ │ │ │ ├── 0001-qt5-5.15-add-stdint-for-compiler-use-gcc-13.patch │ │ │ │ ├── qt-everywhere-src-5.15.2-add-loongarch.patch │ │ │ │ └── qtlocation-fix-rapidjson-build.patch │ │ ├── qt6 │ │ │ └── 6.9.3 │ │ │ │ └── patches │ │ │ │ └── 0001-fix-filename-too-long-error-for-use-ninja.patch │ │ └── rustc │ │ │ └── 1.90.0 │ │ │ └── patches │ │ │ └── 0001-rust-1.80.0-fix-for-gcc-15.patch │ │ ├── desktop-app │ │ ├── Celestia │ │ │ └── git-default │ │ │ │ └── patches │ │ │ │ ├── 0001-Celestia-Fix-for-gcc-14.patch │ │ │ │ └── 0001-Celestia-set-default-font-to-wqy-microhei.patch │ │ ├── FileZilla │ │ │ └── 3.69.3 │ │ │ │ └── patches │ │ │ │ ├── 0001-filezilla-3.67.1-fix-build-error.patch │ │ │ │ └── 0001-remove-wx_config-add-host-parm.patch │ │ ├── FreeCAD │ │ │ └── 1.0.2 │ │ │ │ ├── OndselSolver.url │ │ │ │ └── patches │ │ │ │ └── 0001-FreeCAD-1.0.2-remove-boost_system-require-for-boost-.patch │ │ ├── MPlayer │ │ │ └── 1.5 │ │ │ │ └── patches │ │ │ │ └── 0001-MPlayer-1.5-add-loongarch64-support.patch │ │ ├── MangoHud │ │ │ └── 0.8.1 │ │ │ │ ├── imgui-1.89.9.tar.gz.url │ │ │ │ ├── imgui_1.89.9-1_patch.zip.url │ │ │ │ ├── implot-0.16.zip.url │ │ │ │ ├── implot_0.16-1_patch.zip.url │ │ │ │ ├── nlohmann_json-3.10.5.zip.url │ │ │ │ ├── spdlog-1.14.1.tar.gz.url │ │ │ │ ├── spdlog_1.14.1-1_patch.zip.url │ │ │ │ ├── vulkan-headers-1.2.158-2-wrap.zip.url │ │ │ │ └── vulkan-headers-1.2.158.tar.gz.url │ │ ├── OpenCOLLADA │ │ │ └── 1.6.68 │ │ │ │ └── patches │ │ │ │ └── 0001-OpenCOLLADA-1.6.68-fix-error-for-build.patch │ │ ├── QtScrcpy │ │ │ └── 3.3.1 │ │ │ │ └── QtScrcpyCore.url │ │ ├── VTK │ │ │ └── 9.5.2 │ │ │ │ └── patches │ │ │ │ └── 0001-VTK-9.3.0-ThirdParty-double-conversion-add-loongarch.patch │ │ ├── blender │ │ │ └── 4.5.3 │ │ │ │ └── patches │ │ │ │ └── 0001-blender-4.5.3-fix-for-ffmpeg-8.patch │ │ ├── chromium │ │ │ └── 141.0.7390.122 │ │ │ │ ├── chromium-browser.desktop │ │ │ │ └── patches │ │ │ │ ├── 0001-Chromium-136-set-clang-lib-from-lib-to-lib64.patch │ │ │ │ ├── 0001-Chromium-140-sandbox-add-loongarch64-support.patch │ │ │ │ ├── 0001-Chromium-140-third_party-crashpad-add-loongarch64-su.patch │ │ │ │ ├── 0001-Chromium-140-third_party-webrtc-add-loongarch64-supp.patch │ │ │ │ ├── 0001-chromium-128-third_party-libpng-fix-for-loongarch64-.patch │ │ │ │ ├── 0003-Chromium-140-components-add-loongarch64-support.patch │ │ │ │ ├── 0004-Chromium-140-third_party-boringssl-add-loongarch64-s.patch │ │ │ │ ├── 0005-Chromium-140-base-system-sys_info-add-loongarch64-su.patch │ │ │ │ ├── 0006-Chromium-140-build-config-add-loongarch64-support.patch │ │ │ │ ├── 0007-Chromium-140-rust-config-add-loongarch64-support.patch │ │ │ │ ├── 0008-Chromium-140-fix-atspi2-version.patch │ │ │ │ └── 0009-Chromium-140-build-ffmpeg-scripts-add-loongarch64.patch │ │ ├── firefox │ │ │ └── 140.4.0esr │ │ │ │ ├── patches │ │ │ │ └── 0001-fixed-a-judgment-issue-when-libstdc-has-multiple-ver.patch │ │ │ │ └── tip.url │ │ ├── inkscape │ │ │ └── git-default │ │ │ │ └── patches │ │ │ │ └── 0001-inkscap-3rdparty-2geom-fix-for-gcc14.patch │ │ ├── kodi │ │ │ └── 22.0a1-Piers │ │ │ │ ├── download.package_list │ │ │ │ ├── libdvdcss.url │ │ │ │ ├── libdvdnav.url │ │ │ │ ├── libdvdread.url │ │ │ │ ├── patches │ │ │ │ ├── 0001-change-font-setting-from-Default-to-Arial.patch │ │ │ │ ├── 0001-fix-xbmc-Settings-undefine-error.patch │ │ │ │ └── 0001-kodi-fix-build-error-for-gcc-14.patch │ │ │ │ ├── resource.language.zh_cn.url │ │ │ │ └── tarballs.listfile │ │ ├── libdatachannel │ │ │ └── 0.23.2 │ │ │ │ └── patches │ │ │ │ └── 0001-libdatachannel-fix-for-gcc-14.patch │ │ ├── libindicator │ │ │ └── 12.10.1 │ │ │ │ └── patches │ │ │ │ └── libindicator-12.10.1-glib262-g_define_type_with_private.patch │ │ ├── libplacebo │ │ │ └── 7.351.0 │ │ │ │ └── patches │ │ │ │ └── 0001-fix-libplacebo-7.351-build-error-for-parse-vk.xml.patch │ │ ├── libreoffice │ │ │ └── 25.8.2.2 │ │ │ │ ├── download.package_list │ │ │ │ ├── download_extern.package_list │ │ │ │ ├── libreoffice-dictionaries.url │ │ │ │ ├── libreoffice-help.url │ │ │ │ ├── libreoffice-translations.url │ │ │ │ ├── patches │ │ │ │ ├── 0001-calc.cxx-fix-build-for-gcc-14.patch │ │ │ │ ├── 0001-external-libcmis-add-0001-libcmis-fix-build-error-fo.patch │ │ │ │ ├── 0001-external-redland-fix-build-error.patch │ │ │ │ ├── 0001-fix-build-error-at-use-without-java.patch │ │ │ │ ├── 0001-fix-link-miss-zlib.patch │ │ │ │ ├── 0001-libreoffice-24.2.0-external-curl-configure-add-witho.patch │ │ │ │ ├── 0001-libreoffice-24.2.1.1-fix-for-cross-build.patch │ │ │ │ ├── 0001-libreoffice-25.2.3.1-add-gettextlib-for-fix-link-lib.patch │ │ │ │ ├── 0001-libreoffice-external-bzip2-remove-test-for-cross-bui.patch │ │ │ │ ├── 0001-libreoffice-fix-for-gcc-14.patch │ │ │ │ ├── 0001-xmlsecurity-add-nss-nss.h-header-file.patch │ │ │ │ └── 0002-libreoffice-7.6-pdfium-fix-for-gcc14.patch │ │ │ │ ├── tarballs.listfile │ │ │ │ └── tarballs_extern.listfile │ │ ├── libspnav │ │ │ └── 1.2 │ │ │ │ └── patches │ │ │ │ └── 0001-libspnav-1.1-set-libdir-to-lib64-for-loongarch64.patch │ │ ├── libvpl │ │ │ └── 2023.4.0 │ │ │ │ └── patches │ │ │ │ └── 0001-libvpl-fix-for-gcc-15.patch │ │ ├── med │ │ │ └── 5.0.0 │ │ │ │ └── patches │ │ │ │ └── hdf5-1.14.patch │ │ ├── mpv │ │ │ └── 0.40.0 │ │ │ │ └── patches │ │ │ │ └── 0001-mpv-0.40.0-fix-for-ffmpeg-8.patch │ │ ├── obs-studio │ │ │ └── 32.0.1 │ │ │ │ ├── obs-browser.url │ │ │ │ ├── obs-websocket.url │ │ │ │ └── patches │ │ │ │ └── 0001-obs-studio-fix-for-gcc-15.patch │ │ ├── ollama │ │ │ └── git-default │ │ │ │ └── patches │ │ │ │ ├── 0001-llama-fix-for-gcc-15.patch │ │ │ │ └── 0001-ollama-force-use-gcc.patch │ │ ├── oneTBB │ │ │ └── 2022.2.0 │ │ │ │ └── patches │ │ │ │ └── 0001-oneTBB-add-loongarch64-for-not-use-fcf-protection-op.patch │ │ ├── pvr.iptvsimple │ │ │ └── 22.5.1-Piers │ │ │ │ ├── kodi_cn.m3u │ │ │ │ └── patches │ │ │ │ └── 0001-pvr.iptvsimple-21.7.1-add-file-kodi_cn.u3m-for-IPTV-.patch │ │ ├── siril │ │ │ └── 1.4.0-beta1 │ │ │ │ └── patches │ │ │ │ └── 0001-siril-1.4.0-add-CMAKE_MAKE_PROGRAM-to-subprojects.patch │ │ ├── ssr │ │ │ └── 0.4.4 │ │ │ │ └── patches │ │ │ │ ├── 0001-ssr-0.4.4-fix-for-ffmpeg-7.patch │ │ │ │ ├── 0001-ssr-0.4.4-fix-for-ffmpeg-8.patch │ │ │ │ └── 0001-ssr-Add-loongarch64-support.patch │ │ ├── thunderbird │ │ │ └── 140.4.0esr │ │ │ │ ├── patches │ │ │ │ └── 0001-fixed-a-judgment-issue-when-libstdc-has-multiple-ver.patch │ │ │ │ └── tip.url │ │ ├── tinyxml │ │ │ └── git-default │ │ │ │ └── patches │ │ │ │ └── 0001-tinyxml-fix-for-lib64.patch │ │ ├── waylandpp │ │ │ └── 1.0.1 │ │ │ │ └── patches │ │ │ │ └── 0001-waylandpp-1.0.0-fix-build-error-for-gcc-14.patch │ │ ├── wcslib │ │ │ └── 8.4 │ │ │ │ └── patches │ │ │ │ └── 0001-wcslib-8.4-fix-for-cross-build.patch │ │ ├── wxWidgets │ │ │ └── 3.2.8 │ │ │ │ └── patches │ │ │ │ └── 0001-wxWidgets-3.2.7-fix-host-PREFIX-for-cross-build.patch │ │ ├── xerces-c │ │ │ └── 3.3.0 │ │ │ │ └── patches │ │ │ │ └── 0001-xerces-c-3.2.5-fix-CXXSTD-from-14-to-17-for-icu4c-75.patch │ │ ├── xplanet │ │ │ └── 1.3.1 │ │ │ │ └── patches │ │ │ │ ├── 0001-xplanet-1.3.1-fix-inFile.getline.patch │ │ │ │ └── xplanet-1.3.1-giflib.patch │ │ └── yaml-cpp │ │ │ └── 0.8.0 │ │ │ └── patches │ │ │ └── 0001-yaml-cpp-0.8.0-fix-for-gcc-15.patch │ │ ├── game_emu │ │ ├── RetroArch │ │ │ └── 1.21.0 │ │ │ │ └── patches │ │ │ │ └── 0001-RetroArch-1.21.0-fix-for-ffmpeg-8.patch │ │ └── libretro-mame2010 │ │ │ └── git-default │ │ │ └── patches │ │ │ └── libretro-mame2010-add-loongarch64.patch │ │ ├── host-tools │ │ ├── Babel │ │ │ └── 2.17.0 │ │ │ │ └── cldr-common.url │ │ ├── binutils │ │ │ └── 2.45 │ │ │ │ └── patches │ │ │ │ └── 8e885fece150ee97e5b0e78363e7fe9888ae9c29.diff │ │ ├── cmake │ │ │ └── 4.1.2 │ │ │ │ └── patches │ │ │ │ └── cmake-3.22.3-add-loongarch64-to-checktypesize.patch │ │ ├── dbus │ │ │ └── 1.16.2 │ │ │ │ ├── expat.url │ │ │ │ └── glib.url │ │ ├── docbook-xsl-nons │ │ │ └── 1.79.2 │ │ │ │ └── patches │ │ │ │ └── docbook-xsl-nons-1.79.2-stack_fix-1.patch │ │ ├── fontforge │ │ │ └── 20251009 │ │ │ │ └── patches │ │ │ │ └── 0001-fontforge-remove-it-and-fr-po-for-fix-msgfmt-build-e.patch │ │ ├── gcc │ │ │ └── 15.2.0 │ │ │ │ └── patches │ │ │ │ └── do-not-use-the-cached-value-of-the-gcc_except_table_section-for-comdat-functions.patch │ │ ├── gobject-introspection │ │ │ └── 1.86.0 │ │ │ │ ├── glib.url │ │ │ │ └── gvdb.url │ │ ├── html5lib │ │ │ └── 1.1 │ │ │ │ └── patches │ │ │ │ └── 0001-html5lib-1.1-fix-for-python-14.patch │ │ ├── nspr │ │ │ └── 4.37 │ │ │ │ └── patches │ │ │ │ └── nspr-4.32-add-loongarch64.patch │ │ ├── nss │ │ │ └── 3.117 │ │ │ │ └── patches │ │ │ │ └── 0001-nss-3.97-fix-miss-SQLITE_INCLUDE_DIR-in-nss-cmd-dbto.patch │ │ ├── perl │ │ │ └── 5.42.0 │ │ │ │ ├── perl-5.x-loongarch32-config.sh │ │ │ │ ├── perl-5.x-loongarch32r-config.sh │ │ │ │ └── perl-5.x-loongarch64-config.sh │ │ ├── pyside6 │ │ │ └── git-default │ │ │ │ └── patches │ │ │ │ └── 0001-pyside6-fix-compiler-error-for-Qt-6.8.1.patch │ │ ├── sgml-common │ │ │ └── 0.6.3 │ │ │ │ └── patches │ │ │ │ └── sgml-common-0.6.3-manpage-1.patch │ │ ├── sip4 │ │ │ └── 4.19.25 │ │ │ │ └── patches │ │ │ │ ├── sip-4.19.25-pyframe_getback.patch │ │ │ │ └── sip-add-loongarch64.patch │ │ ├── unzip │ │ │ └── 60 │ │ │ │ └── patches │ │ │ │ └── 0001-replace-NO_DIR-to-NULL.patch │ │ └── waylandpp │ │ │ └── 1.0.1 │ │ │ └── patches │ │ │ └── 0001-waylandpp-1.0.0-fix-build-error-for-gcc-14.patch │ │ ├── java_runtime │ │ ├── jdk11 │ │ │ └── 11u │ │ │ │ └── patches │ │ │ │ └── fa28fbdc260351ff9ae735e473b3d0d9bdc659bf.diff │ │ ├── jdk17 │ │ │ └── 17u │ │ │ │ └── patches │ │ │ │ └── 4241313127be05704eeebcc6454120742cc93753.diff │ │ ├── jdk21 │ │ │ └── 21u │ │ │ │ └── patches │ │ │ │ └── 3445b99bedfba659da49d72a39979703969cfc91.diff │ │ └── jdk8 │ │ │ └── 8u │ │ │ └── patches │ │ │ ├── 0001-Build-failure-with-glibc-2.42-due-to-uabs-name-colli.patch │ │ │ ├── 0001-jdk8-fix-for-call-of-overloaded-null_check-Register-.patch │ │ │ └── 0001-jdk8-remove-typedef-int-bool.patch │ │ ├── linux_runtime │ │ ├── MangoHud │ │ │ └── 0.8.1 │ │ │ │ ├── imgui-1.89.9.tar.gz.url │ │ │ │ ├── imgui_1.89.9-1_patch.zip.url │ │ │ │ ├── implot-0.16.zip.url │ │ │ │ ├── implot_0.16-1_patch.zip.url │ │ │ │ ├── nlohmann_json-3.10.5.zip.url │ │ │ │ ├── spdlog-1.14.1.tar.gz.url │ │ │ │ ├── spdlog_1.14.1-1_patch.zip.url │ │ │ │ ├── vulkan-headers-1.2.158-2-wrap.zip.url │ │ │ │ └── vulkan-headers-1.2.158.tar.gz.url │ │ ├── SPIRV-LLVM-Translator │ │ │ └── 21.1.1 │ │ │ │ └── headers.url │ │ ├── at-spi2-core │ │ │ └── 2.58.1 │ │ │ │ └── patches │ │ │ │ └── 0001-at-spi2-core-2.58.1-remove-python-module.patch │ │ ├── binutils │ │ │ └── 2.45 │ │ │ │ └── patches │ │ │ │ └── 8e885fece150ee97e5b0e78363e7fe9888ae9c29.diff │ │ ├── create_base_files │ │ │ └── 1.0 │ │ │ │ ├── bin-run-startx.sh │ │ │ │ ├── etc-adjtime │ │ │ │ ├── etc-bashrc │ │ │ │ ├── etc-fstab │ │ │ │ ├── etc-group │ │ │ │ ├── etc-hostconf │ │ │ │ ├── etc-hostname │ │ │ │ ├── etc-hosts │ │ │ │ ├── etc-inputrc │ │ │ │ ├── etc-ld.so.conf │ │ │ │ ├── etc-locale.conf │ │ │ │ ├── etc-nsswitch.conf │ │ │ │ ├── etc-passwd │ │ │ │ ├── etc-profile │ │ │ │ ├── etc-profile.d_add-opt-path.sh │ │ │ │ ├── etc-profile.d_alias.sh │ │ │ │ ├── etc-profile.d_default-event.sh │ │ │ │ ├── etc-rc.local │ │ │ │ ├── etc-shells │ │ │ │ ├── etc-skel_bash_profile │ │ │ │ ├── etc-systemd_network_10-eth-dhcp.network │ │ │ │ └── root-xinitrc │ │ ├── dbus │ │ │ └── 1.16.2 │ │ │ │ ├── expat.url │ │ │ │ └── glib.url │ │ ├── glibc_localedata │ │ │ └── 2.42 │ │ │ │ └── patches │ │ │ │ └── 0001-glibc-add-C.UTF-8-to-localedata.patch │ │ ├── harfbuzz │ │ │ └── 12.1.0 │ │ │ │ └── patches │ │ │ │ └── 0001-harfbuzz-8.4.4-fix-cpp_std-to-c-17-for-icu4c-75_1.patch │ │ ├── keyutils │ │ │ └── 1.6.1 │ │ │ │ └── patches │ │ │ │ └── 0001-keyutils-fix-for-cross-build.patch │ │ ├── libei │ │ │ └── 1.5.0 │ │ │ │ └── munit.url │ │ ├── libxcrypt │ │ │ └── 4.4.38 │ │ │ │ └── patches │ │ │ │ └── 0001-fix-configure-error-under-loongarch64-architecture.patch │ │ ├── linux-header │ │ │ └── 6.17.4 │ │ │ │ └── linux-config-6 │ │ ├── lua │ │ │ └── 5.4.8 │ │ │ │ └── patches │ │ │ │ └── lua-5.4.4-shared_library-1.patch │ │ ├── mesa │ │ │ └── 25.2.5 │ │ │ │ ├── DirectX-Headers.url │ │ │ │ └── patches │ │ │ │ └── 37027.patch │ │ ├── openh264 │ │ │ └── 2.6.0 │ │ │ │ └── patches │ │ │ │ └── 0001-openh264-2.6.0-add-mips64el-support.patch │ │ ├── pcsc-lite │ │ │ └── 2.4.0 │ │ │ │ └── patches │ │ │ │ └── 0001-pcsc-lite-2.4.0-fix-for-cross-build.patch │ │ ├── shaderc │ │ │ └── 2025.4 │ │ │ │ └── glslang.url │ │ └── x265 │ │ │ └── 20240812 │ │ │ └── patches │ │ │ └── 0001-x265-20240812-fix-for-cmake-4.0.0.patch │ │ ├── mingw_sysroot │ │ ├── Windows-QEMU │ │ │ └── 10.1.2 │ │ │ │ └── patches │ │ │ │ └── 0001-fix-errors-at-static-linking-of-mingw64.patch │ │ ├── mingw-atk │ │ │ └── 2.38.0 │ │ │ │ └── patches │ │ │ │ └── 0001-remove-DllMain-function-from-atk.patch │ │ └── mingw-gtk3 │ │ │ └── 3.24.43 │ │ │ └── patches │ │ │ └── 0001-fix-cross-compile-error-for-mingw.patch │ │ ├── sddm │ │ └── sddm │ │ │ └── 0.21.0 │ │ │ └── patches │ │ │ └── 0001-sddm-fix-build-error.patch │ │ ├── simulate │ │ ├── dxvk │ │ │ └── git-default │ │ │ │ └── patches │ │ │ │ └── 0001-dxvk-fix-for-gcc-14.1.0.patch │ │ ├── lata │ │ │ └── git │ │ │ │ └── patches │ │ │ │ └── 0001-set-option_fam_jmp_cache-force-0.patch │ │ ├── latx │ │ │ └── git │ │ │ │ └── patches │ │ │ │ ├── 0001-fix-interp_prefix-to-latx-M.patch │ │ │ │ └── 0001-fix-test-amdgpu-for-cross-build.patch │ │ ├── libosinfo │ │ │ └── 1.11.0 │ │ │ │ └── patches │ │ │ │ ├── 0001-libosinfo-enable-introspection-for-cross-build.patch │ │ │ │ └── 0001-libosinfo-fix-for-not-define-ATTRIBUTE_UNUSED.patch │ │ ├── libvirt-glib │ │ │ └── 5.0.0 │ │ │ │ └── patches │ │ │ │ └── 0001-libvirt-glib-enable-introspection-for-cross-build.patch │ │ ├── libvirt │ │ │ └── 11.8.0 │ │ │ │ └── patches │ │ │ │ └── 0002-libvirt-9.8.0-add-loongarch64-support-files.patch │ │ ├── qemu-edk2 │ │ │ └── 1.0-default │ │ │ │ ├── edk2-platforms.url │ │ │ │ ├── edk2.url │ │ │ │ └── patches │ │ │ │ ├── 0001-qemu-edk2-add-gcc-CFLAGS-for-LoongArch64.patch │ │ │ │ └── 0001-qemu-edk2-platform-add-VirtNorFlashDeviceLib-for-loo.patch │ │ ├── qemu │ │ │ └── 10.1.2 │ │ │ │ └── patches │ │ │ │ └── 0001-Revert-tcg-loongarch64-Set-vector-registers-call-clo.patch │ │ ├── wine │ │ │ └── 10.0 │ │ │ │ ├── wine-gecko-64.url │ │ │ │ ├── wine-gecko.url │ │ │ │ ├── wine-mono.url │ │ │ │ └── wine-staging.url │ │ ├── wine_wow │ │ │ └── 10.17 │ │ │ │ ├── wine-gecko-64.url │ │ │ │ ├── wine-gecko.url │ │ │ │ ├── wine-mono.url │ │ │ │ └── wine-staging.url │ │ └── yajl │ │ │ └── git-default │ │ │ └── patches │ │ │ └── 0001-yajl-2.1.1-fix-build-for-cmake-4.0.patch │ │ ├── target_base │ │ ├── Python │ │ │ └── 3.13.7 │ │ │ │ └── patches │ │ │ │ └── 0001-Python-3.13.1-fix-for-cross-build.patch │ │ ├── binutils │ │ │ └── 2.45 │ │ │ │ └── patches │ │ │ │ └── 8e885fece150ee97e5b0e78363e7fe9888ae9c29.diff │ │ ├── binutils_git │ │ │ └── git-default │ │ │ │ └── patches │ │ │ │ └── 0001-remove-default-use-relax-for-lld.patch │ │ ├── busybox │ │ │ └── 1.37.0 │ │ │ │ └── patches │ │ │ │ └── 0001-fix-sha1_process_block64_shaNI-compiler-error-for-lo.patch │ │ ├── cmake │ │ │ └── 4.1.2 │ │ │ │ └── patches │ │ │ │ └── cmake-3.22.3-add-loongarch64-to-checktypesize.patch │ │ ├── create_base_files │ │ │ └── 1.0 │ │ │ │ ├── bin-run-startx.sh │ │ │ │ ├── etc-adjtime │ │ │ │ ├── etc-bashrc │ │ │ │ ├── etc-fstab │ │ │ │ ├── etc-group │ │ │ │ ├── etc-hostconf │ │ │ │ ├── etc-hostname │ │ │ │ ├── etc-hosts │ │ │ │ ├── etc-inputrc │ │ │ │ ├── etc-ld.so.conf │ │ │ │ ├── etc-locale.conf │ │ │ │ ├── etc-nsswitch.conf │ │ │ │ ├── etc-passwd │ │ │ │ ├── etc-profile │ │ │ │ ├── etc-profile.d_add-opt-path.sh │ │ │ │ ├── etc-profile.d_alias.sh │ │ │ │ ├── etc-profile.d_default-event.sh │ │ │ │ ├── etc-rc.local │ │ │ │ ├── etc-shells │ │ │ │ ├── etc-skel_bash_profile │ │ │ │ ├── etc-systemd_network_10-eth-dhcp.network │ │ │ │ └── root-xinitrc │ │ ├── ctags │ │ │ └── 5.8 │ │ │ │ └── patches │ │ │ │ ├── ctags-5.8-fix_form_fedora.patch │ │ │ │ └── ctags-5.8-for-gcc_12.patch │ │ ├── dbus │ │ │ └── 1.16.2 │ │ │ │ ├── expat.url │ │ │ │ └── glib.url │ │ ├── expect │ │ │ └── 5.45.4 │ │ │ │ └── patches │ │ │ │ └── 0001-enable-cross-compilation.patch │ │ ├── flex │ │ │ └── 2.6.4 │ │ │ │ └── patches │ │ │ │ └── 0001-flex-2.6.4-fix-build-error-for-gcc-15.patch │ │ ├── gcc │ │ │ └── 15.2.0 │ │ │ │ └── patches │ │ │ │ ├── 0001-LoongArch-Fix-bug-simd_maddw_evod_-mode-_-su.patch │ │ │ │ └── 0001-Loongarch-Fix-ICE-for-PR122097.patch │ │ ├── gcc_git │ │ │ └── git-default │ │ │ │ └── patches │ │ │ │ └── 0001-gcc-13-add-cmodule-medium-for-loongarch-libgcc.patch │ │ ├── glibc │ │ │ └── 2.42 │ │ │ │ └── patches │ │ │ │ └── 0001-glibc-add-C.UTF-8-to-localedata.patch │ │ ├── glibc_localedata │ │ │ └── 2.42 │ │ │ │ └── patches │ │ │ │ └── 0001-glibc-add-C.UTF-8-to-localedata.patch │ │ ├── gobject-introspection │ │ │ └── 1.86.0 │ │ │ │ ├── glib.url │ │ │ │ └── gvdb.url │ │ ├── gpm │ │ │ └── 1.20.7 │ │ │ │ └── patches │ │ │ │ ├── gpm-1.20.1-weak-wgetch.patch │ │ │ │ └── gpm-1.20.7-consolidated-1.patch │ │ ├── graphite │ │ │ └── 1.3.14 │ │ │ │ └── patches │ │ │ │ └── 0001-graphite-1.3.14-fix-for-gcc-15.patch │ │ ├── harfbuzz-pre │ │ │ └── 12.1.0 │ │ │ │ └── patches │ │ │ │ └── 0001-harfbuzz-8.4.4-fix-cpp_std-to-c-17-for-icu4c-75_1.patch │ │ ├── harfbuzz │ │ │ └── 12.1.0 │ │ │ │ └── patches │ │ │ │ └── 0001-harfbuzz-8.4.4-fix-cpp_std-to-c-17-for-icu4c-75_1.patch │ │ ├── kbd │ │ │ └── 2.9.0 │ │ │ │ └── patches │ │ │ │ └── 0001-Save-font-support-UTF-8.patch │ │ ├── libpng │ │ │ └── 1.6.50 │ │ │ │ └── patches │ │ │ │ └── libpng-1.6.47-apng.patch │ │ ├── libxcrypt │ │ │ └── 4.4.38 │ │ │ │ └── patches │ │ │ │ └── 0001-fix-configure-error-under-loongarch64-architecture.patch │ │ ├── linux-header │ │ │ └── 6.17.4 │ │ │ │ └── linux-config-6 │ │ ├── lua │ │ │ └── 5.4.8 │ │ │ │ └── patches │ │ │ │ └── lua-5.4.4-shared_library-1.patch │ │ ├── make-ca │ │ │ └── 1.16.1 │ │ │ │ ├── certdata.txt.url │ │ │ │ ├── class3.crt.url │ │ │ │ └── root.crt.url │ │ ├── nspr │ │ │ └── 4.37 │ │ │ │ └── patches │ │ │ │ └── nspr-4.32-add-loongarch64.patch │ │ ├── p11-kit │ │ │ └── 0.25.10 │ │ │ │ └── patches │ │ │ │ └── 0001-p11-kit-0.25.10-fix-systemd-user-unit-dir-for-cross-.patch │ │ ├── perl │ │ │ └── 5.42.0 │ │ │ │ ├── perl-5.x-loongarch32-config.sh │ │ │ │ ├── perl-5.x-loongarch32r-config.sh │ │ │ │ └── perl-5.x-loongarch64-config.sh │ │ ├── rustc │ │ │ └── 1.90.0 │ │ │ │ └── patches │ │ │ │ └── 0001-rust-1.80.0-fix-for-gcc-15.patch │ │ ├── unzip │ │ │ └── 60 │ │ │ │ └── patches │ │ │ │ └── 0001-replace-NO_DIR-to-NULL.patch │ │ ├── usbutils │ │ │ └── 019 │ │ │ │ └── usb.ids.url │ │ ├── wireless_tools │ │ │ └── 29 │ │ │ │ └── patches │ │ │ │ └── wireless_tools-29-fix_iwlist_scanning-1.patch │ │ ├── xfsprogs │ │ │ └── 6.17.0 │ │ │ │ └── patches │ │ │ │ ├── 0001-Fix-for-cross-build.patch │ │ │ │ └── 0002-Fix-for-gcc-13.patch │ │ └── zip │ │ │ └── 30 │ │ │ └── patches │ │ │ └── 0001-zip30-fix-for-gcc-14.patch │ │ ├── toolchain │ │ ├── binutils │ │ │ └── 2.45 │ │ │ │ └── patches │ │ │ │ └── 8e885fece150ee97e5b0e78363e7fe9888ae9c29.diff │ │ ├── compat_linux-header │ │ │ └── 6.6 │ │ │ │ └── linux-config-6 │ │ ├── cross-binutils │ │ │ └── 2.45 │ │ │ │ └── patches │ │ │ │ └── 8e885fece150ee97e5b0e78363e7fe9888ae9c29.diff │ │ ├── libxcrypt │ │ │ └── 4.4.38 │ │ │ │ └── patches │ │ │ │ └── 0001-fix-configure-error-under-loongarch64-architecture.patch │ │ └── linux-header │ │ │ └── 6.17.4 │ │ │ └── linux-config-6 │ │ ├── unusual │ │ ├── compat-linux-header │ │ │ └── 6.6 │ │ │ │ └── linux-config-6 │ │ ├── gtk4 │ │ │ └── 4.21.0 │ │ │ │ └── patches │ │ │ │ └── 0001-remove-cflag-Wimplicit-function-declaration-because-.patch │ │ ├── mesa_nollvm │ │ │ └── 25.2.5 │ │ │ │ └── DirectX-Headers.url │ │ └── qt5-qtbase │ │ │ └── 5.15.17 │ │ │ └── patches │ │ │ ├── 0001-QT-5.15.8-add-loongarch64-support.patch │ │ │ ├── 0001-qt5-5.15-add-stdint-for-compiler-use-gcc-13.patch │ │ │ ├── qt-everywhere-src-5.15.2-add-loongarch.patch │ │ │ └── qtlocation-fix-rapidjson-build.patch │ │ └── wm-lxde │ │ └── menu-cache │ │ └── 1.1.0 │ │ └── patches │ │ └── menu-cache-1.1.0-consolidated_fixes-1.patch ├── info_set │ ├── release_hide │ ├── release_sort │ └── release_summary ├── install_os_run.sh ├── live_os.sh ├── pack_os.sh ├── release_info.sh ├── scripts │ └── step │ │ ├── DE-KDE │ │ ├── attica │ │ ├── attica.info │ │ ├── create_files │ │ ├── create_files.info │ │ ├── final_run │ │ ├── final_run.info │ │ ├── karchive │ │ ├── karchive.info │ │ ├── kauth │ │ ├── kauth.info │ │ ├── kbookmarks │ │ ├── kbookmarks.info │ │ ├── kcodecs │ │ ├── kcodecs.info │ │ ├── kcompletion │ │ ├── kcompletion.info │ │ ├── kconfig │ │ ├── kconfig.info │ │ ├── kconfigwidgets │ │ ├── kconfigwidgets.info │ │ ├── kcoreaddons │ │ ├── kcoreaddons.info │ │ ├── kcrash │ │ ├── kcrash.info │ │ ├── kdbusaddons │ │ ├── kdbusaddons.info │ │ ├── kdoctools │ │ ├── kdoctools.info │ │ ├── kglobalaccel │ │ ├── kglobalaccel.info │ │ ├── kguiaddons │ │ ├── kguiaddons.info │ │ ├── ki18n │ │ ├── ki18n.info │ │ ├── kiconthemes │ │ ├── kiconthemes.info │ │ ├── kio │ │ ├── kio.info │ │ ├── kitemviews │ │ ├── kitemviews.info │ │ ├── kjobwidgets │ │ ├── kjobwidgets.info │ │ ├── knewstuff │ │ ├── knewstuff.info │ │ ├── knotifications │ │ ├── knotifications.info │ │ ├── knotifyconfig │ │ ├── knotifyconfig.info │ │ ├── kpackage │ │ ├── kpackage.info │ │ ├── kplotting │ │ ├── kplotting.info │ │ ├── kservice │ │ ├── kservice.info │ │ ├── ktextwidgets │ │ ├── ktextwidgets.info │ │ ├── kwidgetsaddons │ │ ├── kwidgetsaddons.info │ │ ├── kwindowsystem │ │ ├── kwindowsystem.info │ │ ├── kxmlgui │ │ ├── kxmlgui.info │ │ ├── overlay_temp_fix_run │ │ ├── overlay_temp_fix_run.info │ │ ├── plasma-wayland-protocols │ │ ├── plasma-wayland-protocols.info │ │ ├── qtkeychain │ │ ├── qtkeychain.info │ │ ├── solid │ │ ├── solid.info │ │ ├── sonnet │ │ └── sonnet.info │ │ ├── KDE6 │ │ ├── KDE6-akonadi │ │ ├── KDE6-akonadi-calendar │ │ ├── KDE6-akonadi-calendar.info │ │ ├── KDE6-akonadi-contacts │ │ ├── KDE6-akonadi-contacts.info │ │ ├── KDE6-akonadi-mime │ │ ├── KDE6-akonadi-mime.info │ │ ├── KDE6-akonadi-notes │ │ ├── KDE6-akonadi-notes.info │ │ ├── KDE6-akonadi-search │ │ ├── KDE6-akonadi-search.info │ │ ├── KDE6-akonadi.info │ │ ├── KDE6-analitza │ │ ├── KDE6-analitza.info │ │ ├── KDE6-arianna │ │ ├── KDE6-arianna.info │ │ ├── KDE6-ark │ │ ├── KDE6-ark.info │ │ ├── KDE6-attica │ │ ├── KDE6-attica.info │ │ ├── KDE6-aurorae │ │ ├── KDE6-aurorae.info │ │ ├── KDE6-baloo │ │ ├── KDE6-baloo.info │ │ ├── KDE6-bluedevil │ │ ├── KDE6-bluedevil.info │ │ ├── KDE6-bluez-qt │ │ ├── KDE6-bluez-qt.info │ │ ├── KDE6-breeze │ │ ├── KDE6-breeze-gtk │ │ ├── KDE6-breeze-gtk.info │ │ ├── KDE6-breeze-icons │ │ ├── KDE6-breeze-icons.info │ │ ├── KDE6-breeze.info │ │ ├── KDE6-calendarsupport │ │ ├── KDE6-calendarsupport.info │ │ ├── KDE6-dolphin │ │ ├── KDE6-dolphin-plugins │ │ ├── KDE6-dolphin-plugins.info │ │ ├── KDE6-dolphin.info │ │ ├── KDE6-dragon │ │ ├── KDE6-dragon.info │ │ ├── KDE6-drkonqi │ │ ├── KDE6-drkonqi.info │ │ ├── KDE6-elisa │ │ ├── KDE6-elisa.info │ │ ├── KDE6-eventviews │ │ ├── KDE6-eventviews.info │ │ ├── KDE6-ffmpegthumbs │ │ ├── KDE6-ffmpegthumbs.info │ │ ├── KDE6-frameworkintegration │ │ ├── KDE6-frameworkintegration.info │ │ ├── KDE6-grantleetheme │ │ ├── KDE6-grantleetheme.info │ │ ├── KDE6-gwenview │ │ ├── KDE6-gwenview.info │ │ ├── KDE6-incidenceeditor │ │ ├── KDE6-incidenceeditor.info │ │ ├── KDE6-isoimagewriter │ │ ├── KDE6-isoimagewriter.info │ │ ├── KDE6-juk │ │ ├── KDE6-juk.info │ │ ├── KDE6-k3b │ │ ├── KDE6-k3b.info │ │ ├── KDE6-kactivities │ │ ├── KDE6-kactivities-stats │ │ ├── KDE6-kactivities-stats.info │ │ ├── KDE6-kactivities.info │ │ ├── KDE6-kactivitymanagerd │ │ ├── KDE6-kactivitymanagerd.info │ │ ├── KDE6-kalgebra │ │ ├── KDE6-kalgebra.info │ │ ├── KDE6-karchive │ │ ├── KDE6-karchive.info │ │ ├── KDE6-kate │ │ ├── KDE6-kate.info │ │ ├── KDE6-kauth │ │ ├── KDE6-kauth.info │ │ ├── KDE6-kbackup │ │ ├── KDE6-kbackup.info │ │ ├── KDE6-kbookmarks │ │ ├── KDE6-kbookmarks.info │ │ ├── KDE6-kcalc │ │ ├── KDE6-kcalc.info │ │ ├── KDE6-kcalendarcore │ │ ├── KDE6-kcalendarcore.info │ │ ├── KDE6-kcalutils │ │ ├── KDE6-kcalutils.info │ │ ├── KDE6-kcmutils │ │ ├── KDE6-kcmutils.info │ │ ├── KDE6-kcodecs │ │ ├── KDE6-kcodecs.info │ │ ├── KDE6-kcolorscheme │ │ ├── KDE6-kcolorscheme.info │ │ ├── KDE6-kcompletion │ │ ├── KDE6-kcompletion.info │ │ ├── KDE6-kconfig │ │ ├── KDE6-kconfig.info │ │ ├── KDE6-kconfigwidgets │ │ ├── KDE6-kconfigwidgets.info │ │ ├── KDE6-kcontacts │ │ ├── KDE6-kcontacts.info │ │ ├── KDE6-kcoreaddons │ │ ├── KDE6-kcoreaddons.info │ │ ├── KDE6-kcrash │ │ ├── KDE6-kcrash.info │ │ ├── KDE6-kdav │ │ ├── KDE6-kdav.info │ │ ├── KDE6-kdbusaddons │ │ ├── KDE6-kdbusaddons.info │ │ ├── KDE6-kde-cli-tools │ │ ├── KDE6-kde-cli-tools.info │ │ ├── KDE6-kde-gtk-config │ │ ├── KDE6-kde-gtk-config.info │ │ ├── KDE6-kdeclarative │ │ ├── KDE6-kdeclarative.info │ │ ├── KDE6-kdeconnect-kde │ │ ├── KDE6-kdeconnect-kde.info │ │ ├── KDE6-kdecoration │ │ ├── KDE6-kdecoration.info │ │ ├── KDE6-kded │ │ ├── KDE6-kded.info │ │ ├── KDE6-kdenetwork-filesharing │ │ ├── KDE6-kdenetwork-filesharing.info │ │ ├── KDE6-kdenlive │ │ ├── KDE6-kdenlive.info │ │ ├── KDE6-kdeplasma-addons │ │ ├── KDE6-kdeplasma-addons.info │ │ ├── KDE6-kdesu │ │ ├── KDE6-kdesu.info │ │ ├── KDE6-kdevelop │ │ ├── KDE6-kdevelop.info │ │ ├── KDE6-kdialog │ │ ├── KDE6-kdialog.info │ │ ├── KDE6-kdnssd │ │ ├── KDE6-kdnssd.info │ │ ├── KDE6-kdoctools │ │ ├── KDE6-kdoctools.info │ │ ├── KDE6-keysmith │ │ ├── KDE6-keysmith.info │ │ ├── KDE6-kfilemetadata │ │ ├── KDE6-kfilemetadata.info │ │ ├── KDE6-kfind │ │ ├── KDE6-kfind.info │ │ ├── KDE6-kgamma │ │ ├── KDE6-kgamma.info │ │ ├── KDE6-kglobalaccel │ │ ├── KDE6-kglobalaccel.info │ │ ├── KDE6-kglobalacceld │ │ ├── KDE6-kglobalacceld.info │ │ ├── KDE6-kguiaddons │ │ ├── KDE6-kguiaddons.info │ │ ├── KDE6-khealthcertificate │ │ ├── KDE6-khealthcertificate.info │ │ ├── KDE6-khelpcenter │ │ ├── KDE6-khelpcenter.info │ │ ├── KDE6-kholidays │ │ ├── KDE6-kholidays.info │ │ ├── KDE6-ki18n │ │ ├── KDE6-ki18n.info │ │ ├── KDE6-kiconthemes │ │ ├── KDE6-kiconthemes.info │ │ ├── KDE6-kidentitymanagement │ │ ├── KDE6-kidentitymanagement.info │ │ ├── KDE6-kidletime │ │ ├── KDE6-kidletime.info │ │ ├── KDE6-kigo │ │ ├── KDE6-kigo.info │ │ ├── KDE6-kimageformats │ │ ├── KDE6-kimageformats.info │ │ ├── KDE6-kimap │ │ ├── KDE6-kimap.info │ │ ├── KDE6-kinfocenter │ │ ├── KDE6-kinfocenter.info │ │ ├── KDE6-kio │ │ ├── KDE6-kio-extras │ │ ├── KDE6-kio-extras.info │ │ ├── KDE6-kio.info │ │ ├── KDE6-kirigami │ │ ├── KDE6-kirigami-addons │ │ ├── KDE6-kirigami-addons.info │ │ ├── KDE6-kirigami.info │ │ ├── KDE6-kitemmodels │ │ ├── KDE6-kitemmodels.info │ │ ├── KDE6-kitemviews │ │ ├── KDE6-kitemviews.info │ │ ├── KDE6-kjobwidgets │ │ ├── KDE6-kjobwidgets.info │ │ ├── KDE6-kldap │ │ ├── KDE6-kldap.info │ │ ├── KDE6-kmailtransport │ │ ├── KDE6-kmailtransport.info │ │ ├── KDE6-kmbox │ │ ├── KDE6-kmbox.info │ │ ├── KDE6-kmenuedit │ │ ├── KDE6-kmenuedit.info │ │ ├── KDE6-kmime │ │ ├── KDE6-kmime.info │ │ ├── KDE6-kmines │ │ ├── KDE6-kmines.info │ │ ├── KDE6-knewstuff │ │ ├── KDE6-knewstuff.info │ │ ├── KDE6-knights │ │ ├── KDE6-knights.info │ │ ├── KDE6-knighttime │ │ ├── KDE6-knighttime.info │ │ ├── KDE6-knotifications │ │ ├── KDE6-knotifications.info │ │ ├── KDE6-knotifyconfig │ │ ├── KDE6-knotifyconfig.info │ │ ├── KDE6-kolourpaint │ │ ├── KDE6-kolourpaint.info │ │ ├── KDE6-konsole │ │ ├── KDE6-konsole.info │ │ ├── KDE6-kontactinterface │ │ ├── KDE6-kontactinterface.info │ │ ├── KDE6-korganizer │ │ ├── KDE6-korganizer.info │ │ ├── KDE6-kpackage │ │ ├── KDE6-kpackage.info │ │ ├── KDE6-kparts │ │ ├── KDE6-kparts.info │ │ ├── KDE6-kpeople │ │ ├── KDE6-kpeople.info │ │ ├── KDE6-kpimtextedit │ │ ├── KDE6-kpimtextedit.info │ │ ├── KDE6-kpipewire │ │ ├── KDE6-kpipewire.info │ │ ├── KDE6-kplotting │ │ ├── KDE6-kplotting.info │ │ ├── KDE6-kpmcore │ │ ├── KDE6-kpmcore.info │ │ ├── KDE6-kpty │ │ ├── KDE6-kpty.info │ │ ├── KDE6-kquickcharts │ │ ├── KDE6-kquickcharts.info │ │ ├── KDE6-krdc │ │ ├── KDE6-krdc.info │ │ ├── KDE6-krecorder │ │ ├── KDE6-krecorder.info │ │ ├── KDE6-krfb │ │ ├── KDE6-krfb.info │ │ ├── KDE6-kruler │ │ ├── KDE6-kruler.info │ │ ├── KDE6-krunner │ │ ├── KDE6-krunner.info │ │ ├── KDE6-kscreen │ │ ├── KDE6-kscreen.info │ │ ├── KDE6-kscreenlocker │ │ ├── KDE6-kscreenlocker.info │ │ ├── KDE6-kservice │ │ ├── KDE6-kservice.info │ │ ├── KDE6-ksmtp │ │ ├── KDE6-ksmtp.info │ │ ├── KDE6-ksshaskpass │ │ ├── KDE6-ksshaskpass.info │ │ ├── KDE6-kstatusnotifieritem │ │ ├── KDE6-kstatusnotifieritem.info │ │ ├── KDE6-ksvg │ │ ├── KDE6-ksvg.info │ │ ├── KDE6-ksystemstats │ │ ├── KDE6-ksystemstats.info │ │ ├── KDE6-ktexteditor │ │ ├── KDE6-ktexteditor.info │ │ ├── KDE6-ktexttemplate │ │ ├── KDE6-ktexttemplate.info │ │ ├── KDE6-ktextwidgets │ │ ├── KDE6-ktextwidgets.info │ │ ├── KDE6-kturtle │ │ ├── KDE6-kturtle.info │ │ ├── KDE6-kunitconversion │ │ ├── KDE6-kunitconversion.info │ │ ├── KDE6-kwallet │ │ ├── KDE6-kwallet-pam │ │ ├── KDE6-kwallet-pam.info │ │ ├── KDE6-kwallet.info │ │ ├── KDE6-kwayland │ │ ├── KDE6-kwayland.info │ │ ├── KDE6-kweather │ │ ├── KDE6-kweather.info │ │ ├── KDE6-kwidgetsaddons │ │ ├── KDE6-kwidgetsaddons.info │ │ ├── KDE6-kwin │ │ ├── KDE6-kwin-x11 │ │ ├── KDE6-kwin-x11.info │ │ ├── KDE6-kwin.info │ │ ├── KDE6-kwindowsystem │ │ ├── KDE6-kwindowsystem.info │ │ ├── KDE6-kwrited │ │ ├── KDE6-kwrited.info │ │ ├── KDE6-kxmlgui │ │ ├── KDE6-kxmlgui.info │ │ ├── KDE6-layer-shell-qt │ │ ├── KDE6-layer-shell-qt.info │ │ ├── KDE6-libgravatar │ │ ├── KDE6-libgravatar.info │ │ ├── KDE6-libkcddb │ │ ├── KDE6-libkcddb.info │ │ ├── KDE6-libkdcraw │ │ ├── KDE6-libkdcraw.info │ │ ├── KDE6-libkdegames │ │ ├── KDE6-libkdegames.info │ │ ├── KDE6-libkdepim │ │ ├── KDE6-libkdepim.info │ │ ├── KDE6-libkexiv2 │ │ ├── KDE6-libkexiv2.info │ │ ├── KDE6-libkgapi │ │ ├── KDE6-libkgapi.info │ │ ├── KDE6-libkleo │ │ ├── KDE6-libkleo.info │ │ ├── KDE6-libkscreen │ │ ├── KDE6-libkscreen.info │ │ ├── KDE6-libksysguard │ │ ├── KDE6-libksysguard.info │ │ ├── KDE6-libplasma │ │ ├── KDE6-libplasma.info │ │ ├── KDE6-mailcommon │ │ ├── KDE6-mailcommon.info │ │ ├── KDE6-mailimporter │ │ ├── KDE6-mailimporter.info │ │ ├── KDE6-markdownpart │ │ ├── KDE6-markdownpart.info │ │ ├── KDE6-merkuro │ │ ├── KDE6-merkuro.info │ │ ├── KDE6-messagelib │ │ ├── KDE6-messagelib.info │ │ ├── KDE6-milou │ │ ├── KDE6-milou.info │ │ ├── KDE6-mimetreeparser │ │ ├── KDE6-mimetreeparser.info │ │ ├── KDE6-modemmanager-qt │ │ ├── KDE6-modemmanager-qt.info │ │ ├── KDE6-networkmanager-qt │ │ ├── KDE6-networkmanager-qt.info │ │ ├── KDE6-ocean-sound-theme │ │ ├── KDE6-ocean-sound-theme.info │ │ ├── KDE6-oxygen │ │ ├── KDE6-oxygen-sounds │ │ ├── KDE6-oxygen-sounds.info │ │ ├── KDE6-oxygen.info │ │ ├── KDE6-partitionmanager │ │ ├── KDE6-partitionmanager.info │ │ ├── KDE6-pimcommon │ │ ├── KDE6-pimcommon.info │ │ ├── KDE6-plasma-activities │ │ ├── KDE6-plasma-activities-stats │ │ ├── KDE6-plasma-activities-stats.info │ │ ├── KDE6-plasma-activities.info │ │ ├── KDE6-plasma-browser-integration │ │ ├── KDE6-plasma-browser-integration.info │ │ ├── KDE6-plasma-desktop │ │ ├── KDE6-plasma-desktop.info │ │ ├── KDE6-plasma-disks │ │ ├── KDE6-plasma-disks.info │ │ ├── KDE6-plasma-firewall │ │ ├── KDE6-plasma-firewall.info │ │ ├── KDE6-plasma-integration │ │ ├── KDE6-plasma-integration.info │ │ ├── KDE6-plasma-nm │ │ ├── KDE6-plasma-nm.info │ │ ├── KDE6-plasma-pa │ │ ├── KDE6-plasma-pa.info │ │ ├── KDE6-plasma-systemmonitor │ │ ├── KDE6-plasma-systemmonitor.info │ │ ├── KDE6-plasma-thunderbolt │ │ ├── KDE6-plasma-thunderbolt.info │ │ ├── KDE6-plasma-vault │ │ ├── KDE6-plasma-vault.info │ │ ├── KDE6-plasma-welcome │ │ ├── KDE6-plasma-welcome.info │ │ ├── KDE6-plasma-workspace │ │ ├── KDE6-plasma-workspace-wallpapers │ │ ├── KDE6-plasma-workspace-wallpapers.info │ │ ├── KDE6-plasma-workspace.info │ │ ├── KDE6-plasma5support │ │ ├── KDE6-plasma5support.info │ │ ├── KDE6-polkit-kde-agent-1 │ │ ├── KDE6-polkit-kde-agent-1.info │ │ ├── KDE6-polkit-qt-1 │ │ ├── KDE6-polkit-qt-1.info │ │ ├── KDE6-powerdevil │ │ ├── KDE6-powerdevil.info │ │ ├── KDE6-print-manager │ │ ├── KDE6-print-manager.info │ │ ├── KDE6-prison │ │ ├── KDE6-prison.info │ │ ├── KDE6-purpose │ │ ├── KDE6-purpose.info │ │ ├── KDE6-qqc2-breeze-style │ │ ├── KDE6-qqc2-breeze-style.info │ │ ├── KDE6-qqc2-desktop-style │ │ ├── KDE6-qqc2-desktop-style.info │ │ ├── KDE6-sddm-kcm │ │ ├── KDE6-sddm-kcm.info │ │ ├── KDE6-solid │ │ ├── KDE6-solid.info │ │ ├── KDE6-sonnet │ │ ├── KDE6-sonnet.info │ │ ├── KDE6-spectacle │ │ ├── KDE6-spectacle.info │ │ ├── KDE6-svgpart │ │ ├── KDE6-svgpart.info │ │ ├── KDE6-sweeper │ │ ├── KDE6-sweeper.info │ │ ├── KDE6-syndication │ │ ├── KDE6-syndication.info │ │ ├── KDE6-syntax-highlighting │ │ ├── KDE6-syntax-highlighting.info │ │ ├── KDE6-systemsettings │ │ ├── KDE6-systemsettings.info │ │ ├── KDE6-threadweaver │ │ ├── KDE6-threadweaver.info │ │ ├── KDE6-wacomtablet │ │ ├── KDE6-wacomtablet.info │ │ ├── KDE6-xdg-desktop-portal-kde │ │ ├── KDE6-xdg-desktop-portal-kde.info │ │ ├── KDSoap │ │ ├── KDSoap.info │ │ ├── OpenTimelineIO │ │ ├── OpenTimelineIO-python │ │ ├── OpenTimelineIO-python.info │ │ ├── OpenTimelineIO.info │ │ ├── chai │ │ ├── chai.info │ │ ├── corevoikko │ │ ├── corevoikko.info │ │ ├── create_files │ │ ├── create_files.info │ │ ├── fcitx5-configtool │ │ ├── fcitx5-configtool.info │ │ ├── fcitx5-configtool.tempfix │ │ ├── final_run │ │ ├── final_run.info │ │ ├── gnugo │ │ ├── gnugo.info │ │ ├── hfst-ospell │ │ ├── hfst-ospell.info │ │ ├── kColorPicker │ │ ├── kColorPicker.info │ │ ├── kImageAnnotator │ │ ├── kImageAnnotator.info │ │ ├── kdiagram │ │ ├── kdiagram.info │ │ ├── kdsoap-ws-discovery-client │ │ ├── kdsoap-ws-discovery-client.info │ │ ├── kmoretools │ │ ├── kmoretools.info │ │ ├── ktextaddons │ │ ├── ktextaddons.info │ │ ├── ktextaddons.tempfix │ │ ├── libdmtx │ │ ├── libdmtx.info │ │ ├── libfakekey │ │ ├── libfakekey.info │ │ ├── libxml++2 │ │ ├── libxml++2.info │ │ ├── overlay_temp_fix_run │ │ ├── overlay_temp_fix_run.info │ │ ├── oxygen-icons │ │ ├── oxygen-icons.info │ │ ├── phonon │ │ ├── phonon.info │ │ ├── plasma-wayland-protocols │ │ ├── plasma-wayland-protocols.info │ │ ├── pulseaudio-qt │ │ ├── pulseaudio-qt.info │ │ ├── pygdbmi │ │ ├── pygdbmi.info │ │ ├── qca │ │ ├── qca.info │ │ ├── qcoro │ │ ├── qcoro.info │ │ ├── qtkeychain │ │ ├── qtkeychain.info │ │ ├── yb-default-select │ │ ├── yb-default-select.info │ │ ├── zxing-cpp │ │ └── zxing-cpp.info │ │ ├── base_support │ │ ├── Babel │ │ ├── Babel.info │ │ ├── Cython │ │ ├── Cython.info │ │ ├── Imath │ │ ├── Imath.info │ │ ├── JSON │ │ ├── JSON.info │ │ ├── KDE6-extra-cmake-modules │ │ ├── KDE6-extra-cmake-modules.info │ │ ├── Mako │ │ ├── Mako.info │ │ ├── Markdown │ │ ├── Markdown.info │ │ ├── ModemManager │ │ ├── ModemManager.info │ │ ├── NetworkManager │ │ ├── NetworkManager.info │ │ ├── NetworkManager.os_first_run │ │ ├── OpenCL-Headers │ │ ├── OpenCL-Headers.info │ │ ├── Parse-Yapp │ │ ├── Parse-Yapp.info │ │ ├── PyQt5 │ │ ├── PyQt5.info │ │ ├── PyQt5.tempfix │ │ ├── PyYAML │ │ ├── PyYAML.info │ │ ├── Pygments │ │ ├── Pygments.info │ │ ├── QR-Code-generator │ │ ├── QR-Code-generator.info │ │ ├── SDL2 │ │ ├── SDL2.info │ │ ├── SDL3 │ │ ├── SDL3.info │ │ ├── SDL_ttf │ │ ├── SDL_ttf.info │ │ ├── SDL_ttf.tempfix │ │ ├── SPIRV-Headers │ │ ├── SPIRV-Headers.info │ │ ├── SPIRV-LLVM-Translator │ │ ├── SPIRV-LLVM-Translator.info │ │ ├── SPIRV-LLVM-Translator_git │ │ ├── SPIRV-LLVM-Translator_git.info │ │ ├── SPIRV-Tools │ │ ├── SPIRV-Tools.info │ │ ├── Vulkan-Headers │ │ ├── Vulkan-Headers.info │ │ ├── Vulkan-Loader │ │ ├── Vulkan-Loader.info │ │ ├── Vulkan-Tools │ │ ├── Vulkan-Tools.info │ │ ├── Vulkan-Tools.tempfix │ │ ├── Vulkan-Tools.watch_step │ │ ├── a52dec │ │ ├── a52dec.info │ │ ├── aalib │ │ ├── aalib.info │ │ ├── abseil-cpp │ │ ├── abseil-cpp.info │ │ ├── abseil-cpp.tempfix │ │ ├── accountsservice │ │ ├── accountsservice.info │ │ ├── accountsservice.os_first_run │ │ ├── adwaita-icon-theme │ │ ├── adwaita-icon-theme.info │ │ ├── adwaita-icon-theme.tempfix │ │ ├── alabaster │ │ ├── alabaster.info │ │ ├── alsa-firmware │ │ ├── alsa-firmware.info │ │ ├── alsa-lib │ │ ├── alsa-lib.info │ │ ├── alsa-plugins │ │ ├── alsa-plugins.info │ │ ├── alsa-tools │ │ ├── alsa-tools.info │ │ ├── alsa-utils │ │ ├── alsa-utils.info │ │ ├── aom │ │ ├── aom.info │ │ ├── appdirs │ │ ├── appdirs.info │ │ ├── appstream │ │ ├── appstream.info │ │ ├── apr │ │ ├── apr-util │ │ ├── apr-util.info │ │ ├── apr.info │ │ ├── asciidoc-py │ │ ├── asciidoc-py.info │ │ ├── asio │ │ ├── asio.info │ │ ├── assimp │ │ ├── assimp.info │ │ ├── at-spi2-atk │ │ ├── at-spi2-atk.info │ │ ├── at-spi2-core │ │ ├── at-spi2-core.info │ │ ├── atk │ │ ├── atk.info │ │ ├── atkmm228 │ │ ├── atkmm228.info │ │ ├── attrs │ │ ├── attrs.info │ │ ├── audiofile │ │ ├── audiofile.info │ │ ├── audit-userspace │ │ ├── audit-userspace.info │ │ ├── avahi │ │ ├── avahi.info │ │ ├── avahi.tempfix │ │ ├── bdftopcf │ │ ├── bdftopcf.info │ │ ├── bluez │ │ ├── bluez.info │ │ ├── bpf │ │ ├── bpf.info │ │ ├── bridge-utils │ │ ├── bridge-utils.info │ │ ├── c-dvar │ │ ├── c-dvar.info │ │ ├── c-ini │ │ ├── c-ini.info │ │ ├── c-list │ │ ├── c-list.info │ │ ├── c-rbtree │ │ ├── c-rbtree.info │ │ ├── c-shquote │ │ ├── c-shquote.info │ │ ├── c-stdaux │ │ ├── c-stdaux.info │ │ ├── c-utf8 │ │ ├── c-utf8.info │ │ ├── cabextract │ │ ├── cabextract.info │ │ ├── cairo │ │ ├── cairo.info │ │ ├── cairomm-1 │ │ ├── cairomm-1.info │ │ ├── cargo-c │ │ ├── cargo-c.info │ │ ├── ccache │ │ ├── ccache.info │ │ ├── cdparanoia-III │ │ ├── cdparanoia-III.info │ │ ├── certifi │ │ ├── certifi.info │ │ ├── charset-normalizer │ │ ├── charset-normalizer.info │ │ ├── chrony │ │ ├── chrony.info │ │ ├── cldr-emoji-annotation │ │ ├── cldr-emoji-annotation.info │ │ ├── clinfo │ │ ├── clinfo.info │ │ ├── colord │ │ ├── colord.info │ │ ├── cpp-httplib │ │ ├── cpp-httplib.info │ │ ├── cracklib │ │ ├── cracklib.info │ │ ├── create_files │ │ ├── create_files.info │ │ ├── cryptsetup │ │ ├── cryptsetup.info │ │ ├── cscope │ │ ├── cscope.info │ │ ├── cups │ │ ├── cups.info │ │ ├── cyrus-sasl │ │ ├── cyrus-sasl.info │ │ ├── dav1d │ │ ├── dav1d.info │ │ ├── dbus │ │ ├── dbus-broker │ │ ├── dbus-broker.info │ │ ├── dbus-glib │ │ ├── dbus-glib.info │ │ ├── dbus-python │ │ ├── dbus-python.info │ │ ├── dbus.info │ │ ├── dconf │ │ ├── dconf-editor │ │ ├── dconf-editor.info │ │ ├── dconf.info │ │ ├── dconf.os_start_run │ │ ├── desktop-file-utils │ │ ├── desktop-file-utils.info │ │ ├── desktop-file-utils.os_start_run │ │ ├── diskcache │ │ ├── diskcache.info │ │ ├── distlib │ │ ├── distlib.info │ │ ├── dmidecode │ │ ├── dmidecode.info │ │ ├── dnsmasq │ │ ├── dnsmasq.info │ │ ├── dnspython │ │ ├── dnspython.info │ │ ├── docbook-3.1 │ │ ├── docbook-3.1.info │ │ ├── docbook-4.5 │ │ ├── docbook-4.5.info │ │ ├── docbook-5.0.1 │ │ ├── docbook-5.0.1.info │ │ ├── docbook-5.1 │ │ ├── docbook-5.1.info │ │ ├── docbook-xml-4.5 │ │ ├── docbook-xml-4.5.info │ │ ├── docbook-xsl-nons │ │ ├── docbook-xsl-nons.info │ │ ├── docutils │ │ ├── docutils.info │ │ ├── dotconf │ │ ├── dotconf.info │ │ ├── double-conversion │ │ ├── double-conversion.info │ │ ├── dracut │ │ ├── dracut.info │ │ ├── dwarves │ │ ├── dwarves.info │ │ ├── emacs │ │ ├── emacs.info │ │ ├── enchant │ │ ├── enchant.info │ │ ├── encodings │ │ ├── encodings.info │ │ ├── exfat │ │ ├── exfat.info │ │ ├── exiv2 │ │ ├── exiv2.info │ │ ├── faac │ │ ├── faac.info │ │ ├── faad2 │ │ ├── faad2.info │ │ ├── fancy │ │ ├── fancy.info │ │ ├── fcitx5 │ │ ├── fcitx5-chinese-addons │ │ ├── fcitx5-chinese-addons.info │ │ ├── fcitx5-chinese-addons.tempfix │ │ ├── fcitx5-gtk │ │ ├── fcitx5-gtk.info │ │ ├── fcitx5-lua │ │ ├── fcitx5-lua.info │ │ ├── fcitx5-lua.tempfix │ │ ├── fcitx5-qt │ │ ├── fcitx5-qt.info │ │ ├── fcitx5-qt.tempfix │ │ ├── fcitx5.info │ │ ├── fcitx5.tempfix │ │ ├── fdk-aac │ │ ├── fdk-aac.info │ │ ├── ffmpeg │ │ ├── ffmpeg.info │ │ ├── fftw │ │ ├── fftw.info │ │ ├── final_run │ │ ├── final_run.info │ │ ├── fish-shell │ │ ├── fish-shell.info │ │ ├── flac │ │ ├── flac.info │ │ ├── flatpak │ │ ├── flatpak.info │ │ ├── flite │ │ ├── flite.info │ │ ├── fltk │ │ ├── fltk.info │ │ ├── fmt │ │ ├── fmt.info │ │ ├── font-adobe-utopia-type1 │ │ ├── font-adobe-utopia-type1.info │ │ ├── font-alias │ │ ├── font-alias.info │ │ ├── font-bh-ttf │ │ ├── font-bh-ttf.info │ │ ├── font-bh-type1 │ │ ├── font-bh-type1.info │ │ ├── font-ibm-type1 │ │ ├── font-ibm-type1.info │ │ ├── font-misc-ethiopic │ │ ├── font-misc-ethiopic.info │ │ ├── font-util │ │ ├── font-util.info │ │ ├── font-xfree86-type1 │ │ ├── font-xfree86-type1.info │ │ ├── freeglut │ │ ├── freeglut.info │ │ ├── frei0r │ │ ├── frei0r.info │ │ ├── frei0r.tempfix │ │ ├── fuse │ │ ├── fuse.info │ │ ├── gcr │ │ ├── gcr.info │ │ ├── gcr3 │ │ ├── gcr3.info │ │ ├── gdk-pixbuf │ │ ├── gdk-pixbuf-xlib │ │ ├── gdk-pixbuf-xlib.info │ │ ├── gdk-pixbuf.info │ │ ├── gdk-pixbuf.os_start_run │ │ ├── gi-docgen │ │ ├── gi-docgen.info │ │ ├── giflib │ │ ├── giflib.info │ │ ├── glaxnimate │ │ ├── glaxnimate.info │ │ ├── glaxnimate.tempfix │ │ ├── glean_parser │ │ ├── glean_parser.info │ │ ├── glew │ │ ├── glew.info │ │ ├── glib-networking │ │ ├── glib-networking.info │ │ ├── glib-networking_pre │ │ ├── glib-networking_pre.info │ │ ├── glibmm266 │ │ ├── glibmm266.info │ │ ├── glm │ │ ├── glm.info │ │ ├── glslang │ │ ├── glslang.info │ │ ├── glslang.tempfix │ │ ├── glslang.watch_step │ │ ├── glu │ │ ├── glu.info │ │ ├── gnome-keyring │ │ ├── gnome-keyring.info │ │ ├── gnupg │ │ ├── gnupg.info │ │ ├── googletest │ │ ├── googletest.info │ │ ├── gpgme │ │ ├── gpgme.info │ │ ├── gpgme.tempfix │ │ ├── gpgmepp │ │ ├── gpgmepp.info │ │ ├── graphene │ │ ├── graphene.info │ │ ├── graphviz │ │ ├── graphviz.info │ │ ├── graphviz.os_first_run │ │ ├── graphviz.tempfix │ │ ├── gsettings-desktop-schemas │ │ ├── gsettings-desktop-schemas.info │ │ ├── gsl │ │ ├── gsl.info │ │ ├── gst-libav │ │ ├── gst-libav.info │ │ ├── gst-plugins-bad │ │ ├── gst-plugins-bad.info │ │ ├── gst-plugins-bad.watch_step │ │ ├── gst-plugins-base │ │ ├── gst-plugins-base.info │ │ ├── gst-plugins-base.tempfix │ │ ├── gst-plugins-good │ │ ├── gst-plugins-good.info │ │ ├── gst-plugins-good.tempfix │ │ ├── gst-plugins-ugly │ │ ├── gst-plugins-ugly.info │ │ ├── gstreamer │ │ ├── gstreamer-vaapi │ │ ├── gstreamer-vaapi.info │ │ ├── gstreamer.info │ │ ├── gtk-doc │ │ ├── gtk-doc.info │ │ ├── gtk-engines │ │ ├── gtk-engines.info │ │ ├── gtk2 │ │ ├── gtk2.info │ │ ├── gtk2.os_start_run │ │ ├── gtk3 │ │ ├── gtk3.info │ │ ├── gtk3.os_start_run │ │ ├── gtk4 │ │ ├── gtk4.info │ │ ├── gtk4.tempfix │ │ ├── gtkglext │ │ ├── gtkglext.info │ │ ├── gtksourceview4 │ │ ├── gtksourceview4.info │ │ ├── hatch-fancy-pypi-readme │ │ ├── hatch-fancy-pypi-readme.info │ │ ├── hatch-vcs │ │ ├── hatch-vcs.info │ │ ├── hatchling │ │ ├── hatchling.info │ │ ├── hicolor-icon-theme │ │ ├── hicolor-icon-theme.info │ │ ├── highlight │ │ ├── highlight.info │ │ ├── highlight.tempfix │ │ ├── highway │ │ ├── highway.info │ │ ├── highway.tempfix │ │ ├── hiredis │ │ ├── hiredis.info │ │ ├── html5lib-python │ │ ├── html5lib-python.info │ │ ├── hyphen │ │ ├── hyphen.info │ │ ├── iceauth │ │ ├── iceauth.info │ │ ├── idna │ │ ├── idna.info │ │ ├── imagesize │ │ ├── imagesize.info │ │ ├── imlib2 │ │ ├── imlib2.info │ │ ├── iniparser │ │ ├── iniparser.info │ │ ├── iptables │ │ ├── iptables.info │ │ ├── iso-codes │ │ ├── iso-codes.info │ │ ├── itstool │ │ ├── itstool.info │ │ ├── jack2 │ │ ├── jack2.info │ │ ├── jansson │ │ ├── jansson.info │ │ ├── jq │ │ ├── jq.info │ │ ├── json │ │ ├── json-c │ │ ├── json-c.info │ │ ├── json.info │ │ ├── jsonschema │ │ ├── jsonschema-specifications │ │ ├── jsonschema-specifications.info │ │ ├── jsonschema.info │ │ ├── keybinder3 │ │ ├── keybinder3.info │ │ ├── keyutils │ │ ├── keyutils.info │ │ ├── krb5 │ │ ├── krb5.info │ │ ├── lame │ │ ├── lame.info │ │ ├── lftp │ │ ├── lftp.info │ │ ├── libFS │ │ ├── libFS.info │ │ ├── libICE │ │ ├── libICE.info │ │ ├── libSM │ │ ├── libSM.info │ │ ├── libX11 │ │ ├── libX11.info │ │ ├── libXScrnSaver │ │ ├── libXScrnSaver.info │ │ ├── libXau │ │ ├── libXau.info │ │ ├── libXaw │ │ ├── libXaw.info │ │ ├── libXcomposite │ │ ├── libXcomposite.info │ │ ├── libXcursor │ │ ├── libXcursor.info │ │ ├── libXdamage │ │ ├── libXdamage.info │ │ ├── libXdmcp │ │ ├── libXdmcp.info │ │ ├── libXext │ │ ├── libXext.info │ │ ├── libXfixes │ │ ├── libXfixes.info │ │ ├── libXfont2 │ │ ├── libXfont2.info │ │ ├── libXft │ │ ├── libXft.info │ │ ├── libXi │ │ ├── libXi.info │ │ ├── libXinerama │ │ ├── libXinerama.info │ │ ├── libXmu │ │ ├── libXmu.info │ │ ├── libXpm │ │ ├── libXpm.info │ │ ├── libXrandr │ │ ├── libXrandr.info │ │ ├── libXrender │ │ ├── libXrender.info │ │ ├── libXres │ │ ├── libXres.info │ │ ├── libXt │ │ ├── libXt.info │ │ ├── libXtst │ │ ├── libXtst.info │ │ ├── libXv │ │ ├── libXv.info │ │ ├── libXvMC │ │ ├── libXvMC.info │ │ ├── libXxf86dga │ │ ├── libXxf86dga.info │ │ ├── libXxf86vm │ │ ├── libXxf86vm.info │ │ ├── libadwaita │ │ ├── libadwaita.info │ │ ├── libappimage │ │ ├── libappimage.info │ │ ├── libappimage.tempfix │ │ ├── libarchive │ │ ├── libarchive.info │ │ ├── libass │ │ ├── libass.info │ │ ├── libatasmart │ │ ├── libatasmart.info │ │ ├── libavc1394 │ │ ├── libavc1394.info │ │ ├── libavif │ │ ├── libavif.info │ │ ├── libavtp │ │ ├── libavtp.info │ │ ├── libblockdev │ │ ├── libblockdev.info │ │ ├── libbpf │ │ ├── libbpf.info │ │ ├── libbytesize │ │ ├── libbytesize.info │ │ ├── libcaca │ │ ├── libcaca.info │ │ ├── libcamera │ │ ├── libcamera.info │ │ ├── libcamera.tempfix │ │ ├── libcanberra │ │ ├── libcanberra.info │ │ ├── libcddb │ │ ├── libcddb.info │ │ ├── libcdio │ │ ├── libcdio.info │ │ ├── libcloudproviders │ │ ├── libcloudproviders.info │ │ ├── libconfig │ │ ├── libconfig.info │ │ ├── libcroco │ │ ├── libcroco.info │ │ ├── libdaemon │ │ ├── libdaemon.info │ │ ├── libdbusmenu │ │ ├── libdbusmenu.info │ │ ├── libdecor │ │ ├── libdecor.info │ │ ├── libdeflate │ │ ├── libdeflate.info │ │ ├── libdisplay-info │ │ ├── libdisplay-info.info │ │ ├── libdmx │ │ ├── libdmx.info │ │ ├── libdrm │ │ ├── libdrm.info │ │ ├── libdv │ │ ├── libdv.info │ │ ├── libdvbpsi │ │ ├── libdvbpsi.info │ │ ├── libdvdread │ │ ├── libdvdread.info │ │ ├── libei │ │ ├── libei.info │ │ ├── libepoxy │ │ ├── libepoxy.info │ │ ├── libevdev │ │ ├── libevdev.info │ │ ├── libexif │ │ ├── libexif.info │ │ ├── libfishsound │ │ ├── libfishsound.info │ │ ├── libfontenc │ │ ├── libfontenc.info │ │ ├── libfuse │ │ ├── libfuse.info │ │ ├── libfyaml │ │ ├── libfyaml.info │ │ ├── libglvnd │ │ ├── libglvnd.info │ │ ├── libgphoto2 │ │ ├── libgphoto2.info │ │ ├── libhandy │ │ ├── libhandy.info │ │ ├── libical │ │ ├── libical.info │ │ ├── libiec61883 │ │ ├── libiec61883.info │ │ ├── libime │ │ ├── libime.info │ │ ├── libime.tempfix │ │ ├── libimobiledevice │ │ ├── libimobiledevice-glue │ │ ├── libimobiledevice-glue.info │ │ ├── libimobiledevice.info │ │ ├── libinput │ │ ├── libinput.info │ │ ├── libiscsi │ │ ├── libiscsi.info │ │ ├── libjxl │ │ ├── libjxl.info │ │ ├── libltc │ │ ├── libltc.info │ │ ├── libmanette │ │ ├── libmanette.info │ │ ├── libmbim │ │ ├── libmbim.info │ │ ├── libmediainfo │ │ ├── libmediainfo.info │ │ ├── libmicrodns │ │ ├── libmicrodns.info │ │ ├── libmpeg2 │ │ ├── libmpeg2.info │ │ ├── libndp │ │ ├── libndp.info │ │ ├── libnice │ │ ├── libnice.info │ │ ├── libnma │ │ ├── libnma.info │ │ ├── libnotify │ │ ├── libnotify.info │ │ ├── libnsl │ │ ├── libnsl.info │ │ ├── libnvme │ │ ├── libnvme.info │ │ ├── libogg │ │ ├── libogg.info │ │ ├── liboggz │ │ ├── liboggz.info │ │ ├── libpaper │ │ ├── libpaper.info │ │ ├── libpcap │ │ ├── libpcap.info │ │ ├── libpciaccess │ │ ├── libpciaccess.info │ │ ├── libplist │ │ ├── libplist.info │ │ ├── libproxy │ │ ├── libproxy.info │ │ ├── libpwquality │ │ ├── libpwquality.info │ │ ├── libqalculate │ │ ├── libqalculate.info │ │ ├── libqmi │ │ ├── libqmi.info │ │ ├── libqrtr-glib │ │ ├── libqrtr-glib.info │ │ ├── libraw1394 │ │ ├── libraw1394.info │ │ ├── librsvg │ │ ├── librsvg.info │ │ ├── libsamplerate │ │ ├── libsamplerate.info │ │ ├── libsass │ │ ├── libsass.info │ │ ├── libseccomp │ │ ├── libseccomp.info │ │ ├── libsecret │ │ ├── libsecret.info │ │ ├── libshout │ │ ├── libshout.info │ │ ├── libsigc++ │ │ ├── libsigc++-2 │ │ ├── libsigc++-2.info │ │ ├── libsigc++.info │ │ ├── libslirp │ │ ├── libslirp.info │ │ ├── libsndfile │ │ ├── libsndfile.info │ │ ├── libsodium │ │ ├── libsodium.info │ │ ├── libsoup │ │ ├── libsoup-2 │ │ ├── libsoup-2.info │ │ ├── libsoup.info │ │ ├── libssh │ │ ├── libssh.info │ │ ├── libssh2 │ │ ├── libssh2.info │ │ ├── libtatsu │ │ ├── libtatsu.info │ │ ├── libteam │ │ ├── libteam.info │ │ ├── libtheora │ │ ├── libtheora.info │ │ ├── libtirpc │ │ ├── libtirpc.info │ │ ├── libtraceevent │ │ ├── libtraceevent.info │ │ ├── libtracefs │ │ ├── libtracefs.info │ │ ├── libunique │ │ ├── libunique.info │ │ ├── libusbmuxd │ │ ├── libusbmuxd.info │ │ ├── libutempter │ │ ├── libutempter.info │ │ ├── libva │ │ ├── libva-utils │ │ ├── libva-utils.info │ │ ├── libva.info │ │ ├── libvdpau │ │ ├── libvdpau.info │ │ ├── libvisual │ │ ├── libvisual.info │ │ ├── libvncserver │ │ ├── libvncserver.info │ │ ├── libvorbis │ │ ├── libvorbis.info │ │ ├── libvorbisidec │ │ ├── libvorbisidec.info │ │ ├── libvpx │ │ ├── libvpx.info │ │ ├── libwacom │ │ ├── libwacom.info │ │ ├── libwebp │ │ ├── libwebp.info │ │ ├── libwpe │ │ ├── libwpe.info │ │ ├── libxcb │ │ ├── libxcb.info │ │ ├── libxcvt │ │ ├── libxcvt.info │ │ ├── libxkbcommon │ │ ├── libxkbcommon.info │ │ ├── libxkbfile │ │ ├── libxkbfile.info │ │ ├── libxklavier │ │ ├── libxklavier.info │ │ ├── libxmlb │ │ ├── libxmlb.info │ │ ├── libxshmfence │ │ ├── libxshmfence.info │ │ ├── libyaml │ │ ├── libyaml.info │ │ ├── libyuv │ │ ├── libyuv.info │ │ ├── libzen │ │ ├── libzen.info │ │ ├── libzip │ │ ├── libzip.info │ │ ├── linux-pam │ │ ├── linux-pam.info │ │ ├── lit │ │ ├── lit.info │ │ ├── lm-sensors │ │ ├── lm-sensors.info │ │ ├── lmdb │ │ ├── lmdb.info │ │ ├── log4c │ │ ├── log4c.info │ │ ├── lttng-ust │ │ ├── lttng-ust.info │ │ ├── luajit2 │ │ ├── luajit2.info │ │ ├── luit │ │ ├── luit.info │ │ ├── lxml │ │ ├── lxml.info │ │ ├── lz4 │ │ ├── lz4.info │ │ ├── lzip │ │ ├── lzip.info │ │ ├── mad │ │ ├── mad.info │ │ ├── mariadb │ │ ├── mariadb.info │ │ ├── mediainfo │ │ ├── mediainfo.info │ │ ├── mesa │ │ ├── mesa-demos │ │ ├── mesa-demos.info │ │ ├── mesa.info │ │ ├── mesa_git │ │ ├── mesa_git.info │ │ ├── meson-python │ │ ├── meson-python.info │ │ ├── minizip-compat │ │ ├── minizip-compat.info │ │ ├── mkfontscale │ │ ├── mkfontscale.info │ │ ├── mlt │ │ ├── mlt.info │ │ ├── mlt.tempfix │ │ ├── mm-common │ │ ├── mm-common.info │ │ ├── mobile-broadband-provider-info │ │ ├── mobile-broadband-provider-info.info │ │ ├── mosh │ │ ├── mosh.info │ │ ├── mozjs-115 │ │ ├── mozjs-115.info │ │ ├── mpg123 │ │ ├── mpg123.info │ │ ├── mtdev │ │ ├── mtdev.info │ │ ├── ndctl │ │ ├── ndctl.info │ │ ├── network-manager-applet │ │ ├── network-manager-applet.info │ │ ├── newt │ │ ├── newt.info │ │ ├── nghttp2 │ │ ├── nghttp2.info │ │ ├── node │ │ ├── node.info │ │ ├── ntfs-3g │ │ ├── ntfs-3g.info │ │ ├── numpy │ │ ├── numpy.info │ │ ├── ocl-icd │ │ ├── ocl-icd.info │ │ ├── omxil │ │ ├── omxil.info │ │ ├── open-iscsi │ │ ├── open-iscsi.info │ │ ├── open-isns │ │ ├── open-isns.info │ │ ├── openal-soft │ │ ├── openal-soft.info │ │ ├── openal-soft.tempfix │ │ ├── opencore-amr │ │ ├── opencore-amr.info │ │ ├── opencv │ │ ├── opencv.info │ │ ├── opencv.tempfix │ │ ├── openexr │ │ ├── openexr.info │ │ ├── openexr.tempfix │ │ ├── openh264 │ │ ├── openh264.info │ │ ├── openldap │ │ ├── openldap.info │ │ ├── opus │ │ ├── opus.info │ │ ├── opusfile │ │ ├── opusfile.info │ │ ├── orc │ │ ├── orc.info │ │ ├── ostree │ │ ├── ostree.info │ │ ├── p7zip │ │ ├── p7zip.info │ │ ├── pango │ │ ├── pango.info │ │ ├── pangomm24 │ │ ├── pangomm24.info │ │ ├── parted │ │ ├── parted.info │ │ ├── pathspec │ │ ├── pathspec.info │ │ ├── pcsc-lite │ │ ├── pcsc-lite.info │ │ ├── perf │ │ ├── perf.info │ │ ├── pipewire │ │ ├── pipewire.info │ │ ├── pipewire.os_first_run │ │ ├── pixman │ │ ├── pixman.info │ │ ├── platformdirs │ │ ├── platformdirs.info │ │ ├── pluggy │ │ ├── pluggy.info │ │ ├── ply │ │ ├── ply.info │ │ ├── plymouth │ │ ├── plymouth.info │ │ ├── poetry-core │ │ ├── poetry-core.info │ │ ├── polkit │ │ ├── polkit.info │ │ ├── poppler │ │ ├── poppler-data │ │ ├── poppler-data.info │ │ ├── poppler.info │ │ ├── poppler.tempfix │ │ ├── popt │ │ ├── popt.info │ │ ├── potrace │ │ ├── potrace.info │ │ ├── ppp │ │ ├── ppp.info │ │ ├── protobuf │ │ ├── protobuf.info │ │ ├── protobuf.tempfix │ │ ├── pulseaudio │ │ ├── pulseaudio.info │ │ ├── pycairo │ │ ├── pycairo.info │ │ ├── pycparser │ │ ├── pycparser.info │ │ ├── pygobject │ │ ├── pygobject.info │ │ ├── pyparsing │ │ ├── pyparsing.info │ │ ├── pyproject-metadata │ │ ├── pyproject-metadata.info │ │ ├── pyproject_hooks │ │ ├── pyproject_hooks.info │ │ ├── pyside6 │ │ ├── pyside6.info │ │ ├── pyside6.tempfix │ │ ├── pytest-runner │ │ ├── pytest-runner.info │ │ ├── python-build │ │ ├── python-build.info │ │ ├── python-zstandard │ │ ├── python-zstandard.info │ │ ├── pyxdg │ │ ├── pyxdg.info │ │ ├── pyzy │ │ ├── pyzy.info │ │ ├── qgpgme │ │ ├── qgpgme.info │ │ ├── qgpgme.tempfix │ │ ├── qrencode │ │ ├── qrencode.info │ │ ├── qt5 │ │ ├── qt5.info │ │ ├── qt6 │ │ ├── qt6-tools │ │ ├── qt6-tools.info │ │ ├── qt6-tools.tempfix │ │ ├── qt6.info │ │ ├── qt6.tempfix │ │ ├── qtwebkit │ │ ├── qtwebkit.info │ │ ├── qtwebkit.tempfix │ │ ├── referencing │ │ ├── referencing.info │ │ ├── requests │ │ ├── requests.info │ │ ├── ripgrep │ │ ├── ripgrep.info │ │ ├── roman_numerals_py │ │ ├── roman_numerals_py.info │ │ ├── rpcsvc-proto │ │ ├── rpcsvc-proto.info │ │ ├── rpds-py │ │ ├── rpds-py.info │ │ ├── rsync │ │ ├── rsync.info │ │ ├── ruby │ │ ├── ruby.info │ │ ├── samba │ │ ├── samba.info │ │ ├── samba.os_first_run │ │ ├── sane-backends │ │ ├── sane-backends.info │ │ ├── sassc │ │ ├── sassc.info │ │ ├── scons │ │ ├── scons.info │ │ ├── screen │ │ ├── screen.info │ │ ├── sdl12-compat │ │ ├── sdl12-compat.info │ │ ├── seatd │ │ ├── seatd.info │ │ ├── semantic-version │ │ ├── semantic-version.info │ │ ├── serf │ │ ├── serf.info │ │ ├── sessreg │ │ ├── sessreg.info │ │ ├── setuptools-rust │ │ ├── setuptools-rust.info │ │ ├── setuptools-scm │ │ ├── setuptools-scm.info │ │ ├── setxkbmap │ │ ├── setxkbmap.info │ │ ├── sgml-common │ │ ├── sgml-common.info │ │ ├── shaderc │ │ ├── shaderc.info │ │ ├── shared-mime-info │ │ ├── shared-mime-info.info │ │ ├── shared-mime-info.os_start_run │ │ ├── sharutils │ │ ├── sharutils.info │ │ ├── shiboken6 │ │ ├── shiboken6.info │ │ ├── shiboken6.tempfix │ │ ├── sip4 │ │ ├── sip4.info │ │ ├── six │ │ ├── six.info │ │ ├── slang │ │ ├── slang.info │ │ ├── smproxy │ │ ├── smproxy.info │ │ ├── snappy │ │ ├── snappy.info │ │ ├── snowballstemmer │ │ ├── snowballstemmer.info │ │ ├── socat │ │ ├── socat.info │ │ ├── speechd │ │ ├── speechd.info │ │ ├── speex │ │ ├── speex.info │ │ ├── speexdsp │ │ ├── speexdsp.info │ │ ├── sphinx │ │ ├── sphinx-rtd-theme │ │ ├── sphinx-rtd-theme.info │ │ ├── sphinx.info │ │ ├── sphinxcontrib-applehelp │ │ ├── sphinxcontrib-applehelp.info │ │ ├── sphinxcontrib-devhelp │ │ ├── sphinxcontrib-devhelp.info │ │ ├── sphinxcontrib-htmlhelp │ │ ├── sphinxcontrib-htmlhelp.info │ │ ├── sphinxcontrib-jquery │ │ ├── sphinxcontrib-jquery.info │ │ ├── sphinxcontrib-jsmath │ │ ├── sphinxcontrib-jsmath.info │ │ ├── sphinxcontrib-qthelp │ │ ├── sphinxcontrib-qthelp.info │ │ ├── sphinxcontrib-serializinghtml │ │ ├── sphinxcontrib-serializinghtml.info │ │ ├── spice │ │ ├── spice-gtk │ │ ├── spice-gtk.info │ │ ├── spice-gtk.tempfix │ │ ├── spice-protocol │ │ ├── spice-protocol.info │ │ ├── spice.info │ │ ├── squashfs │ │ ├── squashfs.info │ │ ├── squashfuse │ │ ├── squashfuse.info │ │ ├── startup-notification │ │ ├── startup-notification.info │ │ ├── strace │ │ ├── strace.info │ │ ├── subversion │ │ ├── subversion.info │ │ ├── swig │ │ ├── swig.info │ │ ├── systemd │ │ ├── systemd.info │ │ ├── taglib │ │ ├── taglib.info │ │ ├── tizonia-openmax-il │ │ ├── tizonia-openmax-il.info │ │ ├── tk │ │ ├── tk.info │ │ ├── tmux │ │ ├── tmux.info │ │ ├── toml │ │ ├── toml.info │ │ ├── tracker │ │ ├── tracker.info │ │ ├── trove-classifiers │ │ ├── trove-classifiers.info │ │ ├── twm │ │ ├── twm.info │ │ ├── twolame │ │ ├── twolame.info │ │ ├── typing-extensions │ │ ├── typing-extensions.info │ │ ├── typogrify │ │ ├── typogrify.info │ │ ├── udisks │ │ ├── udisks.info │ │ ├── umockdev │ │ ├── umockdev.info │ │ ├── unifdef │ │ ├── unifdef.info │ │ ├── unifont │ │ ├── unifont.info │ │ ├── upower │ │ ├── upower.info │ │ ├── urllib3 │ │ ├── urllib3.info │ │ ├── utfcpp │ │ ├── utfcpp.info │ │ ├── util-linux │ │ ├── util-linux.info │ │ ├── util-macros │ │ ├── util-macros.info │ │ ├── v4l-utils │ │ ├── v4l-utils.info │ │ ├── v4l-utils.tempfix │ │ ├── vlc │ │ ├── vlc.info │ │ ├── vlc.tempfix │ │ ├── volk │ │ ├── volk.info │ │ ├── volume_key │ │ ├── volume_key.info │ │ ├── vte │ │ ├── vte.info │ │ ├── wavpack │ │ ├── wavpack.info │ │ ├── wayland │ │ ├── wayland-protocols │ │ ├── wayland-protocols.info │ │ ├── wayland-utils │ │ ├── wayland-utils.info │ │ ├── wayland.info │ │ ├── webencodings │ │ ├── webencodings.info │ │ ├── webkitgtk │ │ ├── webkitgtk.info │ │ ├── websocketpp │ │ ├── websocketpp.info │ │ ├── weston │ │ ├── weston.info │ │ ├── which │ │ ├── which.info │ │ ├── wireplumber │ │ ├── wireplumber.info │ │ ├── wireplumber.os_first_run │ │ ├── woff2 │ │ ├── woff2.info │ │ ├── wpa_supplicant │ │ ├── wpa_supplicant.info │ │ ├── wpebackend-fdo │ │ ├── wpebackend-fdo.info │ │ ├── wqy-microhei │ │ ├── wqy-microhei.info │ │ ├── wqy-zenhei │ │ ├── wqy-zenhei.info │ │ ├── x264 │ │ ├── x264.info │ │ ├── x265 │ │ ├── x265.info │ │ ├── xapian-core │ │ ├── xapian-core.info │ │ ├── xauth │ │ ├── xauth.info │ │ ├── xbacklight │ │ ├── xbacklight.info │ │ ├── xbitmaps │ │ ├── xbitmaps.info │ │ ├── xcb-imdkit │ │ ├── xcb-imdkit.info │ │ ├── xcb-proto │ │ ├── xcb-proto.info │ │ ├── xcb-util │ │ ├── xcb-util-cursor │ │ ├── xcb-util-cursor.info │ │ ├── xcb-util-image │ │ ├── xcb-util-image.info │ │ ├── xcb-util-keysyms │ │ ├── xcb-util-keysyms.info │ │ ├── xcb-util-renderutil │ │ ├── xcb-util-renderutil.info │ │ ├── xcb-util-wm │ │ ├── xcb-util-wm.info │ │ ├── xcb-util.info │ │ ├── xcmsdb │ │ ├── xcmsdb.info │ │ ├── xcursor-themes │ │ ├── xcursor-themes.info │ │ ├── xcursorgen │ │ ├── xcursorgen.info │ │ ├── xdg-desktop-portal │ │ ├── xdg-desktop-portal.info │ │ ├── xdg-user-dirs │ │ ├── xdg-user-dirs.info │ │ ├── xdg-utils │ │ ├── xdg-utils-cxx │ │ ├── xdg-utils-cxx.info │ │ ├── xdg-utils.info │ │ ├── xdotool │ │ ├── xdotool.info │ │ ├── xdpyinfo │ │ ├── xdpyinfo.info │ │ ├── xdriinfo │ │ ├── xdriinfo.info │ │ ├── xev │ │ ├── xev.info │ │ ├── xf86-input-evdev │ │ ├── xf86-input-evdev.info │ │ ├── xf86-input-libinput │ │ ├── xf86-input-libinput.info │ │ ├── xf86-input-synaptics │ │ ├── xf86-input-synaptics.info │ │ ├── xf86-input-wacom │ │ ├── xf86-input-wacom.info │ │ ├── xf86-video-amdgpu │ │ ├── xf86-video-amdgpu.info │ │ ├── xf86-video-ati │ │ ├── xf86-video-ati.info │ │ ├── xf86-video-fbdev │ │ ├── xf86-video-fbdev.info │ │ ├── xf86-video-nouveau │ │ ├── xf86-video-nouveau.info │ │ ├── xgamma │ │ ├── xgamma.info │ │ ├── xhost │ │ ├── xhost.info │ │ ├── xinit │ │ ├── xinit.info │ │ ├── xinput │ │ ├── xinput.info │ │ ├── xkbcomp │ │ ├── xkbcomp.info │ │ ├── xkbevd │ │ ├── xkbevd.info │ │ ├── xkbutils │ │ ├── xkbutils.info │ │ ├── xkeyboard-config │ │ ├── xkeyboard-config.info │ │ ├── xkill │ │ ├── xkill.info │ │ ├── xlsatoms │ │ ├── xlsatoms.info │ │ ├── xlsclients │ │ ├── xlsclients.info │ │ ├── xmessage │ │ ├── xmessage.info │ │ ├── xmlto │ │ ├── xmlto.info │ │ ├── xmodmap │ │ ├── xmodmap.info │ │ ├── xorg-server │ │ ├── xorg-server.info │ │ ├── xorgproto │ │ ├── xorgproto.info │ │ ├── xpr │ │ ├── xpr.info │ │ ├── xprop │ │ ├── xprop.info │ │ ├── xrandr │ │ ├── xrandr.info │ │ ├── xrdb │ │ ├── xrdb.info │ │ ├── xrefresh │ │ ├── xrefresh.info │ │ ├── xscreensaver │ │ ├── xscreensaver.info │ │ ├── xset │ │ ├── xset.info │ │ ├── xsetroot │ │ ├── xsetroot.info │ │ ├── xterm │ │ ├── xterm.info │ │ ├── xtrans │ │ ├── xtrans.info │ │ ├── xvinfo │ │ ├── xvinfo.info │ │ ├── xwayland │ │ ├── xwayland.info │ │ ├── xwd │ │ ├── xwd.info │ │ ├── xwininfo │ │ ├── xwininfo.info │ │ ├── xwud │ │ ├── xwud.info │ │ ├── xxHash │ │ ├── xxHash.info │ │ ├── zenity │ │ ├── zenity.info │ │ ├── zsh │ │ └── zsh.info │ │ ├── benchmark │ │ ├── CPU-X │ │ ├── CPU-X.info │ │ ├── CPU-X.tempfix │ │ ├── dist_sysroot │ │ ├── dist_sysroot.info │ │ ├── glmark2 │ │ ├── glmark2.info │ │ ├── vkmark │ │ ├── vkmark.info │ │ └── vkmark.tempfix │ │ ├── boot │ │ ├── bootimage-squashfs │ │ ├── bootimage-squashfs.info │ │ ├── breeze-grub │ │ ├── breeze-grub.info │ │ ├── create_files │ │ ├── create_files.info │ │ ├── dist_sysroot │ │ ├── dist_sysroot.info │ │ ├── grub │ │ ├── grub.info │ │ ├── initramfs-for-squashfs │ │ ├── initramfs-for-squashfs.info │ │ ├── linux-firmware │ │ ├── linux-firmware.info │ │ ├── linux-kernel │ │ ├── linux-kernel.info │ │ ├── linux-kernel_git │ │ └── linux-kernel_git.info │ │ ├── bootstrap │ │ ├── go-bootstrap │ │ ├── go-bootstrap.info │ │ ├── jdk11-bootstrap │ │ ├── jdk11-bootstrap.info │ │ ├── jdk17-bootstrap │ │ ├── jdk17-bootstrap.info │ │ ├── jdk20-bootstrap │ │ ├── jdk20-bootstrap.info │ │ ├── jdk24-bootstrap │ │ ├── jdk24-bootstrap.info │ │ ├── jdk8-bootstrap │ │ ├── jdk8-bootstrap.info │ │ ├── rust-bootstrap │ │ └── rust-bootstrap.info │ │ ├── computer_language │ │ ├── bubblewrap │ │ ├── bubblewrap.info │ │ ├── dune │ │ ├── dune.info │ │ ├── fpc │ │ ├── fpc.info │ │ ├── golang │ │ ├── golang.info │ │ ├── llvm-project │ │ ├── llvm-project.info │ │ ├── ocaml │ │ ├── ocaml-findlib │ │ ├── ocaml-findlib.info │ │ ├── ocaml.info │ │ ├── opam │ │ ├── opam.info │ │ ├── rustc │ │ └── rustc.info │ │ ├── cross-toolchains │ │ ├── SPIRV-LLVM-Translator │ │ ├── SPIRV-LLVM-Translator.info │ │ ├── linux-binutils │ │ ├── linux-binutils.info │ │ ├── linux-gcc │ │ ├── linux-gcc-glibc │ │ ├── linux-gcc-glibc.info │ │ ├── linux-gcc-glibc.watch_step │ │ ├── linux-gcc.info │ │ ├── linux-pkgconf │ │ ├── linux-pkgconf.info │ │ ├── linux-qemu │ │ ├── linux-qemu.info │ │ ├── llvm-project │ │ ├── llvm-project.info │ │ ├── mingw-binutils │ │ ├── mingw-binutils.info │ │ ├── mingw-gcc │ │ ├── mingw-gcc-libc │ │ ├── mingw-gcc-libc.info │ │ ├── mingw-gcc.info │ │ ├── mingw-pkg-config │ │ └── mingw-pkg-config.info │ │ ├── cross-tools │ │ ├── SPIRV-LLVM-Translator │ │ ├── SPIRV-LLVM-Translator.info │ │ ├── SPIRV-LLVM-Translator_git │ │ ├── SPIRV-LLVM-Translator_git.info │ │ ├── binutils │ │ ├── binutils.info │ │ ├── binutils_git │ │ ├── binutils_git.info │ │ ├── fpc │ │ ├── fpc.info │ │ ├── gcc │ │ ├── gcc.info │ │ ├── gcc.watch_step │ │ ├── gcc_git │ │ ├── gcc_git.info │ │ ├── gcc_git_nolibc │ │ ├── gcc_git_nolibc.info │ │ ├── gcc_nolibc │ │ ├── gcc_nolibc.info │ │ ├── gdb │ │ ├── gdb.info │ │ ├── gobject-introspection │ │ ├── gobject-introspection.info │ │ ├── golang │ │ ├── golang.info │ │ ├── grub │ │ ├── grub.info │ │ ├── help2man │ │ ├── help2man.info │ │ ├── llvm-project │ │ ├── llvm-project.info │ │ ├── llvm-project_git │ │ ├── llvm-project_git.info │ │ ├── ocaml │ │ ├── ocaml.info │ │ ├── pkgconf │ │ ├── pkgconf.info │ │ ├── qemu │ │ ├── qemu-wrapper │ │ ├── qemu-wrapper.info │ │ ├── qemu.info │ │ ├── qemu_git │ │ ├── qemu_git.info │ │ ├── qt5 │ │ ├── qt5.info │ │ ├── qt6 │ │ ├── qt6.info │ │ ├── qtchooser │ │ ├── qtchooser.info │ │ ├── rustc │ │ ├── rustc.info │ │ ├── unixODBC │ │ ├── unixODBC.info │ │ ├── vala │ │ └── vala.info │ │ ├── desktop-app │ │ ├── Celestia │ │ ├── Celestia.info │ │ ├── Celestia.tempfix │ │ ├── CelestiaContent │ │ ├── CelestiaContent.info │ │ ├── CelestiaContent.tempfix │ │ ├── Coin4 │ │ ├── Coin4.info │ │ ├── FileZilla │ │ ├── FileZilla.info │ │ ├── FreeCAD │ │ ├── FreeCAD.info │ │ ├── FreeCAD.tempfix │ │ ├── GSL │ │ ├── GSL.info │ │ ├── ImageMagick │ │ ├── ImageMagick.info │ │ ├── MPlayer │ │ ├── MPlayer.info │ │ ├── MangoHud │ │ ├── MangoHud.info │ │ ├── MaterialX │ │ ├── MaterialX.info │ │ ├── OCCT │ │ ├── OCCT.info │ │ ├── OCCT.tempfix │ │ ├── OpenBLAS │ │ ├── OpenBLAS.info │ │ ├── OpenCOLLADA │ │ ├── OpenCOLLADA.info │ │ ├── OpenColorIO │ │ ├── OpenColorIO.info │ │ ├── OpenColorIO.tempfix │ │ ├── OpenImageIO │ │ ├── OpenImageIO.info │ │ ├── OpenImageIO.tempfix │ │ ├── OpenSubdiv │ │ ├── OpenSubdiv.info │ │ ├── OpenSubdiv.tempfix │ │ ├── OpenXR-SDK │ │ ├── OpenXR-SDK.info │ │ ├── PyOpenGL │ │ ├── PyOpenGL.info │ │ ├── QScintilla │ │ ├── QScintilla.info │ │ ├── QScintilla.tempfix │ │ ├── QtScrcpy │ │ ├── QtScrcpy.info │ │ ├── QtScrcpy.tempfix │ │ ├── Remmina │ │ ├── Remmina.info │ │ ├── VTK │ │ ├── VTK.info │ │ ├── alembic │ │ ├── alembic.info │ │ ├── appstream-glib │ │ ├── appstream-glib.info │ │ ├── babl │ │ ├── babl.info │ │ ├── begin_run │ │ ├── begin_run.info │ │ ├── blender │ │ ├── blender.info │ │ ├── blender.tempfix │ │ ├── blueprint-compiler │ │ ├── blueprint-compiler.info │ │ ├── c-blosc │ │ ├── c-blosc.info │ │ ├── cairomm │ │ ├── cairomm.info │ │ ├── cfitsio │ │ ├── cfitsio.info │ │ ├── chromium │ │ ├── chromium.info │ │ ├── create_files │ │ ├── create_files.info │ │ ├── cssselect │ │ ├── cssselect.info │ │ ├── dist_sysroot │ │ ├── dist_sysroot.info │ │ ├── edit │ │ ├── edit.info │ │ ├── eigen3 │ │ ├── eigen3.info │ │ ├── erfa │ │ ├── erfa.info │ │ ├── ffms2 │ │ ├── ffms2.info │ │ ├── final_run │ │ ├── final_run.info │ │ ├── firefox │ │ ├── firefox.info │ │ ├── flatbuffers │ │ ├── flatbuffers.info │ │ ├── freerdp │ │ ├── freerdp.info │ │ ├── freerdp.tempfix │ │ ├── fstrcmp │ │ ├── fstrcmp.info │ │ ├── game.libretro.mame2003_plus │ │ ├── game.libretro.mame2003_plus.info │ │ ├── game.libretro.mame2003_plus.tempfix │ │ ├── gegl │ │ ├── gegl.info │ │ ├── gexiv2 │ │ ├── gexiv2.info │ │ ├── gimp │ │ ├── gimp.info │ │ ├── glad │ │ ├── glad.info │ │ ├── glibmm │ │ ├── glibmm.info │ │ ├── gnome-sudoku │ │ ├── gnome-sudoku.info │ │ ├── godot │ │ ├── godot.info │ │ ├── granite-6 │ │ ├── granite-6.info │ │ ├── gtkmm │ │ ├── gtkmm.info │ │ ├── hdf5 │ │ ├── hdf5.info │ │ ├── indi │ │ ├── indi.info │ │ ├── indi.tempfix │ │ ├── inkscape │ │ ├── inkscape.info │ │ ├── inkscape.tempfix │ │ ├── inputstream.ffmpegdirect │ │ ├── inputstream.ffmpegdirect.info │ │ ├── inputstream.ffmpegdirect.tempfix │ │ ├── kicad │ │ ├── kicad.info │ │ ├── kicad.tempfix │ │ ├── kodi │ │ ├── kodi.info │ │ ├── kodi.tempfix │ │ ├── kstars │ │ ├── kstars.info │ │ ├── kstars.tempfix │ │ ├── libXISF │ │ ├── libXISF.info │ │ ├── libdatachannel │ │ ├── libdatachannel.info │ │ ├── libev │ │ ├── libev.info │ │ ├── libfilezilla │ │ ├── libfilezilla.info │ │ ├── libgee │ │ ├── libgee.info │ │ ├── libgit2 │ │ ├── libgit2.info │ │ ├── libheif │ │ ├── libheif.info │ │ ├── libheif.tempfix │ │ ├── libindicator │ │ ├── libindicator.info │ │ ├── libjuice │ │ ├── libjuice.info │ │ ├── libmypaint │ │ ├── libmypaint.info │ │ ├── libnova │ │ ├── libnova.info │ │ ├── libplacebo │ │ ├── libplacebo.info │ │ ├── libreoffice │ │ ├── libreoffice.info │ │ ├── libreoffice.tempfix │ │ ├── librtprocess │ │ ├── librtprocess.info │ │ ├── libspnav │ │ ├── libspnav.info │ │ ├── libsrtp │ │ ├── libsrtp.info │ │ ├── libtorrent │ │ ├── libtorrent.info │ │ ├── libvpl │ │ ├── libvpl.info │ │ ├── libxisf │ │ ├── libxisf.info │ │ ├── matplotlib │ │ ├── matplotlib.info │ │ ├── mbedtls │ │ ├── mbedtls.info │ │ ├── med │ │ ├── med.info │ │ ├── minizip-ng │ │ ├── minizip-ng.info │ │ ├── mpv │ │ ├── mpv.info │ │ ├── mypaint-brushes-1 │ │ ├── mypaint-brushes-1.info │ │ ├── ngspice │ │ ├── ngspice.info │ │ ├── nng │ │ ├── nng.info │ │ ├── nvtop │ │ ├── nvtop.info │ │ ├── nvtop.tempfix │ │ ├── obs-studio │ │ ├── obs-studio.info │ │ ├── obs-studio.tempfix │ │ ├── octave │ │ ├── octave.info │ │ ├── ollama │ │ ├── ollama.info │ │ ├── oneTBB │ │ ├── oneTBB.info │ │ ├── openvdb │ │ ├── openvdb.info │ │ ├── pangomm │ │ ├── pangomm.info │ │ ├── partio │ │ ├── partio.info │ │ ├── patchelf │ │ ├── patchelf.info │ │ ├── pcl │ │ ├── pcl.info │ │ ├── phc-winner-argon2 │ │ ├── phc-winner-argon2.info │ │ ├── pivy │ │ ├── pivy.info │ │ ├── pivy.tempfix │ │ ├── plog │ │ ├── plog.info │ │ ├── pugixml │ │ ├── pugixml.info │ │ ├── pvr.iptvsimple │ │ ├── pvr.iptvsimple.info │ │ ├── pvr.iptvsimple.tempfix │ │ ├── pybind11 │ │ ├── pybind11-python │ │ ├── pybind11-python.info │ │ ├── pybind11.info │ │ ├── pystring │ │ ├── pystring.info │ │ ├── qBittorrent │ │ ├── qBittorrent.info │ │ ├── qbs │ │ ├── qbs.info │ │ ├── qbs.tempfix │ │ ├── qqwing │ │ ├── qqwing.info │ │ ├── qt-creator │ │ ├── qt-creator.info │ │ ├── qt-creator.tempfix │ │ ├── rapidjson │ │ ├── rapidjson.info │ │ ├── robin-map │ │ ├── robin-map.info │ │ ├── scikit-build-core │ │ ├── scikit-build-core.info │ │ ├── shairplay │ │ ├── shairplay.info │ │ ├── simde │ │ ├── simde.info │ │ ├── siril │ │ ├── siril.info │ │ ├── smplayer │ │ ├── smplayer.info │ │ ├── smplayer.tempfix │ │ ├── spdlog │ │ ├── spdlog.info │ │ ├── ssr │ │ ├── ssr.info │ │ ├── ssr.tempfix │ │ ├── stellarsolver │ │ ├── stellarsolver.info │ │ ├── stellarsolver.tempfix │ │ ├── thunderbird │ │ ├── thunderbird.info │ │ ├── tinycss2 │ │ ├── tinycss2.info │ │ ├── tinyxml │ │ ├── tinyxml.info │ │ ├── tinyxml2 │ │ ├── tinyxml2.info │ │ ├── unixODBC │ │ ├── unixODBC.info │ │ ├── usrsctp │ │ ├── usrsctp.info │ │ ├── uthash │ │ ├── uthash.info │ │ ├── waylandpp │ │ ├── waylandpp.info │ │ ├── wcslib │ │ ├── wcslib.info │ │ ├── wxPython │ │ ├── wxPython.info │ │ ├── wxWidgets │ │ ├── wxWidgets.info │ │ ├── xerces-c │ │ ├── xerces-c.info │ │ ├── xplanet │ │ ├── xplanet.info │ │ ├── yaml-cpp │ │ └── yaml-cpp.info │ │ ├── game_emu │ │ ├── Catch2 │ │ ├── Catch2.info │ │ ├── RetroArch │ │ ├── RetroArch.info │ │ ├── final_run │ │ ├── final_run.info │ │ ├── libretro-beetle-psx │ │ ├── libretro-beetle-psx.info │ │ ├── libretro-bsnes │ │ ├── libretro-bsnes.info │ │ ├── libretro-common-overlays │ │ ├── libretro-common-overlays.info │ │ ├── libretro-core-info │ │ ├── libretro-core-info.info │ │ ├── libretro-database │ │ ├── libretro-database.info │ │ ├── libretro-dosbox │ │ ├── libretro-dosbox.info │ │ ├── libretro-mame2003-plus │ │ ├── libretro-mame2003-plus.info │ │ ├── libretro-mame2010 │ │ ├── libretro-mame2010.info │ │ ├── libretro-snes9x2010 │ │ ├── libretro-snes9x2010.info │ │ ├── mednafen │ │ ├── mednafen.info │ │ ├── mednaffe │ │ ├── mednaffe.info │ │ ├── overlay_temp_fix_run │ │ ├── overlay_temp_fix_run.info │ │ ├── retroarch-assets │ │ └── retroarch-assets.info │ │ ├── host-tools │ │ ├── Babel │ │ ├── Babel.info │ │ ├── Cython │ │ ├── Cython.info │ │ ├── JSON │ │ ├── JSON.info │ │ ├── Jinja2 │ │ ├── Jinja2.info │ │ ├── Locale-gettext │ │ ├── Locale-gettext.info │ │ ├── Mako │ │ ├── Mako.info │ │ ├── Markdown │ │ ├── Markdown.info │ │ ├── MarkupSafe │ │ ├── MarkupSafe.info │ │ ├── Module-Build │ │ ├── Module-Build.info │ │ ├── Parse-Yapp │ │ ├── Parse-Yapp.info │ │ ├── PerlIO-utf8_strict │ │ ├── PerlIO-utf8_strict.info │ │ ├── Pod-Parser │ │ ├── Pod-Parser.info │ │ ├── PyYAML │ │ ├── PyYAML.info │ │ ├── Pygments │ │ ├── Pygments.info │ │ ├── Python3 │ │ ├── Python3.info │ │ ├── URI │ │ ├── URI.info │ │ ├── XML-Parser │ │ ├── XML-Parser.info │ │ ├── YAML-Tiny │ │ ├── YAML-Tiny.info │ │ ├── alabaster │ │ ├── alabaster.info │ │ ├── appdirs │ │ ├── appdirs.info │ │ ├── appstream │ │ ├── appstream.info │ │ ├── asciidoc │ │ ├── asciidoc.info │ │ ├── asciidoctor │ │ ├── asciidoctor.info │ │ ├── attrs │ │ ├── attrs.info │ │ ├── autoconf │ │ ├── autoconf-archive │ │ ├── autoconf-archive.info │ │ ├── autoconf.info │ │ ├── automake │ │ ├── automake.info │ │ ├── bdftopcf │ │ ├── bdftopcf.info │ │ ├── beautifulsoup4 │ │ ├── beautifulsoup4.info │ │ ├── binutils │ │ ├── binutils.info │ │ ├── bs4 │ │ ├── bs4.info │ │ ├── cargo-c │ │ ├── cargo-c.info │ │ ├── cbindgen │ │ ├── cbindgen.info │ │ ├── ccache │ │ ├── ccache.info │ │ ├── certifi │ │ ├── certifi.info │ │ ├── chai │ │ ├── chai.info │ │ ├── charset-normalizer │ │ ├── charset-normalizer.info │ │ ├── cmake │ │ ├── cmake.info │ │ ├── console-setup │ │ ├── console-setup.info │ │ ├── curl │ │ ├── curl.info │ │ ├── dbus │ │ ├── dbus.info │ │ ├── diskcache │ │ ├── diskcache.info │ │ ├── distlib │ │ ├── distlib.info │ │ ├── dnspython │ │ ├── dnspython.info │ │ ├── docbook-3.1 │ │ ├── docbook-3.1.info │ │ ├── docbook-4.5 │ │ ├── docbook-4.5.info │ │ ├── docbook-5.0.1 │ │ ├── docbook-5.0.1.info │ │ ├── docbook-5.1 │ │ ├── docbook-5.1.info │ │ ├── docbook-xml-4.5 │ │ ├── docbook-xml-4.5.info │ │ ├── docbook-xsl-nons │ │ ├── docbook-xsl-nons.info │ │ ├── doctest │ │ ├── doctest.info │ │ ├── docutils │ │ ├── docutils.info │ │ ├── doxygen │ │ ├── doxygen.info │ │ ├── dune │ │ ├── dune.info │ │ ├── dwarves │ │ ├── dwarves.info │ │ ├── editables │ │ ├── editables.info │ │ ├── elfutils │ │ ├── elfutils.info │ │ ├── fancy │ │ ├── fancy.info │ │ ├── file │ │ ├── file.info │ │ ├── flit-core │ │ ├── flit-core.info │ │ ├── fontconfig │ │ ├── fontconfig.info │ │ ├── fontforge │ │ ├── fontforge.info │ │ ├── freetype │ │ ├── freetype.info │ │ ├── gcc │ │ ├── gcc.info │ │ ├── gettext │ │ ├── gettext.info │ │ ├── gi-docgen │ │ ├── gi-docgen.info │ │ ├── glean_parser │ │ ├── glean_parser.info │ │ ├── glib │ │ ├── glib.info │ │ ├── glslang │ │ ├── glslang.info │ │ ├── gmp │ │ ├── gmp.info │ │ ├── gobject-introspection │ │ ├── gobject-introspection.info │ │ ├── groff │ │ ├── groff.info │ │ ├── guile │ │ ├── guile.info │ │ ├── hatch-fancy-pypi-readme │ │ ├── hatch-fancy-pypi-readme.info │ │ ├── hatch-vcs │ │ ├── hatch-vcs.info │ │ ├── hatchling │ │ ├── hatchling.info │ │ ├── hiredis │ │ ├── hiredis.info │ │ ├── html5lib │ │ ├── html5lib.info │ │ ├── icu4c │ │ ├── icu4c.info │ │ ├── idna │ │ ├── idna.info │ │ ├── imagesize │ │ ├── imagesize.info │ │ ├── itstool │ │ ├── itstool.info │ │ ├── jsonschema │ │ ├── jsonschema-specifications │ │ ├── jsonschema-specifications.info │ │ ├── jsonschema.info │ │ ├── libevent │ │ ├── libevent.info │ │ ├── libffi │ │ ├── libffi.info │ │ ├── libfuse │ │ ├── libfuse.info │ │ ├── libfyaml │ │ ├── libfyaml.info │ │ ├── libgcrypt │ │ ├── libgcrypt.info │ │ ├── libjpeg-turbo │ │ ├── libjpeg-turbo.info │ │ ├── libpsl │ │ ├── libpsl.info │ │ ├── libtool │ │ ├── libtool.info │ │ ├── libwebp │ │ ├── libwebp.info │ │ ├── libxkbcommon │ │ ├── libxkbcommon.info │ │ ├── libxml2 │ │ ├── libxml2.info │ │ ├── libxmlb │ │ ├── libxmlb.info │ │ ├── libxslt │ │ ├── libxslt.info │ │ ├── libyaml │ │ ├── libyaml.info │ │ ├── llvm-project │ │ ├── llvm-project.info │ │ ├── lttng-ust │ │ ├── lttng-ust.info │ │ ├── lua │ │ ├── lua.info │ │ ├── lxml │ │ ├── lxml.info │ │ ├── lzip │ │ ├── lzip.info │ │ ├── m4 │ │ ├── m4.info │ │ ├── make │ │ ├── make.info │ │ ├── maturin │ │ ├── maturin.info │ │ ├── meson │ │ ├── meson-python │ │ ├── meson-python.info │ │ ├── meson.info │ │ ├── mpc │ │ ├── mpc.info │ │ ├── mpfr │ │ ├── mpfr.info │ │ ├── nasm │ │ ├── nasm.info │ │ ├── ncurses │ │ ├── ncurses.info │ │ ├── nettle │ │ ├── nettle.info │ │ ├── nghttp2 │ │ ├── nghttp2.info │ │ ├── ninja │ │ ├── ninja.info │ │ ├── node │ │ ├── node.info │ │ ├── nspr │ │ ├── nspr.info │ │ ├── nss │ │ ├── nss.info │ │ ├── ocaml │ │ ├── ocaml.info │ │ ├── openssl │ │ ├── openssl.info │ │ ├── packaging │ │ ├── packaging.info │ │ ├── patchelf │ │ ├── patchelf.info │ │ ├── pathspec │ │ ├── pathspec.info │ │ ├── pcre2 │ │ ├── pcre2.info │ │ ├── perl │ │ ├── perl.info │ │ ├── pip │ │ ├── pip.info │ │ ├── pkgconf │ │ ├── pkgconf.info │ │ ├── platformdirs │ │ ├── platformdirs.info │ │ ├── pluggy │ │ ├── pluggy.info │ │ ├── ply │ │ ├── ply.info │ │ ├── po4a │ │ ├── po4a.info │ │ ├── poetry-core │ │ ├── poetry-core.info │ │ ├── pugixml │ │ ├── pugixml.info │ │ ├── pycairo │ │ ├── pycairo.info │ │ ├── pycparser │ │ ├── pycparser.info │ │ ├── pyparsing │ │ ├── pyparsing.info │ │ ├── pyproject │ │ ├── pyproject-metadata │ │ ├── pyproject-metadata.info │ │ ├── pyproject.info │ │ ├── pyproject_hooks │ │ ├── pyproject_hooks.info │ │ ├── pyside6 │ │ ├── pyside6.info │ │ ├── pytest-runner │ │ ├── pytest-runner.info │ │ ├── python-build │ │ ├── python-build.info │ │ ├── rdfind │ │ ├── rdfind.info │ │ ├── readline │ │ ├── readline.info │ │ ├── referencing │ │ ├── referencing.info │ │ ├── requests │ │ ├── requests.info │ │ ├── roman_numerals_py │ │ ├── roman_numerals_py.info │ │ ├── rpcsvc-proto │ │ ├── rpcsvc-proto.info │ │ ├── rpds-py │ │ ├── rpds-py.info │ │ ├── ruby │ │ ├── ruby.info │ │ ├── rust-bindgen │ │ ├── rust-bindgen.info │ │ ├── scikit-build-core │ │ ├── scikit-build-core.info │ │ ├── scons │ │ ├── scons.info │ │ ├── semantic-version │ │ ├── semantic-version.info │ │ ├── setuptools │ │ ├── setuptools-rust │ │ ├── setuptools-rust.info │ │ ├── setuptools-scm │ │ ├── setuptools-scm.info │ │ ├── setuptools.info │ │ ├── setuptools_pre │ │ ├── setuptools_pre.info │ │ ├── sgml-common │ │ ├── sgml-common.info │ │ ├── sip4 │ │ ├── sip4.info │ │ ├── six │ │ ├── six.info │ │ ├── smartypants │ │ ├── smartypants.info │ │ ├── snowballstemmer │ │ ├── snowballstemmer.info │ │ ├── soupsieve │ │ ├── soupsieve.info │ │ ├── sphinx │ │ ├── sphinx-rtd-theme │ │ ├── sphinx-rtd-theme.info │ │ ├── sphinx.info │ │ ├── sphinxcontrib-applehelp │ │ ├── sphinxcontrib-applehelp.info │ │ ├── sphinxcontrib-devhelp │ │ ├── sphinxcontrib-devhelp.info │ │ ├── sphinxcontrib-htmlhelp │ │ ├── sphinxcontrib-htmlhelp.info │ │ ├── sphinxcontrib-jquery │ │ ├── sphinxcontrib-jquery.info │ │ ├── sphinxcontrib-jsmath │ │ ├── sphinxcontrib-jsmath.info │ │ ├── sphinxcontrib-qthelp │ │ ├── sphinxcontrib-qthelp.info │ │ ├── sphinxcontrib-serializinghtml │ │ ├── sphinxcontrib-serializinghtml.info │ │ ├── sqlite │ │ ├── sqlite.info │ │ ├── swig │ │ ├── swig.info │ │ ├── texinfo │ │ ├── texinfo.info │ │ ├── toml │ │ ├── toml.info │ │ ├── tomli │ │ ├── tomli.info │ │ ├── trove-classifiers │ │ ├── trove-classifiers.info │ │ ├── typing-extensions │ │ ├── typing-extensions.info │ │ ├── typogrify │ │ ├── typogrify.info │ │ ├── unifdef │ │ ├── unifdef.info │ │ ├── unzip │ │ ├── unzip.info │ │ ├── urllib3 │ │ ├── urllib3.info │ │ ├── userspace-rcu │ │ ├── userspace-rcu.info │ │ ├── vala │ │ ├── vala.info │ │ ├── wayland │ │ ├── wayland.info │ │ ├── waylandpp │ │ ├── waylandpp.info │ │ ├── webencodings │ │ ├── webencodings.info │ │ ├── wheel │ │ ├── wheel.info │ │ ├── xorriso │ │ ├── xorriso.info │ │ ├── xxHash │ │ └── xxHash.info │ │ ├── java_runtime │ │ ├── dist_sysroot │ │ ├── dist_sysroot.info │ │ ├── jdk │ │ ├── jdk.info │ │ ├── jdk11 │ │ ├── jdk11.info │ │ ├── jdk17 │ │ ├── jdk17.info │ │ ├── jdk21 │ │ ├── jdk21.info │ │ ├── jdk8 │ │ ├── jdk8.info │ │ ├── set-default-java │ │ └── set-default-java.info │ │ ├── lightdm │ │ ├── KDE6-breeze-icons │ │ ├── KDE6-breeze-icons.info │ │ ├── blfs-systemd-units │ │ ├── blfs-systemd-units.info │ │ ├── dist_sysroot │ │ ├── dist_sysroot.info │ │ ├── final_run │ │ ├── final_run.info │ │ ├── lightdm │ │ ├── lightdm-gtk-greeter │ │ ├── lightdm-gtk-greeter.info │ │ └── lightdm.info │ │ ├── linux_runtime │ │ ├── Catch2 │ │ ├── Catch2.info │ │ ├── LVM2 │ │ ├── LVM2.info │ │ ├── MangoHud │ │ ├── MangoHud.info │ │ ├── OpenCL-Headers │ │ ├── OpenCL-Headers.info │ │ ├── SDL2 │ │ ├── SDL2.info │ │ ├── SPIRV-Headers │ │ ├── SPIRV-Headers.info │ │ ├── SPIRV-LLVM-Translator │ │ ├── SPIRV-LLVM-Translator.info │ │ ├── SPIRV-Tools │ │ ├── SPIRV-Tools.info │ │ ├── Vulkan-Headers │ │ ├── Vulkan-Headers.info │ │ ├── Vulkan-Loader │ │ ├── Vulkan-Loader.info │ │ ├── Vulkan-Tools │ │ ├── Vulkan-Tools.info │ │ ├── Vulkan-Tools.tempfix │ │ ├── a52dec │ │ ├── a52dec.info │ │ ├── acl │ │ ├── acl.info │ │ ├── alsa-lib │ │ ├── alsa-lib.info │ │ ├── alsa-oss │ │ ├── alsa-oss.info │ │ ├── at-spi2-atk │ │ ├── at-spi2-atk.info │ │ ├── at-spi2-core │ │ ├── at-spi2-core.info │ │ ├── atk │ │ ├── atk.info │ │ ├── attr │ │ ├── attr.info │ │ ├── bash │ │ ├── bash.info │ │ ├── binutils │ │ ├── binutils.info │ │ ├── boost │ │ ├── boost.info │ │ ├── boost.parmfilter │ │ ├── brotli │ │ ├── brotli.info │ │ ├── bzip2 │ │ ├── bzip2.info │ │ ├── cairo │ │ ├── cairo.info │ │ ├── check │ │ ├── check.info │ │ ├── clang │ │ ├── clang.info │ │ ├── coreutils │ │ ├── coreutils.info │ │ ├── create_base_files │ │ ├── create_base_files.info │ │ ├── cryptsetup │ │ ├── cryptsetup.info │ │ ├── cups │ │ ├── cups.info │ │ ├── curl │ │ ├── curl.info │ │ ├── dbus │ │ ├── dbus.info │ │ ├── dist_sysroot │ │ ├── dist_sysroot.info │ │ ├── e2fsprogs │ │ ├── e2fsprogs.info │ │ ├── elfutils │ │ ├── elfutils.info │ │ ├── expat │ │ ├── expat.info │ │ ├── faad2 │ │ ├── faad2.info │ │ ├── fdk-aac │ │ ├── fdk-aac.info │ │ ├── ffmpeg │ │ ├── ffmpeg.info │ │ ├── final_run │ │ ├── final_run.info │ │ ├── fix_sysroot │ │ ├── fix_sysroot.info │ │ ├── fmt │ │ ├── fmt.info │ │ ├── fontconfig │ │ ├── fontconfig.info │ │ ├── freetype │ │ ├── freetype.info │ │ ├── fribidi │ │ ├── fribidi.info │ │ ├── gcc │ │ ├── gcc.info │ │ ├── gdbm │ │ ├── gdbm.info │ │ ├── gdk-pixbuf │ │ ├── gdk-pixbuf.info │ │ ├── glib │ │ ├── glib-networking │ │ ├── glib-networking.info │ │ ├── glib-networking_pre │ │ ├── glib-networking_pre.info │ │ ├── glib.info │ │ ├── glibc │ │ ├── glibc.info │ │ ├── glibc_localedata │ │ ├── glibc_localedata.info │ │ ├── glu │ │ ├── glu.info │ │ ├── gmp │ │ ├── gmp.info │ │ ├── gnutls │ │ ├── gnutls.info │ │ ├── gperf │ │ ├── gperf.info │ │ ├── gsettings-desktop-schemas │ │ ├── gsettings-desktop-schemas.info │ │ ├── gsl │ │ ├── gsl.info │ │ ├── gst-libav │ │ ├── gst-libav.info │ │ ├── gst-plugins-bad │ │ ├── gst-plugins-bad.info │ │ ├── gst-plugins-base │ │ ├── gst-plugins-base.info │ │ ├── gst-plugins-good │ │ ├── gst-plugins-good.info │ │ ├── gst-plugins-ugly │ │ ├── gst-plugins-ugly.info │ │ ├── gstreamer │ │ ├── gstreamer-vaapi │ │ ├── gstreamer-vaapi.info │ │ ├── gstreamer.info │ │ ├── gtk3 │ │ ├── gtk3.info │ │ ├── harfbuzz │ │ ├── harfbuzz.info │ │ ├── icu4c │ │ ├── icu4c.info │ │ ├── iso-codes │ │ ├── iso-codes.info │ │ ├── jansson │ │ ├── jansson.info │ │ ├── json │ │ ├── json-c │ │ ├── json-c.info │ │ ├── json.info │ │ ├── keyutils │ │ ├── keyutils.info │ │ ├── krb5 │ │ ├── krb5.info │ │ ├── lame │ │ ├── lame.info │ │ ├── libICE │ │ ├── libICE.info │ │ ├── libSM │ │ ├── libSM.info │ │ ├── libX11 │ │ ├── libX11.info │ │ ├── libXau │ │ ├── libXau.info │ │ ├── libXcomposite │ │ ├── libXcomposite.info │ │ ├── libXcursor │ │ ├── libXcursor.info │ │ ├── libXdamage │ │ ├── libXdamage.info │ │ ├── libXdmcp │ │ ├── libXdmcp.info │ │ ├── libXext │ │ ├── libXext.info │ │ ├── libXfixes │ │ ├── libXfixes.info │ │ ├── libXfont2 │ │ ├── libXfont2.info │ │ ├── libXi │ │ ├── libXi.info │ │ ├── libXinerama │ │ ├── libXinerama.info │ │ ├── libXrandr │ │ ├── libXrandr.info │ │ ├── libXrender │ │ ├── libXrender.info │ │ ├── libXtst │ │ ├── libXtst.info │ │ ├── libXv │ │ ├── libXv.info │ │ ├── libXxf86vm │ │ ├── libXxf86vm.info │ │ ├── libaio │ │ ├── libaio.info │ │ ├── libarchive │ │ ├── libarchive.info │ │ ├── libass │ │ ├── libass.info │ │ ├── libbpf │ │ ├── libbpf.info │ │ ├── libcap │ │ ├── libcap.info │ │ ├── libcapi20-3 │ │ ├── libcapi20-3.info │ │ ├── libcddb │ │ ├── libcddb.info │ │ ├── libcdio │ │ ├── libcdio.info │ │ ├── libclc │ │ ├── libclc.info │ │ ├── libdrm │ │ ├── libdrm.info │ │ ├── libdv │ │ ├── libdv.info │ │ ├── libdvbpsi │ │ ├── libdvbpsi.info │ │ ├── libdvdread │ │ ├── libdvdread.info │ │ ├── libei │ │ ├── libei.info │ │ ├── libepoxy │ │ ├── libepoxy.info │ │ ├── libffi │ │ ├── libffi.info │ │ ├── libfontenc │ │ ├── libfontenc.info │ │ ├── libglvnd │ │ ├── libglvnd.info │ │ ├── libgpg-error │ │ ├── libgpg-error.info │ │ ├── libgphoto2 │ │ ├── libgphoto2.info │ │ ├── libjpeg-turbo │ │ ├── libjpeg-turbo.info │ │ ├── libmpeg2 │ │ ├── libmpeg2.info │ │ ├── libogg │ │ ├── libogg.info │ │ ├── libpcap │ │ ├── libpcap.info │ │ ├── libpciaccess │ │ ├── libpciaccess.info │ │ ├── libpng │ │ ├── libpng.info │ │ ├── libproxy │ │ ├── libproxy.info │ │ ├── libpsl │ │ ├── libpsl.info │ │ ├── libsamplerate │ │ ├── libsamplerate.info │ │ ├── libseccomp │ │ ├── libseccomp.info │ │ ├── libsepol │ │ ├── libsepol.info │ │ ├── libsndfile │ │ ├── libsndfile.info │ │ ├── libsoup │ │ ├── libsoup-2 │ │ ├── libsoup-2.info │ │ ├── libsoup.info │ │ ├── libtasn1 │ │ ├── libtasn1.info │ │ ├── libtheora │ │ ├── libtheora.info │ │ ├── libtool │ │ ├── libtool.info │ │ ├── libunistring │ │ ├── libunistring.info │ │ ├── libunwind │ │ ├── libunwind.info │ │ ├── libusb │ │ ├── libusb.info │ │ ├── libva │ │ ├── libva.info │ │ ├── libvdpau │ │ ├── libvdpau.info │ │ ├── libvorbis │ │ ├── libvorbis.info │ │ ├── libvpx │ │ ├── libvpx.info │ │ ├── libwebp │ │ ├── libwebp.info │ │ ├── libxcb │ │ ├── libxcb.info │ │ ├── libxcrypt │ │ ├── libxcrypt.info │ │ ├── libxcvt │ │ ├── libxcvt.info │ │ ├── libxkbcommon │ │ ├── libxkbcommon.info │ │ ├── libxkbfile │ │ ├── libxkbfile.info │ │ ├── libxml2 │ │ ├── libxml2.info │ │ ├── libxshmfence │ │ ├── libxshmfence.info │ │ ├── linux-header │ │ ├── linux-header.info │ │ ├── llvm-project │ │ ├── llvm-project.info │ │ ├── llvm_runtimes │ │ ├── llvm_runtimes.info │ │ ├── lmdb │ │ ├── lmdb.info │ │ ├── lua │ │ ├── lua.info │ │ ├── lz4 │ │ ├── lz4.info │ │ ├── make_directory │ │ ├── make_directory.info │ │ ├── make_directory.os_start_run │ │ ├── mesa │ │ ├── mesa.info │ │ ├── mpc │ │ ├── mpc.info │ │ ├── mpfr │ │ ├── mpfr.info │ │ ├── mpg123 │ │ ├── mpg123.info │ │ ├── ncurses │ │ ├── ncurses.info │ │ ├── nettle │ │ ├── nettle.info │ │ ├── nghttp2 │ │ ├── nghttp2.info │ │ ├── nspr │ │ ├── nspr.info │ │ ├── nss │ │ ├── nss.info │ │ ├── ocl-icd │ │ ├── ocl-icd.info │ │ ├── opencore-amr │ │ ├── opencore-amr.info │ │ ├── openh264 │ │ ├── openh264.info │ │ ├── openldap │ │ ├── openldap.info │ │ ├── openssl │ │ ├── openssl.info │ │ ├── opus │ │ ├── opus.info │ │ ├── orc │ │ ├── orc.info │ │ ├── oss4 │ │ ├── oss4.info │ │ ├── oss4.parmfilter │ │ ├── p7zip │ │ ├── p7zip.info │ │ ├── pango │ │ ├── pango.info │ │ ├── pciutils │ │ ├── pciutils.info │ │ ├── pcre │ │ ├── pcre.info │ │ ├── pcre2 │ │ ├── pcre2.info │ │ ├── pcsc-lite │ │ ├── pcsc-lite.info │ │ ├── pipewire │ │ ├── pipewire.info │ │ ├── pixman │ │ ├── pixman.info │ │ ├── popt │ │ ├── popt.info │ │ ├── pulseaudio │ │ ├── pulseaudio.info │ │ ├── readline │ │ ├── readline.info │ │ ├── samba │ │ ├── samba.info │ │ ├── sane-backends │ │ ├── sane-backends.info │ │ ├── selinux │ │ ├── selinux.info │ │ ├── shaderc │ │ ├── shaderc.info │ │ ├── shared-mime-info │ │ ├── shared-mime-info.info │ │ ├── sqlite │ │ ├── sqlite.info │ │ ├── systemd │ │ ├── systemd.info │ │ ├── systemd_pre │ │ ├── systemd_pre.info │ │ ├── unixODBC │ │ ├── unixODBC.info │ │ ├── util-linux │ │ ├── util-linux.info │ │ ├── v4l-utils │ │ ├── v4l-utils.info │ │ ├── volk │ │ ├── volk.info │ │ ├── wayland │ │ ├── wayland-protocols │ │ ├── wayland-protocols.info │ │ ├── wayland.info │ │ ├── x264 │ │ ├── x264.info │ │ ├── x265 │ │ ├── x265.info │ │ ├── xcb-proto │ │ ├── xcb-proto.info │ │ ├── xcb-util │ │ ├── xcb-util-cursor │ │ ├── xcb-util-cursor.info │ │ ├── xcb-util-image │ │ ├── xcb-util-image.info │ │ ├── xcb-util-keysyms │ │ ├── xcb-util-keysyms.info │ │ ├── xcb-util-renderutil │ │ ├── xcb-util-renderutil.info │ │ ├── xcb-util-wm │ │ ├── xcb-util-wm.info │ │ ├── xcb-util.info │ │ ├── xorgproto │ │ ├── xorgproto.info │ │ ├── xtrans │ │ ├── xtrans.info │ │ ├── xxHash │ │ ├── xxHash.info │ │ ├── xz │ │ ├── xz.info │ │ ├── zlib │ │ ├── zlib.info │ │ ├── zstd │ │ └── zstd.info │ │ ├── mingw_sysroot │ │ ├── Windows-QEMU │ │ ├── Windows-QEMU.info │ │ ├── create_commfile │ │ ├── create_commfile.info │ │ ├── mingw-SDL2 │ │ ├── mingw-SDL2.info │ │ ├── mingw-atk │ │ ├── mingw-atk.info │ │ ├── mingw-cairo │ │ ├── mingw-cairo.info │ │ ├── mingw-freetype │ │ ├── mingw-freetype.info │ │ ├── mingw-fribidi │ │ ├── mingw-fribidi.info │ │ ├── mingw-gdk-pixbuf │ │ ├── mingw-gdk-pixbuf.info │ │ ├── mingw-gettext │ │ ├── mingw-gettext.info │ │ ├── mingw-glib │ │ ├── mingw-glib.info │ │ ├── mingw-gmp │ │ ├── mingw-gmp.info │ │ ├── mingw-gtk3 │ │ ├── mingw-gtk3.info │ │ ├── mingw-harfbuzz │ │ ├── mingw-harfbuzz.info │ │ ├── mingw-libepoxy │ │ ├── mingw-libepoxy.info │ │ ├── mingw-libffi │ │ ├── mingw-libffi.info │ │ ├── mingw-libiconv │ │ ├── mingw-libiconv.info │ │ ├── mingw-libpng │ │ ├── mingw-libpng.info │ │ ├── mingw-mpc │ │ ├── mingw-mpc.info │ │ ├── mingw-mpfr │ │ ├── mingw-mpfr.info │ │ ├── mingw-pango │ │ ├── mingw-pango.info │ │ ├── mingw-pcre2 │ │ ├── mingw-pcre2.info │ │ ├── mingw-pixman │ │ ├── mingw-pixman.info │ │ ├── mingw-w64 │ │ ├── mingw-w64-libs │ │ ├── mingw-w64-libs.info │ │ ├── mingw-w64.info │ │ ├── mingw-zlib │ │ ├── mingw-zlib.info │ │ ├── mingw-zstd │ │ └── mingw-zstd.info │ │ ├── sddm │ │ ├── KDE6-breeze-icons │ │ ├── KDE6-breeze-icons.info │ │ ├── final_run │ │ ├── final_run.info │ │ ├── overlay_temp_fix_run │ │ ├── overlay_temp_fix_run.info │ │ ├── sddm │ │ └── sddm.info │ │ ├── simulate │ │ ├── augeas │ │ ├── augeas.info │ │ ├── box64 │ │ ├── box64-la │ │ ├── box64-la.info │ │ ├── box64.info │ │ ├── dtc │ │ ├── dtc.info │ │ ├── dxvk │ │ ├── dxvk.env │ │ ├── dxvk.info │ │ ├── final_run │ │ ├── final_run.info │ │ ├── fuseiso │ │ ├── fuseiso.info │ │ ├── gtk-vnc │ │ ├── gtk-vnc.info │ │ ├── hivex │ │ ├── hivex.info │ │ ├── icoutils │ │ ├── icoutils.info │ │ ├── lata │ │ ├── lata.info │ │ ├── latx │ │ ├── latx.info │ │ ├── libguestfs │ │ ├── libguestfs.info │ │ ├── libosinfo │ │ ├── libosinfo.info │ │ ├── libvirt │ │ ├── libvirt-glib │ │ ├── libvirt-glib.info │ │ ├── libvirt-python │ │ ├── libvirt-python.info │ │ ├── libvirt.info │ │ ├── q4wine │ │ ├── q4wine.info │ │ ├── q4wine.tempfix │ │ ├── qemu │ │ ├── qemu-edk2 │ │ ├── qemu-edk2.info │ │ ├── qemu.info │ │ ├── qemu.os_first_run │ │ ├── qemu_git │ │ ├── qemu_git.info │ │ ├── set-default-emu │ │ ├── set-default-emu.info │ │ ├── set-default-emu.os_start_run │ │ ├── supermin │ │ ├── supermin.info │ │ ├── usbredir │ │ ├── usbredir.info │ │ ├── virglrenderer │ │ ├── virglrenderer.info │ │ ├── virt-manager │ │ ├── virt-manager.info │ │ ├── virt-viewer │ │ ├── virt-viewer.info │ │ ├── wine │ │ ├── wine.info │ │ ├── wine_wow │ │ ├── wine_wow.env │ │ ├── wine_wow.info │ │ ├── winetricks │ │ ├── winetricks.info │ │ ├── yajl │ │ └── yajl.info │ │ ├── target_base │ │ ├── Jinja2 │ │ ├── Jinja2.info │ │ ├── LVM2 │ │ ├── LVM2.info │ │ ├── LibRaw │ │ ├── LibRaw.info │ │ ├── MarkupSafe │ │ ├── MarkupSafe.info │ │ ├── Python │ │ ├── Python.info │ │ ├── URI │ │ ├── URI.info │ │ ├── XML-Parser │ │ ├── XML-Parser.info │ │ ├── acl │ │ ├── acl.info │ │ ├── attr │ │ ├── attr.info │ │ ├── autoconf │ │ ├── autoconf-archive │ │ ├── autoconf-archive.info │ │ ├── autoconf.info │ │ ├── autogen │ │ ├── autogen.info │ │ ├── automake │ │ ├── automake.info │ │ ├── bash │ │ ├── bash-completion │ │ ├── bash-completion.info │ │ ├── bash.info │ │ ├── bc │ │ ├── bc.info │ │ ├── binutils │ │ ├── binutils.info │ │ ├── binutils_git │ │ ├── binutils_git.info │ │ ├── bison │ │ ├── bison.info │ │ ├── blfs-systemd-units │ │ ├── blfs-systemd-units.info │ │ ├── boost │ │ ├── boost.info │ │ ├── brotli │ │ ├── brotli.info │ │ ├── busybox │ │ ├── busybox.info │ │ ├── bzip2 │ │ ├── bzip2.info │ │ ├── check │ │ ├── check.info │ │ ├── cmake │ │ ├── cmake.info │ │ ├── coreutils │ │ ├── coreutils.info │ │ ├── cpio │ │ ├── cpio.info │ │ ├── create_base_files │ │ ├── create_base_files.info │ │ ├── ctags │ │ ├── ctags.info │ │ ├── curl │ │ ├── curl.info │ │ ├── dbus │ │ ├── dbus.info │ │ ├── dbus.os_first_run │ │ ├── dejagnu │ │ ├── dejagnu.info │ │ ├── dejavu-fonts-ttf │ │ ├── dejavu-fonts-ttf.info │ │ ├── dhcp │ │ ├── dhcp.info │ │ ├── dhcpcd │ │ ├── dhcpcd.info │ │ ├── diffutils │ │ ├── diffutils.info │ │ ├── dist_sysroot │ │ ├── dist_sysroot.info │ │ ├── distro_info │ │ ├── distro_info.info │ │ ├── dosfstools │ │ ├── dosfstools.info │ │ ├── doxygen │ │ ├── doxygen.info │ │ ├── e2fsprogs │ │ ├── e2fsprogs.info │ │ ├── elfutils │ │ ├── elfutils.info │ │ ├── ethtool │ │ ├── ethtool.info │ │ ├── expat │ │ ├── expat.info │ │ ├── expect │ │ ├── expect.info │ │ ├── file │ │ ├── file.info │ │ ├── final_run │ │ ├── final_run.info │ │ ├── findutils │ │ ├── findutils.info │ │ ├── firewalld │ │ ├── firewalld.info │ │ ├── flex │ │ ├── flex.info │ │ ├── flit-core │ │ ├── flit-core.info │ │ ├── fontconfig │ │ ├── fontconfig.info │ │ ├── freetype │ │ ├── freetype.info │ │ ├── fribidi │ │ ├── fribidi.info │ │ ├── gawk │ │ ├── gawk.info │ │ ├── gc │ │ ├── gc.info │ │ ├── gcc │ │ ├── gcc.info │ │ ├── gcc.watch_step │ │ ├── gcc_git │ │ ├── gcc_git.info │ │ ├── gdb │ │ ├── gdb.info │ │ ├── gdbm │ │ ├── gdbm.info │ │ ├── gettext │ │ ├── gettext.info │ │ ├── git │ │ ├── git.info │ │ ├── glib │ │ ├── glib.info │ │ ├── glib.os_start_run │ │ ├── glib.watch_step │ │ ├── glib_pre │ │ ├── glib_pre.info │ │ ├── glibc │ │ ├── glibc.info │ │ ├── glibc.watch_step │ │ ├── glibc_localedata │ │ ├── glibc_localedata.info │ │ ├── gmp │ │ ├── gmp.info │ │ ├── gnutls │ │ ├── gnutls.info │ │ ├── gobject-introspection │ │ ├── gobject-introspection.info │ │ ├── gperf │ │ ├── gperf.info │ │ ├── gpm │ │ ├── gpm.info │ │ ├── graphite │ │ ├── graphite.info │ │ ├── grep │ │ ├── grep.info │ │ ├── groff │ │ ├── groff.info │ │ ├── guile │ │ ├── guile.info │ │ ├── gzip │ │ ├── gzip.info │ │ ├── harfbuzz │ │ ├── harfbuzz-pre │ │ ├── harfbuzz-pre.info │ │ ├── harfbuzz.info │ │ ├── help2man │ │ ├── help2man.info │ │ ├── hwdata │ │ ├── hwdata.info │ │ ├── iana-etc │ │ ├── iana-etc.info │ │ ├── icu4c │ │ ├── icu4c.info │ │ ├── inetutils │ │ ├── inetutils.info │ │ ├── inih │ │ ├── inih.info │ │ ├── intltool │ │ ├── intltool.info │ │ ├── iproute2 │ │ ├── iproute2.info │ │ ├── jasper │ │ ├── jasper.info │ │ ├── json-glib │ │ ├── json-glib.info │ │ ├── kbd │ │ ├── kbd.info │ │ ├── kmod │ │ ├── kmod.info │ │ ├── lcms │ │ ├── lcms.info │ │ ├── ldd_cache │ │ ├── ldd_cache.info │ │ ├── less │ │ ├── less.info │ │ ├── libaio │ │ ├── libaio.info │ │ ├── libassuan │ │ ├── libassuan.info │ │ ├── libcap │ │ ├── libcap.info │ │ ├── libedit │ │ ├── libedit.info │ │ ├── libevent │ │ ├── libevent.info │ │ ├── libffi │ │ ├── libffi.info │ │ ├── libgcrypt │ │ ├── libgcrypt.info │ │ ├── libgpg-error │ │ ├── libgpg-error.info │ │ ├── libgudev │ │ ├── libgudev.info │ │ ├── libgusb │ │ ├── libgusb.info │ │ ├── libidn2 │ │ ├── libidn2.info │ │ ├── libjpeg-turbo │ │ ├── libjpeg-turbo.info │ │ ├── libksba │ │ ├── libksba.info │ │ ├── libmng │ │ ├── libmng.info │ │ ├── libmnl │ │ ├── libmnl.info │ │ ├── libnftnl │ │ ├── libnftnl.info │ │ ├── libnl │ │ ├── libnl.info │ │ ├── libpipeline │ │ ├── libpipeline.info │ │ ├── libpng │ │ ├── libpng.info │ │ ├── libpsl │ │ ├── libpsl.info │ │ ├── libtasn1 │ │ ├── libtasn1.info │ │ ├── libtool │ │ ├── libtool.info │ │ ├── libunistring │ │ ├── libunistring.info │ │ ├── libusb │ │ ├── libusb.info │ │ ├── libxcrypt │ │ ├── libxcrypt.info │ │ ├── libxml2 │ │ ├── libxml2.info │ │ ├── libxslt │ │ ├── libxslt.info │ │ ├── links │ │ ├── links.info │ │ ├── linux-header │ │ ├── linux-header.info │ │ ├── llvm-project │ │ ├── llvm-project.info │ │ ├── llvm-project_git │ │ ├── llvm-project_git.info │ │ ├── llvm_runtimes │ │ ├── llvm_runtimes.info │ │ ├── llvm_runtimes_git │ │ ├── llvm_runtimes_git.info │ │ ├── lua │ │ ├── lua.info │ │ ├── lzo │ │ ├── lzo.info │ │ ├── m4 │ │ ├── m4.info │ │ ├── make │ │ ├── make-ca │ │ ├── make-ca.info │ │ ├── make.info │ │ ├── make_directory │ │ ├── make_directory.info │ │ ├── man-db │ │ ├── man-db.info │ │ ├── man-pages │ │ ├── man-pages.info │ │ ├── mdadm │ │ ├── mdadm.info │ │ ├── meson │ │ ├── meson.info │ │ ├── mpc │ │ ├── mpc.info │ │ ├── mpfr │ │ ├── mpfr.info │ │ ├── ncurses │ │ ├── ncurses.info │ │ ├── net-tools │ │ ├── net-tools.info │ │ ├── nettle │ │ ├── nettle.info │ │ ├── nftables │ │ ├── nftables.info │ │ ├── ninja │ │ ├── ninja.info │ │ ├── npth │ │ ├── npth.info │ │ ├── nspr │ │ ├── nspr.info │ │ ├── nss │ │ ├── nss.info │ │ ├── openjpeg │ │ ├── openjpeg.info │ │ ├── openjpeg.tempfix │ │ ├── openssh │ │ ├── openssh.info │ │ ├── openssh.os_first_run │ │ ├── openssl │ │ ├── openssl.info │ │ ├── p11-kit │ │ ├── p11-kit.info │ │ ├── p11-kit.os_first_run │ │ ├── packaging │ │ ├── packaging.info │ │ ├── patch │ │ ├── patch.info │ │ ├── pciutils │ │ ├── pciutils.info │ │ ├── pcre │ │ ├── pcre.info │ │ ├── pcre2 │ │ ├── pcre2.info │ │ ├── perl │ │ ├── perl.info │ │ ├── pip │ │ ├── pip.info │ │ ├── pkg-config │ │ ├── pkg-config.info │ │ ├── procps-ng │ │ ├── procps-ng.info │ │ ├── psmisc │ │ ├── psmisc.info │ │ ├── python-nftables │ │ ├── python-nftables.info │ │ ├── readline │ │ ├── readline.info │ │ ├── rustc │ │ ├── rustc.info │ │ ├── sed │ │ ├── sed.info │ │ ├── setuptools │ │ ├── setuptools.info │ │ ├── shadow │ │ ├── shadow.info │ │ ├── sqlite │ │ ├── sqlite.info │ │ ├── sudo │ │ ├── sudo.info │ │ ├── systemd │ │ ├── systemd.info │ │ ├── tar │ │ ├── tar.info │ │ ├── tcl │ │ ├── tcl.info │ │ ├── texinfo │ │ ├── texinfo.info │ │ ├── tiff │ │ ├── tiff.info │ │ ├── tzdata │ │ ├── tzdata.info │ │ ├── unrar │ │ ├── unrar.info │ │ ├── unzip │ │ ├── unzip.info │ │ ├── usbutils │ │ ├── usbutils.info │ │ ├── userspace-rcu │ │ ├── userspace-rcu.info │ │ ├── util-linux │ │ ├── util-linux.info │ │ ├── vala │ │ ├── vala.info │ │ ├── valgrind │ │ ├── valgrind.info │ │ ├── vim │ │ ├── vim.info │ │ ├── wget │ │ ├── wget.info │ │ ├── wheel │ │ ├── wheel.info │ │ ├── wireless_tools │ │ ├── wireless_tools.info │ │ ├── xfsprogs │ │ ├── xfsprogs.info │ │ ├── xz │ │ ├── xz.info │ │ ├── zip │ │ ├── zip.info │ │ ├── zlib │ │ ├── zlib.info │ │ ├── zstd │ │ └── zstd.info │ │ ├── toolchain │ │ ├── binutils │ │ ├── binutils.info │ │ ├── binutils_git │ │ ├── binutils_git.info │ │ ├── compat_glibc_generic │ │ ├── compat_glibc_generic.info │ │ ├── compat_glibc_generic.parmfilter │ │ ├── compat_glibc_x86_64 │ │ ├── compat_glibc_x86_64.info │ │ ├── compat_glibc_x86_64.parmfilter │ │ ├── compat_linux-header │ │ ├── compat_linux-header.info │ │ ├── compat_linux-header.parmfilter │ │ ├── compat_make │ │ ├── compat_make.info │ │ ├── compat_make.parmfilter │ │ ├── cross-binutils │ │ ├── cross-binutils.info │ │ ├── cross-binutils_git │ │ ├── cross-binutils_git.info │ │ ├── cross-elfutils │ │ ├── cross-elfutils.info │ │ ├── cross-elfutils.parmfilter │ │ ├── cross-gcc │ │ ├── cross-gcc-libc │ │ ├── cross-gcc-libc.info │ │ ├── cross-gcc.info │ │ ├── cross-gcc_git │ │ ├── cross-gcc_git-libc │ │ ├── cross-gcc_git-libc.info │ │ ├── cross-gcc_git.info │ │ ├── cross-gdb │ │ ├── cross-gdb.info │ │ ├── cross-gdb_git │ │ ├── cross-gdb_git.info │ │ ├── cross-llvm-project │ │ ├── cross-llvm-project.info │ │ ├── cross-pkg-config │ │ ├── cross-pkg-config.info │ │ ├── cross-rustc │ │ ├── cross-rustc.info │ │ ├── dist-cross-gcc │ │ ├── dist-cross-gcc-libc │ │ ├── dist-cross-gcc-libc.info │ │ ├── dist-cross-gcc.info │ │ ├── dist-cross-llvm-project │ │ ├── dist-cross-llvm-project.info │ │ ├── dist-cross-llvm-runtimes │ │ ├── dist-cross-llvm-runtimes.info │ │ ├── gcc │ │ ├── gcc-libc │ │ ├── gcc-libc.info │ │ ├── gcc-libc.watch_step │ │ ├── gcc.info │ │ ├── gcc_git │ │ ├── gcc_git-libc │ │ ├── gcc_git-libc.info │ │ ├── gcc_git-libc.watch_step │ │ ├── gcc_git.info │ │ ├── glibc │ │ ├── glibc.info │ │ ├── glibc.parmfilter │ │ ├── gmp │ │ ├── gmp.info │ │ ├── libxcrypt │ │ ├── libxcrypt.info │ │ ├── libxcrypt.parmfilter │ │ ├── linux-header │ │ ├── linux-header.info │ │ ├── linux-header.parmfilter │ │ ├── llvm-project │ │ ├── llvm-project.info │ │ ├── llvm-runtimes │ │ ├── llvm-runtimes.info │ │ ├── mingw-w64 │ │ ├── mingw-w64-libs │ │ ├── mingw-w64-libs.info │ │ ├── mingw-w64-libs.parmfilter │ │ ├── mingw-w64.info │ │ ├── mingw-w64.parmfilter │ │ ├── mpc │ │ ├── mpc.info │ │ ├── mpfr │ │ ├── mpfr.info │ │ ├── musl │ │ ├── musl.info │ │ ├── musl.parmfilter │ │ ├── qemu │ │ ├── qemu.info │ │ ├── qemu.parmfilter │ │ ├── zlib │ │ ├── zlib.info │ │ ├── zstd │ │ └── zstd.info │ │ ├── unusual │ │ ├── compat-glibc │ │ ├── compat-glibc.info │ │ ├── compat-linux-header │ │ ├── compat-linux-header.info │ │ ├── ffmpeg_for_chromium │ │ ├── ffmpeg_for_chromium.info │ │ ├── gtk4 │ │ ├── gtk4.info │ │ ├── gtk4.tempfix │ │ ├── libstdc++ │ │ ├── libstdc++.info │ │ ├── mesa_nollvm │ │ ├── mesa_nollvm.info │ │ ├── qt5-qtbase │ │ ├── qt5-qtbase.info │ │ ├── qt6-qtbase │ │ ├── qt6-qtbase.info │ │ └── qt6-qtbase.tempfix │ │ └── wm-lxde │ │ ├── final_run │ │ ├── final_run.info │ │ ├── gpicview │ │ ├── gpicview.info │ │ ├── keybinder │ │ ├── keybinder.info │ │ ├── libfm │ │ ├── libfm-extra │ │ ├── libfm-extra.info │ │ ├── libfm.info │ │ ├── libwnck │ │ ├── libwnck.info │ │ ├── libwnck2 │ │ ├── libwnck2.info │ │ ├── lxappearance │ │ ├── lxappearance.info │ │ ├── lxde-common │ │ ├── lxde-common.info │ │ ├── lxde-icon-theme │ │ ├── lxde-icon-theme.info │ │ ├── lxinput │ │ ├── lxinput.info │ │ ├── lxmenu-data │ │ ├── lxmenu-data.info │ │ ├── lxpanel │ │ ├── lxpanel.info │ │ ├── lxrandr │ │ ├── lxrandr.info │ │ ├── lxsession │ │ ├── lxsession.info │ │ ├── lxtask │ │ ├── lxtask.info │ │ ├── lxterminal │ │ ├── lxterminal.info │ │ ├── menu-cache │ │ ├── menu-cache.info │ │ ├── openbox │ │ ├── openbox.info │ │ ├── pcmanfm │ │ ├── pcmanfm.info │ │ ├── vte28 │ │ └── vte28.info ├── set_released.sh ├── sources │ └── url │ │ ├── DE-KDE │ │ ├── attica │ │ ├── create_files │ │ ├── final_run │ │ ├── karchive │ │ ├── kauth │ │ ├── kbookmarks │ │ ├── kcodecs │ │ ├── kcompletion │ │ ├── kconfig │ │ ├── kconfigwidgets │ │ ├── kcoreaddons │ │ ├── kcrash │ │ ├── kdbusaddons │ │ ├── kdoctools │ │ ├── kglobalaccel │ │ ├── kguiaddons │ │ ├── ki18n │ │ ├── kiconthemes │ │ ├── kio │ │ ├── kitemviews │ │ ├── kjobwidgets │ │ ├── knewstuff │ │ ├── knotifications │ │ ├── knotifyconfig │ │ ├── kpackage │ │ ├── kplotting │ │ ├── kservice │ │ ├── ktextwidgets │ │ ├── kwidgetsaddons │ │ ├── kwindowsystem │ │ ├── kxmlgui │ │ ├── overlay_temp_fix_run │ │ ├── plasma-wayland-protocols │ │ ├── qtkeychain │ │ ├── solid │ │ └── sonnet │ │ ├── KDE6 │ │ ├── KDE6-akonadi │ │ ├── KDE6-akonadi-calendar │ │ ├── KDE6-akonadi-contacts │ │ ├── KDE6-akonadi-mime │ │ ├── KDE6-akonadi-notes │ │ ├── KDE6-akonadi-search │ │ ├── KDE6-analitza │ │ ├── KDE6-arianna │ │ ├── KDE6-ark │ │ ├── KDE6-attica │ │ ├── KDE6-aurorae │ │ ├── KDE6-baloo │ │ ├── KDE6-bluedevil │ │ ├── KDE6-bluez-qt │ │ ├── KDE6-breeze │ │ ├── KDE6-breeze-gtk │ │ ├── KDE6-breeze-icons │ │ ├── KDE6-calendarsupport │ │ ├── KDE6-dolphin │ │ ├── KDE6-dolphin-plugins │ │ ├── KDE6-dragon │ │ ├── KDE6-drkonqi │ │ ├── KDE6-elisa │ │ ├── KDE6-eventviews │ │ ├── KDE6-ffmpegthumbs │ │ ├── KDE6-frameworkintegration │ │ ├── KDE6-grantleetheme │ │ ├── KDE6-gwenview │ │ ├── KDE6-incidenceeditor │ │ ├── KDE6-isoimagewriter │ │ ├── KDE6-juk │ │ ├── KDE6-k3b │ │ ├── KDE6-kactivities │ │ ├── KDE6-kactivities-stats │ │ ├── KDE6-kactivitymanagerd │ │ ├── KDE6-kalgebra │ │ ├── KDE6-karchive │ │ ├── KDE6-kate │ │ ├── KDE6-kauth │ │ ├── KDE6-kbackup │ │ ├── KDE6-kbookmarks │ │ ├── KDE6-kcalc │ │ ├── KDE6-kcalendarcore │ │ ├── KDE6-kcalutils │ │ ├── KDE6-kcmutils │ │ ├── KDE6-kcodecs │ │ ├── KDE6-kcolorscheme │ │ ├── KDE6-kcompletion │ │ ├── KDE6-kconfig │ │ ├── KDE6-kconfigwidgets │ │ ├── KDE6-kcontacts │ │ ├── KDE6-kcoreaddons │ │ ├── KDE6-kcrash │ │ ├── KDE6-kdav │ │ ├── KDE6-kdbusaddons │ │ ├── KDE6-kde-cli-tools │ │ ├── KDE6-kde-gtk-config │ │ ├── KDE6-kdeclarative │ │ ├── KDE6-kdeconnect-kde │ │ ├── KDE6-kdecoration │ │ ├── KDE6-kded │ │ ├── KDE6-kdenetwork-filesharing │ │ ├── KDE6-kdenlive │ │ ├── KDE6-kdeplasma-addons │ │ ├── KDE6-kdesu │ │ ├── KDE6-kdevelop │ │ ├── KDE6-kdialog │ │ ├── KDE6-kdnssd │ │ ├── KDE6-kdoctools │ │ ├── KDE6-keysmith │ │ ├── KDE6-kfilemetadata │ │ ├── KDE6-kfind │ │ ├── KDE6-kgamma │ │ ├── KDE6-kglobalaccel │ │ ├── KDE6-kglobalacceld │ │ ├── KDE6-kguiaddons │ │ ├── KDE6-khealthcertificate │ │ ├── KDE6-khelpcenter │ │ ├── KDE6-kholidays │ │ ├── KDE6-ki18n │ │ ├── KDE6-kiconthemes │ │ ├── KDE6-kidentitymanagement │ │ ├── KDE6-kidletime │ │ ├── KDE6-kigo │ │ ├── KDE6-kimageformats │ │ ├── KDE6-kimap │ │ ├── KDE6-kinfocenter │ │ ├── KDE6-kio │ │ ├── KDE6-kio-extras │ │ ├── KDE6-kirigami │ │ ├── KDE6-kirigami-addons │ │ ├── KDE6-kitemmodels │ │ ├── KDE6-kitemviews │ │ ├── KDE6-kjobwidgets │ │ ├── KDE6-kldap │ │ ├── KDE6-kmailtransport │ │ ├── KDE6-kmbox │ │ ├── KDE6-kmenuedit │ │ ├── KDE6-kmime │ │ ├── KDE6-kmines │ │ ├── KDE6-knewstuff │ │ ├── KDE6-knights │ │ ├── KDE6-knighttime │ │ ├── KDE6-knotifications │ │ ├── KDE6-knotifyconfig │ │ ├── KDE6-kolourpaint │ │ ├── KDE6-konsole │ │ ├── KDE6-kontactinterface │ │ ├── KDE6-korganizer │ │ ├── KDE6-kpackage │ │ ├── KDE6-kparts │ │ ├── KDE6-kpeople │ │ ├── KDE6-kpimtextedit │ │ ├── KDE6-kpipewire │ │ ├── KDE6-kplotting │ │ ├── KDE6-kpmcore │ │ ├── KDE6-kpty │ │ ├── KDE6-kquickcharts │ │ ├── KDE6-krdc │ │ ├── KDE6-krecorder │ │ ├── KDE6-krfb │ │ ├── KDE6-kruler │ │ ├── KDE6-krunner │ │ ├── KDE6-kscreen │ │ ├── KDE6-kscreenlocker │ │ ├── KDE6-kservice │ │ ├── KDE6-ksmtp │ │ ├── KDE6-ksshaskpass │ │ ├── KDE6-kstatusnotifieritem │ │ ├── KDE6-ksvg │ │ ├── KDE6-ksystemstats │ │ ├── KDE6-ktexteditor │ │ ├── KDE6-ktexttemplate │ │ ├── KDE6-ktextwidgets │ │ ├── KDE6-kturtle │ │ ├── KDE6-kunitconversion │ │ ├── KDE6-kwallet │ │ ├── KDE6-kwallet-pam │ │ ├── KDE6-kwayland │ │ ├── KDE6-kweather │ │ ├── KDE6-kwidgetsaddons │ │ ├── KDE6-kwin │ │ ├── KDE6-kwin-x11 │ │ ├── KDE6-kwindowsystem │ │ ├── KDE6-kwrited │ │ ├── KDE6-kxmlgui │ │ ├── KDE6-layer-shell-qt │ │ ├── KDE6-libgravatar │ │ ├── KDE6-libkcddb │ │ ├── KDE6-libkdcraw │ │ ├── KDE6-libkdegames │ │ ├── KDE6-libkdepim │ │ ├── KDE6-libkexiv2 │ │ ├── KDE6-libkgapi │ │ ├── KDE6-libkleo │ │ ├── KDE6-libkscreen │ │ ├── KDE6-libksysguard │ │ ├── KDE6-libplasma │ │ ├── KDE6-mailcommon │ │ ├── KDE6-mailimporter │ │ ├── KDE6-markdownpart │ │ ├── KDE6-merkuro │ │ ├── KDE6-messagelib │ │ ├── KDE6-milou │ │ ├── KDE6-mimetreeparser │ │ ├── KDE6-modemmanager-qt │ │ ├── KDE6-networkmanager-qt │ │ ├── KDE6-ocean-sound-theme │ │ ├── KDE6-oxygen │ │ ├── KDE6-oxygen-sounds │ │ ├── KDE6-partitionmanager │ │ ├── KDE6-pimcommon │ │ ├── KDE6-plasma-activities │ │ ├── KDE6-plasma-activities-stats │ │ ├── KDE6-plasma-browser-integration │ │ ├── KDE6-plasma-desktop │ │ ├── KDE6-plasma-disks │ │ ├── KDE6-plasma-firewall │ │ ├── KDE6-plasma-integration │ │ ├── KDE6-plasma-nm │ │ ├── KDE6-plasma-pa │ │ ├── KDE6-plasma-systemmonitor │ │ ├── KDE6-plasma-thunderbolt │ │ ├── KDE6-plasma-vault │ │ ├── KDE6-plasma-welcome │ │ ├── KDE6-plasma-workspace │ │ ├── KDE6-plasma-workspace-wallpapers │ │ ├── KDE6-plasma5support │ │ ├── KDE6-polkit-kde-agent-1 │ │ ├── KDE6-polkit-qt-1 │ │ ├── KDE6-powerdevil │ │ ├── KDE6-print-manager │ │ ├── KDE6-prison │ │ ├── KDE6-purpose │ │ ├── KDE6-qqc2-breeze-style │ │ ├── KDE6-qqc2-desktop-style │ │ ├── KDE6-sddm-kcm │ │ ├── KDE6-solid │ │ ├── KDE6-sonnet │ │ ├── KDE6-spectacle │ │ ├── KDE6-svgpart │ │ ├── KDE6-sweeper │ │ ├── KDE6-syndication │ │ ├── KDE6-syntax-highlighting │ │ ├── KDE6-systemsettings │ │ ├── KDE6-threadweaver │ │ ├── KDE6-wacomtablet │ │ ├── KDE6-xdg-desktop-portal-kde │ │ ├── KDSoap │ │ ├── OpenTimelineIO │ │ ├── OpenTimelineIO-python │ │ ├── OpenTimelineIO-python.gitinfo │ │ ├── OpenTimelineIO.gitinfo │ │ ├── chai │ │ ├── corevoikko │ │ ├── create_files │ │ ├── fcitx5-configtool │ │ ├── final_run │ │ ├── gnugo │ │ ├── hfst-ospell │ │ ├── kColorPicker │ │ ├── kImageAnnotator │ │ ├── kdiagram │ │ ├── kdsoap-ws-discovery-client │ │ ├── kmoretools │ │ ├── kmoretools.gitinfo │ │ ├── ktextaddons │ │ ├── libdmtx │ │ ├── libfakekey │ │ ├── libxml++2 │ │ ├── openal-soft │ │ ├── overlay_temp_fix_run │ │ ├── oxygen-icons │ │ ├── phonon │ │ ├── plasma-wayland-protocols │ │ ├── pulseaudio-qt │ │ ├── pygdbmi │ │ ├── qca │ │ ├── qcoro │ │ ├── qtkeychain │ │ ├── yb-default-select │ │ └── zxing-cpp │ │ ├── base_support │ │ ├── Babel │ │ ├── Cython │ │ ├── Imath │ │ ├── JSON │ │ ├── KDE6-extra-cmake-modules │ │ ├── Mako │ │ ├── Markdown │ │ ├── ModemManager │ │ ├── NetworkManager │ │ ├── OpenCL-Headers │ │ ├── Parse-Yapp │ │ ├── PyQt5 │ │ ├── PyYAML │ │ ├── Pygments │ │ ├── QR-Code-generator │ │ ├── SDL2 │ │ ├── SDL3 │ │ ├── SDL_ttf │ │ ├── SPIRV-Headers │ │ ├── SPIRV-Headers.gitinfo │ │ ├── SPIRV-LLVM-Translator │ │ ├── SPIRV-LLVM-Translator_git │ │ ├── SPIRV-LLVM-Translator_git.gitinfo │ │ ├── SPIRV-Tools │ │ ├── SPIRV-Tools.gitinfo │ │ ├── Vulkan-Headers │ │ ├── Vulkan-Loader │ │ ├── Vulkan-Tools │ │ ├── a52dec │ │ ├── aalib │ │ ├── abseil-cpp │ │ ├── accountsservice │ │ ├── adwaita-icon-theme │ │ ├── alabaster │ │ ├── alsa-firmware │ │ ├── alsa-lib │ │ ├── alsa-plugins │ │ ├── alsa-tools │ │ ├── alsa-utils │ │ ├── aom │ │ ├── aom.gitinfo │ │ ├── appdirs │ │ ├── appstream │ │ ├── apr │ │ ├── apr-util │ │ ├── asciidoc-py │ │ ├── asio │ │ ├── assimp │ │ ├── at-spi2-atk │ │ ├── at-spi2-core │ │ ├── atk │ │ ├── atkmm228 │ │ ├── attrs │ │ ├── audiofile │ │ ├── audit-userspace │ │ ├── avahi │ │ ├── bdftopcf │ │ ├── bluez │ │ ├── bpf │ │ ├── bridge-utils │ │ ├── c-dvar │ │ ├── c-ini │ │ ├── c-list │ │ ├── c-rbtree │ │ ├── c-shquote │ │ ├── c-stdaux │ │ ├── c-utf8 │ │ ├── cabextract │ │ ├── cairo │ │ ├── cairomm-1 │ │ ├── cargo-c │ │ ├── ccache │ │ ├── cdparanoia-III │ │ ├── certifi │ │ ├── charset-normalizer │ │ ├── chrony │ │ ├── cldr-emoji-annotation │ │ ├── clinfo │ │ ├── colord │ │ ├── cpp-httplib │ │ ├── cracklib │ │ ├── create_files │ │ ├── cryptsetup │ │ ├── cscope │ │ ├── cups │ │ ├── cyrus-sasl │ │ ├── dav1d │ │ ├── dbus │ │ ├── dbus-broker │ │ ├── dbus-glib │ │ ├── dbus-python │ │ ├── dconf │ │ ├── dconf-editor │ │ ├── desktop-file-utils │ │ ├── diskcache │ │ ├── distlib │ │ ├── dmidecode │ │ ├── dnsmasq │ │ ├── dnspython │ │ ├── docbook-3.1 │ │ ├── docbook-4.5 │ │ ├── docbook-5.0.1 │ │ ├── docbook-5.1 │ │ ├── docbook-xml-4.5 │ │ ├── docbook-xsl-nons │ │ ├── docutils │ │ ├── dotconf │ │ ├── double-conversion │ │ ├── dracut │ │ ├── dwarves │ │ ├── emacs │ │ ├── enchant │ │ ├── encodings │ │ ├── exfat │ │ ├── exiv2 │ │ ├── faac │ │ ├── faad2 │ │ ├── fancy │ │ ├── fcitx5 │ │ ├── fcitx5-chinese-addons │ │ ├── fcitx5-gtk │ │ ├── fcitx5-lua │ │ ├── fcitx5-qt │ │ ├── fdk-aac │ │ ├── ffmpeg │ │ ├── fftw │ │ ├── final_run │ │ ├── fish-shell │ │ ├── flac │ │ ├── flatpak │ │ ├── flite │ │ ├── fltk │ │ ├── fmt │ │ ├── font-adobe-utopia-type1 │ │ ├── font-alias │ │ ├── font-bh-ttf │ │ ├── font-bh-type1 │ │ ├── font-ibm-type1 │ │ ├── font-misc-ethiopic │ │ ├── font-util │ │ ├── font-xfree86-type1 │ │ ├── freeglut │ │ ├── frei0r │ │ ├── fuse │ │ ├── gcr │ │ ├── gcr3 │ │ ├── gdk-pixbuf │ │ ├── gdk-pixbuf-xlib │ │ ├── gi-docgen │ │ ├── giflib │ │ ├── glaxnimate │ │ ├── glaxnimate.gitinfo │ │ ├── glean_parser │ │ ├── glew │ │ ├── glib-networking │ │ ├── glib-networking_pre │ │ ├── glibmm266 │ │ ├── glm │ │ ├── glslang │ │ ├── glu │ │ ├── gnome-keyring │ │ ├── gnupg │ │ ├── googletest │ │ ├── gpgme │ │ ├── gpgmepp │ │ ├── graphene │ │ ├── graphviz │ │ ├── gsettings-desktop-schemas │ │ ├── gsl │ │ ├── gst-libav │ │ ├── gst-plugins-bad │ │ ├── gst-plugins-base │ │ ├── gst-plugins-good │ │ ├── gst-plugins-ugly │ │ ├── gstreamer │ │ ├── gstreamer-vaapi │ │ ├── gtk-doc │ │ ├── gtk-engines │ │ ├── gtk2 │ │ ├── gtk3 │ │ ├── gtk4 │ │ ├── gtkglext │ │ ├── gtksourceview4 │ │ ├── hatch-fancy-pypi-readme │ │ ├── hatch-vcs │ │ ├── hatchling │ │ ├── hicolor-icon-theme │ │ ├── highlight │ │ ├── highway │ │ ├── hiredis │ │ ├── html5lib-python │ │ ├── hyphen │ │ ├── iceauth │ │ ├── idna │ │ ├── imagesize │ │ ├── imlib2 │ │ ├── iniparser │ │ ├── iptables │ │ ├── iso-codes │ │ ├── itstool │ │ ├── jack2 │ │ ├── jansson │ │ ├── jq │ │ ├── jq.gitinfo │ │ ├── json │ │ ├── json-c │ │ ├── jsonschema │ │ ├── jsonschema-specifications │ │ ├── keybinder3 │ │ ├── keyutils │ │ ├── krb5 │ │ ├── lame │ │ ├── lftp │ │ ├── libFS │ │ ├── libICE │ │ ├── libSM │ │ ├── libX11 │ │ ├── libXScrnSaver │ │ ├── libXau │ │ ├── libXaw │ │ ├── libXcomposite │ │ ├── libXcursor │ │ ├── libXdamage │ │ ├── libXdmcp │ │ ├── libXext │ │ ├── libXfixes │ │ ├── libXfont2 │ │ ├── libXft │ │ ├── libXi │ │ ├── libXinerama │ │ ├── libXmu │ │ ├── libXpm │ │ ├── libXrandr │ │ ├── libXrender │ │ ├── libXres │ │ ├── libXt │ │ ├── libXtst │ │ ├── libXv │ │ ├── libXvMC │ │ ├── libXxf86dga │ │ ├── libXxf86vm │ │ ├── libadwaita │ │ ├── libappimage │ │ ├── libarchive │ │ ├── libass │ │ ├── libatasmart │ │ ├── libavc1394 │ │ ├── libavif │ │ ├── libavtp │ │ ├── libblockdev │ │ ├── libbpf │ │ ├── libbytesize │ │ ├── libcaca │ │ ├── libcamera │ │ ├── libcamera.gitinfo │ │ ├── libcanberra │ │ ├── libcddb │ │ ├── libcdio │ │ ├── libcloudproviders │ │ ├── libconfig │ │ ├── libcroco │ │ ├── libdaemon │ │ ├── libdbusmenu │ │ ├── libdecor │ │ ├── libdeflate │ │ ├── libdisplay-info │ │ ├── libdmx │ │ ├── libdrm │ │ ├── libdv │ │ ├── libdvbpsi │ │ ├── libdvdread │ │ ├── libei │ │ ├── libepoxy │ │ ├── libevdev │ │ ├── libexif │ │ ├── libfishsound │ │ ├── libfontenc │ │ ├── libfuse │ │ ├── libfyaml │ │ ├── libglvnd │ │ ├── libgphoto2 │ │ ├── libhandy │ │ ├── libical │ │ ├── libiec61883 │ │ ├── libime │ │ ├── libimobiledevice │ │ ├── libimobiledevice-glue │ │ ├── libimobiledevice.gitinfo │ │ ├── libinput │ │ ├── libiscsi │ │ ├── libiscsi.gitinfo │ │ ├── libjxl │ │ ├── libltc │ │ ├── libmanette │ │ ├── libmbim │ │ ├── libmediainfo │ │ ├── libmicrodns │ │ ├── libmpeg2 │ │ ├── libndp │ │ ├── libnice │ │ ├── libnma │ │ ├── libnotify │ │ ├── libnsl │ │ ├── libnvme │ │ ├── libogg │ │ ├── liboggz │ │ ├── libpaper │ │ ├── libpcap │ │ ├── libpciaccess │ │ ├── libplist │ │ ├── libproxy │ │ ├── libpwquality │ │ ├── libqalculate │ │ ├── libqmi │ │ ├── libqrtr-glib │ │ ├── libraw1394 │ │ ├── librsvg │ │ ├── libsamplerate │ │ ├── libsass │ │ ├── libseccomp │ │ ├── libseccomp.gitinfo │ │ ├── libsecret │ │ ├── libshout │ │ ├── libsigc++ │ │ ├── libsigc++-2 │ │ ├── libslirp │ │ ├── libsndfile │ │ ├── libsodium │ │ ├── libsoup │ │ ├── libsoup-2 │ │ ├── libssh │ │ ├── libssh2 │ │ ├── libtatsu │ │ ├── libteam │ │ ├── libtheora │ │ ├── libtirpc │ │ ├── libtraceevent │ │ ├── libtracefs │ │ ├── libunique │ │ ├── libusbmuxd │ │ ├── libutempter │ │ ├── libva │ │ ├── libva-utils │ │ ├── libvdpau │ │ ├── libvisual │ │ ├── libvncserver │ │ ├── libvorbis │ │ ├── libvorbisidec │ │ ├── libvpx │ │ ├── libwacom │ │ ├── libwebp │ │ ├── libwpe │ │ ├── libxcb │ │ ├── libxcvt │ │ ├── libxkbcommon │ │ ├── libxkbfile │ │ ├── libxklavier │ │ ├── libxmlb │ │ ├── libxshmfence │ │ ├── libyaml │ │ ├── libyuv │ │ ├── libyuv.gitinfo │ │ ├── libzen │ │ ├── libzip │ │ ├── linux-pam │ │ ├── lit │ │ ├── lm-sensors │ │ ├── lmdb │ │ ├── log4c │ │ ├── lttng-ust │ │ ├── luajit2 │ │ ├── luajit2.gitinfo │ │ ├── luit │ │ ├── lxml │ │ ├── lz4 │ │ ├── lzip │ │ ├── mad │ │ ├── mariadb │ │ ├── mediainfo │ │ ├── mesa │ │ ├── mesa-demos │ │ ├── mesa_git │ │ ├── mesa_git.gitinfo │ │ ├── meson-python │ │ ├── minizip-compat │ │ ├── mkfontscale │ │ ├── mlt │ │ ├── mm-common │ │ ├── mobile-broadband-provider-info │ │ ├── mosh │ │ ├── mozjs-115 │ │ ├── mpg123 │ │ ├── mtdev │ │ ├── ndctl │ │ ├── network-manager-applet │ │ ├── newt │ │ ├── nghttp2 │ │ ├── node │ │ ├── ntfs-3g │ │ ├── numpy │ │ ├── ocl-icd │ │ ├── omxil │ │ ├── open-iscsi │ │ ├── open-isns │ │ ├── openal-soft │ │ ├── opencore-amr │ │ ├── opencv │ │ ├── openexr │ │ ├── openh264 │ │ ├── openldap │ │ ├── opus │ │ ├── opusfile │ │ ├── orc │ │ ├── ostree │ │ ├── p7zip │ │ ├── pango │ │ ├── pangomm24 │ │ ├── parted │ │ ├── pathspec │ │ ├── pcsc-lite │ │ ├── perf │ │ ├── pipewire │ │ ├── pixman │ │ ├── platformdirs │ │ ├── pluggy │ │ ├── ply │ │ ├── plymouth │ │ ├── poetry-core │ │ ├── polkit │ │ ├── poppler │ │ ├── poppler-data │ │ ├── popt │ │ ├── potrace │ │ ├── ppp │ │ ├── protobuf │ │ ├── pulseaudio │ │ ├── pycairo │ │ ├── pycparser │ │ ├── pygobject │ │ ├── pyparsing │ │ ├── pyproject-metadata │ │ ├── pyproject_hooks │ │ ├── pyside6 │ │ ├── pyside6.gitinfo │ │ ├── pytest-runner │ │ ├── python-build │ │ ├── python-zstandard │ │ ├── pyxdg │ │ ├── pyzy │ │ ├── qgpgme │ │ ├── qrencode │ │ ├── qt5 │ │ ├── qt6 │ │ ├── qt6-tools │ │ ├── qtwebkit │ │ ├── qtwebkit.gitinfo │ │ ├── referencing │ │ ├── requests │ │ ├── ripgrep │ │ ├── roman_numerals_py │ │ ├── rpcsvc-proto │ │ ├── rpds-py │ │ ├── rsync │ │ ├── ruby │ │ ├── samba │ │ ├── sane-backends │ │ ├── sassc │ │ ├── scons │ │ ├── screen │ │ ├── sdl12-compat │ │ ├── seatd │ │ ├── seatd.gitinfo │ │ ├── semantic-version │ │ ├── serf │ │ ├── sessreg │ │ ├── setuptools-rust │ │ ├── setuptools-scm │ │ ├── setxkbmap │ │ ├── sgml-common │ │ ├── shaderc │ │ ├── shared-mime-info │ │ ├── sharutils │ │ ├── shiboken6 │ │ ├── shiboken6.gitinfo │ │ ├── sip4 │ │ ├── six │ │ ├── slang │ │ ├── smproxy │ │ ├── snappy │ │ ├── snowballstemmer │ │ ├── socat │ │ ├── speechd │ │ ├── speex │ │ ├── speexdsp │ │ ├── sphinx │ │ ├── sphinx-rtd-theme │ │ ├── sphinxcontrib-applehelp │ │ ├── sphinxcontrib-devhelp │ │ ├── sphinxcontrib-htmlhelp │ │ ├── sphinxcontrib-jquery │ │ ├── sphinxcontrib-jsmath │ │ ├── sphinxcontrib-qthelp │ │ ├── sphinxcontrib-serializinghtml │ │ ├── spice │ │ ├── spice-gtk │ │ ├── spice-protocol │ │ ├── squashfs │ │ ├── squashfuse │ │ ├── startup-notification │ │ ├── strace │ │ ├── subversion │ │ ├── swig │ │ ├── systemd │ │ ├── taglib │ │ ├── tizonia-openmax-il │ │ ├── tk │ │ ├── tmux │ │ ├── toml │ │ ├── tracker │ │ ├── trove-classifiers │ │ ├── twm │ │ ├── twolame │ │ ├── typing-extensions │ │ ├── typogrify │ │ ├── udisks │ │ ├── umockdev │ │ ├── unifdef │ │ ├── unifont │ │ ├── upower │ │ ├── urllib3 │ │ ├── utfcpp │ │ ├── utfcpp.gitinfo │ │ ├── util-linux │ │ ├── util-macros │ │ ├── v4l-utils │ │ ├── vlc │ │ ├── volk │ │ ├── volume_key │ │ ├── vte │ │ ├── wavpack │ │ ├── wayland │ │ ├── wayland-protocols │ │ ├── wayland-utils │ │ ├── webencodings │ │ ├── webkitgtk │ │ ├── websocketpp │ │ ├── weston │ │ ├── which │ │ ├── wireplumber │ │ ├── woff2 │ │ ├── wpa_supplicant │ │ ├── wpebackend-fdo │ │ ├── wqy-microhei │ │ ├── wqy-zenhei │ │ ├── x264 │ │ ├── x265 │ │ ├── xapian-core │ │ ├── xauth │ │ ├── xbacklight │ │ ├── xbitmaps │ │ ├── xcb-imdkit │ │ ├── xcb-proto │ │ ├── xcb-util │ │ ├── xcb-util-cursor │ │ ├── xcb-util-image │ │ ├── xcb-util-keysyms │ │ ├── xcb-util-renderutil │ │ ├── xcb-util-wm │ │ ├── xcmsdb │ │ ├── xcursor-themes │ │ ├── xcursorgen │ │ ├── xdg-desktop-portal │ │ ├── xdg-user-dirs │ │ ├── xdg-utils │ │ ├── xdg-utils-cxx │ │ ├── xdotool │ │ ├── xdpyinfo │ │ ├── xdriinfo │ │ ├── xev │ │ ├── xf86-input-evdev │ │ ├── xf86-input-libinput │ │ ├── xf86-input-synaptics │ │ ├── xf86-input-wacom │ │ ├── xf86-video-amdgpu │ │ ├── xf86-video-ati │ │ ├── xf86-video-fbdev │ │ ├── xf86-video-nouveau │ │ ├── xgamma │ │ ├── xhost │ │ ├── xinit │ │ ├── xinput │ │ ├── xkbcomp │ │ ├── xkbevd │ │ ├── xkbutils │ │ ├── xkeyboard-config │ │ ├── xkill │ │ ├── xlsatoms │ │ ├── xlsclients │ │ ├── xmessage │ │ ├── xmlto │ │ ├── xmodmap │ │ ├── xorg-server │ │ ├── xorgproto │ │ ├── xpr │ │ ├── xprop │ │ ├── xrandr │ │ ├── xrdb │ │ ├── xrefresh │ │ ├── xscreensaver │ │ ├── xset │ │ ├── xsetroot │ │ ├── xterm │ │ ├── xtrans │ │ ├── xvinfo │ │ ├── xwayland │ │ ├── xwd │ │ ├── xwininfo │ │ ├── xwud │ │ ├── xxHash │ │ ├── zenity │ │ └── zsh │ │ ├── benchmark │ │ ├── CPU-X │ │ ├── dist_sysroot │ │ ├── glmark2 │ │ ├── glmark2.gitinfo │ │ ├── vkmark │ │ └── vkmark.gitinfo │ │ ├── boot │ │ ├── bootimage-squashfs │ │ ├── breeze-grub │ │ ├── create_files │ │ ├── dist_sysroot │ │ ├── grub │ │ ├── initramfs-for-squashfs │ │ ├── linux-firmware │ │ ├── linux-kernel │ │ ├── linux-kernel_git │ │ └── linux-kernel_git.gitinfo │ │ ├── bootstrap │ │ ├── go-bootstrap │ │ ├── jdk11-bootstrap │ │ ├── jdk17-bootstrap │ │ ├── jdk20-bootstrap │ │ ├── jdk24-bootstrap │ │ ├── jdk8-bootstrap │ │ └── rust-bootstrap │ │ ├── computer_language │ │ ├── bubblewrap │ │ ├── dune │ │ ├── fpc │ │ ├── fpc.gitinfo │ │ ├── golang │ │ ├── llvm-project │ │ ├── llvm-project.gitinfo │ │ ├── ocaml │ │ ├── ocaml-findlib │ │ ├── opam │ │ └── rustc │ │ ├── cross-toolchains │ │ ├── SPIRV-LLVM-Translator │ │ ├── linux-binutils │ │ ├── linux-gcc │ │ ├── linux-gcc-glibc │ │ ├── linux-pkgconf │ │ ├── linux-qemu │ │ ├── llvm-project │ │ ├── mingw-binutils │ │ ├── mingw-gcc │ │ ├── mingw-gcc-libc │ │ └── mingw-pkg-config │ │ ├── cross-tools │ │ ├── SPIRV-LLVM-Translator │ │ ├── SPIRV-LLVM-Translator_git │ │ ├── SPIRV-LLVM-Translator_git.gitinfo │ │ ├── binutils │ │ ├── binutils_git │ │ ├── binutils_git.gitinfo │ │ ├── fpc │ │ ├── fpc.gitinfo │ │ ├── gcc │ │ ├── gcc_git │ │ ├── gcc_git.gitinfo │ │ ├── gcc_git_nolibc │ │ ├── gcc_git_nolibc.gitinfo │ │ ├── gcc_nolibc │ │ ├── gdb │ │ ├── gobject-introspection │ │ ├── golang │ │ ├── grub │ │ ├── help2man │ │ ├── llvm-project │ │ ├── llvm-project_git │ │ ├── llvm-project_git.gitinfo │ │ ├── ocaml │ │ ├── pkgconf │ │ ├── qemu │ │ ├── qemu-wrapper │ │ ├── qemu_git │ │ ├── qemu_git.gitinfo │ │ ├── qt5 │ │ ├── qt6 │ │ ├── qtchooser │ │ ├── rustc │ │ ├── unixODBC │ │ └── vala │ │ ├── desktop-app │ │ ├── Celestia │ │ ├── Celestia.gitinfo │ │ ├── CelestiaContent │ │ ├── CelestiaContent.gitinfo │ │ ├── Coin4 │ │ ├── FileZilla │ │ ├── FreeCAD │ │ ├── GSL │ │ ├── ImageMagick │ │ ├── MPlayer │ │ ├── MangoHud │ │ ├── MaterialX │ │ ├── OCCT │ │ ├── OpenBLAS │ │ ├── OpenCOLLADA │ │ ├── OpenColorIO │ │ ├── OpenImageIO │ │ ├── OpenSubdiv │ │ ├── OpenXR-SDK │ │ ├── PyOpenGL │ │ ├── QScintilla │ │ ├── QtScrcpy │ │ ├── Remmina │ │ ├── VTK │ │ ├── alembic │ │ ├── appstream-glib │ │ ├── babl │ │ ├── begin_run │ │ ├── blender │ │ ├── blueprint-compiler │ │ ├── c-blosc │ │ ├── cairomm │ │ ├── cfitsio │ │ ├── chromium │ │ ├── create_files │ │ ├── cssselect │ │ ├── dist_sysroot │ │ ├── edit │ │ ├── eigen3 │ │ ├── erfa │ │ ├── ffms2 │ │ ├── final_run │ │ ├── firefox │ │ ├── flatbuffers │ │ ├── freerdp │ │ ├── fstrcmp │ │ ├── game.libretro.mame2003_plus │ │ ├── gegl │ │ ├── gexiv2 │ │ ├── gimp │ │ ├── glad │ │ ├── glibmm │ │ ├── gnome-sudoku │ │ ├── godot │ │ ├── granite-6 │ │ ├── gtkmm │ │ ├── hdf5 │ │ ├── indi │ │ ├── inkscape │ │ ├── inkscape.gitinfo │ │ ├── inputstream.ffmpegdirect │ │ ├── kicad │ │ ├── kodi │ │ ├── kstars │ │ ├── libXISF │ │ ├── libXISF.gitinfo │ │ ├── libdatachannel │ │ ├── libev │ │ ├── libfilezilla │ │ ├── libgee │ │ ├── libgit2 │ │ ├── libheif │ │ ├── libindicator │ │ ├── libjuice │ │ ├── libmypaint │ │ ├── libnova │ │ ├── libplacebo │ │ ├── libreoffice │ │ ├── librtprocess │ │ ├── libspnav │ │ ├── libsrtp │ │ ├── libtorrent │ │ ├── libtorrent.gitinfo │ │ ├── libvpl │ │ ├── libxisf │ │ ├── matplotlib │ │ ├── mbedtls │ │ ├── mbedtls.gitinfo │ │ ├── med │ │ ├── minizip-ng │ │ ├── mpv │ │ ├── mypaint-brushes-1 │ │ ├── ngspice │ │ ├── nng │ │ ├── nvtop │ │ ├── obs-studio │ │ ├── octave │ │ ├── ollama │ │ ├── ollama.gitinfo │ │ ├── oneTBB │ │ ├── openvdb │ │ ├── pangomm │ │ ├── partio │ │ ├── patchelf │ │ ├── pcl │ │ ├── phc-winner-argon2 │ │ ├── pivy │ │ ├── plog │ │ ├── pugixml │ │ ├── pvr.iptvsimple │ │ ├── pybind11 │ │ ├── pybind11-python │ │ ├── pybind11-python.gitinfo │ │ ├── pybind11.gitinfo │ │ ├── pystring │ │ ├── pystring.gitinfo │ │ ├── qBittorrent │ │ ├── qbs │ │ ├── qqwing │ │ ├── qqwing.gitinfo │ │ ├── qt-creator │ │ ├── rapidjson │ │ ├── rapidjson.gitinfo │ │ ├── robin-map │ │ ├── scikit-build-core │ │ ├── shairplay │ │ ├── shairplay.gitinfo │ │ ├── simde │ │ ├── siril │ │ ├── smplayer │ │ ├── spdlog │ │ ├── ssr │ │ ├── stellarsolver │ │ ├── thunderbird │ │ ├── tinycss2 │ │ ├── tinyxml │ │ ├── tinyxml.gitinfo │ │ ├── tinyxml2 │ │ ├── unixODBC │ │ ├── usrsctp │ │ ├── uthash │ │ ├── waylandpp │ │ ├── wcslib │ │ ├── wxPython │ │ ├── wxWidgets │ │ ├── xerces-c │ │ ├── xplanet │ │ └── yaml-cpp │ │ ├── game_emu │ │ ├── Catch2 │ │ ├── RetroArch │ │ ├── final_run │ │ ├── libretro-beetle-psx │ │ ├── libretro-beetle-psx.gitinfo │ │ ├── libretro-bsnes │ │ ├── libretro-bsnes.gitinfo │ │ ├── libretro-common-overlays │ │ ├── libretro-common-overlays.gitinfo │ │ ├── libretro-core-info │ │ ├── libretro-core-info.gitinfo │ │ ├── libretro-database │ │ ├── libretro-dosbox │ │ ├── libretro-dosbox.gitinfo │ │ ├── libretro-mame2003-plus │ │ ├── libretro-mame2003-plus.gitinfo │ │ ├── libretro-mame2010 │ │ ├── libretro-mame2010.gitinfo │ │ ├── libretro-snes9x2010 │ │ ├── libretro-snes9x2010.gitinfo │ │ ├── mednafen │ │ ├── mednaffe │ │ ├── overlay_temp_fix_run │ │ ├── retroarch-assets │ │ └── retroarch-assets.gitinfo │ │ ├── host-tools │ │ ├── Babel │ │ ├── Cython │ │ ├── JSON │ │ ├── Jinja2 │ │ ├── Locale-gettext │ │ ├── Mako │ │ ├── Markdown │ │ ├── MarkupSafe │ │ ├── Module-Build │ │ ├── Parse-Yapp │ │ ├── PerlIO-utf8_strict │ │ ├── Pod-Parser │ │ ├── PyYAML │ │ ├── Pygments │ │ ├── Python3 │ │ ├── URI │ │ ├── XML-Parser │ │ ├── YAML-Tiny │ │ ├── alabaster │ │ ├── appdirs │ │ ├── appstream │ │ ├── asciidoc │ │ ├── asciidoctor │ │ ├── attrs │ │ ├── autoconf │ │ ├── autoconf-archive │ │ ├── automake │ │ ├── bdftopcf │ │ ├── beautifulsoup4 │ │ ├── binutils │ │ ├── bs4 │ │ ├── cargo-c │ │ ├── cbindgen │ │ ├── ccache │ │ ├── certifi │ │ ├── chai │ │ ├── charset-normalizer │ │ ├── cmake │ │ ├── console-setup │ │ ├── curl │ │ ├── dbus │ │ ├── diskcache │ │ ├── distlib │ │ ├── dnspython │ │ ├── docbook-3.1 │ │ ├── docbook-4.5 │ │ ├── docbook-5.0.1 │ │ ├── docbook-5.1 │ │ ├── docbook-xml-4.5 │ │ ├── docbook-xsl-nons │ │ ├── doctest │ │ ├── docutils │ │ ├── doxygen │ │ ├── dune │ │ ├── dwarves │ │ ├── editables │ │ ├── elfutils │ │ ├── fancy │ │ ├── file │ │ ├── flit-core │ │ ├── fontconfig │ │ ├── fontforge │ │ ├── freetype │ │ ├── gcc │ │ ├── gettext │ │ ├── gi-docgen │ │ ├── glean_parser │ │ ├── glib │ │ ├── glslang │ │ ├── gmp │ │ ├── gobject-introspection │ │ ├── groff │ │ ├── guile │ │ ├── hatch-fancy-pypi-readme │ │ ├── hatch-vcs │ │ ├── hatchling │ │ ├── hiredis │ │ ├── html5lib │ │ ├── icu4c │ │ ├── idna │ │ ├── imagesize │ │ ├── itstool │ │ ├── jsonschema │ │ ├── jsonschema-specifications │ │ ├── libevent │ │ ├── libffi │ │ ├── libfuse │ │ ├── libfyaml │ │ ├── libgcrypt │ │ ├── libjpeg-turbo │ │ ├── libpsl │ │ ├── libtool │ │ ├── libwebp │ │ ├── libxkbcommon │ │ ├── libxml2 │ │ ├── libxmlb │ │ ├── libxslt │ │ ├── libyaml │ │ ├── llvm-project │ │ ├── lttng-ust │ │ ├── lua │ │ ├── lxml │ │ ├── lzip │ │ ├── m4 │ │ ├── make │ │ ├── maturin │ │ ├── meson │ │ ├── meson-python │ │ ├── mpc │ │ ├── mpfr │ │ ├── nasm │ │ ├── ncurses │ │ ├── nettle │ │ ├── nghttp2 │ │ ├── ninja │ │ ├── node │ │ ├── nspr │ │ ├── nss │ │ ├── ocaml │ │ ├── openssl │ │ ├── packaging │ │ ├── patchelf │ │ ├── pathspec │ │ ├── pcre2 │ │ ├── perl │ │ ├── pip │ │ ├── pkgconf │ │ ├── platformdirs │ │ ├── pluggy │ │ ├── ply │ │ ├── po4a │ │ ├── poetry-core │ │ ├── pugixml │ │ ├── pycairo │ │ ├── pycparser │ │ ├── pyparsing │ │ ├── pyproject │ │ ├── pyproject-metadata │ │ ├── pyproject_hooks │ │ ├── pyside6 │ │ ├── pyside6.gitinfo │ │ ├── pytest-runner │ │ ├── python-build │ │ ├── rdfind │ │ ├── readline │ │ ├── referencing │ │ ├── requests │ │ ├── roman_numerals_py │ │ ├── rpcsvc-proto │ │ ├── rpds-py │ │ ├── ruby │ │ ├── rust-bindgen │ │ ├── scikit-build-core │ │ ├── scons │ │ ├── semantic-version │ │ ├── setuptools │ │ ├── setuptools-rust │ │ ├── setuptools-scm │ │ ├── setuptools_pre │ │ ├── sgml-common │ │ ├── sip4 │ │ ├── six │ │ ├── smartypants │ │ ├── snowballstemmer │ │ ├── soupsieve │ │ ├── sphinx │ │ ├── sphinx-rtd-theme │ │ ├── sphinxcontrib-applehelp │ │ ├── sphinxcontrib-devhelp │ │ ├── sphinxcontrib-htmlhelp │ │ ├── sphinxcontrib-jquery │ │ ├── sphinxcontrib-jsmath │ │ ├── sphinxcontrib-qthelp │ │ ├── sphinxcontrib-serializinghtml │ │ ├── sqlite │ │ ├── swig │ │ ├── texinfo │ │ ├── toml │ │ ├── tomli │ │ ├── trove-classifiers │ │ ├── typing-extensions │ │ ├── typogrify │ │ ├── unifdef │ │ ├── unzip │ │ ├── urllib3 │ │ ├── userspace-rcu │ │ ├── vala │ │ ├── wayland │ │ ├── waylandpp │ │ ├── webencodings │ │ ├── wheel │ │ ├── xorriso │ │ └── xxHash │ │ ├── java_runtime │ │ ├── dist_sysroot │ │ ├── jdk │ │ ├── jdk.gitinfo │ │ ├── jdk11 │ │ ├── jdk11.gitinfo │ │ ├── jdk17 │ │ ├── jdk17.gitinfo │ │ ├── jdk21 │ │ ├── jdk21.gitinfo │ │ ├── jdk8 │ │ ├── jdk8.gitinfo │ │ └── set-default-java │ │ ├── lightdm │ │ ├── KDE6-breeze-icons │ │ ├── blfs-systemd-units │ │ ├── dist_sysroot │ │ ├── final_run │ │ ├── lightdm │ │ └── lightdm-gtk-greeter │ │ ├── linux_runtime │ │ ├── Catch2 │ │ ├── LVM2 │ │ ├── MangoHud │ │ ├── OpenCL-Headers │ │ ├── SDL2 │ │ ├── SPIRV-Headers │ │ ├── SPIRV-Headers.gitinfo │ │ ├── SPIRV-LLVM-Translator │ │ ├── SPIRV-Tools │ │ ├── SPIRV-Tools.gitinfo │ │ ├── Vulkan-Headers │ │ ├── Vulkan-Loader │ │ ├── Vulkan-Tools │ │ ├── a52dec │ │ ├── acl │ │ ├── alsa-lib │ │ ├── alsa-oss │ │ ├── at-spi2-atk │ │ ├── at-spi2-core │ │ ├── atk │ │ ├── attr │ │ ├── bash │ │ ├── binutils │ │ ├── boost │ │ ├── brotli │ │ ├── bzip2 │ │ ├── cairo │ │ ├── check │ │ ├── clang │ │ ├── coreutils │ │ ├── create_base_files │ │ ├── cryptsetup │ │ ├── cups │ │ ├── curl │ │ ├── dbus │ │ ├── dist_sysroot │ │ ├── e2fsprogs │ │ ├── elfutils │ │ ├── expat │ │ ├── faad2 │ │ ├── fdk-aac │ │ ├── ffmpeg │ │ ├── final_run │ │ ├── fix_sysroot │ │ ├── fmt │ │ ├── fontconfig │ │ ├── freetype │ │ ├── fribidi │ │ ├── gcc │ │ ├── gdbm │ │ ├── gdk-pixbuf │ │ ├── glib │ │ ├── glib-networking │ │ ├── glib-networking_pre │ │ ├── glibc │ │ ├── glibc_localedata │ │ ├── glu │ │ ├── gmp │ │ ├── gnutls │ │ ├── gperf │ │ ├── gsettings-desktop-schemas │ │ ├── gsl │ │ ├── gst-libav │ │ ├── gst-plugins-bad │ │ ├── gst-plugins-base │ │ ├── gst-plugins-good │ │ ├── gst-plugins-ugly │ │ ├── gstreamer │ │ ├── gstreamer-vaapi │ │ ├── gtk3 │ │ ├── harfbuzz │ │ ├── icu4c │ │ ├── iso-codes │ │ ├── jansson │ │ ├── json │ │ ├── json-c │ │ ├── keyutils │ │ ├── krb5 │ │ ├── lame │ │ ├── libICE │ │ ├── libSM │ │ ├── libX11 │ │ ├── libXau │ │ ├── libXcomposite │ │ ├── libXcursor │ │ ├── libXdamage │ │ ├── libXdmcp │ │ ├── libXext │ │ ├── libXfixes │ │ ├── libXfont2 │ │ ├── libXi │ │ ├── libXinerama │ │ ├── libXrandr │ │ ├── libXrender │ │ ├── libXtst │ │ ├── libXv │ │ ├── libXxf86vm │ │ ├── libaio │ │ ├── libarchive │ │ ├── libass │ │ ├── libbpf │ │ ├── libcap │ │ ├── libcapi20-3 │ │ ├── libcddb │ │ ├── libcdio │ │ ├── libclc │ │ ├── libdrm │ │ ├── libdv │ │ ├── libdvbpsi │ │ ├── libdvdread │ │ ├── libei │ │ ├── libepoxy │ │ ├── libffi │ │ ├── libfontenc │ │ ├── libglvnd │ │ ├── libgpg-error │ │ ├── libgphoto2 │ │ ├── libjpeg-turbo │ │ ├── libmpeg2 │ │ ├── libogg │ │ ├── libpcap │ │ ├── libpciaccess │ │ ├── libpng │ │ ├── libproxy │ │ ├── libpsl │ │ ├── libsamplerate │ │ ├── libseccomp │ │ ├── libseccomp.gitinfo │ │ ├── libsepol │ │ ├── libsndfile │ │ ├── libsoup │ │ ├── libsoup-2 │ │ ├── libtasn1 │ │ ├── libtheora │ │ ├── libtool │ │ ├── libunistring │ │ ├── libunwind │ │ ├── libusb │ │ ├── libva │ │ ├── libvdpau │ │ ├── libvorbis │ │ ├── libvpx │ │ ├── libwebp │ │ ├── libxcb │ │ ├── libxcrypt │ │ ├── libxcvt │ │ ├── libxkbcommon │ │ ├── libxkbfile │ │ ├── libxml2 │ │ ├── libxshmfence │ │ ├── linux-header │ │ ├── llvm-project │ │ ├── llvm_runtimes │ │ ├── lmdb │ │ ├── lua │ │ ├── lz4 │ │ ├── make_directory │ │ ├── mesa │ │ ├── mpc │ │ ├── mpfr │ │ ├── mpg123 │ │ ├── ncurses │ │ ├── nettle │ │ ├── nghttp2 │ │ ├── nspr │ │ ├── nss │ │ ├── ocl-icd │ │ ├── opencore-amr │ │ ├── openh264 │ │ ├── openldap │ │ ├── openssl │ │ ├── opus │ │ ├── orc │ │ ├── oss4 │ │ ├── p7zip │ │ ├── pango │ │ ├── pciutils │ │ ├── pcre │ │ ├── pcre2 │ │ ├── pcsc-lite │ │ ├── pipewire │ │ ├── pixman │ │ ├── popt │ │ ├── pulseaudio │ │ ├── readline │ │ ├── samba │ │ ├── sane-backends │ │ ├── selinux │ │ ├── shaderc │ │ ├── shared-mime-info │ │ ├── sqlite │ │ ├── systemd │ │ ├── systemd_pre │ │ ├── unixODBC │ │ ├── util-linux │ │ ├── v4l-utils │ │ ├── volk │ │ ├── wayland │ │ ├── wayland-protocols │ │ ├── x264 │ │ ├── x265 │ │ ├── xcb-proto │ │ ├── xcb-util │ │ ├── xcb-util-cursor │ │ ├── xcb-util-image │ │ ├── xcb-util-keysyms │ │ ├── xcb-util-renderutil │ │ ├── xcb-util-wm │ │ ├── xorgproto │ │ ├── xtrans │ │ ├── xxHash │ │ ├── xz │ │ ├── zlib │ │ └── zstd │ │ ├── mingw_sysroot │ │ ├── Windows-QEMU │ │ ├── create_commfile │ │ ├── mingw-SDL2 │ │ ├── mingw-atk │ │ ├── mingw-cairo │ │ ├── mingw-freetype │ │ ├── mingw-fribidi │ │ ├── mingw-gdk-pixbuf │ │ ├── mingw-gettext │ │ ├── mingw-glib │ │ ├── mingw-gmp │ │ ├── mingw-gtk3 │ │ ├── mingw-harfbuzz │ │ ├── mingw-libepoxy │ │ ├── mingw-libffi │ │ ├── mingw-libiconv │ │ ├── mingw-libpng │ │ ├── mingw-mpc │ │ ├── mingw-mpfr │ │ ├── mingw-pango │ │ ├── mingw-pcre2 │ │ ├── mingw-pixman │ │ ├── mingw-w64 │ │ ├── mingw-w64-libs │ │ ├── mingw-zlib │ │ └── mingw-zstd │ │ ├── sddm │ │ ├── KDE6-breeze-icons │ │ ├── final_run │ │ ├── overlay_temp_fix_run │ │ └── sddm │ │ ├── simulate │ │ ├── augeas │ │ ├── box64 │ │ ├── box64-la │ │ ├── box64-la.gitinfo │ │ ├── box64.gitinfo │ │ ├── dtc │ │ ├── dxvk │ │ ├── dxvk.gitinfo │ │ ├── final_run │ │ ├── fuseiso │ │ ├── gtk-vnc │ │ ├── hivex │ │ ├── icoutils │ │ ├── lata │ │ ├── lata.gitinfo │ │ ├── latx │ │ ├── latx.gitinfo │ │ ├── libguestfs │ │ ├── libosinfo │ │ ├── libvirt │ │ ├── libvirt-glib │ │ ├── libvirt-python │ │ ├── q4wine │ │ ├── qemu │ │ ├── qemu-edk2 │ │ ├── qemu_git │ │ ├── qemu_git.gitinfo │ │ ├── set-default-emu │ │ ├── supermin │ │ ├── usbredir │ │ ├── virglrenderer │ │ ├── virt-manager │ │ ├── virt-manager.gitinfo │ │ ├── virt-viewer │ │ ├── virt-viewer.gitinfo │ │ ├── wine │ │ ├── wine_wow │ │ ├── winetricks │ │ ├── yajl │ │ └── yajl.gitinfo │ │ ├── target_base │ │ ├── Jinja2 │ │ ├── LVM2 │ │ ├── LibRaw │ │ ├── MarkupSafe │ │ ├── Python │ │ ├── URI │ │ ├── XML-Parser │ │ ├── acl │ │ ├── attr │ │ ├── autoconf │ │ ├── autoconf-archive │ │ ├── autogen │ │ ├── automake │ │ ├── bash │ │ ├── bash-completion │ │ ├── bc │ │ ├── binutils │ │ ├── binutils_git │ │ ├── binutils_git.gitinfo │ │ ├── bison │ │ ├── blfs-systemd-units │ │ ├── boost │ │ ├── brotli │ │ ├── busybox │ │ ├── bzip2 │ │ ├── check │ │ ├── cmake │ │ ├── coreutils │ │ ├── cpio │ │ ├── create_base_files │ │ ├── ctags │ │ ├── curl │ │ ├── dbus │ │ ├── dejagnu │ │ ├── dejavu-fonts-ttf │ │ ├── dhcp │ │ ├── dhcpcd │ │ ├── diffutils │ │ ├── dist_sysroot │ │ ├── distro_info │ │ ├── dosfstools │ │ ├── doxygen │ │ ├── e2fsprogs │ │ ├── elfutils │ │ ├── ethtool │ │ ├── expat │ │ ├── expect │ │ ├── file │ │ ├── final_run │ │ ├── findutils │ │ ├── firewalld │ │ ├── flex │ │ ├── flit-core │ │ ├── fontconfig │ │ ├── freetype │ │ ├── fribidi │ │ ├── gawk │ │ ├── gc │ │ ├── gcc │ │ ├── gcc_git │ │ ├── gcc_git.gitinfo │ │ ├── gdb │ │ ├── gdbm │ │ ├── gettext │ │ ├── git │ │ ├── glib │ │ ├── glib_pre │ │ ├── glibc │ │ ├── glibc_localedata │ │ ├── gmp │ │ ├── gnutls │ │ ├── gobject-introspection │ │ ├── gperf │ │ ├── gpm │ │ ├── graphite │ │ ├── grep │ │ ├── groff │ │ ├── guile │ │ ├── gzip │ │ ├── harfbuzz │ │ ├── harfbuzz-pre │ │ ├── help2man │ │ ├── hwdata │ │ ├── iana-etc │ │ ├── icu4c │ │ ├── inetutils │ │ ├── inih │ │ ├── intltool │ │ ├── iproute2 │ │ ├── jasper │ │ ├── json-glib │ │ ├── kbd │ │ ├── kmod │ │ ├── lcms │ │ ├── ldd_cache │ │ ├── less │ │ ├── libaio │ │ ├── libassuan │ │ ├── libcap │ │ ├── libedit │ │ ├── libevent │ │ ├── libffi │ │ ├── libgcrypt │ │ ├── libgpg-error │ │ ├── libgudev │ │ ├── libgusb │ │ ├── libidn2 │ │ ├── libjpeg-turbo │ │ ├── libksba │ │ ├── libmng │ │ ├── libmnl │ │ ├── libnftnl │ │ ├── libnl │ │ ├── libpipeline │ │ ├── libpng │ │ ├── libpsl │ │ ├── libtasn1 │ │ ├── libtool │ │ ├── libunistring │ │ ├── libusb │ │ ├── libxcrypt │ │ ├── libxml2 │ │ ├── libxslt │ │ ├── links │ │ ├── linux-header │ │ ├── llvm-project │ │ ├── llvm-project_git │ │ ├── llvm-project_git.gitinfo │ │ ├── llvm_runtimes │ │ ├── llvm_runtimes_git │ │ ├── llvm_runtimes_git.gitinfo │ │ ├── lua │ │ ├── lzo │ │ ├── m4 │ │ ├── make │ │ ├── make-ca │ │ ├── make_directory │ │ ├── man-db │ │ ├── man-pages │ │ ├── mdadm │ │ ├── meson │ │ ├── mpc │ │ ├── mpfr │ │ ├── ncurses │ │ ├── net-tools │ │ ├── nettle │ │ ├── nftables │ │ ├── ninja │ │ ├── npth │ │ ├── nspr │ │ ├── nss │ │ ├── openjpeg │ │ ├── openssh │ │ ├── openssl │ │ ├── p11-kit │ │ ├── packaging │ │ ├── patch │ │ ├── pciutils │ │ ├── pcre │ │ ├── pcre2 │ │ ├── perl │ │ ├── pip │ │ ├── pkg-config │ │ ├── procps-ng │ │ ├── psmisc │ │ ├── python-nftables │ │ ├── readline │ │ ├── rustc │ │ ├── sed │ │ ├── setuptools │ │ ├── shadow │ │ ├── sqlite │ │ ├── sudo │ │ ├── systemd │ │ ├── tar │ │ ├── tcl │ │ ├── texinfo │ │ ├── tiff │ │ ├── tzdata │ │ ├── unrar │ │ ├── unzip │ │ ├── usbutils │ │ ├── userspace-rcu │ │ ├── util-linux │ │ ├── vala │ │ ├── valgrind │ │ ├── valgrind.gitinfo │ │ ├── vim │ │ ├── wget │ │ ├── wheel │ │ ├── wireless_tools │ │ ├── xfsprogs │ │ ├── xz │ │ ├── zip │ │ ├── zlib │ │ └── zstd │ │ ├── toolchain │ │ ├── binutils │ │ ├── binutils_git │ │ ├── binutils_git.gitinfo │ │ ├── compat_glibc_generic │ │ ├── compat_glibc_x86_64 │ │ ├── compat_linux-header │ │ ├── compat_make │ │ ├── cross-binutils │ │ ├── cross-binutils_git │ │ ├── cross-binutils_git.gitinfo │ │ ├── cross-elfutils │ │ ├── cross-gcc │ │ ├── cross-gcc-libc │ │ ├── cross-gcc_git │ │ ├── cross-gcc_git-libc │ │ ├── cross-gcc_git-libc.gitinfo │ │ ├── cross-gcc_git.gitinfo │ │ ├── cross-gdb │ │ ├── cross-gdb_git │ │ ├── cross-gdb_git.gitinfo │ │ ├── cross-llvm-project │ │ ├── cross-llvm-project.gitinfo │ │ ├── cross-pkg-config │ │ ├── cross-rustc │ │ ├── dist-cross-gcc │ │ ├── dist-cross-gcc-libc │ │ ├── dist-cross-llvm-project │ │ ├── dist-cross-llvm-runtimes │ │ ├── gcc │ │ ├── gcc-libc │ │ ├── gcc_git │ │ ├── gcc_git-libc │ │ ├── gcc_git-libc.gitinfo │ │ ├── gcc_git.gitinfo │ │ ├── glibc │ │ ├── gmp │ │ ├── libxcrypt │ │ ├── linux-header │ │ ├── llvm-project │ │ ├── llvm-project.gitinfo │ │ ├── llvm-runtimes │ │ ├── llvm-runtimes.gitinfo │ │ ├── mingw-w64 │ │ ├── mingw-w64-libs │ │ ├── mpc │ │ ├── mpfr │ │ ├── musl │ │ ├── qemu │ │ ├── zlib │ │ └── zstd │ │ ├── unusual │ │ ├── compat-glibc │ │ ├── compat-linux-header │ │ ├── ffmpeg_for_chromium │ │ ├── gtk4 │ │ ├── libstdc++ │ │ ├── libstdc++.gitinfo │ │ ├── mesa_nollvm │ │ ├── qt5-qtbase │ │ └── qt6-qtbase │ │ └── wm-lxde │ │ ├── final_run │ │ ├── gpicview │ │ ├── keybinder │ │ ├── libfm │ │ ├── libfm-extra │ │ ├── libwnck │ │ ├── libwnck2 │ │ ├── lxappearance │ │ ├── lxde-common │ │ ├── lxde-icon-theme │ │ ├── lxinput │ │ ├── lxmenu-data │ │ ├── lxpanel │ │ ├── lxrandr │ │ ├── lxsession │ │ ├── lxtask │ │ ├── lxterminal │ │ ├── menu-cache │ │ ├── openbox │ │ ├── pcmanfm │ │ └── vte28 ├── step ├── steps │ ├── chromium_sysroot.index │ ├── host-tools-python.index │ ├── mini_chroot_sysroot.index │ ├── wine64_runtime_host_requires.index │ └── wine_runtime_host_requires.index ├── strip_os.sh └── tools │ ├── enter_package_env.sh │ ├── final_step.sh │ ├── get_all_package_url.sh │ ├── get_version.sh │ ├── git_clone.sh │ ├── git_test.sh │ ├── kernel_pack.sh │ ├── pack_archive_dir.sh │ ├── run_package_script.sh │ ├── show_package_script.sh │ ├── split_step.sh │ └── strip_step.sh └── 说明.md /README.md: -------------------------------------------------------------------------------- 1 | 说明.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- 1 | 说明.md -------------------------------------------------------------------------------- /docs/最简使用指南.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/docs/最简使用指南.md -------------------------------------------------------------------------------- /docs/说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/docs/说明.md -------------------------------------------------------------------------------- /docs/运行环境准备.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/docs/运行环境准备.md -------------------------------------------------------------------------------- /loongarch64/ZZ.version: -------------------------------------------------------------------------------- 1 | 1.0 2 | -------------------------------------------------------------------------------- /loongarch64/arch_step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/arch_step -------------------------------------------------------------------------------- /loongarch64/branch_create.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/branch_create.sh -------------------------------------------------------------------------------- /loongarch64/branch_diff.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/branch_diff.sh -------------------------------------------------------------------------------- /loongarch64/branch_message: -------------------------------------------------------------------------------- 1 | 主线分支 2 | -------------------------------------------------------------------------------- /loongarch64/branch_patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/branch_patch.sh -------------------------------------------------------------------------------- /loongarch64/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/build.sh -------------------------------------------------------------------------------- /loongarch64/create.sh: -------------------------------------------------------------------------------- 1 | custom/create_os.sh -------------------------------------------------------------------------------- /loongarch64/custom/create_base.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/custom/create_base.sh -------------------------------------------------------------------------------- /loongarch64/custom/create_os.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/custom/create_os.sh -------------------------------------------------------------------------------- /loongarch64/custom/create_qemu_edk2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/custom/create_qemu_edk2.sh -------------------------------------------------------------------------------- /loongarch64/custom/host-tools-python.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/custom/host-tools-python.sh -------------------------------------------------------------------------------- /loongarch64/custom/rebuild_grub.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/custom/rebuild_grub.sh -------------------------------------------------------------------------------- /loongarch64/custom/rebuild_kernel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/custom/rebuild_kernel.sh -------------------------------------------------------------------------------- /loongarch64/custom/update-boot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/custom/update-boot.sh -------------------------------------------------------------------------------- /loongarch64/docs/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/docs/README.txt -------------------------------------------------------------------------------- /loongarch64/env/DE-KDE/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/DE-KDE/config -------------------------------------------------------------------------------- /loongarch64/env/DE-KDE/overlay.set: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/DE-KDE/overlay.set -------------------------------------------------------------------------------- /loongarch64/env/KDE6/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/KDE6/config -------------------------------------------------------------------------------- /loongarch64/env/KDE6/overlay.set: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/KDE6/overlay.set -------------------------------------------------------------------------------- /loongarch64/env/arch.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/arch.data -------------------------------------------------------------------------------- /loongarch64/env/base_support/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/base_support/config -------------------------------------------------------------------------------- /loongarch64/env/base_support/overlay.set: -------------------------------------------------------------------------------- 1 | overlay_dir=sysroot 2 | parent_dirs= 3 | -------------------------------------------------------------------------------- /loongarch64/env/benchmark/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/benchmark/config -------------------------------------------------------------------------------- /loongarch64/env/benchmark/overlay.set: -------------------------------------------------------------------------------- 1 | overlay_dir=benchmark 2 | parent_dirs=sysroot 3 | -------------------------------------------------------------------------------- /loongarch64/env/boot/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/boot/config -------------------------------------------------------------------------------- /loongarch64/env/boot/overlay.set: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/boot/overlay.set -------------------------------------------------------------------------------- /loongarch64/env/bootstrap/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/bootstrap/config -------------------------------------------------------------------------------- /loongarch64/env/computer_language/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/computer_language/config -------------------------------------------------------------------------------- /loongarch64/env/computer_language/overlay.set: -------------------------------------------------------------------------------- 1 | overlay_dir=computer_language 2 | parent_dirs=sysroot 3 | -------------------------------------------------------------------------------- /loongarch64/env/cross-toolchains/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/cross-toolchains/config -------------------------------------------------------------------------------- /loongarch64/env/cross-toolchains/custom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/cross-toolchains/custom -------------------------------------------------------------------------------- /loongarch64/env/cross-toolchains/overlay.set: -------------------------------------------------------------------------------- 1 | overlay_dir= 2 | -------------------------------------------------------------------------------- /loongarch64/env/cross-tools/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/cross-tools/config -------------------------------------------------------------------------------- /loongarch64/env/cross-tools/custom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/cross-tools/custom -------------------------------------------------------------------------------- /loongarch64/env/cross-tools/overlay.set: -------------------------------------------------------------------------------- 1 | overlay_dir=sysroot 2 | -------------------------------------------------------------------------------- /loongarch64/env/data/aarch64.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/aarch64.conf -------------------------------------------------------------------------------- /loongarch64/env/data/i686-musl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/i686-musl.conf -------------------------------------------------------------------------------- /loongarch64/env/data/i686.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/i686.conf -------------------------------------------------------------------------------- /loongarch64/env/data/loongarch64.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/loongarch64.conf -------------------------------------------------------------------------------- /loongarch64/env/data/mingw32.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/mingw32.conf -------------------------------------------------------------------------------- /loongarch64/env/data/mingw64.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/mingw64.conf -------------------------------------------------------------------------------- /loongarch64/env/data/mingw64ucrt.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/mingw64ucrt.conf -------------------------------------------------------------------------------- /loongarch64/env/data/mips64el.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/mips64el.conf -------------------------------------------------------------------------------- /loongarch64/env/data/riscv64.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/riscv64.conf -------------------------------------------------------------------------------- /loongarch64/env/data/x86_64-darwin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/x86_64-darwin.conf -------------------------------------------------------------------------------- /loongarch64/env/data/x86_64-musl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/x86_64-musl.conf -------------------------------------------------------------------------------- /loongarch64/env/data/x86_64-v2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/x86_64-v2.conf -------------------------------------------------------------------------------- /loongarch64/env/data/x86_64-v3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/x86_64-v3.conf -------------------------------------------------------------------------------- /loongarch64/env/data/x86_64-v4.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/x86_64-v4.conf -------------------------------------------------------------------------------- /loongarch64/env/data/x86_64.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/data/x86_64.conf -------------------------------------------------------------------------------- /loongarch64/env/desktop-app/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/desktop-app/config -------------------------------------------------------------------------------- /loongarch64/env/desktop-app/overlay.set: -------------------------------------------------------------------------------- 1 | overlay_dir=desk_app 2 | parent_dirs=sysroot 3 | -------------------------------------------------------------------------------- /loongarch64/env/distro.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/distro.info -------------------------------------------------------------------------------- /loongarch64/env/function.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/function.sh -------------------------------------------------------------------------------- /loongarch64/env/game_emu/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/game_emu/config -------------------------------------------------------------------------------- /loongarch64/env/game_emu/overlay.set: -------------------------------------------------------------------------------- 1 | overlay_dir=game_emu 2 | parent_dirs=sysroot 3 | temp_fix=1 4 | -------------------------------------------------------------------------------- /loongarch64/env/host-tools/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/host-tools/config -------------------------------------------------------------------------------- /loongarch64/env/java_runtime/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/java_runtime/config -------------------------------------------------------------------------------- /loongarch64/env/java_runtime/overlay.set: -------------------------------------------------------------------------------- 1 | overlay_dir=java_runtime 2 | parent_dirs=sysroot 3 | temp_fix=1 4 | -------------------------------------------------------------------------------- /loongarch64/env/lightdm/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/lightdm/config -------------------------------------------------------------------------------- /loongarch64/env/lightdm/overlay.set: -------------------------------------------------------------------------------- 1 | overlay_dir=lightdm 2 | parent_dirs=sysroot 3 | -------------------------------------------------------------------------------- /loongarch64/env/linux_runtime/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/linux_runtime/config -------------------------------------------------------------------------------- /loongarch64/env/linux_runtime/custom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/linux_runtime/custom -------------------------------------------------------------------------------- /loongarch64/env/linux_runtime/overlay.set: -------------------------------------------------------------------------------- 1 | overlay_dir=linux_runtime 2 | -------------------------------------------------------------------------------- /loongarch64/env/mingw_sysroot/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/mingw_sysroot/config -------------------------------------------------------------------------------- /loongarch64/env/mingw_sysroot/custom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/mingw_sysroot/custom -------------------------------------------------------------------------------- /loongarch64/env/opt.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/opt.info -------------------------------------------------------------------------------- /loongarch64/env/sddm/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/sddm/config -------------------------------------------------------------------------------- /loongarch64/env/sddm/overlay.set: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/sddm/overlay.set -------------------------------------------------------------------------------- /loongarch64/env/simulate/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/simulate/config -------------------------------------------------------------------------------- /loongarch64/env/simulate/overlay.set: -------------------------------------------------------------------------------- 1 | overlay_dir=simulate 2 | parent_dirs=sysroot 3 | -------------------------------------------------------------------------------- /loongarch64/env/target_base/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/target_base/config -------------------------------------------------------------------------------- /loongarch64/env/target_base/overlay.set: -------------------------------------------------------------------------------- 1 | overlay_dir=sysroot 2 | parent_dirs= 3 | requires=host-tools 4 | -------------------------------------------------------------------------------- /loongarch64/env/toolchain/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/toolchain/config -------------------------------------------------------------------------------- /loongarch64/env/unusual/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/unusual/config -------------------------------------------------------------------------------- /loongarch64/env/unusual/overlay.set: -------------------------------------------------------------------------------- 1 | overlay_dir=unusual 2 | parent_dirs= 3 | -------------------------------------------------------------------------------- /loongarch64/env/wm-lxde/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/wm-lxde/config -------------------------------------------------------------------------------- /loongarch64/env/wm-lxde/overlay.set: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/env/wm-lxde/overlay.set -------------------------------------------------------------------------------- /loongarch64/files/step/base_support/create_files/1.0/etc-adjtime: -------------------------------------------------------------------------------- 1 | 0.0 0 0.0 2 | 0 3 | LOCAL 4 | -------------------------------------------------------------------------------- /loongarch64/files/step/base_support/create_files/1.0/etc-hostconf: -------------------------------------------------------------------------------- 1 | multi on 2 | -------------------------------------------------------------------------------- /loongarch64/files/step/base_support/create_files/1.0/etc-hostname: -------------------------------------------------------------------------------- 1 | Sunhaiyong 2 | -------------------------------------------------------------------------------- /loongarch64/files/step/base_support/create_files/1.0/etc-shells: -------------------------------------------------------------------------------- 1 | /bin/bash 2 | -------------------------------------------------------------------------------- /loongarch64/files/step/boot/linux-kernel_git/6.x/linux-parm_16kpage_rt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /loongarch64/files/step/boot/linux-kernel_git/6.x/linux-parm_4kpage_rt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /loongarch64/files/step/boot/linux-kernel_git/6.x/linux-parm_64kpage_rt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /loongarch64/files/step/boot/linux-kernel_git/6.x/linux-parm_advanced: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /loongarch64/files/step/linux_runtime/create_base_files/1.0/etc-adjtime: -------------------------------------------------------------------------------- 1 | 0.0 0 0.0 2 | 0 3 | LOCAL 4 | -------------------------------------------------------------------------------- /loongarch64/files/step/linux_runtime/create_base_files/1.0/etc-hostconf: -------------------------------------------------------------------------------- 1 | multi on 2 | -------------------------------------------------------------------------------- /loongarch64/files/step/linux_runtime/create_base_files/1.0/etc-hostname: -------------------------------------------------------------------------------- 1 | Sunhaiyong 2 | -------------------------------------------------------------------------------- /loongarch64/files/step/linux_runtime/create_base_files/1.0/etc-shells: -------------------------------------------------------------------------------- 1 | /bin/bash 2 | -------------------------------------------------------------------------------- /loongarch64/files/step/target_base/create_base_files/1.0/etc-adjtime: -------------------------------------------------------------------------------- 1 | 0.0 0 0.0 2 | 0 3 | LOCAL 4 | -------------------------------------------------------------------------------- /loongarch64/files/step/target_base/create_base_files/1.0/etc-hostconf: -------------------------------------------------------------------------------- 1 | multi on 2 | -------------------------------------------------------------------------------- /loongarch64/files/step/target_base/create_base_files/1.0/etc-hostname: -------------------------------------------------------------------------------- 1 | Sunhaiyong 2 | -------------------------------------------------------------------------------- /loongarch64/files/step/target_base/create_base_files/1.0/etc-shells: -------------------------------------------------------------------------------- 1 | /bin/bash 2 | -------------------------------------------------------------------------------- /loongarch64/info_set/release_hide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/info_set/release_hide -------------------------------------------------------------------------------- /loongarch64/info_set/release_sort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/info_set/release_sort -------------------------------------------------------------------------------- /loongarch64/info_set/release_summary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/info_set/release_summary -------------------------------------------------------------------------------- /loongarch64/install_os_run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/install_os_run.sh -------------------------------------------------------------------------------- /loongarch64/live_os.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/live_os.sh -------------------------------------------------------------------------------- /loongarch64/pack_os.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/pack_os.sh -------------------------------------------------------------------------------- /loongarch64/release_info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/release_info.sh -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/attica: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/DE-KDE/attica -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/karchive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/DE-KDE/karchive -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/kauth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/DE-KDE/kauth -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/kcodecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/DE-KDE/kcodecs -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/DE-KDE/kconfig -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/kcrash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/DE-KDE/kcrash -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/ki18n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/DE-KDE/ki18n -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/kio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/DE-KDE/kio -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/kio.info: -------------------------------------------------------------------------------- 1 | kio|5.116.0|kio 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/kpackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/DE-KDE/kpackage -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/kservice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/DE-KDE/kservice -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/kxmlgui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/DE-KDE/kxmlgui -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/solid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/DE-KDE/solid -------------------------------------------------------------------------------- /loongarch64/scripts/step/DE-KDE/sonnet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/DE-KDE/sonnet -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-ark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-ark -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-baloo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-baloo -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-elisa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-elisa -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-juk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-juk -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-k3b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-k3b -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kate -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kauth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kauth -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kcalc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kcalc -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kdav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kdav -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kded -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kdesu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kdesu -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kfind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kfind -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-ki18n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-ki18n -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kigo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kigo -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kimap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kimap -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kio -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kldap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kldap -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kmbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kmbox -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kmime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kmime -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kpty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kpty -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-krdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-krdc -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-krfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-krfb -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-ksmtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-ksmtp -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-ksvg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-ksvg -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-kwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-kwin -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-milou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-milou -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDE6-solid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDE6-solid -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/KDSoap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/KDSoap -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/chai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/chai -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/chai.info: -------------------------------------------------------------------------------- 1 | chai|1.1.2|chai 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/corevoikko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/corevoikko -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/final_run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/final_run -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/gnugo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/gnugo -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/gnugo.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/gnugo.info -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/kdiagram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/kdiagram -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/kmoretools: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/kmoretools -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/libdmtx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/libdmtx -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/libfakekey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/libfakekey -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/libxml++2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/libxml++2 -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/phonon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/phonon -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/pygdbmi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/pygdbmi -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/qca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/qca -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/qca.info: -------------------------------------------------------------------------------- 1 | qca|2.3.10|qca 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/qcoro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/qcoro -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/qcoro.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/qcoro.info -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/qtkeychain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/qtkeychain -------------------------------------------------------------------------------- /loongarch64/scripts/step/KDE6/zxing-cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/KDE6/zxing-cpp -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/JSON.info: -------------------------------------------------------------------------------- 1 | JSON|4.10|JSON 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/Mako.info: -------------------------------------------------------------------------------- 1 | Mako|1.3.10|Mako 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/SDL2.info: -------------------------------------------------------------------------------- 1 | SDL2|2.32.10|SDL2 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/SDL3.info: -------------------------------------------------------------------------------- 1 | SDL3|3.2.24|SDL3 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/Vulkan-Tools.watch_step: -------------------------------------------------------------------------------- 1 | wayland 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/aalib.info: -------------------------------------------------------------------------------- 1 | aalib|1.4rc5-default|aalib 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/aom.info: -------------------------------------------------------------------------------- 1 | aom|git|aom 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/apr.info: -------------------------------------------------------------------------------- 1 | apr|1.7.6|apr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/asio.info: -------------------------------------------------------------------------------- 1 | asio|1.31.0|asio 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/atk.info: -------------------------------------------------------------------------------- 1 | atk|2.38.0|atk 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/cups.info: -------------------------------------------------------------------------------- 1 | cups|2.4.14|cups 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/dbus.info: -------------------------------------------------------------------------------- 1 | dbus|1.16.2|dbus 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/dconf.os_start_run: -------------------------------------------------------------------------------- 1 | dconf update 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/desktop-file-utils.os_start_run: -------------------------------------------------------------------------------- 1 | update-desktop-database -q 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/faac.info: -------------------------------------------------------------------------------- 1 | faac|1.31.1|faac 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/fftw.info: -------------------------------------------------------------------------------- 1 | fftw|3.3.10|fftw 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/flac.info: -------------------------------------------------------------------------------- 1 | flac|1.5.0|flac 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/fltk.info: -------------------------------------------------------------------------------- 1 | fltk|1.4.4|fltk 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/fmt.info: -------------------------------------------------------------------------------- 1 | fmt|12.0.0|fmt 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/fuse.info: -------------------------------------------------------------------------------- 1 | fuse|2.9.9|fuse 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/gcr.info: -------------------------------------------------------------------------------- 1 | gcr|4.4.0.1|gcr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/gcr3.info: -------------------------------------------------------------------------------- 1 | gcr3|3.41.2|gcr3 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/gdk-pixbuf.os_start_run: -------------------------------------------------------------------------------- 1 | gdk-pixbuf-query-loaders --update-cache 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/glew.info: -------------------------------------------------------------------------------- 1 | glew|2.2.0|glew 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/glm.info: -------------------------------------------------------------------------------- 1 | glm|1.0.2|glm 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/glslang.watch_step: -------------------------------------------------------------------------------- 1 | glib 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/glu.info: -------------------------------------------------------------------------------- 1 | glu|9.0.3|glu 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/graphviz.os_first_run: -------------------------------------------------------------------------------- 1 | dot -c 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/gsl.info: -------------------------------------------------------------------------------- 1 | gsl|2.8|gsl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/gst-plugins-bad.watch_step: -------------------------------------------------------------------------------- 1 | glslang 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/gtk2.info: -------------------------------------------------------------------------------- 1 | gtk2|2.24.33|gtk2 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/gtk2.os_start_run: -------------------------------------------------------------------------------- 1 | gtk-query-immodules-2.0 --update-cache 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/gtk3.info: -------------------------------------------------------------------------------- 1 | gtk3|3.24.43|gtk3 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/gtk4.info: -------------------------------------------------------------------------------- 1 | gtk4|4.21.0|gtk4 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/idna.info: -------------------------------------------------------------------------------- 1 | idna|3.11|idna 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/jq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/base_support/jq -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/jq.info: -------------------------------------------------------------------------------- 1 | jq|git|jq 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/json.info: -------------------------------------------------------------------------------- 1 | json|3.12.0|json 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/krb5.info: -------------------------------------------------------------------------------- 1 | krb5|1.22.1|krb5 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/lame.info: -------------------------------------------------------------------------------- 1 | lame|3.100|lame 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/lftp.info: -------------------------------------------------------------------------------- 1 | lftp|4.9.2|lftp 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/lit.info: -------------------------------------------------------------------------------- 1 | lit|18.1.8|lit 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/lmdb.info: -------------------------------------------------------------------------------- 1 | lmdb|LMDB_0.9.31|lmdb 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/lxml.info: -------------------------------------------------------------------------------- 1 | lxml|6.0.2|lxml 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/lz4.info: -------------------------------------------------------------------------------- 1 | lz4|1.10.0|lz4 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/lzip.info: -------------------------------------------------------------------------------- 1 | lzip|1.25|lzip 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/mad.info: -------------------------------------------------------------------------------- 1 | mad|0.15.1b|mad 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/mesa.info: -------------------------------------------------------------------------------- 1 | mesa|25.2.5|mesa 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/minizip-compat.info: -------------------------------------------------------------------------------- 1 | zlib|1.3.1|zlib 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/mlt.info: -------------------------------------------------------------------------------- 1 | mlt|7.32.0|mlt 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/mosh.info: -------------------------------------------------------------------------------- 1 | mosh|1.4.0|mosh 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/newt.info: -------------------------------------------------------------------------------- 1 | newt|0.52.25|newt 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/node.info: -------------------------------------------------------------------------------- 1 | node|25.0.0|node 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/opus.info: -------------------------------------------------------------------------------- 1 | opus|1.3.1|opus 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/orc.info: -------------------------------------------------------------------------------- 1 | orc|0.4.41|orc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/ply.info: -------------------------------------------------------------------------------- 1 | ply|3.11|ply 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/popt.info: -------------------------------------------------------------------------------- 1 | popt|1.19|popt 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/ppp.info: -------------------------------------------------------------------------------- 1 | ppp|2.5.2|ppp 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/pyzy.info: -------------------------------------------------------------------------------- 1 | pyzy|0.1.0|pyzy 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/qt5.info: -------------------------------------------------------------------------------- 1 | qt5|5.15.17|qt5 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/qt6-tools.info: -------------------------------------------------------------------------------- 1 | qt6|6.9.3|qt6 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/qt6.info: -------------------------------------------------------------------------------- 1 | qt6|6.9.3|qt6 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/ruby.info: -------------------------------------------------------------------------------- 1 | ruby|3.4.7|ruby 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/seatd.info: -------------------------------------------------------------------------------- 1 | seatd|0.8-default|seatd 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/serf.info: -------------------------------------------------------------------------------- 1 | serf|1.3.10|serf 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/sip4.info: -------------------------------------------------------------------------------- 1 | sip4|4.19.25|sip4 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/six.info: -------------------------------------------------------------------------------- 1 | six|1.17.0|six 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/swig.info: -------------------------------------------------------------------------------- 1 | swig|4.4.0|swig 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/tk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/base_support/tk -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/tk.info: -------------------------------------------------------------------------------- 1 | tk|8.6.14|tk 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/tmux.info: -------------------------------------------------------------------------------- 1 | tmux|3.5a|tmux 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/toml.info: -------------------------------------------------------------------------------- 1 | toml|0.10.2|toml 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/twm.info: -------------------------------------------------------------------------------- 1 | twm|1.0.13.1|twm 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/vlc.info: -------------------------------------------------------------------------------- 1 | vlc|3.0.21|vlc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/volk.info: -------------------------------------------------------------------------------- 1 | volk|1.4.304|volk 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/vte.info: -------------------------------------------------------------------------------- 1 | vte|0.82.1|vte 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/wireplumber.os_first_run: -------------------------------------------------------------------------------- 1 | systemctl --no-reload preset --global wireplumber 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/x264.info: -------------------------------------------------------------------------------- 1 | x264|20250815|x264 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/x265.info: -------------------------------------------------------------------------------- 1 | x265|20240812|x265 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/xev.info: -------------------------------------------------------------------------------- 1 | xev|1.2.6|xev 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/xpr.info: -------------------------------------------------------------------------------- 1 | xpr|1.2.0|xpr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/xrdb.info: -------------------------------------------------------------------------------- 1 | xrdb|1.2.2|xrdb 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/xset.info: -------------------------------------------------------------------------------- 1 | xset|1.2.5|xset 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/xwd.info: -------------------------------------------------------------------------------- 1 | xwd|1.0.9|xwd 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/xwud.info: -------------------------------------------------------------------------------- 1 | xwud|1.0.7|xwud 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/base_support/zsh.info: -------------------------------------------------------------------------------- 1 | zsh|5.9|zsh 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/benchmark/CPU-X: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/benchmark/CPU-X -------------------------------------------------------------------------------- /loongarch64/scripts/step/boot/grub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/boot/grub -------------------------------------------------------------------------------- /loongarch64/scripts/step/boot/grub.info: -------------------------------------------------------------------------------- 1 | grub|2.12|grub 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/computer_language/dune.info: -------------------------------------------------------------------------------- 1 | dune|3.20.2|dune 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/computer_language/fpc.info: -------------------------------------------------------------------------------- 1 | fpc|3.3.1-default|fpc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/computer_language/opam.info: -------------------------------------------------------------------------------- 1 | opam|2.4.1|opam 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-toolchains/linux-gcc-glibc.info: -------------------------------------------------------------------------------- 1 | gcc|15.2.0|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-toolchains/linux-gcc-glibc.watch_step: -------------------------------------------------------------------------------- 1 | linux-gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-toolchains/linux-gcc.info: -------------------------------------------------------------------------------- 1 | gcc|15.2.0|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-toolchains/linux-qemu.info: -------------------------------------------------------------------------------- 1 | qemu|10.1.2|qemu 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-toolchains/mingw-gcc-libc.info: -------------------------------------------------------------------------------- 1 | gcc|15.2.0|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-toolchains/mingw-gcc.info: -------------------------------------------------------------------------------- 1 | gcc|15.2.0|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/fpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/cross-tools/fpc -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/fpc.info: -------------------------------------------------------------------------------- 1 | fpc|3.3.1-default|fpc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/cross-tools/gcc -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/gcc.info: -------------------------------------------------------------------------------- 1 | gcc|15.2.0|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/gcc_nolibc.info: -------------------------------------------------------------------------------- 1 | gcc|15.2.0|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/gdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/cross-tools/gdb -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/gdb.info: -------------------------------------------------------------------------------- 1 | gdb|16.3|gdb 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/grub.info: -------------------------------------------------------------------------------- 1 | grub|2.12|grub 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/qemu.info: -------------------------------------------------------------------------------- 1 | qemu|10.1.2|qemu 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/qt5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/cross-tools/qt5 -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/qt5.info: -------------------------------------------------------------------------------- 1 | qt5|5.15.17|qt5 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/qt6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/cross-tools/qt6 -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/qt6.info: -------------------------------------------------------------------------------- 1 | qt6|6.9.3|qt6 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/cross-tools/vala.info: -------------------------------------------------------------------------------- 1 | vala|0.56.18|vala 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/GSL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/desktop-app/GSL -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/GSL.info: -------------------------------------------------------------------------------- 1 | GSL|4.2.0|GSL 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/OCCT.info: -------------------------------------------------------------------------------- 1 | OCCT|V7_9_2|OCCT 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/VTK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/desktop-app/VTK -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/VTK.info: -------------------------------------------------------------------------------- 1 | VTK|9.5.2|VTK 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/babl.info: -------------------------------------------------------------------------------- 1 | babl|0.1.116|babl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/edit.info: -------------------------------------------------------------------------------- 1 | edit|1.2.1|edit 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/erfa.info: -------------------------------------------------------------------------------- 1 | erfa|2.0.1|erfa 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/gegl.info: -------------------------------------------------------------------------------- 1 | gegl|0.4.64|gegl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/gimp.info: -------------------------------------------------------------------------------- 1 | gimp|3.1.4|gimp 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/glad.info: -------------------------------------------------------------------------------- 1 | glad|2.0.8|glad 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/indi.info: -------------------------------------------------------------------------------- 1 | indi|2.1.6|indi 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/kodi.info: -------------------------------------------------------------------------------- 1 | xbmc|22.0a1-Piers|xbmc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/med: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/desktop-app/med -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/med.info: -------------------------------------------------------------------------------- 1 | med|5.0.0|med 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/mpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/desktop-app/mpv -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/mpv.info: -------------------------------------------------------------------------------- 1 | mpv|0.40.0|mpv 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/nng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/desktop-app/nng -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/nng.info: -------------------------------------------------------------------------------- 1 | nng|2.0.0-alpha.6|nng 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/pcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/desktop-app/pcl -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/pcl.info: -------------------------------------------------------------------------------- 1 | pcl|1.15.1|pcl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/pivy.info: -------------------------------------------------------------------------------- 1 | pivy|0.6.10|pivy 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/qbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/desktop-app/qbs -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/qbs.info: -------------------------------------------------------------------------------- 1 | qbs|3.1.0|qbs 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/siril.info: -------------------------------------------------------------------------------- 1 | siril|1.4.0-beta1|siril 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/ssr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/desktop-app/ssr -------------------------------------------------------------------------------- /loongarch64/scripts/step/desktop-app/ssr.info: -------------------------------------------------------------------------------- 1 | ssr|0.4.4|ssr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/game_emu/Catch2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/game_emu/Catch2 -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/JSON: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/JSON -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/JSON.info: -------------------------------------------------------------------------------- 1 | JSON|4.10|JSON 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/Mako: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/Mako -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/Mako.info: -------------------------------------------------------------------------------- 1 | Mako|1.3.10|Mako 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/URI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/URI -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/URI.info: -------------------------------------------------------------------------------- 1 | URI|5.34|URI 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/bs4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/bs4 -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/bs4.info: -------------------------------------------------------------------------------- 1 | bs4|0.0.2|bs4 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/chai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/chai -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/chai.info: -------------------------------------------------------------------------------- 1 | chai|1.1.2|chai 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/curl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/curl -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/curl.info: -------------------------------------------------------------------------------- 1 | curl|8.16.0|curl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/dbus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/dbus -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/dbus.info: -------------------------------------------------------------------------------- 1 | dbus|1.16.2|dbus 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/dune: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/dune -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/dune.info: -------------------------------------------------------------------------------- 1 | dune|3.20.2|dune 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/file -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/file.info: -------------------------------------------------------------------------------- 1 | file|5.46|file 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/gcc -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/gcc.info: -------------------------------------------------------------------------------- 1 | gcc|15.2.0|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/glib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/glib -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/glib.info: -------------------------------------------------------------------------------- 1 | glib|2.86.1|glib 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/gmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/gmp -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/gmp.info: -------------------------------------------------------------------------------- 1 | gmp|6.3.0|gmp 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/idna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/idna -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/idna.info: -------------------------------------------------------------------------------- 1 | idna|3.11|idna 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/lua -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/lua.info: -------------------------------------------------------------------------------- 1 | lua|5.4.8|lua 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/lxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/lxml -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/lxml.info: -------------------------------------------------------------------------------- 1 | lxml|6.0.2|lxml 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/lzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/lzip -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/lzip.info: -------------------------------------------------------------------------------- 1 | lzip|1.25|lzip 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/m4 -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/m4.info: -------------------------------------------------------------------------------- 1 | m4|1.4.20|m4 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/make -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/make.info: -------------------------------------------------------------------------------- 1 | make|4.4.1|make 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/mpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/mpc -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/mpc.info: -------------------------------------------------------------------------------- 1 | mpc|1.3.1|mpc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/mpfr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/mpfr -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/mpfr.info: -------------------------------------------------------------------------------- 1 | mpfr|4.2.2|mpfr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/nasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/nasm -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/nasm.info: -------------------------------------------------------------------------------- 1 | nasm|3.01|nasm 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/node: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/node -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/node.info: -------------------------------------------------------------------------------- 1 | node|25.0.0|node 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/nspr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/nspr -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/nspr.info: -------------------------------------------------------------------------------- 1 | nspr|4.37|nspr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/nss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/nss -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/nss.info: -------------------------------------------------------------------------------- 1 | nss|3.117|nss 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/perl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/perl -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/perl.info: -------------------------------------------------------------------------------- 1 | perl|5.42.0|perl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/pip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/pip -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/pip.info: -------------------------------------------------------------------------------- 1 | pip|25.2|pip 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/ply -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/ply.info: -------------------------------------------------------------------------------- 1 | ply|3.11|ply 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/po4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/po4a -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/po4a.info: -------------------------------------------------------------------------------- 1 | po4a|0.74|po4a 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/ruby: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/ruby -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/ruby.info: -------------------------------------------------------------------------------- 1 | ruby|3.4.7|ruby 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/sip4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/sip4 -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/sip4.info: -------------------------------------------------------------------------------- 1 | sip4|4.19.25|sip4 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/six: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/six -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/six.info: -------------------------------------------------------------------------------- 1 | six|1.17.0|six 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/swig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/swig -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/swig.info: -------------------------------------------------------------------------------- 1 | swig|4.4.0|swig 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/toml -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/toml.info: -------------------------------------------------------------------------------- 1 | toml|0.10.2|toml 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/host-tools/vala -------------------------------------------------------------------------------- /loongarch64/scripts/step/host-tools/vala.info: -------------------------------------------------------------------------------- 1 | vala|0.56.18|vala 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/java_runtime/jdk.info: -------------------------------------------------------------------------------- 1 | jdk|latest|jdk 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/java_runtime/jdk8.info: -------------------------------------------------------------------------------- 1 | jdk8|8u|jdk8 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/lightdm/lightdm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/lightdm/lightdm -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/LVM2.info: -------------------------------------------------------------------------------- 1 | LVM2|2.03.35|LVM2 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/SDL2.info: -------------------------------------------------------------------------------- 1 | SDL2|2.32.10|SDL2 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/acl.info: -------------------------------------------------------------------------------- 1 | acl|2.3.2|acl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/atk.info: -------------------------------------------------------------------------------- 1 | atk|2.38.0|atk 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/attr.info: -------------------------------------------------------------------------------- 1 | attr|2.5.1|attr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/bash.info: -------------------------------------------------------------------------------- 1 | bash|5.3|bash 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/boost.parmfilter: -------------------------------------------------------------------------------- 1 | target=!i686 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/cups.info: -------------------------------------------------------------------------------- 1 | cups|2.4.14|cups 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/curl.info: -------------------------------------------------------------------------------- 1 | curl|8.16.0|curl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/dbus.info: -------------------------------------------------------------------------------- 1 | dbus|1.16.2|dbus 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/fmt.info: -------------------------------------------------------------------------------- 1 | fmt|12.0.0|fmt 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/gcc.info: -------------------------------------------------------------------------------- 1 | gcc|15.2.0|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/gdbm.info: -------------------------------------------------------------------------------- 1 | gdbm|1.26|gdbm 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/glib.info: -------------------------------------------------------------------------------- 1 | glib|2.86.1|glib 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/glu.info: -------------------------------------------------------------------------------- 1 | glu|9.0.3|glu 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/gmp.info: -------------------------------------------------------------------------------- 1 | gmp|6.3.0|gmp 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/gsl.info: -------------------------------------------------------------------------------- 1 | gsl|2.8|gsl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/gtk3.info: -------------------------------------------------------------------------------- 1 | gtk3|3.24.43|gtk3 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/json.info: -------------------------------------------------------------------------------- 1 | json|3.12.0|json 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/krb5.info: -------------------------------------------------------------------------------- 1 | krb5|1.22.1|krb5 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/lame.info: -------------------------------------------------------------------------------- 1 | lame|3.100|lame 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/lmdb.info: -------------------------------------------------------------------------------- 1 | lmdb|LMDB_0.9.31|lmdb 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/lua.info: -------------------------------------------------------------------------------- 1 | lua|5.4.8|lua 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/lz4.info: -------------------------------------------------------------------------------- 1 | lz4|1.10.0|lz4 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/mesa.info: -------------------------------------------------------------------------------- 1 | mesa|25.2.5|mesa 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/mpc.info: -------------------------------------------------------------------------------- 1 | mpc|1.3.1|mpc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/mpfr.info: -------------------------------------------------------------------------------- 1 | mpfr|4.2.2|mpfr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/nspr.info: -------------------------------------------------------------------------------- 1 | nspr|4.37|nspr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/nss.info: -------------------------------------------------------------------------------- 1 | nss|3.117|nss 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/opus.info: -------------------------------------------------------------------------------- 1 | opus|1.3.1|opus 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/orc.info: -------------------------------------------------------------------------------- 1 | orc|0.4.41|orc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/oss4.info: -------------------------------------------------------------------------------- 1 | oss4|4.2-build2020|oss4 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/pcre.info: -------------------------------------------------------------------------------- 1 | pcre|8.45|pcre 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/popt.info: -------------------------------------------------------------------------------- 1 | popt|1.19|popt 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/volk.info: -------------------------------------------------------------------------------- 1 | volk|1.4.304|volk 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/x264.info: -------------------------------------------------------------------------------- 1 | x264|20250815|x264 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/x265.info: -------------------------------------------------------------------------------- 1 | x265|20240812|x265 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/xz.info: -------------------------------------------------------------------------------- 1 | xz|5.8.1|xz 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/zlib.info: -------------------------------------------------------------------------------- 1 | zlib|1.3.1|zlib 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/linux_runtime/zstd.info: -------------------------------------------------------------------------------- 1 | zstd|1.5.7|zstd 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/mingw_sysroot/Windows-QEMU.info: -------------------------------------------------------------------------------- 1 | qemu|10.1.2|qemu 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/mingw_sysroot/mingw-SDL2.info: -------------------------------------------------------------------------------- 1 | SDL2|2.32.10|SDL2 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/mingw_sysroot/mingw-atk.info: -------------------------------------------------------------------------------- 1 | atk|2.38.0|atk 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/mingw_sysroot/mingw-glib.info: -------------------------------------------------------------------------------- 1 | glib|2.86.1|glib 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/mingw_sysroot/mingw-gmp.info: -------------------------------------------------------------------------------- 1 | gmp|6.3.0|gmp 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/mingw_sysroot/mingw-gtk3.info: -------------------------------------------------------------------------------- 1 | gtk3|3.24.43|gtk3 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/mingw_sysroot/mingw-mpc.info: -------------------------------------------------------------------------------- 1 | mpc|1.3.1|mpc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/mingw_sysroot/mingw-mpfr.info: -------------------------------------------------------------------------------- 1 | mpfr|4.2.2|mpfr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/mingw_sysroot/mingw-zlib.info: -------------------------------------------------------------------------------- 1 | zlib|1.3.1|zlib 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/mingw_sysroot/mingw-zstd.info: -------------------------------------------------------------------------------- 1 | zstd|1.5.7|zstd 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/sddm/final_run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/sddm/final_run -------------------------------------------------------------------------------- /loongarch64/scripts/step/sddm/sddm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/sddm/sddm -------------------------------------------------------------------------------- /loongarch64/scripts/step/sddm/sddm.info: -------------------------------------------------------------------------------- 1 | sddm|0.21.0|sddm 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/augeas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/simulate/augeas -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/box64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/simulate/box64 -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/box64-la.info: -------------------------------------------------------------------------------- 1 | box64|git-default|box64 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/box64.info: -------------------------------------------------------------------------------- 1 | box64|git-default|box64 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/dtc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/simulate/dtc -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/dtc.info: -------------------------------------------------------------------------------- 1 | dtc|1.7.2|dtc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/dxvk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/simulate/dxvk -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/dxvk.info: -------------------------------------------------------------------------------- 1 | dxvk|git-default|dxvk 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/hivex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/simulate/hivex -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/lata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/simulate/lata -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/lata.info: -------------------------------------------------------------------------------- 1 | lata|git|lata 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/latx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/simulate/latx -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/latx.info: -------------------------------------------------------------------------------- 1 | latx|git|latx 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/q4wine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/simulate/q4wine -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/qemu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/simulate/qemu -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/qemu.info: -------------------------------------------------------------------------------- 1 | qemu|10.1.2|qemu 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/wine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/simulate/wine -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/wine.info: -------------------------------------------------------------------------------- 1 | wine|10.0|wine 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/yajl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/simulate/yajl -------------------------------------------------------------------------------- /loongarch64/scripts/step/simulate/yajl.info: -------------------------------------------------------------------------------- 1 | yajl|git-default|yajl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/LVM2.info: -------------------------------------------------------------------------------- 1 | LVM2|2.03.35|LVM2 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/URI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/URI -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/URI.info: -------------------------------------------------------------------------------- 1 | URI|5.34|URI 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/acl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/acl -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/acl.info: -------------------------------------------------------------------------------- 1 | acl|2.3.2|acl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/attr.info: -------------------------------------------------------------------------------- 1 | attr|2.5.1|attr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/bash.info: -------------------------------------------------------------------------------- 1 | bash|5.3|bash 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/bc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/bc -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/bc.info: -------------------------------------------------------------------------------- 1 | bc|7.1.0|bc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/cpio.info: -------------------------------------------------------------------------------- 1 | cpio|2.15|cpio 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/curl.info: -------------------------------------------------------------------------------- 1 | curl|8.16.0|curl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/dbus.info: -------------------------------------------------------------------------------- 1 | dbus|1.16.2|dbus 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/dhcp.info: -------------------------------------------------------------------------------- 1 | dhcp|4.4.3-P1|dhcp 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/file.info: -------------------------------------------------------------------------------- 1 | file|5.46|file 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/flex.info: -------------------------------------------------------------------------------- 1 | flex|2.6.4|flex 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gawk.info: -------------------------------------------------------------------------------- 1 | gawk|5.3.2|gawk 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/gc -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gc.info: -------------------------------------------------------------------------------- 1 | gc|8.2.8|gc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/gcc -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gcc.info: -------------------------------------------------------------------------------- 1 | gcc|15.2.0|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gcc.watch_step: -------------------------------------------------------------------------------- 1 | glibc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/gdb -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gdb.info: -------------------------------------------------------------------------------- 1 | gdb|16.3|gdb 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gdbm.info: -------------------------------------------------------------------------------- 1 | gdbm|1.26|gdbm 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/git: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/git -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/git.info: -------------------------------------------------------------------------------- 1 | git|2.51.1|git 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/glib.info: -------------------------------------------------------------------------------- 1 | glib|2.86.1|glib 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/glib.watch_step: -------------------------------------------------------------------------------- 1 | glib_pre 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/glib_pre.info: -------------------------------------------------------------------------------- 1 | glib|2.86.1|glib 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/glibc.watch_step: -------------------------------------------------------------------------------- 1 | linux-header 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/gmp -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gmp.info: -------------------------------------------------------------------------------- 1 | gmp|6.3.0|gmp 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/gpm -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gpm.info: -------------------------------------------------------------------------------- 1 | gpm|1.20.7|gpm 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/grep.info: -------------------------------------------------------------------------------- 1 | grep|3.12|grep 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/gzip.info: -------------------------------------------------------------------------------- 1 | gzip|1.14|gzip 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/inih.info: -------------------------------------------------------------------------------- 1 | inih|r62|inih 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/kbd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/kbd -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/kbd.info: -------------------------------------------------------------------------------- 1 | kbd|2.9.0|kbd 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/kmod.info: -------------------------------------------------------------------------------- 1 | kmod|34.2|kmod 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/lcms.info: -------------------------------------------------------------------------------- 1 | lcms|2.17|lcms 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/less.info: -------------------------------------------------------------------------------- 1 | less|685|less 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/lua -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/lua.info: -------------------------------------------------------------------------------- 1 | lua|5.4.8|lua 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/lzo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/lzo -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/lzo.info: -------------------------------------------------------------------------------- 1 | lzo|2.10|lzo 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/m4 -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/m4.info: -------------------------------------------------------------------------------- 1 | m4|1.4.20|m4 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/make.info: -------------------------------------------------------------------------------- 1 | make|4.4.1|make 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/mpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/mpc -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/mpc.info: -------------------------------------------------------------------------------- 1 | mpc|1.3.1|mpc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/mpfr.info: -------------------------------------------------------------------------------- 1 | mpfr|4.2.2|mpfr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/npth.info: -------------------------------------------------------------------------------- 1 | npth|1.8|npth 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/nspr.info: -------------------------------------------------------------------------------- 1 | nspr|4.37|nspr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/nss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/nss -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/nss.info: -------------------------------------------------------------------------------- 1 | nss|3.117|nss 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/pcre.info: -------------------------------------------------------------------------------- 1 | pcre|8.45|pcre 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/perl.info: -------------------------------------------------------------------------------- 1 | perl|5.42.0|perl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/pip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/pip -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/pip.info: -------------------------------------------------------------------------------- 1 | pip|25.2|pip 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/sed -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/sed.info: -------------------------------------------------------------------------------- 1 | sed|4.9|sed 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/sudo.info: -------------------------------------------------------------------------------- 1 | sudo|1.9.17p2|sudo 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/tar -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/tar.info: -------------------------------------------------------------------------------- 1 | tar|1.35|tar 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/tcl -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/tcl.info: -------------------------------------------------------------------------------- 1 | tcl|8.6.14|tcl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/tiff.info: -------------------------------------------------------------------------------- 1 | tiff|4.7.1|tiff 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/vala.info: -------------------------------------------------------------------------------- 1 | vala|0.56.18|vala 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/vim -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/vim.info: -------------------------------------------------------------------------------- 1 | vim|9.1.1868|vim 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/wget.info: -------------------------------------------------------------------------------- 1 | wget|1.25.0|wget 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/xz -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/xz.info: -------------------------------------------------------------------------------- 1 | xz|5.8.1|xz 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/target_base/zip -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/zip.info: -------------------------------------------------------------------------------- 1 | zip|30|zip 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/zlib.info: -------------------------------------------------------------------------------- 1 | zlib|1.3.1|zlib 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/target_base/zstd.info: -------------------------------------------------------------------------------- 1 | zstd|1.5.7|zstd 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/compat_make.info: -------------------------------------------------------------------------------- 1 | make|4.3|make 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/cross-elfutils.parmfilter: -------------------------------------------------------------------------------- 1 | compat=1 2 | host=x86_64 3 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/cross-gcc-libc.info: -------------------------------------------------------------------------------- 1 | gcc|15.2.0|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/cross-gcc.info: -------------------------------------------------------------------------------- 1 | gcc|15.2.0|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/cross-gdb.info: -------------------------------------------------------------------------------- 1 | gdb|16.3|gdb 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/toolchain/gcc -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/gcc-libc.info: -------------------------------------------------------------------------------- 1 | gcc|15.2.0|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/gcc.info: -------------------------------------------------------------------------------- 1 | gcc|15.2.0|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/gcc_git-libc.watch_step: -------------------------------------------------------------------------------- 1 | gcc_git 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/glibc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/toolchain/glibc -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/gmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/toolchain/gmp -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/gmp.info: -------------------------------------------------------------------------------- 1 | gmp|6.3.0|gmp 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/mpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/toolchain/mpc -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/mpc.info: -------------------------------------------------------------------------------- 1 | mpc|1.3.1|mpc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/mpfr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/toolchain/mpfr -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/mpfr.info: -------------------------------------------------------------------------------- 1 | mpfr|4.2.2|mpfr 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/musl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/toolchain/musl -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/musl.info: -------------------------------------------------------------------------------- 1 | musl|1.2.5|musl 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/qemu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/toolchain/qemu -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/qemu.info: -------------------------------------------------------------------------------- 1 | qemu|10.1.2|qemu 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/zlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/toolchain/zlib -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/zlib.info: -------------------------------------------------------------------------------- 1 | zlib|1.3.1|zlib 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/zstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/toolchain/zstd -------------------------------------------------------------------------------- /loongarch64/scripts/step/toolchain/zstd.info: -------------------------------------------------------------------------------- 1 | zstd|1.5.7|zstd 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/unusual/gtk4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/unusual/gtk4 -------------------------------------------------------------------------------- /loongarch64/scripts/step/unusual/gtk4.info: -------------------------------------------------------------------------------- 1 | gtk4|4.21.0|gtk4 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/unusual/libstdc++.info: -------------------------------------------------------------------------------- 1 | gcc|rpm_git|gcc 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/unusual/mesa_nollvm.info: -------------------------------------------------------------------------------- 1 | mesa|25.2.5|mesa 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/unusual/qt5-qtbase.info: -------------------------------------------------------------------------------- 1 | qt5|5.15.17|qt5 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/unusual/qt6-qtbase.info: -------------------------------------------------------------------------------- 1 | qt6|6.9.3|qt6 2 | -------------------------------------------------------------------------------- /loongarch64/scripts/step/wm-lxde/libfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/wm-lxde/libfm -------------------------------------------------------------------------------- /loongarch64/scripts/step/wm-lxde/libwnck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/wm-lxde/libwnck -------------------------------------------------------------------------------- /loongarch64/scripts/step/wm-lxde/lxinput: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/wm-lxde/lxinput -------------------------------------------------------------------------------- /loongarch64/scripts/step/wm-lxde/lxpanel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/wm-lxde/lxpanel -------------------------------------------------------------------------------- /loongarch64/scripts/step/wm-lxde/lxrandr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/wm-lxde/lxrandr -------------------------------------------------------------------------------- /loongarch64/scripts/step/wm-lxde/lxtask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/wm-lxde/lxtask -------------------------------------------------------------------------------- /loongarch64/scripts/step/wm-lxde/openbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/wm-lxde/openbox -------------------------------------------------------------------------------- /loongarch64/scripts/step/wm-lxde/pcmanfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/wm-lxde/pcmanfm -------------------------------------------------------------------------------- /loongarch64/scripts/step/wm-lxde/vte28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/scripts/step/wm-lxde/vte28 -------------------------------------------------------------------------------- /loongarch64/set_released.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/set_released.sh -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/attica: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/attica -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/create_files: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/final_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/karchive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/karchive -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/kauth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/kauth -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/kcodecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/kcodecs -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/kconfig -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/kcrash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/kcrash -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/kdoctools: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/kdoctools -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/ki18n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/ki18n -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/kio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/kio -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/knewstuff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/knewstuff -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/kpackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/kpackage -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/kplotting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/kplotting -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/kservice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/kservice -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/kxmlgui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/kxmlgui -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/overlay_temp_fix_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/solid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/solid -------------------------------------------------------------------------------- /loongarch64/sources/url/DE-KDE/sonnet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/DE-KDE/sonnet -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-ark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-ark -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-attica: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-attica -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-baloo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-baloo -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-breeze: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-breeze -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-dragon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-dragon -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-elisa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-elisa -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-juk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-juk -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-k3b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-k3b -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kate -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kauth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kauth -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kcalc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kcalc -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kcrash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kcrash -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kdav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kdav -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kded -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kdesu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kdesu -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kdnssd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kdnssd -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kfind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kfind -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kgamma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kgamma -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-ki18n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-ki18n -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kigo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kigo -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kimap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kimap -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kio -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kldap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kldap -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kmbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kmbox -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kmime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kmime -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kmines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kmines -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kparts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kparts -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kpty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kpty -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-krdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-krdc -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-krfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-krfb -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kruler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kruler -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-ksmtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-ksmtp -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-ksvg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-ksvg -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-kwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-kwin -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-milou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-milou -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-oxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-oxygen -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-prison: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-prison -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-solid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-solid -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDE6-sonnet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDE6-sonnet -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/KDSoap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/KDSoap -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/OpenTimelineIO-python.gitinfo: -------------------------------------------------------------------------------- 1 | ||1|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/OpenTimelineIO.gitinfo: -------------------------------------------------------------------------------- 1 | ||1|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/chai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/chai -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/corevoikko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/corevoikko -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/create_files: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/final_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/gnugo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/gnugo -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/hfst-ospell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/hfst-ospell -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/kdiagram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/kdiagram -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/kmoretools: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/kmoretools -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/kmoretools.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/ktextaddons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/ktextaddons -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/libdmtx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/libdmtx -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/libfakekey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/libfakekey -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/libxml++2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/libxml++2 -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/openal-soft: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/overlay_temp_fix_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/phonon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/phonon -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/pygdbmi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/pygdbmi -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/qca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/qca -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/qcoro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/qcoro -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/qtkeychain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/qtkeychain -------------------------------------------------------------------------------- /loongarch64/sources/url/KDE6/zxing-cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/KDE6/zxing-cpp -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/SPIRV-Headers.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/SPIRV-LLVM-Translator_git.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/SPIRV-Tools.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/aom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/aom -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/aom.gitinfo: -------------------------------------------------------------------------------- 1 | ||1|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/apr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/apr -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/atk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/atk -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/bpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/bpf -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/final_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/fmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/fmt -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/gcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/gcr -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/glaxnimate.gitinfo: -------------------------------------------------------------------------------- 1 | ||1|手工| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/glm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/glm -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/glu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/glu -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/gsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/gsl -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/jq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/jq -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/jq.gitinfo: -------------------------------------------------------------------------------- 1 | ||1|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/libcamera.gitinfo: -------------------------------------------------------------------------------- 1 | ||1|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/libimobiledevice.gitinfo: -------------------------------------------------------------------------------- 1 | ||1|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/libiscsi.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/libseccomp.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/libyuv.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/lit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/lit -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/luajit2.gitinfo: -------------------------------------------------------------------------------- 1 | v2.1-loongarch64||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/lz4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/lz4 -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/mad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/mad -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/mesa_git.gitinfo: -------------------------------------------------------------------------------- 1 | main||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/mlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/mlt -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/orc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/orc -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/ply -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/ppp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/ppp -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/pyside6.gitinfo: -------------------------------------------------------------------------------- 1 | 6.9.3||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/qt5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/qt5 -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/qt6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/qt6 -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/qtwebkit.gitinfo: -------------------------------------------------------------------------------- 1 | ||1|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/seatd.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/shiboken6.gitinfo: -------------------------------------------------------------------------------- 1 | 6.9.3||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/six: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/six -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/tk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/tk -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/twm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/twm -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/utfcpp.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/vlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/vlc -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/vte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/vte -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/xev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/xev -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/xpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/xpr -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/xwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/xwd -------------------------------------------------------------------------------- /loongarch64/sources/url/base_support/zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/base_support/zsh -------------------------------------------------------------------------------- /loongarch64/sources/url/benchmark/CPU-X: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/benchmark/CPU-X -------------------------------------------------------------------------------- /loongarch64/sources/url/benchmark/dist_sysroot: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/benchmark/glmark2.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/benchmark/vkmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/benchmark/vkmark -------------------------------------------------------------------------------- /loongarch64/sources/url/benchmark/vkmark.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/boot/bootimage-squashfs: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/boot/breeze-grub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/boot/breeze-grub -------------------------------------------------------------------------------- /loongarch64/sources/url/boot/create_files: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/boot/dist_sysroot: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/boot/grub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/boot/grub -------------------------------------------------------------------------------- /loongarch64/sources/url/boot/linux-kernel_git.gitinfo: -------------------------------------------------------------------------------- 1 | loongarch-next||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/computer_language/fpc.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|手工| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/computer_language/llvm-project.gitinfo: -------------------------------------------------------------------------------- 1 | main||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/SPIRV-LLVM-Translator_git.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/binutils_git.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/fpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/cross-tools/fpc -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/fpc.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|手工| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/cross-tools/gcc -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/gcc_git.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/gcc_git_nolibc.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/gdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/cross-tools/gdb -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/grub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/cross-tools/grub -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/llvm-project_git.gitinfo: -------------------------------------------------------------------------------- 1 | main||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/qemu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/cross-tools/qemu -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/qemu-wrapper: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/qemu_git.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/qt5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/cross-tools/qt5 -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/qt6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/cross-tools/qt6 -------------------------------------------------------------------------------- /loongarch64/sources/url/cross-tools/vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/cross-tools/vala -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/Celestia.gitinfo: -------------------------------------------------------------------------------- 1 | ||1|每月| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/CelestiaContent.gitinfo: -------------------------------------------------------------------------------- 1 | ||1|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/GSL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/GSL -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/OCCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/OCCT -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/VTK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/VTK -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/babl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/babl -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/begin_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/create_files: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/dist_sysroot: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/edit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/edit -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/erfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/erfa -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/final_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/gegl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/gegl -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/gimp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/gimp -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/glad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/glad -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/hdf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/hdf5 -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/indi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/indi -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/inkscape.gitinfo: -------------------------------------------------------------------------------- 1 | ||1|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/kodi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/kodi -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/libXISF.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/libtorrent.gitinfo: -------------------------------------------------------------------------------- 1 | ||1|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/med: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/med -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/mpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/mpv -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/nng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/nng -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/pcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/pcl -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/pivy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/pivy -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/plog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/plog -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/pybind11-python.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/pybind11.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/pystring.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/qbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/qbs -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/qqwing.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/rapidjson.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/shairplay.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/ssr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/desktop-app/ssr -------------------------------------------------------------------------------- /loongarch64/sources/url/desktop-app/tinyxml.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/game_emu/Catch2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/game_emu/Catch2 -------------------------------------------------------------------------------- /loongarch64/sources/url/game_emu/final_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/game_emu/libretro-beetle-psx.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/game_emu/libretro-bsnes.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/game_emu/libretro-common-overlays.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/game_emu/libretro-core-info.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/game_emu/libretro-dosbox.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/game_emu/libretro-mame2003-plus.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/game_emu/libretro-mame2010.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/game_emu/libretro-snes9x2010.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/game_emu/overlay_temp_fix_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/game_emu/retroarch-assets.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/Babel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/Babel -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/JSON: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/JSON -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/Mako: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/Mako -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/URI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/URI -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/attrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/attrs -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/bs4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/bs4 -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/chai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/chai -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/cmake -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/curl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/curl -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/dbus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/dbus -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/dune: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/dune -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/fancy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/fancy -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/file -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/gcc -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/glib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/glib -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/gmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/gmp -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/groff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/groff -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/guile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/guile -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/icu4c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/icu4c -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/idna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/idna -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/lua -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/lxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/lxml -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/lzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/lzip -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/m4 -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/make -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/meson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/meson -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/mpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/mpc -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/mpfr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/mpfr -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/nasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/nasm -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/ninja -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/node: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/node -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/nspr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/nspr -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/nss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/nss -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/ocaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/ocaml -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/pcre2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/pcre2 -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/perl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/perl -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/pip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/pip -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/ply -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/po4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/po4a -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/pyside6.gitinfo: -------------------------------------------------------------------------------- 1 | 6.9.3||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/ruby: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/ruby -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/scons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/scons -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/sip4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/sip4 -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/six: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/six -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/swig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/swig -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/toml -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/tomli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/tomli -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/unzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/unzip -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/vala -------------------------------------------------------------------------------- /loongarch64/sources/url/host-tools/wheel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/host-tools/wheel -------------------------------------------------------------------------------- /loongarch64/sources/url/java_runtime/dist_sysroot: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/java_runtime/jdk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/java_runtime/jdk -------------------------------------------------------------------------------- /loongarch64/sources/url/java_runtime/jdk.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/java_runtime/jdk11.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/java_runtime/jdk17.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/java_runtime/jdk21.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|手工| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/java_runtime/jdk8.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/java_runtime/set-default-java: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/lightdm/dist_sysroot: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/lightdm/final_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/lightdm/lightdm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/lightdm/lightdm -------------------------------------------------------------------------------- /loongarch64/sources/url/linux_runtime/SPIRV-Headers.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/linux_runtime/SPIRV-Tools.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/linux_runtime/dist_sysroot: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/linux_runtime/final_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/linux_runtime/fix_sysroot: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/linux_runtime/libseccomp.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/linux_runtime/make_directory: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/linux_runtime/xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/linux_runtime/xz -------------------------------------------------------------------------------- /loongarch64/sources/url/mingw_sysroot/create_commfile: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/sddm/final_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/sddm/overlay_temp_fix_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/sddm/sddm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/sddm/sddm -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/augeas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/simulate/augeas -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/box64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/simulate/box64 -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/box64-la.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|每次| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/box64.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|每次| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/dtc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/simulate/dtc -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/dxvk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/simulate/dxvk -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/dxvk.gitinfo: -------------------------------------------------------------------------------- 1 | ||1|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/final_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/fuseiso: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/simulate/fuseiso -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/gtk-vnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/simulate/gtk-vnc -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/hivex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/simulate/hivex -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/lata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/simulate/lata -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/lata.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|每次| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/latx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/simulate/latx -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/latx.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|每次| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/qemu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/simulate/qemu -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/qemu_git.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/set-default-emu: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/virt-manager.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/virt-viewer.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/wine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/simulate/wine -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/yajl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/simulate/yajl -------------------------------------------------------------------------------- /loongarch64/sources/url/simulate/yajl.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/target_base/binutils_git.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/target_base/dist_sysroot: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/target_base/distro_info: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/target_base/final_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/target_base/gcc_git.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/target_base/ldd_cache: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/target_base/llvm-project_git.gitinfo: -------------------------------------------------------------------------------- 1 | main||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/target_base/llvm_runtimes_git.gitinfo: -------------------------------------------------------------------------------- 1 | main||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/target_base/make_directory: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/target_base/valgrind.gitinfo: -------------------------------------------------------------------------------- 1 | |||| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/binutils_git.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/cross-binutils_git.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/cross-gcc_git-libc.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/cross-gcc_git.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/cross-gdb_git.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/cross-llvm-project.gitinfo: -------------------------------------------------------------------------------- 1 | main||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/dist-cross-gcc: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/dist-cross-gcc-libc: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/dist-cross-llvm-project: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/dist-cross-llvm-runtimes: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/toolchain/gcc -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/gcc_git-libc.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/gcc_git.gitinfo: -------------------------------------------------------------------------------- 1 | ||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/gmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/toolchain/gmp -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/llvm-project.gitinfo: -------------------------------------------------------------------------------- 1 | main||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/llvm-runtimes.gitinfo: -------------------------------------------------------------------------------- 1 | main||0|| 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/toolchain/mpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/toolchain/mpc -------------------------------------------------------------------------------- /loongarch64/sources/url/unusual/gtk4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/unusual/gtk4 -------------------------------------------------------------------------------- /loongarch64/sources/url/unusual/libstdc++.gitinfo: -------------------------------------------------------------------------------- 1 | openEuler-24.03-LTS-SP2||0||rpm 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/wm-lxde/final_run: -------------------------------------------------------------------------------- 1 | NULL 2 | -------------------------------------------------------------------------------- /loongarch64/sources/url/wm-lxde/libfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/wm-lxde/libfm -------------------------------------------------------------------------------- /loongarch64/sources/url/wm-lxde/vte28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/sources/url/wm-lxde/vte28 -------------------------------------------------------------------------------- /loongarch64/step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/step -------------------------------------------------------------------------------- /loongarch64/strip_os.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/strip_os.sh -------------------------------------------------------------------------------- /loongarch64/tools/final_step.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/tools/final_step.sh -------------------------------------------------------------------------------- /loongarch64/tools/get_version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/tools/get_version.sh -------------------------------------------------------------------------------- /loongarch64/tools/git_clone.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/tools/git_clone.sh -------------------------------------------------------------------------------- /loongarch64/tools/git_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/tools/git_test.sh -------------------------------------------------------------------------------- /loongarch64/tools/kernel_pack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/tools/kernel_pack.sh -------------------------------------------------------------------------------- /loongarch64/tools/pack_archive_dir.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/tools/pack_archive_dir.sh -------------------------------------------------------------------------------- /loongarch64/tools/split_step.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/tools/split_step.sh -------------------------------------------------------------------------------- /loongarch64/tools/strip_step.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/loongarch64/tools/strip_step.sh -------------------------------------------------------------------------------- /说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunhaiyong1978/Yongbao/HEAD/说明.md --------------------------------------------------------------------------------