From: Andrew Gundersen Date: Thu, 10 Mar 2022 13:20:38 +0000 (-0600) Subject: New PortAudio build, refined linking config, updated README.md X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=50c59a0084f215c90c9bca930b0d08932645eae3;p=nodeaudio New PortAudio build, refined linking config, updated README.md --- diff --git a/.npmrc b/.npmrc index 936e781..8849b1a 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ @crimata:registry=https://gitlab.com/api/v4/projects/28849281/packages/npm/ -//gitlab.com/api/v4/projects/28849281/packages/npm/:_authToken=${NPM_TOKEN} \ No newline at end of file +//gitlab.com/api/v4/projects/28849281/packages/npm/:_authToken=${API_TOKEN} diff --git a/binding.gyp b/binding.gyp index 0e85b29..62329fb 100644 --- a/binding.gyp +++ b/binding.gyp @@ -13,11 +13,6 @@ "include_dirs": [ "portaudio/include" ], - "link_settings": { - "libraries": [ - "-Wl,-rpath,@loader_path" - ] - }, "libraries": [ "libportaudio.dylib" ], @@ -25,7 +20,7 @@ { "destination": "build/Release/", "files": [ - "=0.8.0" + } + } + }, "dependencies": { "bindings": { "version": "1.2.1", diff --git a/package.json b/package.json index fea1f79..31d7b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@crimata/nodeaudio", - "version": "0.0.1", + "version": "0.0.0", "description": "NodeJS bindings for PortAudio", "main": "./index.js", "dependencies": { @@ -10,8 +10,5 @@ "scripts": { "test": "node test.js" }, - "gypfile": true, - "publishConfig": { - "registry": "https://gitlab.com/api/v4/projects/28849281/packages/npm/" - } + "gypfile": true } diff --git a/portaudio/bin/libportaudio.dylib b/portaudio/bin/libportaudio.dylib index 9a18fb0..891e7ca 100755 Binary files a/portaudio/bin/libportaudio.dylib and b/portaudio/bin/libportaudio.dylib differ