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

Bug 677708

Summary: media-video/shotcut: wrong version number in app
Product: Gentoo Linux Reporter: Shiba <shibotto>
Component: Current packagesAssignee: Dmitriy Baranov <reagentoo>
Status: RESOLVED FIXED    
Severity: trivial CC: phobosk, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Wrong version number in about dialog

Description Shiba 2019-02-11 11:32:18 UTC
By default Shotcut sets the build date as version number (https://github.com/mltframework/shotcut/issues/546). Obviously it doesn't compromise any functionality, but it can be quite confusing.
The ebuild should be modified as follow to report the correct version:

src_configure() {
	eqmake5 PREFIX="${EPREFIX}/usr" \
		SHOTCUT_VERSION="${PV}"
}

Reproducible: Always
Comment 1 Shiba 2019-02-11 11:33:16 UTC
Created attachment 564702 [details]
Wrong version number in about dialog
Comment 2 Larry the Git Cow gentoo-dev 2019-06-30 12:36:59 UTC
The bug has been closed via the following commit(s):

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

commit dc0c46725b00c62c90da6c5265190a5777d7030f
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2019-06-30 12:36:37 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2019-06-30 12:36:50 +0000

    media-video/shotcut: Fix version in help dialog
    
    Closes: https://bugs.gentoo.org/677708
    Package-Manager: Portage-2.3.67, Repoman-2.3.16
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 media-video/shotcut/shotcut-19.06.15.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)