Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828448 - media-libs/rtmidi: version bump request
Summary: media-libs/rtmidi: version bump request
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-06 05:11 UTC by Andrew Udvare
Modified: 2021-12-08 11:37 UTC (History)
1 user (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 Andrew Udvare 2021-12-06 05:11:28 UTC
Current version of RtMidi has an incorrect pkg-config prefix line:

$ cat /usr/lib64/pkgconfig/rtmidi.pc
prefix=
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/rtmidi

As a result, packages that want to detect it using pkg-config do not work when building.

5.0.0 has this fix: https://github.com/thestk/rtmidi/commit/7a32e23e3f6cb43c0d2d58443ce205d438e76f44#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a
Comment 1 Larry the Git Cow gentoo-dev 2021-12-08 11:37:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f7ead0aadfe32de7d5bcc742ba9d853624559e4

commit 3f7ead0aadfe32de7d5bcc742ba9d853624559e4
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
AuthorDate: 2021-12-06 12:42:42 +0000
Commit:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
CommitDate: 2021-12-06 12:42:42 +0000

    media-libs/rtmidi: add 5.0.0
    
    Closes: https://bugs.gentoo.org/828448
    Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

 licenses/RtMidi                       |  4 ----
 media-libs/rtmidi/Manifest            |  1 +
 media-libs/rtmidi/rtmidi-5.0.0.ebuild | 30 ++++++++++++++++++++++++++++++
 profiles/license_groups               |  4 +---
 4 files changed, 32 insertions(+), 7 deletions(-)