Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 889436 - media-libs/freeverb3 wrong include dir in Cflags in.pc file
Summary: media-libs/freeverb3 wrong include dir in Cflags in.pc file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-03 00:55 UTC by Alexey Chernov
Modified: 2023-01-04 18:27 UTC (History)
2 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 Alexey Chernov 2023-01-03 00:55:50 UTC
Installed freeverb3-3.pc pkg-config module file reads
```
Cflags: -I${includedir}/libfreeverb3-2 -I${includedir}/libsamplerate2
```
whereas all the headers are to be installed in ${includedir}/libfreeverb3-3.

Seems to be an upstream bug, but that's can be easily fixed while preparing the sources or installing.
Comment 1 Larry the Git Cow gentoo-dev 2023-01-04 18:25:49 UTC
The bug has been closed via the following commit(s):

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

commit da555ac9af37b1afe464cc1e49dbc623388797c2
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2023-01-04 18:23:59 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2023-01-04 18:23:59 +0000

    media-libs/freeverb3: Fix include path in pkg-config file
    
    Closes: https://bugs.gentoo.org/889436
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>

 .../freeverb3/files/freeverb3-3.2.1-pc-file.patch  | 22 ++++++++++
 media-libs/freeverb3/freeverb3-3.2.1-r4.ebuild     | 48 ++++++++++++++++++++++
 2 files changed, 70 insertions(+)