On Sat May 17, 2025 at 08:13:05AM +0200, Landry Breuil wrote: > hi ports@, > > depending on the blend2d port i just sent, here's a port for pdf4qt, > another pdf editor/viewer/library, cf https://jakubmelka.github.io/ > > my initial goal was to port it for geo/qgis, which bundles a copy and i > plan to make qgis use this version. The only missing bit so far is that > upstream pdf4qt doesn't install headers, so i'll have to figure out > which ones are part of the API but i've opened an upstream issue about > it. > > patches commented, some bits from upstream, some bit to relax too modern > c++ idioms, to drop libressl-removed headers.. the 'end-user' > applications (eg viewer/editor/diff viewer) do start fine and allow to > display a PDF, thought i've had some use-after-free crashes. The cli > also show some glib warnings about the stack... > > feedback on the port welcome ! > > Landry
Works fine here. I don't like the uppercase execute names but it like it depends on it "startProgram("Pdf4QtEditor");". It would easy to patch it in: Pdf4QtLaunchPad/launchdialog.cpp and rename it in the cmake install target task. However if you to go with uppercase, it's also fine with me. OK rsadowski