summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-08-16Add a .install for host package and move the existing .install to the client ↵Omar Pakker
and OBS plugin. Upstream does not provide support for the Linux host component of LookingGlass. This is explicitly mentioned in their documentation but is not read by everyone. This .install file will explicitly tell them to not ask for support for this component. The existing .install script was only applicable/relevant when using the client or OBS plugin. This moves it to those packages so the user is no longer prompted to grab the Windows host component when it is not at all relevant for those other packages.
2025-08-09Rebuild bump (libsframe.so version was bumped)Omar Pakker
2025-05-21Drop merged patch and fix some minor Arch Linux PKGBUILD expectations.Omar Pakker
2025-03-08Drop PR 1154 patch. The fix is upstream now.Omar Pakker
2025-02-03Include upstream PR 1154 to fix module builds on kernel 6.13.Omar Pakker
2023-05-08Quick (and slightly dirty..) work-around for host build failure.Omar Pakker
Cause seems to be the gcc 12->13 change.
2023-05-02namcap: Make implicitly used makedepends explicit.Omar Pakker
2023-04-29Clean up namcap dependency warnings/errors.Omar Pakker
2022-12-24Add pipewire dependency to host applicationOmar Pakker
Enabled by default upstream in commit f01489720fd49603cca4604570c30d427eea2e93
2022-10-26When updating submodules, set protocol.file.allow=alwaysOmar Pakker
CVE-2022-39253 changed the default value to 'user'. This breaks cloning of local filesystem (file://) submodules. Explicitly set it to allow so source array clones can be used normally.
2022-10-26When updating submodules, set protocol.file.allow=alwaysOmar Pakker
CVE-2022-39253 changed the default value to 'user'. This breaks cloning of local filesystem (file://) submodules. Explicitly set it to allow so source array clones can be used normally.
2022-02-01Add libsamplerate dependency.Omar Pakker
Introduced with upstream commit dd2d84a08009cc465dda8352bbf4be553463a88c
2021-12-30Add client audiodev dependencies.Omar Pakker
Introduced with the following upstream commits: - e810577317fd0120bdae98f119e1f7ded6162b05 (pipewire) - 90dd1f3913c9595e7bda50dbe52c6605d1284720 (pulseaudio)
2021-08-19Add libxkbcommon dependency. Introduced by upstream commit ↵Omar Pakker
70457604900eec31cf988b716f7b4518ab7d6927
2021-08-02Add libxpresent dependency introduced by upstream commit ↵Omar Pakker
891ee3e789e2c530762bbd1b97701e8beace1377
2021-08-02Add libxcursor dependency introduced by upstream commit ↵Omar Pakker
5e2dd589a10df1ef321bbb8534b2620e5b5861bb
2021-07-19Update to be compatible with post B4 changes.Omar Pakker
2021-07-01Update dependencies; drop SDL2, add dependencies on GL and EGL.Omar Pakker
The SDL2 displayserver component is now an optional/legacy and default disabled upstream. Provides 2 renderers; GL and EGL. SDL2 previously pulled these in transitively, now explicit.
2021-05-30Update dependencies; drop SDL2, add dependencies on GL and EGL.Omar Pakker
The SDL2 displayserver component is now an optional/legacy and default disabled upstream. Provides 2 renderers; GL and EGL. SDL2 previously pulled these in transitively, now explicit.
2021-02-22Re-add Linux host application as it builds again.Omar Pakker
2021-01-20Add dependency on libxss. Dependency added upstream by commit ee8c883.Omar Pakker
https://github.com/gnif/LookingGlass/commit/ee8c883201c2d59667321d581a1a6db7b1fc6a1d
2021-01-18Add wayland-protocols makedepends itemOmar Pakker
2020-10-17Streamline & clean PKGBUILD contents a bit moreOmar Pakker
2020-07-24Add kernel module header file. This file was introduced at some point.Omar Pakker
2020-05-26Remove c-host patch as it has been broken with the rename of c-host to host. ↵Omar Pakker
Additionally, even when patched it would not be possible to build anyway so no point keeping it around.
2020-05-23Update build process to latest commit; LGMP repo submodule location moved, ↵Omar Pakker
c-host for Linux removed as that is broken atm.
2020-04-15Remove -O0 override, issue was fixed upstream.Omar Pakker
2020-03-28Update to be able to build against the latest revision and package the OBS ↵Omar Pakker
plugin.
2019-07-25Update upstream version number representation so we hopefully do not have to ↵Omar Pakker
keep bumping epoch. This means B1-rc6 would now be B1rc6 instead of B1_rc6. This for now assumes that: - Future tags are Releases and RCs only - Those Releases will still be tagged as [A-Z][0-9]+ (e.g. B1, B2, C1, ...) - Those RCs will still be tagged as -rc[0-9]+ (e.g. B1-rc6, B2-rc1, C1-rc3, ...) Otherwise `vercmp` results will change again and we will have to re-evaluate.
2019-06-04Correct libconfig dependency removal; did remove the depends entry but ↵Omar Pakker
forgot to do so for the makedepends.
2019-06-02Update reference to the latest host application as the original appveyor ↵Omar Pakker
link is dead nowadays.
2019-06-02Remove dkms.conf file as upstream now provides one.Omar Pakker
2019-06-02Updated for B1-rc* releases; use provided dkms.conf, add linux c-host. Epoch ↵Omar Pakker
bumped due to the inconsistent/alphanumeric versioning which causes the latest version to be seen as older
2018-07-23Add install script to direct users to grab the latest Windows host ↵Omar Pakker
application or just switch to the versioned releases.
2018-06-02Nettle has replaced openssl and the project has been changed to use cmake.Omar Pakker
2018-05-18Add the needed depends missing from makedependsOmar Pakker
2018-05-18Add a package for the new kernel moduleOmar Pakker
2018-01-06Add libva dependency introduced with commit ↵Omar Pakker
076a45acc559f094c52501c7b8832f023a6d0fb8
2017-12-28Add libconfig dependency which became a requirement with commit ↵Omar Pakker
40bfdcdf8c6924307dfd59bd432d0e84c750beb2
2017-12-15Change pkgver() to use un-annotated tags.Omar Pakker
2017-12-14License is GPL2.Omar Pakker
2017-12-14Initial commit for the looking-glass clientOmar Pakker