Description: ftbfs with GCC-4.7. (Closes: #667250) Author: Matthias Klose Last-Update: 2012-04-17 Index: libofa-0.9.3/examples/uselame.cpp =================================================================== --- libofa-0.9.3.orig/examples/uselame.cpp +++ libofa-0.9.3/examples/uselame.cpp @@ -11,6 +11,7 @@ #include "windows.h" #else #include +#include #endif AudioData *loadWaveFile(char *file); Index: libofa-0.9.3/examples/wavefile.cpp =================================================================== --- libofa-0.9.3.orig/examples/wavefile.cpp +++ libofa-0.9.3/examples/wavefile.cpp @@ -11,6 +11,7 @@ #include "io.h" #endif #include +#include static bool readBytes(int fd, unsigned char *buf, int size) { int ct = 0; zko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-30gnu: plover: Fix build....Fixes this error in tests: `pkg_resources.DistributionNotFound: The 'wcwidth' distribution was not found and is required by the application` * gnu/packages/stenography.scm (plover)[inputs]: Add python-wcwidth. Signed-off-by: Ludovic Courtès <ludo@gnu.org> kiasoc5
2023-01-03gnu: dbus: Add dbus to inputs....* gnu/packages/stenography.scm (plover): Add dbus to inputs and LD_LIBRARY_PATH. Plover tries to load dbus during startup (visible with --log-level debug). This will allow it to find it. [inputs]: Add dbus. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Parnikkapore
2023-01-03gnu: plover: Wrap so that icons can be found....* gnu/packages/stenography.scm (plover): Wrap and add qtsvg to QT_PLUGIN_PATH This is needed for the icons in Plover's UI to appear. [inputs]: Add BASH-MINIMAL. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Parnikkapore
2022-10-25gnu: plover: Update to 4.0.0.dev12....* gnu/packages/stenography.scm (plover): Update to 4.0.0.dev12. [arguments]<#:phases>: Add phase to properly run tests, and skip failing one. [native-inputs]: Add PYTHON-BABEL, PYTHON-MOCK, PYTHON-PYTEST-QT, PYTHON,PYTEST-XVFB. [inputs]: Remove PYTHON-PYQT, PYTHON-BABEL. Add PYTHON-PLOVER-STROKE, PYTHON-PYQT, PYTHON-RTF-TOKENIZE, QTSVG-5. (python-plover-stroke): New variable. Nicolas Goaziou