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

Bug 832441

Summary: media-video/atomicparsley-0.9.6_p20210715_p151551: version mismatch
Product: Gentoo Linux Reporter: Azamat H. Hackimov <azamat.hackimov>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: UNCONFIRMED ---    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/wez/atomicparsley/blob/master/CMakeLists.txt#L13
Whiteboard:
Package list:
Runtime testing required: ---

Description Azamat H. Hackimov 2022-01-31 18:19:22 UTC
Hi.

Version of new media-video/atomicparsley-0.9.6_p20210715_p151551::gentoo should be 20210715.151551.0.

Project's buildsystem describes version as:

git show -s --format=%H;%cd --date=format:%Y%m%d.%H%M%S.0

./AtomicParsley -v
AtomicParsley version: 20211130.082728.0 d2031231fd14c1a8676a02347a0220e544a80226 (utf8)


But from portage tree it passes just blank string as version:

AtomicParsley -v
AtomicParsley version:   (utf8)

Additionally need to add -DPACKAGE_VERSION="${PV}.0" to cmake configuration.

Reproducible: Always
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-01-31 19:12:47 UTC
Changing to 20210715.151551.0. makes life hard if the original upstream ever comes back.
Comment 2 Azamat H. Hackimov 2022-01-31 21:35:10 UTC
I doubt that original author will return after 15 years of inactivity.