jaeger changed the topic of #crux to: CRUX 3.6 | Homepage: https://crux.nu/ | Ports: https://crux.nu/portdb/ https://crux.ninja/portdb/ | Logs: https://libera.irclog.whitequark.org/crux/
groovy2shoes has joined #crux
ivandi has quit [Quit: WeeChat 3.6]
ivandi has joined #crux
<fishe> finally home, a `ports -u` did fix it
_moth_ has quit [Quit: _moth_]
<fishe> does this look alright? it works, but im wondering if i broke any conventions
SiFuh has quit [Ping timeout: 240 seconds]
brian|lfs has joined #crux
ppetrov^ has joined #crux
SiFuh has joined #crux
<SiFuh> fishe: Why git clone?
<fishe> it's just what ive always used to get github repos locally
<SiFuh> fishe: Yeah, but I mean why not just grab the archive, why git clone it?
<fishe> the archive is over a year out of date with the latest repo commit
<SiFuh> I see
<fishe> in large part i wanted to challenge myself to write a port that could pull from github, and there was also the issue that with 3.4.1 the bar had no wm_class so picom would give it a shadow that i couldn't remove unless i wrote the port in the first place
<SiFuh> Then how about using the commit hash? 5b72988 and 5b7298872e00aa23ba9fe7eb9a219296a98760ac
<fishe> then again i don't use a bar :P
<fishe> if im being honest
<fishe> i completely forgot those existed
<SiFuh> A few of the software defined radio ports of mine use the git hash because things like boost and pythong can break them on an update
<fishe> ah, that makes a lot more sense
<fishe> it's 12am over here, tomorrow i'll rewrite it to use a commit hash
<SiFuh> cubicsdr gqrx gr-osmosdr hcxtools rtl8812au-dkms tuxedo-keyboard-dkms
<SiFuh> They are the ports in my repo that are set up like that
<fishe> i'll check those out 👍
<fishe> thanks so much for the info btw
<SiFuh> Night
ocb has quit [Remote host closed the connection]
ocb has joined #crux
guido_rokepo has joined #crux
<ppetrov^> github reports clones statistics that are very unrealistic... weird
<SiFuh> github annoyed me so I moved to gitlab
<ppetrov^> well, i have a school/courses repo at gitlab and I do like it
<ppetrov^> the lab part somehow sounded more relevant for bioinformatics stuff :p
<SiFuh> Heh
<SiFuh> I got both at the same time and was mostly using github because that was the one recommended to me. So moving around github became easy. Gitlab on the other hand I didn't know much about. But now that I have dumped github, gitlab wasn't too difficult to figure out.
<SiFuh> Actually I found it to be easier than github.
<ppetrov^> i feel equally confused by both
<ppetrov^> so no preference...
guido_rokepo has quit [Quit: guido_rokepo]
fishe has quit [Quit: Connection closed for inactivity]
<cruxbot> [opt.git/3.6]: php: update to 8.1.9
<cruxbot> [opt.git/3.6]: firefox-bin: update to 103.0.1
<cruxbot> [opt.git/3.6]: nspr: update to 4.34.1
jue has joined #crux
<cruxbot> [xorg.git/3.6]: xorg-libevdev: update to 1.13.0
farkuhar has quit [Ping timeout: 252 seconds]
jue has quit [Ping timeout: 268 seconds]
farkuhar has joined #crux
guido_rokepo has joined #crux
ty3r0x_ has joined #crux
guido_rokepo has quit [Quit: guido_rokepo]
fishe has joined #crux
<stenur> cheap trick
ardo has joined #crux
<stenur> ..and i saw a FreeBSD cherry pick for zlib; this surely will become a CVE, too.
<fishe> remade using git hash
<fishe> commit hash*
<SiFuh> fishe: I was actually thinking about that
<SiFuh> sversion <-- is what I was using for when I had ports that were downloaded with subversion. I never really bothered changing it.
<fishe> ah
<SiFuh> Before you went to sleep I was thinking, I should change mine to commit or something. Nothing serious you can name it whatever. I have even seen _version as well
<SiFuh> I have a Pkgfile that would have massive lines for example, I ended up going with variables to shorten it.
<SiFuh> I used _name in that one.
<fishe> oh damn, looks like it'd have been way bigger
<fishe> it's really nice to be able to write the ports in bash tho, it would have been harder to have that kind of flexibility otherwise
<SiFuh> version=3.4.1-b72988 <-- you forget the number 5
<SiFuh> Apart from that, the port looks fine
_moth_ has joined #crux
<fishe> ah, i missed that lol
<SiFuh> And you can remove 'git' as a dependency now
<fishe> ohh true
<fishe> thanks for the help man! i really appreciate it
<SiFuh> Also most of the guys use -> $sversion I do "${sversion}" because I find it easier to read with colours. So you will see all my variables will be quoted and bracketted except in the source=() I just bracket only
<fishe> i don't actually have colors in my vim lol
<SiFuh> It is good to have one way and one way only of laying out your format
<fishe> i thought it was some sort of security thing, i've heard before that quoting variables is better practice
<fishe> fair
<SiFuh> So for example you have $PKG and "${sversion}"
<fishe> aight, fixed that up
<SiFuh> My driving instructor use to say "Don't develop any bad habits until you get your licence"
<fishe> that's prob good advice lol
<SiFuh> This is in colour if you don't click on raw
<SiFuh> Looks cooler in VIM with colour
<fishe> it looks pretty consistent
<SiFuh> I hope so, it irritates me if something is out of place
<fishe> my scripts would very much irritate you
<SiFuh> I like a lot of white space. It makes it easier to read
<SiFuh> Same goes for reading people's resumes. You need plenty of white space or they will put it in the circular filer (trash can)
<fishe> this is unrelated, but i'm having strange issues getting line out to work
<fishe> in both pavucontrol and alsamixer it shows as being there, and when something is plugged into it, in alsamixer Headphones gets muted with Surround, Center and LFE getting unmuted
<fishe> problem is, no sound comes from it even if I manually unmute Headphones
<SiFuh> fishe: There was a port made by dlcusa I think it is his only publicly available port and I made a comment about how nice it looks. He does a similar format to me when using \ to continue lines. I tend to put the largest lines closer to the bottom and the smallest to the top and the \ are in perfect lines.
<fishe> holy damn is that a clean looking port
<SiFuh> Yeah. I myself would have moved --mandir=/usr/share/man one line down ;-)
<fishe> fair lol
<SiFuh> What is LFE?
<fishe> im not actually sure, but it's there in alsamixer
<jaeger> low frequency effect, usually subwoofer
<SiFuh> You guys an all your fancy equipment :-P
<fishe> my fancy equipment is a $20 iem lol
<SiFuh> I don't even have a woofer
<fishe> oh god i think i lost all my brain cells
<fishe> there was no sound because auto mute was enabled in alsamixer
<fishe> i never tried to scroll to see if there were more options
<SiFuh> I think audio in linux is a mess
<SiFuh> They should just take the best of the best and get rid of the rest
<fishe> true
<fishe> same with x11
<SiFuh> Port xenocara into Linux and keep the code as clean as possible
<SiFuh> I laughed when Torvalds wanted the kernel code devoid of swearing. I swear when I see some of the code ;-)
<fishe> lmaooo
jue has joined #crux
<dlcusa> Ah, shucks, SiFuh. Now I'm embarrassed by the ./configure with its dangling continuation. I do need need to bring that port into these Thunderous '20s. I think you've forgotten xfce_4.16 is also mine (and also needs updating RSN)....
<SiFuh> Heh
<SiFuh> Oh yes, xfce did slip my mind
<SiFuh> Strange that you said "Ah, shucks", because I was actually thinking of this today, for some strangely unknown reason.
<dlcusa> *Twilight Zone theramin riff*
<SiFuh> Cowardly lion from the Wizard of OZ runs towards Hannah-Barbera
_moth_ has quit [Remote host closed the connection]
_moth_ has joined #crux
stenur has quit [Remote host closed the connection]
stenur has joined #crux
<farkuhar> being dismissive of fancy audio equipment ... is that the usual response to expect from someone whose hearing is too sensitive to tolerate Cherry MX blue keyswitches? :-P
<SiFuh> I am craving chilli. When I crave it, I like to find the spiciest chilli that almost makes you deaf with pain
<SiFuh> :-P
<SiFuh> My speakers are the cheap as cheap as you can get, Edifier R19U. My hand is larger than them
<SiFuh> farkuhar: actually around 17:40 today the wife came in asking for money and we were discussing the move Mrs Harris Goes to Paris (2022), which she hadn't seen yet. I said her friend is waiting for her. She goes in to full panic mode and runs to the window and asks "How did you know?" I just looked her with an eybrowe raised. She then says "Got it" and runs out of the room.
<SiFuh> move/movie*
<SiFuh> Speakers are not plugged in to the headphone port and the right speaker is on the left and the left is on the right ;-)
<SiFuh> My wife uses the Marshall Woburn II Bluetooth Speaker
<SiFuh> The sound is great, the volume is a bit extreme though
jue has quit [Ping timeout: 240 seconds]
ty3r0x_ has quit [Quit: Konversation terminated!]
ppetrov^ has quit [Quit: Leaving]
_moth_ has quit [Quit: _moth_]
ocb has quit [Remote host closed the connection]
ocb has joined #crux
ocb has quit [Remote host closed the connection]
ocb has joined #crux
fishe has quit [Quit: Connection closed for inactivity]
fishe has joined #crux
<fishe> i just found an old compaq pc laying next to a trash bin, took it in and it posts so im keeping it
<fishe> ill need to buy a vga cable next payday before i can do much with it tho
tilman has quit [Ping timeout: 240 seconds]
tilman has joined #crux