giada: update to 0.16.2.1.
This commit is contained in:
@@ -1,18 +1,19 @@
|
|||||||
# Template file for 'giada'
|
# Template file for 'giada'
|
||||||
pkgname=giada
|
pkgname=giada
|
||||||
version=0.16.1
|
version=0.16.2.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--target=linux"
|
configure_args="--target=linux"
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
makedepends="fltk-devel jack-devel jansson-devel libsamplerate-devel
|
makedepends="fltk-devel jack-devel libsamplerate-devel
|
||||||
libsndfile-devel libXpm-devel pulseaudio-devel rtmidi-devel libXcursor-devel"
|
libsndfile-devel libXpm-devel pulseaudio-devel rtmidi-devel libXcursor-devel
|
||||||
|
json-c++"
|
||||||
short_desc="Loop machine, audio tool for DJs, live performers and musicians"
|
short_desc="Loop machine, audio tool for DJs, live performers and musicians"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://www.giadamusic.com/"
|
homepage="https://www.giadamusic.com/"
|
||||||
distfiles="https://github.com/monocasual/giada/archive/v${version}.tar.gz"
|
distfiles="https://github.com/monocasual/giada/archive/v${version}.tar.gz"
|
||||||
checksum=39bd1dc20794d01a530bb832a7b7fc032ee0403a9d2b254b24c1b1d5eaa4cfa1
|
checksum=202f655dcf596366de6018babbd62d65e7439e3585d2a913ca91d939f0d28d82
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
@@ -22,6 +23,11 @@ post_extract() {
|
|||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
vsed -e 's/\($(ldAdd)\)/\1 -latomic/g' -i Makefile.am
|
vsed -e 's/\($(ldAdd)\)/\1 -latomic/g' -i Makefile.am
|
||||||
fi
|
fi
|
||||||
|
vsed -e 's;deps/json/single_include/\(nlohmann/json.hpp\);\1;' -i \
|
||||||
|
src/core/init.cpp \
|
||||||
|
src/core/midiMapConf.cpp \
|
||||||
|
src/core/conf.cpp \
|
||||||
|
src/core/patch.cpp
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|||||||
Reference in New Issue
Block a user