Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687716 - games-fps/gzdoom does not support media-sound/fluidsynth-2*
Summary: games-fps/gzdoom does not support media-sound/fluidsynth-2*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Breathitt Gray
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-06-09 11:57 UTC by William Breathitt Gray
Modified: 2019-06-10 19:51 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 William Breathitt Gray 2019-06-09 11:57:02 UTC
GZDoom source code was developed with FluidSynth version 1 in mind; it tries to load the libfluidsynth.so.1 shared object.

See https://github.com/coelckers/gzdoom/pull/865 for further discussion.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2019-06-10 19:51:17 UTC
The bug has been closed via the following commit(s):

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

commit 8aa71216840d5cd875f4321a8a03ce8ed98375df
Author:     William Breathitt Gray <vilhelm.gray@gmail.com>
AuthorDate: 2019-06-09 06:56:10 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-06-10 19:50:54 +0000

    games-fps/gzdoom: Bump to version 4.1.3
    
    The openal flag is default on since end users typically expect audio
    support by default. Adds patch to allow FluidSynth 2 builds.
    
    Closes: https://bugs.gentoo.org/687692
    Closes: https://bugs.gentoo.org/687716
    Package-Manager: Portage-2.3.67, Repoman-2.3.14
    Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/12228
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 games-fps/gzdoom/Manifest                          |  1 +
 .../gzdoom/files/gzdoom-4.1.3-fluidsynth2.patch    | 28 ++++++++++
 games-fps/gzdoom/gzdoom-4.1.3.ebuild               | 61 ++++++++++++++++++++++
 3 files changed, 90 insertions(+)