musikcube: update to 0.93.1
This commit is contained in:
parent
791d96e7a5
commit
4f66b2cfd5
|
@ -1,17 +0,0 @@
|
|||
Musikcube does some stripping which breaks with a custom build directory,
|
||||
also not necessary as we do stripping ourselves
|
||||
|
||||
diff --git CMakeLists.txt CMakeLists.txt
|
||||
index 063e09f718..0d3fe883e9 100644
|
||||
--- CMakeLists.txt
|
||||
+++ CMakeLists.txt
|
||||
@@ -354,9 +354,3 @@ endif()
|
||||
# they don't yet exist!
|
||||
add_custom_target(postbuild ALL DEPENDS musikcube musikcubed)
|
||||
add_custom_command(TARGET postbuild POST_BUILD COMMAND cmake .)
|
||||
-
|
||||
-# strip binaries in release mode
|
||||
-if (CMAKE_BUILD_TYPE MATCHES Release)
|
||||
- message(STATUS "stripping binaries...")
|
||||
- add_custom_command(TARGET postbuild POST_BUILD COMMAND "${CMAKE_SOURCE_DIR}/strip-nix.sh")
|
||||
-endif()
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'musikcube'
|
||||
pkgname=musikcube
|
||||
version=0.90.0
|
||||
version=0.93.1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DNO_NCURSESW=1 -DENABLE_SNDIO=true"
|
||||
configure_args="-DNO_NCURSESW=1 -DENABLE_SNDIO=true -DDISABLE_STRIP=true"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="boost-devel libogg-devel libmicrohttpd-devel ffmpeg-devel
|
||||
libressl-devel pulseaudio-devel lame-devel zlib-devel alsa-lib-devel
|
||||
|
@ -14,7 +14,7 @@ maintainer="eater <=@eater.me>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://musikcube.com/"
|
||||
distfiles="https://github.com/clangen/musikcube/archive/${version}.tar.gz"
|
||||
checksum=e55e4ea8f84f92f18a572d1e12a8f68d88228b04324507e49d833b21e042f5bf
|
||||
checksum=e84e060acaab40266cc3d866f50f727c770c42273a5219fff5d6757186dbad21
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
|
@ -22,7 +22,7 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
|||
fi
|
||||
|
||||
#XXX: Otherwise xbps-install ffmpeg-devel will complain about unresolving shlibs
|
||||
# SDL2-2.0.10_3: broken, unresolvable shlib `libGL.so.1'
|
||||
# SDL2-2.0.10_3: broken, unresolvable shlib 'libGL.so.1'
|
||||
makedepends+=" libglvnd"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue