From f485d9c8898117ae7155c324202b6a84f2a374ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Mon, 29 Mar 2021 14:23:23 -0300 Subject: [PATCH] ZMusic: update to 1.1.6. --- srcpkgs/ZMusic/patches/0001-fix-cross.patch | 28 --------------------- srcpkgs/ZMusic/template | 4 +-- 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 srcpkgs/ZMusic/patches/0001-fix-cross.patch diff --git a/srcpkgs/ZMusic/patches/0001-fix-cross.patch b/srcpkgs/ZMusic/patches/0001-fix-cross.patch deleted file mode 100644 index ede6c979833..00000000000 --- a/srcpkgs/ZMusic/patches/0001-fix-cross.patch +++ /dev/null @@ -1,28 +0,0 @@ -From b430f543c850acfb98751bfcf5343afb397cf049 Mon Sep 17 00:00:00 2001 -From: Nathan Owens -Date: Thu, 31 Dec 2020 09:18:14 -0600 -Subject: [PATCH] fix cross - ---- - CMakeLists.txt | 5 ----- - 1 file changed, 5 deletions(-) - -diff --git CMakeLists.txt CMakeLists.txt -index 5f4cb14..28e622b 100644 ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -24,11 +24,6 @@ if( FORCE_CROSSCOMPILE ) - set( CMAKE_CROSSCOMPILING TRUE ) - endif() - --if(CMAKE_CROSSCOMPILING) -- set(IMPORT_EXECUTABLES "IMPORTFILE-NOTFOUND" CACHE FILEPATH "Export file from native build.") -- include(${IMPORT_EXECUTABLES}) --endif() -- - - # Macro for building libraries without debugging information - macro( make_release_only ) --- -2.30.0 - diff --git a/srcpkgs/ZMusic/template b/srcpkgs/ZMusic/template index e2f72d46da2..3eb79a261c0 100644 --- a/srcpkgs/ZMusic/template +++ b/srcpkgs/ZMusic/template @@ -1,6 +1,6 @@ # Template file for 'ZMusic' pkgname=ZMusic -version=1.1.4 +version=1.1.6 revision=1 build_style=cmake configure_args="-DGME_INCLUDE_DIR=/usr/include -DGME_LIBRARIES=gme" @@ -13,7 +13,7 @@ maintainer="Érico Nogueira " license="GPL-3.0-or-later" homepage="https://github.com/coelckers/ZMusic" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=29a18a6a8d0db4978a9d5badbbd612be2337d64ef0d768e944ea70f526eae285 +checksum=2cc4a08c4d213df80743828538631f452e1858c2ea5bb47a616e221492de05c0 if [ "$XBPS_TARGET_LIBC" = musl ]; then makedepends+=" musl-fts-devel"