Package Details: looking-glass-host-git 2:B6.r51.g53525847-1

Git Clone URL: https://aur.archlinux.org/looking-glass-git.git (read-only, click to copy)
Package Base: looking-glass-git
Description: Linux host application for pushing frame data to the LookingGlass IVSHMEM device
Upstream URL: https://looking-glass.io/
Licenses: GPL2
Conflicts: looking-glass-host
Provides: looking-glass-host
Submitter: Omar007
Maintainer: Omar007
Last Packager: Omar007
Votes: 12
Popularity: 0.000000
First Submitted: 2017-12-14 09:38 (UTC)
Last Updated: 2023-05-08 10:14 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

Netboy3 commented on 2021-02-20 15:38 (UTC)

Dependency on glu was removed. Please see commit: https://github.com/gnif/LookingGlass/commit/2973319bff80bf1531265bdbec6707bdda3f40eb

xiretza commented on 2021-01-20 09:59 (UTC)

Now requires makedepends=('libxss') and depends=('libxss') in package_looking-glass-git(): https://github.com/gnif/LookingGlass/commit/8cb0cbb91d21f501d0c3ac367ba98ece284bd8e3

xiretza commented on 2021-01-17 16:39 (UTC)

requires makedepends=('wayland-protocols').

Netboy3 commented on 2020-08-07 16:32 (UTC)

Hi @Omar007. Now that the MinGW cross-compiler toolchain mingw-w64-gcc and all it's dependencies are available in the community repo, you might want to consider adding building the looking-glass Windows host executable to this package.

Omar007 commented on 2020-07-24 11:01 (UTC) (edited on 2020-07-24 11:02 (UTC) by Omar007)

Ah that explains @rku's comment haha. I was looking at that from the perspective of what the module 'package' does without realizing an extra file was added that is needed for even DKMS to be able do its thing after the package is installed.

Pushing an update shortly.

AE86 commented on 2020-07-24 06:54 (UTC)

You forgot to add kvmfr.h into dkms package


    for f in {Makefile,dkms.conf,kvmfr.c,kvmfr.h}; do
        install -Dm644 "${f}" "${pkgdir}/usr/src/${pkgbase}-${pkgver}/${f}"
    done

Omar007 commented on 2020-05-26 21:34 (UTC) (edited on 2020-05-26 21:34 (UTC) by Omar007)

The build and packaging of the c-host was removed already but I'll take out the patch as well. No point in keeping that fix around either if it won't build anyway.

New version will be up in a few minutes.

Meivyn commented on 2020-05-26 20:57 (UTC) (edited on 2021-07-18 23:09 (UTC) by svenstaro)

Since today, I can't build this package. I get this error:

can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/c-host/platform/Linux/capture/XCB/src/xcb.c b/c-host/platform/Linux/capture/XCB/src/xcb.c
|index 3914de3..e779691 100644
|--- a/c-host/platform/Linux/capture/XCB/src/xcb.c
|+++ b/c-host/platform/Linux/capture/XCB/src/xcb.c
--------------------------

It looks like c-host got renamed to host: https://github.com/gnif/LookingGlass/commit/bc7871f630972dfc738e7e50a82ec3d1aacc25f3

Omar007 commented on 2020-05-25 15:48 (UTC) (edited on 2020-05-25 15:48 (UTC) by Omar007)

@rku: I feel like you're hard-compiling the module for your specific kernel then. Taking that route is up to you but be aware that any kernel change may brake it without warning. You'll have to rebuild it yourself.

If you're using this properly, the module is build automatically with DKMS so that it is available for every kernel you have installed and is automatically rebuild when installing, upgrading or downgrading a kernel.

rku commented on 2020-05-25 06:02 (UTC)

I had to include kvmfr.h along with kvmfr.c for this module to build.