Search Criteria
Package Details: openterface_qt-git 0.3.1.r1.gcac5ee1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openterface_qt-git.git (read-only, click to copy) |
|---|---|
| Package Base: | openterface_qt-git |
| Description: | Openterface Mini-KVM Host Application |
| Upstream URL: | https://openterface.com/ |
| Licenses: | AGPL-3.0-only |
| Conflicts: | openterface_qt |
| Provides: | openterface_qt |
| Submitter: | szlig |
| Maintainer: | szlig |
| Last Packager: | szlig |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-11-26 22:01 (UTC) |
| Last Updated: | 2025-04-15 20:59 (UTC) |
Dependencies (10)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libusb (libusb-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-hifpsAUR)
- qt6-multimedia
- qt6-multimedia-ffmpeg
- qt6-serialport
- qt6-svg
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-tools (make)
Latest Comments
starfry commented on 2025-11-25 09:43 (UTC)
Compile failed at link stage. I had to add two libraries to get it to link. Then, it produced a package which installs and runs.
I amended the
makecommand in the PKGBUILD toSUBLIBS="-lX11 -lturbojpeg" make. I am not sure if this is the best way to do it, but it worked for me.stop50 commented on 2025-04-02 22:13 (UTC)
could you add the call "/usr/lib/qt6/bin/lrelease openterfaceQT.pro" from the non-git package? this fixes an problem with missing files in the build