惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
Stack Overflow Blog
Stack Overflow Blog
人人都是产品经理
人人都是产品经理
Y
Y Combinator Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
D
DataBreaches.Net
GbyAI
GbyAI
Microsoft Security Blog
Microsoft Security Blog
博客园_首页
大猫的无限游戏
大猫的无限游戏
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Engineering at Meta
Engineering at Meta
IT之家
IT之家
MongoDB | Blog
MongoDB | Blog
The GitHub Blog
The GitHub Blog
月光博客
月光博客
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
腾讯CDC
B
Blog RSS Feed
博客园 - Franky
爱范儿
爱范儿

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - opentrack
2026-06-11 · via AUR Newest Packages

Pinned Comments

gugah commented on 2026-02-25 14:12 (UTC) (edited on 2026-02-25 14:13 (UTC) by gugah)

@asura thanks for the comment, I added qt6-declarative to the make dependencies. I had it as a dependency and didn't notice it's required in the build.

I've also patched tracker-neuralnet with the latest specification of onnxruntime_cxx_api.h, the build wasn't working (tested with onnxruntime-cpu, need help testing the other variants).

As mentioned in previous comments, when wine or other dynamically linked dependencies are updated, a rebuild may be required: paru -S --rebuild opentrack

gugah commented on 2026-06-11 15:09 (UTC)

@judorange thanks for your remarks. I've addressed all the issues you pointed out:

  • added libgomp and openmp to optional depends (are you building with clang instead of GCC? in such case you are right about using openmp instead of libgomp... I'm wondering if that's your case)
  • print warning messages if any of onnxruntime or openmp libs are missing (upstream makes it fail silently, true, I guess because not everyone may be interested in the neuralnet feature)
  • added qt6-5compat to dependencies
  • patched #2151 causing low fps with #2146 (this fix is not shipped with 2026.1.0 but it's so basic I back-ported it)

judorange commented on 2026-03-03 20:19 (UTC) (edited on 2026-03-03 22:01 (UTC) by judorange)

gugah commented on 2026-02-25 14:12 (UTC) (edited on 2026-02-25 14:13 (UTC) by gugah)

@asura thanks for the comment, I added qt6-declarative to the make dependencies. I had it as a dependency and didn't notice it's required in the build.

I've also patched tracker-neuralnet with the latest specification of onnxruntime_cxx_api.h, the build wasn't working (tested with onnxruntime-cpu, need help testing the other variants).

As mentioned in previous comments, when wine or other dynamically linked dependencies are updated, a rebuild may be required: paru -S --rebuild opentrack

asura commented on 2026-02-16 15:25 (UTC)

Thanks for the package!

I needed to install qt6-declarative to make it build. /usr/lib/qt6/bin/lupdate which runs during the build links against libQt6Qml.so.6 which is available through qt6-declarative.

pirate_simon commented on 2026-01-28 19:35 (UTC)

I installed onnxruntime only after discovering neural wasn't available in the inputs drop down, paru -S --rebuild opentrackwas needed to get it working.

@gugah Thank You for your time on this repo

gugah commented on 2026-01-06 13:26 (UTC) (edited on 2026-01-06 17:54 (UTC) by gugah)

I've added a post-install message for the X-Plane plugin because it requires user intervention to move it to the proper plugin directory.

So far I've tested:

Inputs: PointTracker 1.1, neuralnet-tracker

Outputs: Flightgear, UDP, Wine (with the plugin in X-Plane 11)

I may want to try the aruco tracer next, but it requires https://aur.archlinux.org/packages/aruco or even maybe the variant https://github.com/opentrack/aruco. @jebez you may be interested in installing onnxruntime-cpu before opentrack to add another input (neuralnettracker)

jebez commented on 2026-01-05 19:53 (UTC)

Done, I wonder why no upstream answer, they prefer Window$ than Linux? Argh...

gugah commented on 2026-01-05 19:17 (UTC)

jebez commented on 2026-01-05 18:40 (UTC)

gugah commented on 2026-01-05 18:11 (UTC) (edited on 2026-01-05 18:14 (UTC) by gugah)

@jebez, I'm a co-maintainer of this package, doing it just voluntarily (the package was not even compiling when I updated it last year). I'm neither an upstream (opentrack) dev.

Feel free to submit a request an take over the package, or again, build it yourself instead of complaining here. btw, you just created an account to complain in comments? what are you? an open source PM?

Need the aruco paper marker tracer? build https://github.com/opentrack/aruco and link it to opentrack...

I'm checking why the xplane plugin doesn't show up (just noticed the windows build doesn't have it either, but opentrack.xpl is built in our package but maybe not installed)