mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
faust: update to 2.70.3.
This commit is contained in:
parent
b930875514
commit
29ffb52393
3 changed files with 17 additions and 5 deletions
12
srcpkgs/faust/patches/cstdint.patch
Normal file
12
srcpkgs/faust/patches/cstdint.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff --git a/compiler/generator/Text.hh b/compiler/generator/Text.hh
|
||||
index 47ca2a7be..8fad938ea 100644
|
||||
--- a/compiler/generator/Text.hh
|
||||
+++ b/compiler/generator/Text.hh
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <cmath>
|
||||
+#include <cstdint>
|
||||
|
||||
std::string subst(const std::string& m, const std::string& a0);
|
||||
std::string subst(const std::string& m, const std::vector<std::string>& vargs);
|
|
@ -1,11 +1,11 @@
|
|||
--- a/compiler/global.cpp-orig 2023-09-09 10:38:02.642030383 +0000
|
||||
+++ b/compiler/global.cpp 2023-09-09 10:41:55.199049192 +0000
|
||||
@@ -1679,6 +1679,7 @@ void global::initDirectories(int argc, c
|
||||
@@ -1711,6 +1711,7 @@ void global::initDirectories(int argc, const char* argv[])
|
||||
gImportDirList.push_back(exepath::dirup(gFaustExeDir) + "/share/faust");
|
||||
gImportDirList.push_back("/usr/local/share/faust");
|
||||
gImportDirList.push_back("/usr/share/faust");
|
||||
+ gImportDirList.push_back("/usr/lib/faust");
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------------------
|
||||
// init gArchitectureDirList : a list of path where to search architectures files
|
||||
@@ -1697,6 +1698,7 @@ void global::initDirectories(int argc, c
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'faust'
|
||||
pkgname=faust
|
||||
version=2.60.3
|
||||
version=2.70.3
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="cmake pkg-config llvm which"
|
||||
hostmakedepends="cmake pkg-config which"
|
||||
makedepends="libmicrohttpd-devel llvm-libunwind-devel"
|
||||
short_desc="Functional Programming Language for Real Time Signal Processing"
|
||||
maintainer="mag <mag-one@autistici.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://faust.grame.fr/"
|
||||
distfiles="https://github.com/grame-cncm/faust/releases/download/${version}/faust-${version}.tar.gz"
|
||||
checksum="1088b31ad2a6175ff27807afc33c5929c33e97a7d09a1995e126bdda9940fc1e"
|
||||
checksum=3ac3aab87d60257b3fff03ffeb42e190480fb9828266fa1c35574b6cbf6a13bb
|
||||
|
||||
# Android stuffs, used by the 'faust2android' script.
|
||||
nostrip_files="libsndfile.so libsndfile.a "
|
||||
|
|
Loading…
Add table
Reference in a new issue