giada: update to 0.15.0.
This commit is contained in:
parent
dfe737972a
commit
18b8e2b7e1
|
@ -1,11 +0,0 @@
|
|||
--- src/utils/string.cpp.orig 2017-11-04 17:25:24.140647795 +0100
|
||||
+++ src/utils/string.cpp 2017-11-04 17:25:30.664645541 +0100
|
||||
@@ -68,7 +68,7 @@ string gu_toString(int i)
|
||||
available in gcc's standard library (libstdc++), it is however, available in
|
||||
libc++ which comes with LLVM/clang. */
|
||||
|
||||
-#ifdef G_OS_MAC
|
||||
+#if 1
|
||||
|
||||
std::stringstream out;
|
||||
out << i;
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'giada'
|
||||
pkgname=giada
|
||||
version=0.14.4
|
||||
version=0.15.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--target=linux"
|
||||
|
@ -9,12 +9,10 @@ makedepends="fltk-devel jack-devel jansson-devel libsamplerate-devel
|
|||
libsndfile-devel libXpm-devel pulseaudio-devel rtmidi-devel"
|
||||
short_desc="Loop machine, audio tool for DJs, live performers and musicians"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://www.giadamusic.com/"
|
||||
distfiles="https://github.com/monocasual/giada/archive/v${version}.tar.gz"
|
||||
checksum=dc6ded4fe230c3dbcaafaae3258ff3a41a355ad19af6f95834e5159dd095070b
|
||||
|
||||
CPPFLAGS="-Wno-error=cpp -Wno-error=format-truncation"
|
||||
checksum=7ad6947b4ba5390086b308106c8d9e2cb20171adb609446ac159d62f1170c46f
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in New Issue