Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sc3-plugins: update to 3.13.0 #49603

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions srcpkgs/sc3-plugins/template
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Template file for 'sc3-plugins'
pkgname=sc3-plugins
version=3.10.0
revision=2
version=3.13.0
revision=1
_nova_simd_hash=2bdc68bc5704a42578300a4c18411df2405cb307
create_wrksrc=yes
build_wrksrc=sc3-plugins
build_style=cmake
configure_args="-DSUPERNOVA=ON -DSYSTEM_STK=ON"
configure_args="-DSUPERNOVA=ON -DSYSTEM_STK=ON -Wno-dev"
hostmakedepends="pkg-config"
makedepends="fftw-devel libstk-devel"
depends="supercollider"
Expand All @@ -15,10 +15,10 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/supercollider/sc3-plugins"
distfiles="https://github.com/supercollider/sc3-plugins/archive/Version-${version}.tar.gz
https://github.com/supercollider/supercollider/releases/download/Version-${version}/SuperCollider-${version}-Source-linux.tar.bz2
https://github.com/supercollider/supercollider/releases/download/Version-${version}/SuperCollider-${version}-Source.tar.bz2
https://github.com/timblechmann/nova-simd/archive/${_nova_simd_hash}.tar.gz"
checksum="b8144231ea1bfc1c9d8aa6780c7e963dfb642868794abbfd8ccab418ffbbdfbe
9b2035a3a7942c61cbe89b00c35c7e16ac281c06786fe1c30dfd333194be499a
checksum="8baf96ea678c2a3b32490058b5fccffb1c58a079db252fea0a47e5c76f920abd
0fc5dba5baeae37f9069ad28885aa405c6a25309e3886cbe111bd3b7c05531ce
df9f280daaad56fdadb5fa75d492ee6a06762a41d7346aa473aa49c1ac9ec9c8"

post_extract() {
Expand All @@ -28,7 +28,7 @@ post_extract() {
}

pre_configure() {
configure_args+=" -DSC_PATH=${wrksrc}/SuperCollider-Source "
configure_args+=" -DSC_PATH=${wrksrc}/SuperCollider-${version}-Source "
}

post_install() {
Expand Down