Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677708 - media-video/shotcut: wrong version number in app
Summary: media-video/shotcut: wrong version number in app
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Dmitriy Baranov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-11 11:32 UTC by Shiba
Modified: 2019-06-30 12:36 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Wrong version number in about dialog (Schermata da 2019-02-11 12-17-27.png,43.17 KB, image/png)
2019-02-11 11:33 UTC, Shiba
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)