Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 570308 Details for
Bug 626568
games-strategy/dunelegacy-0.96.4 version bump (ebuild attached)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to remove MIX_INIT_FLUIDSYNTH
dunelegacy-0.96.4-fluidsynth.patch (text/plain), 1.20 KB, created by
ron widler
on 2019-03-22 13:51:40 UTC
(
hide
)
Description:
Patch to remove MIX_INIT_FLUIDSYNTH
Filename:
MIME Type:
Creator:
ron widler
Created:
2019-03-22 13:51:40 UTC
Size:
1.20 KB
patch
obsolete
>diff -Naur dunelegacy-0.96.4.orig/src/FileClasses/music/DirectoryPlayer.cpp dunelegacy-0.96.4/src/FileClasses/music/DirectoryPlayer.cpp >--- dunelegacy-0.96.4.orig/src/FileClasses/music/DirectoryPlayer.cpp 2016-11-20 22:57:02.000000000 +0800 >+++ dunelegacy-0.96.4/src/FileClasses/music/DirectoryPlayer.cpp 2019-03-22 21:25:16.545814745 +0800 >@@ -61,7 +61,7 @@ > > music = nullptr; > >- Mix_Init(MIX_INIT_FLUIDSYNTH | MIX_INIT_FLAC | MIX_INIT_MP3 | MIX_INIT_OGG); >+ Mix_Init(MIX_INIT_FLAC | MIX_INIT_MP3 | MIX_INIT_OGG); > } > > DirectoryPlayer::~DirectoryPlayer() { >diff -Naur dunelegacy-0.96.4.orig/src/FileClasses/music/XMIPlayer.cpp dunelegacy-0.96.4/src/FileClasses/music/XMIPlayer.cpp >--- dunelegacy-0.96.4.orig/src/FileClasses/music/XMIPlayer.cpp 2016-11-18 07:06:11.000000000 +0800 >+++ dunelegacy-0.96.4/src/FileClasses/music/XMIPlayer.cpp 2019-03-22 21:25:58.090727045 +0800 >@@ -31,10 +31,6 @@ > > XMIPlayer::XMIPlayer() : MusicPlayer(settings.audio.playMusic, settings.audio.musicVolume) { > music = nullptr; >- >- if((Mix_Init(MIX_INIT_FLUIDSYNTH) & MIX_INIT_FLUIDSYNTH) == 0) { >- SDL_Log("XMIPlayer: Failed to init required midi support: %s", SDL_GetError()); >- } > } > > XMIPlayer::~XMIPlayer() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 626568
:
487282
|
487412
|
510030
| 570308 |
570310
|
570312