From 50c59a0084f215c90c9bca930b0d08932645eae3 Mon Sep 17 00:00:00 2001 From: Andrew Gundersen Date: Thu, 10 Mar 2022 07:20:38 -0600 Subject: [PATCH] New PortAudio build, refined linking config, updated README.md --- .npmrc | 2 +- binding.gyp | 7 +----- package-lock.json | 38 ++++++++++++++++++++++++++++--- package.json | 7 ++---- portaudio/bin/libportaudio.dylib | Bin 265077 -> 265072 bytes 5 files changed, 39 insertions(+), 15 deletions(-) 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 9a18fb035c1c65f8262d12ac0fe5ebf3720e977d..891e7cab392391d6d34c5822629f20e608b78759 100755 GIT binary patch delta 292 zcmex5P2j^cfeG5I1q=)fd>akV+fV*)FUr`kS=7Ou)z|_kC;`NbK+M3v48{&Q`H3m1 zMezlRB^mlTnMnotMJ0))DVh0tDV0F(bbD7O(amdIMT93ha5Nu?*nS{_G2}U8#CA~! zrpqjh1=C-;FiDeR@OGfVw#-ZlEE^4v>9pIFGHtghWtN_#C=YZM#C;45BERnOFflN& za5FHmFfcFyAp=A9^a^$s7h_D9GTb$>2-EV)YnSZkoyR_-OJkzWnLU}c(Q+T6IWEc{ P^@`vAm7S%5nUMhiJg!pR delta 308 zcmew`P2lS^feG5Ir3?%Vd>akV+fV*)FUr`lS=7Ou)!G3lC;`NbK+M3v495DU#YOr# z`N@en`Z<|NAY71NRFYVll9{h(q?b|&6aXpS-0!L>+jL#Y+o{d`^X@%oy=?L4*p?+ScHv6f-?OtcFarS7zE&6j -- 2.43.0