Debian switched to a newer git snapshot long time ago to use udisks2 support (it landed upstream one month after 1.3.1 release, a bit more than one year ago). Hence, it would be nice to get a version bump to a snapshot to solve that (and probably bug 562610 without needing to rely on a live ebuild) Thanks
Could you give me some hints, how to do it properly? E.g. what revision should I choose for the snapshot? Is it ok to gather revision tarball from github or should I package it myself? If I should package, where can I place it? #562610 — is a different issue... qt5 port is still maintained on a separate branch, so it would require a separate tarball.. But may be I'll finally get my hands onto it.
Well, I would at first try to rely on vcs-snapshot.eclass as that would help us from needing to find a place for a generated tarball. For example, for the last commit, the download link would be https://github.com/clementine-player/Clementine/archive/fcceab377c284e574e5592dd950b43e3ca00bea9.tar.gz Then, you can try to mimic latest grive ebuild for example, and do something like: inherit vcs-snapshot COMMIT="fcceab377c284e574e5592dd950b43e3ca00bea9" SRC_URI="https://github.com/clementine-player/Clementine/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
@Fat-Zer, are you still working on this package?
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7772bfa97eb7b3d5b79868990c5a8f5528ada3cf commit 7772bfa97eb7b3d5b79868990c5a8f5528ada3cf Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2017-11-19 13:46:08 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2017-11-19 15:09:08 +0000 media-sound/clementine: Add 1.3.1_p20171113 snapshot Bug: https://bugs.gentoo.org/620592 Bug: https://bugs.gentoo.org/626044 Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-sound/clementine/Manifest | 1 + .../clementine/clementine-1.3.1_p20171113.ebuild | 164 +++++++++++++++++++++ 2 files changed, 165 insertions(+)}