From 1b5b35e65f7e7579fd4645971af612cc7e4abcbf Mon Sep 17 00:00:00 2001 From: eater <=@eater.me> Date: Mon, 13 Jul 2020 14:31:41 +0200 Subject: [PATCH] musikcube: update to 0.93.1 --- srcpkgs/musikcube/patches/no-strip.patch | 17 ----------------- srcpkgs/musikcube/template | 8 ++++---- 2 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 srcpkgs/musikcube/patches/no-strip.patch diff --git a/srcpkgs/musikcube/patches/no-strip.patch b/srcpkgs/musikcube/patches/no-strip.patch deleted file mode 100644 index 738a5bc2039..00000000000 --- a/srcpkgs/musikcube/patches/no-strip.patch +++ /dev/null @@ -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() diff --git a/srcpkgs/musikcube/template b/srcpkgs/musikcube/template index c8536d16983..78cf86fe80d 100644 --- a/srcpkgs/musikcube/template +++ b/srcpkgs/musikcube/template @@ -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() {