Package Details: obs-plugin-looking-glass 2:B6-9

Git Clone URL: https://aur.archlinux.org/looking-glass.git (read-only, click to copy)
Package Base: looking-glass
Description: Plugin for OBS Studio to stream directly from Looking Glass without having to record the Looking Glass client
Upstream URL: https://looking-glass.io/
Licenses: GPL2
Submitter: Omar007
Maintainer: Omar007
Last Packager: Omar007
Votes: 37
Popularity: 0.63
First Submitted: 2017-12-22 16:49 (UTC)
Last Updated: 2024-08-07 11:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

dreieck commented on 2021-03-09 20:39 (UTC)

`looking-glass-module-dkms-git' seems to work, though. Maybe this package here needs an update to a more recent fixed version/ commit?

Omar007 commented on 2021-03-09 18:50 (UTC) (edited on 2021-03-09 18:52 (UTC) by Omar007)

@dreieck: Not much I can do about that, that is an upstream problem. Kernels past 5.9 no longer have the 'res' field afaik so it'd need to be made compatible.

dreieck commented on 2021-03-09 18:25 (UTC)

Somehow dkms fails on me:

DKMS make.log for looking-glass-B2 for kernel 5.11.0-pf3-custom (x86_64)
Tue Mar  9 19:21:18 CET 2021
make -C /usr/lib/modules/5.11.0-pf3-custom/build M=/var/lib/dkms/looking-glass/B2/build modules
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Entering directory '/usr/lib/modules/5.11.0-pf3-custom/build'
  CC [M]  /var/lib/dkms/looking-glass/B2/build/kvmfr.o
/var/lib/dkms/looking-glass/B2/build/kvmfr.c: In function ‘kvmfr_pci_probe’:
/var/lib/dkms/looking-glass/B2/build/kvmfr.c:305:15: error: ‘struct dev_pagemap’ has no member named ‘res’; did you mean ‘ref’?
  305 |   kdev->pgmap.res.start = pci_resource_start(dev, 2);
      |               ^~~
      |               ref
/var/lib/dkms/looking-glass/B2/build/kvmfr.c:306:15: error: ‘struct dev_pagemap’ has no member named ‘res’; did you mean ‘ref’?
  306 |   kdev->pgmap.res.end   = pci_resource_end  (dev, 2);
      |               ^~~
      |               ref
/var/lib/dkms/looking-glass/B2/build/kvmfr.c:307:15: error: ‘struct dev_pagemap’ has no member named ‘res’; did you mean ‘ref’?
  307 |   kdev->pgmap.res.flags = pci_resource_flags(dev, 2);
      |               ^~~
      |               ref
/var/lib/dkms/looking-glass/B2/build/kvmfr.c:308:27: error: ‘MEMORY_DEVICE_DEVDAX’ undeclared (first use in this function); did you mean ‘MEMORY_DEVICE_FS_DAX’?
  308 |   kdev->pgmap.type      = MEMORY_DEVICE_DEVDAX;
      |                           ^~~~~~~~~~~~~~~~~~~~
      |                           MEMORY_DEVICE_FS_DAX
/var/lib/dkms/looking-glass/B2/build/kvmfr.c:308:27: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [scripts/Makefile.build:279: /var/lib/dkms/looking-glass/B2/build/kvmfr.o] Error 1
make[1]: *** [Makefile:1803: /var/lib/dkms/looking-glass/B2/build] Error 2
make[1]: Leaving directory '/usr/lib/modules/5.11.0-pf3-custom/build'
make: *** [Makefile:7: all] Error 2

kana commented on 2021-02-24 21:41 (UTC)

@Omar007 Understood, thanks for the explanation! Just finding my way around Manjaro since I installed it first time 2 weeks ago :)

Omar007 commented on 2021-02-24 09:49 (UTC) (edited on 2021-02-24 09:50 (UTC) by Omar007)

@Kana: release build VS. git head/master build

https://wiki.archlinux.org/index.php/Arch_User_Repository#What_is_the_difference_between_foo_and_foo-git_packages%3F

You can also always check the PKGBUILDs (as one probably should when pulling stuff from the AUR to build a package with to install on ones system which will be done with root access level ;) )
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=looking-glass
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=looking-glass-git

kana commented on 2021-02-24 07:46 (UTC)

Sorry for maybe silly question.. The descriptions don't say anything about it, so I don't quite understand the difference between this package and the other one of virtually same name on https://aur.archlinux.org/packages/looking-glass-git

And what would be the difference if I directly cloned the https://github.com/gnif/LookingGlass.git repository?

svenstaro commented on 2021-01-05 16:19 (UTC)

Url should be updated to https://looking-glass.io/

WilliamImm commented on 2020-10-21 02:35 (UTC)

Kernel module fails to compile with linux >= 5.9 due to a breaking change, see issue #314 for details.

FallenSnow commented on 2020-10-14 00:47 (UTC)

B2 has been released.