Search Criteria
Package Details: looking-glass-host 2:B7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/looking-glass.git (read-only, click to copy) |
---|---|
Package Base: | looking-glass |
Description: | Linux host application for pushing frame data to the LookingGlass IVSHMEM device |
Upstream URL: | https://looking-glass.io/ |
Licenses: | GPL-2.0-or-later |
Submitter: | Omar007 |
Maintainer: | Omar007 |
Last Packager: | Omar007 |
Votes: | 42 |
Popularity: | 1.56 |
First Submitted: | 2017-12-22 16:49 (UTC) |
Last Updated: | 2025-03-08 14:17 (UTC) |
Dependencies (19)
- binutils
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR)
- libxcb (libxcb-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- libsamplerate (libsamplerate-gitAUR) (make)
- libxi (libxi-gitAUR) (make)
- libxpresent (make)
- libxss (make)
- obs-studio (teb-obsAUR, obs-studio-gitAUR, obs-studio-rcAUR, obs-studio-browserAUR, obs-studio-tytan652AUR, obs-studio-libertyAUR, obs-studio-with-websocketsAUR) (make)
- spice-protocol (spice-protocol-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10
qubidt commented on 2019-03-17 19:56 (UTC) (edited on 2019-03-17 20:29 (UTC) by qubidt)
Heads up: this release (a12) of looking-glass won't build against the current version (0.12.15) of spice-protocol because looking-glass was using a deprecated header file that was removed in spice-protocol commit 334cef5. This wasn't fixed until LookingGlass#126 was merged in.
Unfortunately, the current PKGBUILD (version a12-1) will remain broken until a) a new upstream release or b) we backport that fix. Here's a PKGBUILD patch for b)
Omar007 commented on 2019-02-11 08:36 (UTC)
It completes install just fine without any headers; it doesn't depend on headers, 'looking-glass-module-dkms' depends on DKMS. In turn, you do need kernel headers for DKMS to do anything but that does not have to be 'linux-headers'. It depends on your system what headers are needed. Maybe you even need several if you run multiple kernels. You can install those at any point in time and DKMS will (re-)build all installed modules at that time, including this one. Also see https://wiki.archlinux.org/index.php/Dynamic_Kernel_Module_Support
ghidra commented on 2019-02-11 05:59 (UTC)
This package also requires "linux-headers". Without, does not complete install.
rio commented on 2018-12-16 16:53 (UTC) (edited on 2018-12-16 16:56 (UTC) by rio)
For a12 the build system changed to CMake, so to update the
PKGBUILD
change the version toa12
, update thesha512sums
, addcmake
tomakedepends
and replace thebuild
-block by« First ‹ Previous 1 .. 5 6 7 8 9 10