jaeger changed the topic of #crux to: CRUX 3.7 | Homepage: https://crux.nu/ | Ports: https://crux.nu/portdb/ https://crux.ninja/portdb/ | Logs: https://libera.irclog.whitequark.org/crux/
dlcusa has quit [Read error: Connection reset by peer]
dlcusa has joined #crux
<lennox> just to update i fixed it
<lennox> had to mke2fs -n /dev/mmcblk1 to get the backups of superblocks
<lennox> then e2fsck -b (backup block) /dev/mmcblk1
<ukky> lennox: nice
<lennox> installing crux now :)
<ukky> alpine did not serve you well?
<lennox> it did sort of, wasnt a fan of the package manager
<lennox> and I wanted something to tinker with crux on for awhile now
<jaeger> Sorry, had to go AFK for quite a while, glad you figured it out though
<remiliascarlet> My experience with the package manager on PostmarkerOS (which is based off Alpine) is that it's broken 80% of the time.
<remiliascarlet> When it works, it only does over 4G, because it never seems to work over WiFi.
<lennox> ah so it isnt just me
ln43 has joined #crux
ln43 has quit [Quit: Client closed]
SiFuh__ has quit [Ping timeout: 255 seconds]
dlcusa has quit [Remote host closed the connection]
ppetrov^ has joined #crux
SiFuh_ has joined #crux
lavaball has joined #crux
dlcusa has joined #crux
dlcusa has quit [Read error: Connection reset by peer]
dlcusa has joined #crux
lavaball has quit [Remote host closed the connection]
dlcusa has quit [Read error: Connection reset by peer]
dlcusa has joined #crux
nekobit has quit [Ping timeout: 255 seconds]
dlcusa has quit [Read error: Connection reset by peer]
dlcusa has joined #crux
dlcusa has quit [Read error: Connection reset by peer]
dlcusa has joined #crux
SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux
lavaball has joined #crux
<cruxbot> [opt/3.7]: libsdl2: updated to version 2.30.3
<cruxbot> [opt/3.7]: nano: updated to version 8.0
<cruxbot> [opt/3.7]: msmtp: updated to version 1.8.26
<cruxbot> [opt/3.7]: poppler: updated to version 24.05.0
<cruxbot> [contrib/3.7]: remind: updated to version 04.03.07
<cruxbot> [opt/3.7]: git: updated to version 2.45.0
<lennox> eventually this celeron will build the kernel and i'll be rolling :)
<ppetrov^> lennox, do you happen to have a more powerful machine?
<lennox> i do
<ppetrov^> build the kernel there and transfer to the celeron computer?
<farkuhar> Heh, new version of libsdl2. It could be documented better, that libsdl2 is the soft dependency you need to have present when building ffmpeg, if you want the --enable-ffplay configure option to have the desired effect. Maybe rewrite the Pkgfile so that the dependence is more obvious? prt-get isinst libsdl2 && PKGMK_FFMPEG+=" --enable-ffplay"
<ppetrov^> farkuhar, shall I expect some surproses, ffmpeg-related, when I do a sysup this weekend?
<farkuhar> ppetrov^: no
<ppetrov^> good
<farkuhar> I was commenting on the fact that our port has --enable-ffplay hard-coded in the configure command, but the /usr/bin/ffplay binary does not appear in the built package unless libsdl2 is available. Someone reading the Pkgfile naively would wonder why ffplay didn't get built.
DesRoin has quit [Ping timeout: 255 seconds]
DesRoin has joined #crux
<ppetrov^> farkuhar, someone like me -- for sure
<ppetrov^> thanks for bringing this up
<remiliascarlet> farkuhar: The only SDL2 documentation is its header file.
<remiliascarlet> Given, it's pretty annoying.
<lennox> ppetrov i could, but im patient :P
<lennox> helps with my insomnia, not, im still awake.
lavaball has quit [Quit: lavaball]
lavaball has joined #crux
joe9 has quit [Quit: leaving]
<farkuhar> opt/poppler deserves one of those maintainer_clean_footprint scripts. On a clean system the openjpeg2 soft dependency is not present, and you get /usr/include/poppler/JPXStream.h in the built package. But this header is MISSING when poppler is configured with ENABLE_LIBOPENJPEG != none.
SiFuh__ has joined #crux
SiFuh___ has joined #crux
SiFuh has quit [Ping timeout: 255 seconds]
SiFuh_ has quit [Ping timeout: 255 seconds]
<cruxbot> [contrib/3.7]: rust-bin: 1.77.2 -> 1.78.0
serpente has joined #crux
ppetrov^ has quit [Quit: Leaving]
SiFuh___ is now known as SiFuh
<cruxbot> [opt/3.7]: poppler: fixed footprint
farkuhar has left #crux [#crux]
deep42thought has joined #crux
<deep42thought> Hi, mpv currently fails to compile complaining about some missing symbols: https://eckner.net/mpv.log - it looks, like https://github.com/mpv-player/mpv/commit/e575ec4fc3654387c7358bd3640877ef32628d2c fixes the issue for me (c.f. https://github.com/mpv-player/mpv/issues/12970).
<deep42thought> And also ffmpeg fails to build for me: https://eckner.net/ffmpeg.log - but I haven't been able to find the cause for that one yet :(
<cruxbridge> <tim> deep42thought: hi, can you try to remove lensfun, then rebuild ffmpeg? you should be able to rebuild and reinstall lensfun after that, and if you want ffmpeg to support lensfun you will need to rebuild that too
<deep42thought> still building - looks, like it already got past the error :)
<cruxbridge> <tim> farkuhar: this probably went past me. It existed for a long time, at least when romster moved it back from contrib to opt 5 years ago https://git.crux.nu/ports/opt/commit/a1f75e8772ecb47a61d45012ebf2d0adae7e306d
<cruxbridge> <tim> I will try to write a readme and for ffmpeg that outlines the general solution to solve these problems around ffmpeg. it can happen with other soft deps as well, e.g. chromaprint and something else I am forgetting.
<cruxbridge> <tim> I am currently trying to solve the ninja issues with qt*-webengine.. I certainly await the day that I can drop the qt5 stuff
<serpente> then we can only hope you will not move qt6 to core too
<cruxbridge> <tim> anyway.. does that solve your mpv issues as well deep42thought? I can't reproduce it over here, fwiw
<deep42thought> ok, ffmpeg is done, now for mpv
<deep42thought> (sry, was having dinner)
<deep42thought> nope, still the same error
<deep42thought> (I did not re-install lensfun)
<cruxbridge> <tim> too bad. No idea if farkuhar will read the backlog, but otherwise I suggest for you to post a ticket on https://git.crux.nu for him to catch up about it.
<deep42thought> My old credentials from flyspray do not work anymore - I assume, you did not migrate the accounts and I should simply re-register. Right?
<cruxbridge> <tim> right, there was no way to import accounts.
<deep42thought> thanks, tim!
<cruxbridge> <tim> deep42thought: your welcome
<cruxbot> [contrib/3.7]: mpv: unbreak build without X11 and Wayland (PR#12941)
farkuhar has joined #crux
<farkuhar> Continuing the subject of ffmpeg ... the wrapper script ffmpeg-x264-10bit.sh needs "$@" at the end of the last line. As currently written, the wrapper spawns a child ffmpeg process with no arguments, so all you get is the usage summary.
<cruxbridge> <tim> noted
deep42thought has quit [Quit: Leaving.]
ukky has quit [Ping timeout: 268 seconds]
ukky has joined #crux
lavaball has quit [Remote host closed the connection]
ukky has quit [Ping timeout: 264 seconds]
anjeel has joined #crux
<anjeel> Hello guys
_0bitcount has joined #crux
<jaeger> heyo
dlcusa has quit [Remote host closed the connection]
ukky has joined #crux
<cruxbot> [contrib/3.7]: kodi-addon-inputstream-adaptive: 21.4.5 -> 21.4.6
<cruxbot> [contrib/3.7]: ndctl: 78 -> 79
<cruxbot> [contrib/3.7]: eza: 0.18.13 -> 0.18.14
<cruxbot> [contrib/3.7]: faudio: 24.04 -> 24.05
<cruxbot> [contrib/3.7]: girara: 0.4.3 -> 0.4.4
<cruxbot> [contrib/3.7]: mobile-broadband-provider-info: 20230416 -> 20240407
<cruxbot> [contrib/3.7]: papirus-icon-theme: 20240201 -> 20240501
<cruxbot> [contrib/3.7]: python3-dkim: 1.1.5 -> 1.1.6
<cruxbot> [contrib/3.7]: zellij: 0.40.0 -> 0.40.1
<cruxbot> [opt/3.7]: nodejs: 22.0.0 -> 22.1.0
_0bitcount has quit [Quit: Leaving]
dlcusa has joined #crux
<cruxbot> [compat-32/3.7]: faudio-32: 24.04 -> 24.05
<cruxbot> [compat-32/3.7]: libsdl2-32: 2.30.2 -> 2.30.3
anjeel has quit [Quit: Client closed]
<cruxbot> [contrib/3.7]: corrosion: 0.4.8 -> 0.4.9
<cruxbot> [contrib/3.7]: distrobox: 1.7.1 -> 1.7.2.0
nekobit has joined #crux
DesRoin has quit [Ping timeout: 260 seconds]
DesRoin has joined #crux
tilman has quit [Ping timeout: 252 seconds]
tilman has joined #crux