Projects
Extra
speechnote
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 10
View file
speechnote.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Aug 4 19:02:13 UTC 2026 - Giacomo Comes <gcomes.obs@gmail.com> + +- fix build failures with gcc16 + +------------------------------------------------------------------- Thu Apr 16 16:22:16 UTC 2026 - Giacomo Comes <gcomes.obs@gmail.com> - Update to version 4.8.4
View file
speechnote.spec
Changed
@@ -171,6 +171,11 @@ #do not download libsst sed -i '/DOWNLOAD/d' cmake/libstt.cmake %endif +if %{version} = 4.8.4 ; then + #gcc16 fix + sed -i '/fmt::format(fmt/s@(fmt@(fmt::runtime(fmt)@' src/logger.cpp + sed -i 's@fmt::format(@fmt::runtime(&@;s@10),@10)),@' src/app_server.cpp +fi mkdir build build/aux external external/pythonsrc @@ -181,6 +186,10 @@ #rhvoice tar fx %SOURCE4 -C external sed -i '/GIT_REPOSITORY/d;/GIT_TAG/d;/GIT_SHALLOW/d' cmake/rhvoice.cmake +if %{version} = 4.8.4 ; then + #gcc16 fix + sed -i '/#include "audio.hpp"/s@$@\n#include <stdint.h>@' external/rhvoice/src/audio/playback_stream_impl.hpp +fi #bergamot tar fx %SOURCE5 -C external
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.