Search Criteria
Package Details: opentrack-git 1:2.3.13+r6207.20210425.0ddcf4eb-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/opentrack-git.git (read-only, click to copy) |
|---|---|
| Package Base: | opentrack-git |
| Description: | An application dedicated to tracking user's head movements and relaying the information to games and flight simulation software |
| Upstream URL: | https://github.com/opentrack/opentrack/ |
| Licenses: | GPL3 |
| Conflicts: | opentrack |
| Provides: | opentrack |
| Submitter: | popux |
| Maintainer: | Levitating (dreieck) |
| Last Packager: | Levitating |
| Votes: | 4 |
| Popularity: | 0.33 |
| First Submitted: | 2015-04-19 19:31 (UTC) |
| Last Updated: | 2024-12-22 19:15 (UTC) |
Dependencies (7)
- opencv (opencv-cuda)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- wine (wine-stable-nextAUR, wine-stableAUR, wine-pure-gitAUR, wine-pure-gitAUR, wine-tkg-staging-ntsync-binAUR, wine-asahi-gitAUR, wine-gitAUR, wine-staging-gitAUR, wine-cachyosAUR, wine-tkg-staging-wow64-binAUR, wine-tkg-staging-binAUR, wine32AUR, wine-gohryt-wayland-wow64AUR, wine-dwproton-binAUR, wine-dwprotonAUR, wine-staging) (make)
- xplane-sdk-develAUR (make)
Latest Comments
« First ‹ Previous 1 2 3
dreieck commented on 2021-04-29 16:49 (UTC)
Would it be possible to include Aruco tracking capabilities? Thank you!
dreieck commented on 2021-04-29 16:46 (UTC) (edited on 2021-04-29 16:47 (UTC) by dreieck)
I suggest that you add to
$pkgver(i.e. intopkgver()) some code to determine the upstream "official" version of the software, and then increment$epoch(i.e.epoch=1)and then change
provides=('opentrack')toprovides=("opentrack=${pkgver}").There is software version present:
In
"${srcdir}/opentrack":git describe:opentrack-2.2-end-of-alpha-4557-g0ddcf4ebgit describe --tags:opentrack-2.3.13-1-g0ddcf4ebpkgver()could look for example like:Thanks for your maintanence efforts! (or simpler, like just using
"${_ver}"and"${_rev}".)dreieck commented on 2021-04-18 20:44 (UTC) (edited on 2021-04-29 16:30 (UTC) by dreieck)
For me, build fails when I compile with wine support, but succeeds without.
In the
PKGBUILD'sbuild()function I had to change-DSDK_WINE=ONtoto achieve compilation without wine support.
EDIT 2021-04-29: Now it works with
-DSDK_WINE=ON; there also has been another commit to upstream git repo, maybe that changed something.caseyjp1 commented on 2018-04-07 23:39 (UTC)
==> Validating source files with sha256sums... XPSDK300.zip ... FAILED ==> ERROR: One or more files did not pass the validity check! :: Unable to build xplane-sdk-devel - makepkg exited with code: 1
« First ‹ Previous 1 2 3