musikcube: update to 0.63.0.
This commit is contained in:
parent
4bab6a2d25
commit
cf69f497a5
|
@ -1,12 +0,0 @@
|
||||||
diff --git src/plugins/sndioout/SndioOut.cpp src/plugins/sndioout/SndioOut.cpp
|
|
||||||
index b0a038e1..82aef7ec 100644
|
|
||||||
--- src/plugins/sndioout/SndioOut.cpp
|
|
||||||
+++ src/plugins/sndioout/SndioOut.cpp
|
|
||||||
@@ -39,6 +39,7 @@
|
|
||||||
#include <math.h>
|
|
||||||
#include <limits.h>
|
|
||||||
#include <iostream>
|
|
||||||
+#include <functional>
|
|
||||||
|
|
||||||
#define BUFFER_COUNT 16
|
|
||||||
#define ERROR(str) std::cerr << "SndioOut Error: " << str << "\n";
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'musikcube'
|
# Template file for 'musikcube'
|
||||||
pkgname=musikcube
|
pkgname=musikcube
|
||||||
version=0.62.2
|
version=0.63.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DNO_NCURSESW=1 -DENABLE_SNDIO=true"
|
configure_args="-DNO_NCURSESW=1 -DENABLE_SNDIO=true"
|
||||||
makedepends="boost-devel libogg-devel libmicrohttpd-devel ffmpeg-devel
|
makedepends="boost-devel libogg-devel libmicrohttpd-devel ffmpeg-devel
|
||||||
|
@ -13,7 +13,7 @@ maintainer="eater <=@eater.me>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://musikcube.com/"
|
homepage="https://musikcube.com/"
|
||||||
distfiles="https://github.com/clangen/musikcube/archive/${version}.tar.gz"
|
distfiles="https://github.com/clangen/musikcube/archive/${version}.tar.gz"
|
||||||
checksum=ccb0310c88766be25cc90d5ab6faa17e26ffdb1b3c7eca9362b2808c40f98cd3
|
checksum=4604d70a62cc8804a2db9ee48b966a15c185271968ba7cbf2fae4f53ef031df1
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
armv[56]*)
|
armv[56]*)
|
||||||
|
|
Loading…
Reference in New Issue