Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 603978

Summary: media-video/obs-studio-17.0.0 version bump
Product: Gentoo Linux Reporter: John5788 <john5788>
Component: Current packagesAssignee: Chiitoo <chiitoo>
Status: RESOLVED FIXED    
Severity: normal CC: john5788, jstein, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description John5788 2016-12-28 22:22:11 UTC
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
Comment 1 Chiitoo gentoo-dev 2016-12-28 22:51:39 UTC
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!
Comment 2 John5788 2016-12-29 00:10:00 UTC
(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.
Comment 3 Chiitoo gentoo-dev 2016-12-29 08:23:00 UTC
(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.
Comment 4 Chiitoo gentoo-dev 2016-12-29 14:24:49 UTC
In Portage now, pushed by kensington.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883a103900abd7a30b2ec6c949b7aac1ab8e76b9

Thanks again!