Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 740752 - media-libs/zmusic should enable USE=sndfile by default
Summary: media-libs/zmusic should enable USE=sndfile by default
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-09-06 21:50 UTC by haarp
Modified: 2020-11-01 22:22 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 haarp 2020-09-06 21:50:17 UTC
Hello,

most modern Doom wads make use of sound formats such as ogg. When zmusic is compiled without the sndfile useflag, these sounds will not play, leading to much confusion. The fact that the lib is called zmusic, yet also concerns sound effects, makes it even harder to figure out.

My suggestion would be to simply enable the sndfile useflag by default, which solves this issue in all wads I have tested it with.

Thanks!
Comment 1 Larry the Git Cow gentoo-dev 2020-11-01 22:03:50 UTC
The bug has been closed via the following commit(s):

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

commit fb351619780cd717b03567145b5f94afc7f966ce
Author:     William Breathitt Gray <vilhelm.gray@gmail.com>
AuthorDate: 2020-10-31 14:51:13 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2020-11-01 22:01:40 +0000

    media-libs/zmusic: version bump to 1.1.4
    
    Closes: https://bugs.gentoo.org/740752
    Closes: https://bugs.gentoo.org/752033
    Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/18091
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 media-libs/zmusic/Manifest            |  1 +
 media-libs/zmusic/zmusic-1.1.4.ebuild | 51 +++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)
Comment 2 haarp 2020-11-01 22:22:04 UTC
Thanks!