obs-studio-17.0.0 was released. Requesting version bump. Release notes here: https://github.com/jp9000/obs-studio/releases/tag/17.0.0 Major rev to 17 from 0 is intended, see comments on commit: https://github.com/jp9000/obs-studio/commit/93e084088f3c1f3979d78eea3c5d9220b1cea3f7 Reproducible: Always
Indeed. Been testing the new version for a while now, and should be able to take care of the bump soon. Thank you for the report!
(In reply to Chiitoo from comment #1) > Indeed. > > Been testing the new version for a while now, and should be able to take > care of the bump soon. > > Thank you for the report! Chiitoo, Do you also happen to know why the build revision from source is always 0.0.1? Even building from the source directly, cmake generates an obsconfig.h with this #define: #define OBS_VERSION "0.0.1" It's something that I've noticed for a while with building from source.
(In reply to John5788 from comment #2) > Do you also happen to know why the build revision from source is always > 0.0.1? Even building from the source directly, cmake generates an > obsconfig.h with this #define: > > #define OBS_VERSION "0.0.1" > > It's something that I've noticed for a while with building from source. Hm, yeah, I noticed that too at some point. I might have thought it was intended even, but thought it was odd at least... never really looked into it. It doesn't happen with the live (9999) ebuild, and I probably found the reason for it, as well as a workaround: https://github.com/jp9000/obs-studio/pull/349 Thanks for reminding me about it! Will be fixed in the 17.0.0 ebuild.
In Portage now, pushed by kensington. https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883a103900abd7a30b2ec6c949b7aac1ab8e76b9 Thanks again!