musikcube: rebuilt against boost-1.72

This commit is contained in:
John 2020-01-09 22:12:28 +01:00
parent 03067fb0f3
commit 55c60c52a1

View file

@ -1,7 +1,7 @@
# Template file for 'musikcube'
pkgname=musikcube
version=0.83.0
revision=1
revision=2
build_style=cmake
configure_args="-DNO_NCURSESW=1 -DENABLE_SNDIO=true"
makedepends="boost-devel libogg-devel libmicrohttpd-devel ffmpeg-devel
@ -22,6 +22,10 @@ case "${XBPS_TARGET_MACHINE}" in
;;
esac
#XXX: Otherwise xbps-install ffmpeg-devel will complain about unresolving shlibs
# SDL2-2.0.10_3: broken, unresolvable shlib `libGL.so.1'
makedepends+=" libglvnd"
post_install() {
vlicense LICENSE.txt
}