Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626044 - media-sound/clementine: new snapshot needed to use udisks:2
Summary: media-sound/clementine: new snapshot needed to use udisks:2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fat-Zer
URL:
Whiteboard:
Keywords:
Depends on: 640300
Blocks: 439624 632888
  Show dependency tree
 
Reported: 2017-07-24 14:55 UTC by Pacho Ramos
Modified: 2017-12-08 16:52 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2017-07-24 14:55:35 UTC
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
Comment 1 Fat-Zer 2017-07-31 08:23:52 UTC
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.
Comment 2 Pacho Ramos gentoo-dev 2017-07-31 10:40:09 UTC
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"
Comment 3 Andreas Sturmlechner gentoo-dev 2017-10-31 19:49:05 UTC
@Fat-Zer, are you still working on this package?
Comment 4 Larry the Git Cow gentoo-dev 2017-11-19 15:09:51 UTC
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(+)}