Search Criteria
Package Details: fmt9 9.1.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/fmt9.git (read-only, click to copy) |
---|---|
Package Base: | fmt9 |
Description: | Open-source formatting library for C++ |
Upstream URL: | https://fmt.dev/ |
Keywords: | chrono formatting output printf |
Licenses: | MIT |
Provides: | libfmt.so |
Submitter: | abouvier |
Maintainer: | abouvier |
Last Packager: | abouvier |
Votes: | 4 |
Popularity: | 0.169910 |
First Submitted: | 2023-07-30 08:30 (UTC) |
Last Updated: | 2024-04-02 19:57 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (25)
- aseprite (requires libfmt.so)
- caps-log
- caps-log-git
- cemu-git (requires libfmt.so)
- dolphin-emu-git (requires libfmt.so)
- dolphin-emu-nogui-git (requires libfmt.so)
- dolphin-emu-tool-git (requires libfmt.so)
- dolphin-emu-wayland (requires libfmt.so)
- dune-logging
- dynarmic (requires libfmt.so)
- dynarmic-git (requires libfmt.so)
- easyeffects-git (requires libfmt.so)
- fluxengine-git (requires libfmt.so)
- libretro-dolphin-git (requires libfmt.so)
- libretro-pcsx2-git (requires libfmt.so)
- mpd-smbclient (requires libfmt.so)
- nintyfont-git
- pc-ble-driver (requires libfmt.so)
- pteros (requires libfmt.so)
- shadps4 (requires libfmt.so)
- shadps4-git (requires libfmt.so)
- slippi-mainline (requires libfmt.so)
- suyu-dev-git (requires libfmt.so)
- suyu-dev-qt6-git (requires libfmt.so)
- suyu-git (requires libfmt.so)
Latest Comments
« First ‹ Previous 1 2 3
Neko-san commented on 2023-07-31 09:47 (UTC) (edited on 2023-07-31 10:05 (UTC) by Neko-san)
2 tests fail after compilation with Clang+LLVM+LTO, and both of them with this error:
free(): invalid pointer
FabioLolix commented on 2023-07-30 11:09 (UTC)
Hello, please remove
provides=("$_pkgname=$pkgver" 'libfmt.so')
this isn't a drop-in forfmt
, it is installed alongside fmt as you know.The provides trick pacman to believe this is the same as fmt while is not, install this -> remove fmt -> programs no longer start:
« First ‹ Previous 1 2 3