<beerman>
ok, with the latest commits we should have dropped python2 for good, the port still remains, but with 3.8 or whatever we might want to change the name so python3 is just python..
<beerman>
i used the opportunity to inform romster about my latest changes and he approves
<beerman>
some more incoming
jue has joined #crux-devel
<jue>
beerman: thanks for the cleanup, do you have any news about romster, will he come back to crux sometimes?
<beerman>
no news, still overworked, no idea, I guess, but I wouldn't expect it soon..
<jue>
ok
<beerman>
no problem, I am looking at gtk2->gtk3/4 next
<beerman>
and probably will drop a few more ports
<beerman>
as i see fit, at least
<beerman>
stuff like contrib/dia could probably just go as well..
<beerman>
i also just noticed opt/swig which says John Vogel is maintaining it, lol. I will adopt that
<jue>
oops
<beerman>
feels good to have python2 purged. we might also go ahead and drop opt/python along with it, what do you think?
<beerman>
i see a few ports depend on it, still. but not many, and some seem to be false positives, like my contrib/kodi-wayland
<jue>
well, no objections if nothing depends on it, just do it
<beerman>
i'll look into working off the list
ivandi has quit [Quit: WeeChat 3.7.1]
ivandi has joined #crux-devel
jue has quit [Ping timeout: 268 seconds]
SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux-devel
ivandi has quit [Quit: WeeChat 3.7.1]
chrcav has quit [Ping timeout: 260 seconds]
chrcav has joined #crux-devel
ivandi has joined #crux-devel
ivandi has quit [Quit: WeeChat 3.7.1]
ivandi has joined #crux-devel
ivandi has quit [Quit: WeeChat 3.7.1]
ivandi has joined #crux-devel
<farkuhar>
beerman: after you dropped contrib/{transcode,libquicktime} i thought that contrib/moc would be dropped next, as these three projects are all lagging in their ffmpeg4->5 transition. With ffmpeg4 no longer in our ports collection, we can either drop contrib/moc, or insert --without-ffmpeg into the moc Pkgfile.
mnkydeth has quit [Remote host closed the connection]
ivandi has quit [Quit: WeeChat 3.7.1]
ivandi has joined #crux-devel
<beerman>
farkuhar: haven't been to that one yet, but i can probably do that in a bit
<beerman>
is it lagging in the ffmpeg transition?
<beerman>
it does not depend on it, which explains why i haven't seen it yet
<beerman>
it builds fine, so i am inclined to leave it be
<farkuhar>
beerman: moc builds fine in a container with no ffmpeg (or with a leftover ffmpeg4 installation and a custom PKG_CONFIG_PATH). But when ffmpeg is found during moc configure, moc tries to enable that decoder, and compilation fails.