Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 635796 - app-emacs/emms-4.3 version bump
Summary: app-emacs/emms-4.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GNU Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-29 16:41 UTC by ambrevar
Modified: 2017-10-30 06:31 UTC (History)
0 users

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 ambrevar 2017-10-29 16:41:05 UTC
Latest ebuild is 4.1.
Latest upstream version is 4.3 (2017-05-01) with lots of new features, most notably extended tag support.
Comment 1 Ulrich Müller gentoo-dev 2017-10-29 19:17:12 UTC
As far as I can see, the existing ebuild for 4.1 would still work for 4.3 (with one small update, namely adding CXX="$(tc-getCXX)" to emake arguments).

Can you confirm this?
Comment 2 ambrevar 2017-10-29 19:58:05 UTC
Why setting CXX?

I did not change anything and it's working like a charm.
Comment 3 Ulrich Müller gentoo-dev 2017-10-29 23:24:17 UTC
(In reply to ambrevar from comment #2)
> Why setting CXX?

The source for emms-print-metadata is now in C++ (while it used to be plain C in 4.1).
Comment 4 ambrevar 2017-10-30 05:39:38 UTC
Makes sense.

EMMS had to switch to C++ since the taglib C interface has limited support.
Comment 5 Larry the Git Cow gentoo-dev 2017-10-30 06:30:39 UTC
The bug has been closed via the following commit(s):

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

commit c36d4c749d956f180653ed9fa6d61fa44eb01f05
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2017-10-30 06:29:32 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2017-10-30 06:29:32 +0000

    app-emacs/emms: Version bump.
    
    Closes: https://bugs.gentoo.org/635796
    Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-emacs/emms/Manifest        |  1 +
 app-emacs/emms/emms-4.3.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)
Comment 6 Ulrich Müller gentoo-dev 2017-10-30 06:31:26 UTC
Thanks for reporting!