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

Build for MAC ARM; Upgrade to 2.0.6 #3

Open
wants to merge 1 commit into
base: rack2
Choose a base branch
from
Open
Show file tree
Hide file tree
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
17 changes: 1 addition & 16 deletions Makefile
@@ -1,22 +1,7 @@
RACK_DIR ?= ../..

FLAGS += -Idep/include -Isrc/dep/include
FLAGS += -Isrc/dep/include
SOURCES += $(wildcard src/*.cpp)
DISTRIBUTABLES += $(wildcard LICENSE*) res

# Static libs
libsamplerate := dep/lib/libsamplerate.a
OBJECTS += $(libsamplerate)

# Dependencies
DEPS += $(libsamplerate)

$(libsamplerate):
$(WGET) http://www.mega-nerd.com/SRC/libsamplerate-0.1.9.tar.gz
cd dep && $(UNTAR) ../libsamplerate-0.1.9.tar.gz
cd dep/libsamplerate-0.1.9 && $(CONFIGURE)
cd dep/libsamplerate-0.1.9/src && $(MAKE)
cd dep/libsamplerate-0.1.9/src && $(MAKE) install


include $(RACK_DIR)/plugin.mk
183 changes: 0 additions & 183 deletions dep/include/samplerate.h

This file was deleted.

4 changes: 2 additions & 2 deletions plugin.json
@@ -1,6 +1,6 @@
{
"slug": "FreeSurface",
"version": "2.0.5",
"version": "2.0.6",
"license": "GPL-3.0-only",
"name": "Causal Systems",
"brand": "Free Surface",
Expand All @@ -19,4 +19,4 @@
"tags": ["Distortion", "Filter", "Panning", "Ring modulator", "Physical modeling"]
}
]
}
}