💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-07-14.txt captured on 2022-07-17 at 02:59:46.
-=-=-=-=-=-=-
[2022-07-14T01:16:30Z] <rohan> yo [2022-07-14T01:17:02Z] <rohan> someone know a way to record screen in sway and record audio with alsa? [2022-07-14T01:20:59Z] <ioraff> https://github.com/emersion/xdg-desktop-portal-wlr [2022-07-14T01:21:12Z] <ioraff> might need pipewire-alsa though [2022-07-14T01:23:24Z] <ioraff> it's more or less packaged in my personal repository [2022-07-14T01:24:09Z] <rohan> thanks [2022-07-14T01:24:30Z] <rohan> but i need specific for alsa [2022-07-14T01:25:02Z] <ioraff> I'm not sure of the extent to which pure alsa screensharing is possible with wayland [2022-07-14T01:25:39Z] <ioraff> pipewire-alsa should be able to capture alsa sources [2022-07-14T01:32:53Z] <Torr> rohan: arecord works for Alsa. [2022-07-14T01:59:32Z] <rohan> Torr: but how i record my screen and audio with arecord? [2022-07-14T02:02:15Z] <Torr> Those are 2 different things, arecord is just for the audio. [2022-07-14T02:06:55Z] <rohan> any solution to mix this? [2022-07-14T02:07:04Z] <rohan> some ffmpeg script? [2022-07-14T02:11:14Z] <Torr> During or after recording? [2022-07-14T02:12:01Z] <testuser[m]> Hi [2022-07-14T02:16:41Z] <ioraff> hi [2022-07-14T02:16:53Z] <ioraff> ffmpeg might be able to do both [2022-07-14T02:28:10Z] <rohan> Torr: during [2022-07-14T02:28:32Z] <rohan> i wanna some way to make a record for the screen and the audio both in same time [2022-07-14T02:28:46Z] <rohan> i need to make a video for a college project [2022-07-14T02:29:06Z] <rohan> and also ioraff thanks for solve libmupdf [2022-07-14T02:34:44Z] <Torr> Don't remember the full thing, but it's done by passing Alsa's sinc as input together with the Xorg data (or Wayland in ur case). [2022-07-14T02:34:55Z] <Torr> U won't need arecord for that btw. [2022-07-14T02:36:18Z] <Torr> Something along the lines of: ffmeg -i <sinc> -f alsa ... [2022-07-14T02:36:27Z] <Torr> ffmpeg* [2022-07-14T08:00:04Z] <testuser[m]> Is there some alternative to mosh? I tried it but it seems to be as laggy as regular ssh [2022-07-14T08:00:09Z] <testuser[m]> Or maybe i have to configure something [2022-07-14T09:01:03Z] <illiliti> we gotta put perl into core/ [2022-07-14T09:01:23Z] <illiliti> i know it hurts, but there's no other way unless we switch back to the libressl [2022-07-14T10:56:13Z] <testuser[m]> Does anyone know how to set up svlogd [2022-07-14T12:22:01Z] <testuser[m]> https://termbin.com/ibz3 done [2022-07-14T12:27:26Z] <phinxy> Compiling Inkscape. extension/internal/pdfinput/svg-builder.h includes "CharTypes.h", which I don't have. Where could it come from? [2022-07-14T12:31:11Z] <phinxy> https://gitlab.com/inkscape/inkscape/-/blob/master/src/extension/internal/pdfinput/svg-builder.h#L33 [2022-07-14T12:42:35Z] <phinxy> doxygen? https://www.cs.cmu.edu/~lemur/doxygen/lemur-3.1/html/CharTypes_8h-source.html [2022-07-14T13:24:24Z] <jslick> testuser there is Eternal Terminal, but I doubt it's any faster than mosh [2022-07-14T13:34:01Z] <phoebos> testuser[m] nice [2022-07-14T13:34:29Z] <phinxy> I disabled POPPLER and Inkscape seems to compile now. It has an internal option for importing pdf's. [2022-07-14T15:39:52Z] <ioraff> illiliti: why? [2022-07-14T19:03:58Z] <claudia02> haha nice, the recently partly build of static binutils fails on lto+pgo mesa http://ix.io/44mI [2022-07-14T19:05:42Z] <claudia02> I havent trieder other optimized stuff yet. [2022-07-14T20:17:03Z] <testuser[m]12> Test [2022-07-14T20:52:33Z] <phinxy> Hi [2022-07-14T21:07:10Z] <illiliti> ioraff: openssl depends on perl [2022-07-14T21:18:24Z] <phinxy> how can you find which installed packaged depend on x? [2022-07-14T21:20:49Z] <phinxy> grep -r "libsig*" /var/db/kiss/installed/*/depends [2022-07-14T21:28:10Z] <illiliti> kiss-revdepends [2022-07-14T22:25:18Z] <kjk> Is there a difference between using releases and tags in `sources`? [2022-07-14T22:26:03Z] <kjk> or* [2022-07-14T22:34:11Z] <noocsharp> using tags in a git repo will pull the whole repo history down, but releases are just a tarball without history [2022-07-14T22:36:05Z] <ioraff> illiliti: that was discussed at https://github.com/kisslinux/repo/issues/263 [2022-07-14T22:38:40Z] <illiliti> the problem is that core repo isn't self-contained [2022-07-14T22:39:31Z] <illiliti> and this is bug actually [2022-07-14T22:40:00Z] <kjk> noocsharp: What if I download the tag archive? For example this one: https://github.com/ibara/oksh/archive/refs/tags/oksh-7.1.tar.gz [2022-07-14T22:40:37Z] <kjk> The description says "Please use the uploaded tarball". Why? They're the same [2022-07-14T22:45:47Z] <ioraff> must it be self-contained? I just saw it as the bare minimum group of packages for booting and bootstrapping. [2022-07-14T22:47:55Z] <illiliti> it must [2022-07-14T22:48:15Z] <illiliti> it should be possible to have working system with only core repo [2022-07-14T22:49:44Z] <illiliti> it was possible before the switch to openssl [2022-07-14T23:06:38Z] <ioraff> I don't feel too strongly about that, but I get the point. and I'm not opposed to switching back to libressl