Search Criteria
Package Details: ttfviewer-bin 0.2.8-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ttfviewer-bin.git (read-only, click to copy) |
---|---|
Package Base: | ttfviewer-bin |
Description: | A small tool for developers to view and preview various ttf font/icon image formats. It is based on Qt and opencv frameworks and supports windows/linux/macos. |
Upstream URL: | https://github.com/QQxiaoming/TTFviewer |
Keywords: | preview ttf view |
Licenses: | GPL-3.0-only |
Conflicts: | ttfviewer |
Provides: | ttfviewer |
Submitter: | zxp19821005 |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-04-06 07:42 (UTC) |
Last Updated: | 2024-08-30 03:12 (UTC) |
Dependencies (7)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libgpg-error (libgpg-error-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
Latest Comments
dreieck commented on 2023-07-24 11:21 (UTC) (edited on 2023-07-24 11:27 (UTC) by dreieck)
When I run
TTFviewer
, it fails for me withand exitcote 134.
Maybe you compile from source instead of downloading a precompiled binary?
Run with
gdb
(withdebuginfod
download of debugging symbols for official packages):ltrace TTFviewer
:strace TTFviewer
:Regards!
dreieck commented on 2023-07-24 10:03 (UTC)
Please add
provides=("ttfviewer=${pkgver}")
.Thanks for maintaining!