Skip to content

Commit

Permalink
updpatch: supercollider 3.13.0-7
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Sep 20, 2024
1 parent b16bdd2 commit 167e855
Showing 1 changed file with 16 additions and 22 deletions.
38 changes: 16 additions & 22 deletions supercollider/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
diff --git PKGBUILD PKGBUILD
index c5e27cf..5c8f2e5 100644
index 6f1646d..ae18e04 100644
--- PKGBUILD
+++ PKGBUILD
@@ -47,14 +47,20 @@
provides=(libscsynth.so "sclang=$pkgver" "scsynth=$pkgver")
source=(
https://github.com/$pkgname/$pkgname/releases/download/Version-$pkgver/$_name-$pkgver-Source.tar.bz2{,.asc}
+ only-enable-sse-x86.patch::https://github.com/supercollider/supercollider/commit/637d2c744b62402fc54433349f16cdbddbae8272.diff
)
install=$pkgname.install
sha512sums=('a60a128f7646f077f91adae666fa4014529aa9df78cf0dfe5d68c9bd6447f008af7da2970b8736f3f29d0adbaf67bce680a8201fcbe7e1aba29c3499a57f89cd'
- 'SKIP')
+ 'SKIP'
+ '6280f95bf1eff0f5a252f3063373fea160c26af929af433cd79639f95cf3d48da46c196abcb53c5fb0633530e2e16feb45a8e58cffe39792916fb0b179ea9517')
b2sums=('a5e57a17f93e40848b2044ee0791179f857d144eabb7f4d74580b2eebd49a31d6ec671a0526236c5b906aadeb455e5a7ad18cacb79ed214076d6bceca39ea2ae'
- 'SKIP')
+ 'SKIP'
+ '2727609e2f23cae6419962e49518c2c2fa5a9adc9193cbcbd64d59a063bbddcd9d5ca8cc398cd9864768acc02d42678613fc0ed92063028d328d905a2c020cb5')
validpgpkeys=('2E1C4FC2F6BB58FA157B21B8064B501EB7405F04') # Marcin Pączkowski (dyfer)

+prepare() {
+ patch -Np1 -d $_name-$pkgver-Source -i ../only-enable-sse-x86.patch
+}
@@ -67,6 +67,7 @@ prepare() {
# Patches from Gentoo
patch -p1 -i ../boost-1.84.patch
patch -p1 -i ../boost-1.85.patch
+ patch -p1 -i ../only-enable-sse-x86.patch
}

build() {
local cmake_options=(
@@ -110,3 +111,7 @@ package() {
DESTDIR="$pkgdir" cmake --install build
install -vDm 644 $_name-$pkgver-Source/{AUTHORS,{CHANGELOG,README,README_LINUX}.md} -t "$pkgdir/usr/share/doc/$pkgname/"
}
+
+source+=(only-enable-sse-x86.patch::https://github.com/supercollider/supercollider/commit/637d2c744b62402fc54433349f16cdbddbae8272.diff)
+sha512sums+=(8b311b760b3ca588c78da8121c0a726c8844cc95defec0400e42570a619afd89c21cae8739fd2d8ddf45c93a9a6e10a3c2f2cbd45a69ec90690ca7386c0eca28)
+b2sums+=(412d427c16d6bdb52a3425355d35ae5045bb30441d2820206a372417de6d3923a07cc4c3a116da86983c3c77f6aaf492ae6b675437e60a6b4f315f2e69708136)
\ No newline at end of file

0 comments on commit 167e855

Please sign in to comment.