diff --git a/mingw-w64-ossia-score/001-aarch64.patch b/mingw-w64-ossia-score/001-aarch64.patch deleted file mode 100644 index 85c64c5ce6..0000000000 --- a/mingw-w64-ossia-score/001-aarch64.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -bur ossia-score-3.5.3-orig/3rdparty/libossia/src/ossia/detail/audio_spin_mutex.hpp ossia-score-3.5.3/3rdparty/libossia/src/ossia/detail/audio_spin_mutex.hpp ---- ossia-score-3.5.3-orig/3rdparty/libossia/src/ossia/detail/audio_spin_mutex.hpp 2025-07-15 09:37:43.080018200 -0600 -+++ ossia-score-3.5.3/3rdparty/libossia/src/ossia/detail/audio_spin_mutex.hpp 2025-07-15 09:37:27.191279800 -0600 -@@ -16,6 +16,7 @@ - #include - #define ossia_rwlock_pause() _mm_pause() - #elif defined(_M_ARM64) - #include -+#include - #define ossia_rwlock_pause() YieldProcessor() - #elif defined(__i386__) diff --git a/mingw-w64-ossia-score/PKGBUILD b/mingw-w64-ossia-score/PKGBUILD index a57df55cc5..e56c50939a 100644 --- a/mingw-w64-ossia-score/PKGBUILD +++ b/mingw-w64-ossia-score/PKGBUILD @@ -3,8 +3,8 @@ _realname=ossia-score pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=3.5.3 -pkgrel=5 +pkgver=3.6.1 +pkgrel=1 pkgdesc="ossia score, an interactive sequencer for the intermedia arts" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -36,18 +36,16 @@ depends=( "${MINGW_PACKAGE_PREFIX}-snappy" ) makedepends=( + "${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-ninja" - "${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-boost" "git" ) source=("https://github.com/ossia/score/releases/download/v${pkgver}/ossia.score-${pkgver}-src.tar.xz" - "001-aarch64.patch" "002-ffmpeg-no-postproc.patch") -sha512sums=('ba20cda52f00782fb30b4319b2154eec0e3d692be865839f83095d28294894a289b383f1dbf6277345ec5c93284f96795e25bb62c5e3e2c3fe4290d607f0a702' - 'b3450fa7cac0c1de6ff88b69f30f61d47919927136f57ea23ff71862d7600c379d2f0f632f7e7dff0f597a82ea18ea5b07e8518a805a90f6659e5478e3d4fadb' - 'd26d9c15d4223a596f723c60d895cc0666d9254cc7718dfe18dc3e7b3ec59a614e724f7bf8aedc1098339410468e64c2e24060765802a723668c01d9b5f882eb') +sha256sums=('b857ddea0788849df64e9af3f29af82e714c294a1b70507fc5cf686039a28fe1' + '5d9566871db87153d2e83f0726640048bdc5f573f0ee209fed67e3e3ff6c62c8') noextract=(ossia.score-${pkgver}-src.tar.xz) apply_patch_with_msg() { @@ -66,7 +64,6 @@ prepare() { cd "${srcdir}/${_realname}-${pkgver}" apply_patch_with_msg \ - 001-aarch64.patch \ 002-ffmpeg-no-postproc.patch }