Re: [2/2] [new port] multimedia/obs-studio
Stuart Henderson <[email protected]>
| Newsgroups | gmane.os.openbsd.ports |
|---|---|
| Message-ID | <[email protected]> |
does anyone want to import that with my ok? other changes can be made on top later. On 2026/08/06 14:59, Stuart Henderson wrote: > On 2026/08/04 15:28, Daniil Ryvkin wrote: > > You were right, adding -L to the linker flags was all that was needed. > > great. thanks for sticking with it after feedback :) > > two things I noticed reading through, > > - simple tweak that can be done by whoever imports (i.e. no need to send > a new tar): drop "WWW: https://obsproject.com/" from pkg/DESCR, OpenBSD > adds this automatically from HOMEPAGE > > with that, it's ok sthen to import. > > > the other is not a blocker but would be nice to do after import: > > - in the patch to frontend/utility/platform-x11.cpp, it would be > better to use XDG_RUNTIME_DIR from the environment if available. > setusercontext() tries to create the dir with user-restricted > permissions and sets that var if ok, so it's a safer choice > than /tmp/obs-studio.lock.<euid>. >