sonic-visualiser: rebuild against libcapnp-0.7.0.so

This commit is contained in:
maxice8 2018-12-09 13:38:50 -02:00 committed by maxice8
parent d6727ec79e
commit 3c4128f394

View file

@ -1,9 +1,9 @@
# Template file for 'sonic-visualiser' # Template file for 'sonic-visualiser'
pkgname=sonic-visualiser pkgname=sonic-visualiser
version=3.1.1 version=3.1.1
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config capnproto-devel" hostmakedepends="pkg-config capnproto-devel automake libtool"
makedepends="capnproto-devel jack-devel libfishsound-devel libid3tag-devel makedepends="capnproto-devel jack-devel libfishsound-devel libid3tag-devel
liblo-devel liblrdf-devel libmad-devel liboggz-devel libsamplerate-devel liblo-devel liblrdf-devel libmad-devel liboggz-devel libsamplerate-devel
portaudio-devel pulseaudio-devel qt5-svg-devel rubberband-devel sord-devel portaudio-devel pulseaudio-devel qt5-svg-devel rubberband-devel sord-devel
@ -16,19 +16,28 @@ changelog="https://code.soundsoftware.ac.uk/projects/sonic-visualiser/repository
distfiles="https://code.soundsoftware.ac.uk/attachments/download/2391/${pkgname}-${version}.tar.gz" distfiles="https://code.soundsoftware.ac.uk/attachments/download/2391/${pkgname}-${version}.tar.gz"
checksum=d02a0d8c8efc44810b7078311f02d23909b433c50179c0aec55117cde373d0c1 checksum=d02a0d8c8efc44810b7078311f02d23909b433c50179c0aec55117cde373d0c1
if [ -n "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-svg-devel" hostmakedepends+=" qt5-qmake qt5-svg-devel"
fi fi
post_extract() { post_extract() {
# dont run target-built testing-binaries when cross building # dont run target-built testing-binaries when cross building
if [ -n "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
sed -i -e '/QMAKE_POST_LINK/d' \ sed -i -e '/QMAKE_POST_LINK/d' \
test-svcore-base.pro \ test-svcore-base.pro \
test-svcore-data-fileio.pro \ test-svcore-data-fileio.pro \
test-svcore-data-model.pro \ test-svcore-data-model.pro \
test-svcore-system.pro test-svcore-system.pro
fi fi
sed -e 's/c++11/c++14/g' -i *.pr* configure.ac* svcore/svcore.pro \
svapp/svapp.pro checker/*.pr* svgui/svgui.pro {bqaudioio,piper-cpp}/Makefile \
piper-cpp/vamp-client/qt/test.pro piper-cpp/ext/json11/Makefile \
dataquay/{lib.pro,tests/tests.pro}
}
pre_configure() {
autoreconf -fi
} }
do_install() { do_install() {