Package Details: sinsy-isengaara-git 0.9.6rc0.r3.g036c33a-4

Git Clone URL: https://aur.archlinux.org/sinsy-isengaara-git.git (read-only, click to copy)
Package Base: sinsy-isengaara-git
Description: fork of sinsy made to use with qtau
Upstream URL: https://notabug.org/isengaara/sinsy
Licenses: BSD
Conflicts: sinsy-isengaara-git
Provides: sinsy-isengaara-git
Submitter: silverhikari
Maintainer: silverhikari
Last Packager: silverhikari
Votes: 0
Popularity: 0.000000
First Submitted: 2021-12-24 18:07 (UTC)
Last Updated: 2023-01-08 19:34 (UTC)

Latest Comments

Cavernosa commented on 2023-01-08 06:24 (UTC)

Building depends on boost development headers (sudo pacman -S boost), otherwise it throws fatal error:

sinsy-isengaaraa-git/src/sinsy/src/lib/Sinsy.cpp:69:10: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
   69 | #include <boost/algorithm/string/classification.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

zethra commented on 2022-02-12 05:43 (UTC) (edited on 2022-02-12 05:47 (UTC) by zethra)

This patch is needed to make this build now:

diff --git a/src/lib/utau/UtauDB.cpp b/src/lib/utau/UtauDB.cpp
index 93467ca..38b0a0b 100644
--- a/src/lib/utau/UtauDB.cpp
+++ b/src/lib/utau/UtauDB.cpp
@@ -12,6 +12,7 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  */
 #include <iostream>
+#include <algorithm>
 #include <boost/filesystem.hpp>
 #include "UtauDB.h"
 #include "TextInputStream.h"

Applying add this to your local repo by running: curl https://paste.sr.ht/blob/0a597e7bd5f2ebe9da4a5af6dcd310d25b2412a9 | git am.