Search Criteria
Package Details: projecteur-git 1.0alpha.203.r649.89bdac1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/projecteur-git.git (read-only, click to copy) |
|---|---|
| Package Base: | projecteur-git |
| Description: | Linux Desktop Application for the Logitech Spotlight device. |
| Upstream URL: | https://github.com/jahnf/Projecteur |
| Licenses: | MIT |
| Conflicts: | projecteur |
| Provides: | projecteur |
| Submitter: | m4dz |
| Maintainer: | dosssman |
| Last Packager: | dosssman |
| Votes: | 5 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-11-16 12:28 (UTC) |
| Last Updated: | 2023-11-13 04:46 (UTC) |
Dependencies (5)
- qt5-graphicaleffects (qt5-graphicaleffects-gitAUR)
- udev (unshitted-systemdAUR, systemd-gitAUR, systemd-liberated-gitAUR, systemd-selinuxAUR, systemd-remove-birthdateAUR, systemd)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
Latest Comments
gbin commented on 2026-08-12 15:02 (UTC)
I kept the old qt5+x11 branch in https://github.com/gbin/Projecteur/tree/legacy/qt5 so we can still patch it for security or compatibility.
We might want to reenable at least Gnome on the main dev but x11 at this point we are better off leaving that as legacy, the codepath are completely diverged with the way we use a video capture now + shaders.
dosssman commented on 2026-08-03 07:31 (UTC) (edited on 2026-08-03 07:36 (UTC) by dosssman)
@gbin Thanks a lot for picking up the upstream project !
I picked up this package from m4dz a while ago while it was orphaned.
I saw
waylandas part of the dependencies in your proposed PKGBUILD, but I have personally been using it with Xorg so far.Does the package still support / compile for Xorg as it is ? I will look into it when I get some time, but asking you now in the meantime.
EDIT: Ok I saw the note on the develop branch of the new upstream about KD6 / Wayland.
Will probably to split this into a legacy package that still works with X and the new one you are working on that mainly targets Wayland.
Cheers !
gbin commented on 2026-08-02 15:27 (UTC) (edited on 2026-08-02 15:36 (UTC) by gbin)
Hi @m4dz, I took over the project from Jahnf, the project had been transferred and now hosted at https://github.com/gbin/Projecteur and the git version should look more like this as I focused first on putting 100% in line with a KDE/qt6 application.
Thanks for your help maintaining arch packages!
Feel free to ping me if you have any questions or if you see I did something stupid somewhere.
xomex commented on 2023-02-28 14:25 (UTC)
Did not build with qt6 for me. Using qt5 (
-DPROJECTEUR_QT_VERSION:STRING="5"in prepare() of PKGBUILD) worked.Error was
qt_generate_foreign_qml_types() is only available in Qt 6.