<OscarL>
want a proper haikuporter .recipe, or just a quick-and-dirty package?
<Skipp_OSX>
unfortunately compiling depends on some stuff to be included which isn't there
<Skipp_OSX>
I can do it I just need to figure out haikuporter to create a package
<OscarL>
alternatively, for a Quick-and-Dirty .hpkg... writting a .PackageInfo file and using /bin/package has served me well in the past (I used that for the first public test .hpkg for mDNSRespodner)
ablyss has quit [Quit: ablyss]
HaikuUser has joined #haiku
Halian| has quit [Ping timeout: 480 seconds]
<Skipp_OSX>
I'll need a proper package because I want to include it, Colors! is the "good" picker.
<Skipp_OSX>
right now I'm having issues with the default "bad" picker
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
<augiedoggie>
he covers things that most videos don't, moving the deskbar, replicants, etc...
ablyss has joined #haiku
<augiedoggie>
how to navigate around in haikudepot
Skipp_OSX has joined #haiku
deneel has joined #haiku
ablyss has quit [Quit: ablyss]
Halian has joined #haiku
zardshard has left #haiku [Error from remote client]
<Halian>
I just installed hrev58475 on my desktop, which uses a Fenvi T919 (BCM4360-based) for Wi-Fi, and am not able to see or connect to any networks when right-clicking the NetworkManager tray icon.
mmu_man has quit [Ping timeout: 480 seconds]
<Halian>
What, if anything, can I do to correct this?
erysdren has joined #haiku
<Skipp_OSX>
check if FreeBSD supports the wifi chipset, if not probably not much can be done.
<OscarL>
I haven't managed to do much, other than finally centralize my haiku/haikuporter/haikuports clones. Will look into scipy (and-deps) on Monday (or very late on Sunday night :-D)
<Begasus>
tend to agree :) send the images also upstream in the issue
<Begasus>
+1
<OscarL>
For now... bedtime. Have a great day Begasus. And as always... thanks for your work!
<Begasus>
didn't look any further there since the 2 of you are on it
<Begasus>
same there OscarL!
<OscarL>
Later! :-)
<Begasus>
off to dogschool in a bit also
<Begasus>
cya!
OscarL has quit [Quit: zzzZZZzzz]
erysdren has quit [Quit: Konversation terminated!]
x10z has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
x10z has joined #haiku
x10z has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
x10z has joined #haiku
<dovsienko>
Begasus: now you've done your part, hopefully the developers will do theirs
HaikuUser has joined #haiku
<HaikuUser>
hello from 38c3! o/
<HaikuUser>
\o
HaikuUser has quit []
deneel has quit [Quit: deneel]
MisthaLu has quit [Quit: Leaving]
nephele_xmpp has joined #haiku
erysdren has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
<Begasus>
re
<Begasus>
dovsienko, right, was also looking back to when it all started, 3dEyes also pointed out issue with Qt/OpenGL there (could be related)
HaikuUser has joined #haiku
HaikuUser has quit []
erysdren has quit [Quit: Konversation terminated!]
dostoevsky has joined #haiku
x10z has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
zardshard has joined #haiku
MsInput has joined #haiku
nephele_xmpp has left #haiku [Disconnected: Hibernating too long]
mmu_man has joined #haiku
xet7 has joined #haiku
HaikuUser has joined #haiku
<HaikuUser>
e
HaikuUser has quit []
linuxmaster has quit [Ping timeout: 480 seconds]
dalme has joined #haiku
ablyss has joined #haiku
ablyss has quit []
ablyss has joined #haiku
ablyss has quit []
ablyss has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
imrahil has joined #haiku
diver1 has joined #haiku
diver has quit [Read error: Connection reset by peer]
diver has joined #haiku
diver1 has quit [Ping timeout: 480 seconds]
imrahil has left #haiku [Error from remote client]
ablyss has quit [Quit: ablyss]
<jmairboeck>
hm, "all builders lost" doesn't look good
<jmairboeck>
I did mess up slightly with Alien::Build::Plugin::Download::GitLab (what a name that has ...) by not adhering to my own comment in Alien::Build, but I fixed it.
<Begasus>
hi jmairboeck, buggers for the buildmasters
<jmairboeck>
about that gitlab plugin in case you are wondering: it isn't actually used but the build script for Alien::LibXML2 still checks for it. We obviously won't be building libxml as part of that but use the system package instead (like for Alien::SDL also).
KevinShah[m] has joined #haiku
HaikuUser has joined #haiku
OrngBomb has joined #haiku
scanty has quit [Remote host closed the connection]
scanty has joined #haiku
scantysnax has quit [Quit: Vision[]: i've been blurred!]
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
OrangeBomb has quit [Ping timeout: 480 seconds]
<Begasus>
in it turn it leads up to a gitlab client jmairboeck?
* Begasus
hasn't being paying attention :)
KapiX has joined #haiku
<jmairboeck>
no, it is just a little plugin to download release tarballs from gitlab
<jmairboeck>
or source code snapshots I suppose
<Begasus>
will have to see it in action to understand it I think :)
<Begasus>
don't think the missing qt6-plugin path should be a problem
<jmairboeck>
for a perl interface to a native library like libxml2, there are 3 parts involved: Alien::Build (and its plugins) is a generic build system, Alien::LibXML2 is the concrete package for interfacing with libxml2 and then there is XML::LibXML which is the actual perl bindings.
<jmairboeck>
the Alien::LibXML2 part can either use the system library if it finds it at build time (which we do) or download an build its own copy of libxml2 if it doesn't find it installed.
<Begasus>
that I can understand :)
<jmairboeck>
for SDL it was actually pretty similar, but without the generic Alien::Build part. Alien::SDL does all that itself.
<jmairboeck>
Alien::SDL is the abstraction of an SDL library, either the system one or its own internal build, and SDL_perl are the actual perl bindings for it.
<jmairboeck>
Begasus[m]: yeah, but you squashed them into 1 commit. I rebase-merged the PR, so the commits stayed separate (1 for each recipe)
mmu_man has quit [Ping timeout: 480 seconds]
humdinger has joined #haiku
mmu_man has joined #haiku
<Begasus>
hiho humdinger
<humdinger>
hullo Begasus!
<Begasus>
jmairboeck, didn't really squash them, they were pushed in 1 commit :)
<Begasus>
k, older shotcut also launches with just that "return;" in mainwindow.cpp, crashes a bit later also :P
x10z has joined #haiku
gouchi has joined #haiku
Chai-T-Rex has joined #haiku
MsInput has quit [Quit: WeeChat 4.5.0]
ChaiTRex has quit [Ping timeout: 480 seconds]
scanty has quit [Remote host closed the connection]
scanty has joined #haiku
AlienSoldier has joined #haiku
scanty has quit [Remote host closed the connection]
<Begasus>
kf.purpose.externalprocess: Cannot initialize model for plugin type "ShareUrl" with data QJsonObject(): missing key "urls"
dodo75 has quit [Quit: Vision[]: i've been blurred!]
<Begasus>
kf.purpose.externalprocess: Cannot initialize model for plugin type "ShareUrl" with data QJsonObject(): missing key "urls"kf.purpose.externalprocess: Cannot initialize model for plugin type "ShareUrl" with data QJsonObject(): missing key "urls"