diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..549614b --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +.DS_Store +build/ +standalone/bld/* +dist/ +plugin.dylib +plugin-arm64.dylib +plugin.so +plugin.dll +standalone/exe_* +pynb/.ipynb_checkpoints/* +src/#* +src/.#* +.idea +dep/ +cmake-build* diff --git a/Makefile b/Makefile index 44d3826..0d38c91 100644 --- a/Makefile +++ b/Makefile @@ -19,19 +19,9 @@ DISTRIBUTABLES += res DISTRIBUTABLES += $(wildcard LICENSE*) # Static libs -libsamplerate := dep/lib/libsamplerate.a -OBJECTS += $(libsamplerate) # Dependencies DEP_LOCAL := dep -DEPS += $(libsamplerate) - -$(libsamplerate): - cd dep && $(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 diff --git a/plugin.json b/plugin.json index 9a763b4..d3d4581 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "stocaudio", "name": "stocaudio", - "version": "2.0.1", + "version": "2.0.2", "license": "GPL-3.0-or-later", "author": "Alessandro Petrone", "authorEmail": "contact@stocaudio.com",