From b54a27a4f802c8c7b0c0b2366f96e2593ff1224f Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 9 Oct 2024 14:49:41 +0200 Subject: [PATCH] yoshimi: update to 2.3.3.1. --- srcpkgs/yoshimi/patches/fix-cflags.patch | 12 ------------ srcpkgs/yoshimi/template | 4 ++-- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 srcpkgs/yoshimi/patches/fix-cflags.patch diff --git a/srcpkgs/yoshimi/patches/fix-cflags.patch b/srcpkgs/yoshimi/patches/fix-cflags.patch deleted file mode 100644 index 1a280fdd57c..00000000000 --- a/srcpkgs/yoshimi/patches/fix-cflags.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/CMakeLists.txt -=================================================================== ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -262,7 +262,6 @@ if (BuildForDebug) - set (CMAKE_CXX_FLAGS_DEBUG ${BuildOptionsDebug}) - message (STATUS "DEBUG Build, flags: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_DEBUG}") - else() -- set (CMAKE_BUILD_TYPE "Release") - set (CMAKE_CXX_FLAGS_RELEASE ${BuildOptionsRelease}) - message (STATUS "RELEASE Build, flags: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_RELEASE}") - endif () diff --git a/srcpkgs/yoshimi/template b/srcpkgs/yoshimi/template index 351a8de498b..4f2bcb6f27e 100644 --- a/srcpkgs/yoshimi/template +++ b/srcpkgs/yoshimi/template @@ -1,6 +1,6 @@ # Template file for 'yoshimi' pkgname=yoshimi -version=2.3.2 +version=2.3.3.1 revision=1 build_wrksrc=src build_style=cmake @@ -13,7 +13,7 @@ maintainer="Andrea Brancaleoni " license="GPL-2.0-or-later" homepage="https://yoshimi.github.io/" distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz" -checksum=76fcf0aaf959665f4d1a54c8e76dc30108bcf1434f76a0761e13217f973f27f6 +checksum=a23537735766af8a6526de1f22004811b6fed9b561645a174452092fcf7c479f case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone";;