Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 192726 Details for
Bug 271222
games-arcade/ultrastar-ng-0.2.1-r1 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/ultrastar-ng-0.2.1-buildfix.patch
ultrastar-ng-0.2.1-buildfix.patch (text/plain), 881 bytes, created by
Federico Scrinzi (RETIRED)
on 2009-05-28 15:35:09 UTC
(
hide
)
Description:
files/ultrastar-ng-0.2.1-buildfix.patch
Filename:
MIME Type:
Creator:
Federico Scrinzi (RETIRED)
Created:
2009-05-28 15:35:09 UTC
Size:
881 bytes
patch
obsolete
>--- audio/audio_dev_tone.cpp 2007-11-04 12:44:26.000000000 +0100 >+++ audio/audio_dev_tone.cpp.patched 2009-05-23 13:50:51.690432280 +0200 >@@ -54,9 +54,10 @@ > double freq = 440.0, amplitude = 0.1, phase = 0.0; > using namespace boost::spirit; > using namespace boost::lambda; >+ placeholder1_type arg1; > if (!parse(tonestr.c_str(), > !(limit_d(1.0, s.rate() / 2.0)[real_p][assign_a(freq)]) >> *(!ch_p('.') >> ( >- str_p("amplitude(") >> (max_limit_d(0.0)[real_p][var(amplitude) = bind(static_cast<double(*)(double, double)>(std::pow), 10.0, _1 / 20.0)] | real_p[assign_a(amplitude)]) | >+ str_p("amplitude(") >> (max_limit_d(0.0)[real_p][var(amplitude) = bind(static_cast<double(*)(double, double)>(std::pow), 10.0, arg1 / 20.0)] | real_p[assign_a(amplitude)]) | > str_p("phase(") >> limit_d(0.0, 1.0)[real_p][assign_a(phase)] > ) >> ')') > ).full)
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 Raw
Actions:
View
Attachments on
bug 271222
:
192725
| 192726