Sounds like the proper way would be to build obs-browser package and then add as build dep for obs-studio and turn on the BUILD_BROWSER flag. Submissions welcome.
-- Jimmy On Sat, Jul 18, 2020 at 1:27 AM Scott Hamilton <[email protected]> wrote: > > With version 25.0 of OBS Studio, it now supports the Browser source for > Linux natively. > Could the packman version of OBS Studio please also include the Browser > source. > > https://obsproject.com/wiki/install-instructions#opensuse-build-directions > > If building with browser source: > > wget > https://cdn-fastly.obsproject.com/downloads/cef_binary_3770_linux64.tar.bz2 > tar -xjf ./cef_binary_3770_linux64.tar.bz2 > git clone --recursive https://github.com/obsproject/obs-studio.git > cd obs-studio > mkdir build && cd build > cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_BROWSER=ON > -DCEF_ROOT_DIR="../../cef_binary_3770_linux64" .. > make -j4 > sudo make install > > Many thanks > S> > > > -- > <!-- insert funny signature here --> > _______________________________________________ > Packman mailing list > [email protected] > http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman _______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
