sip-lab 1.28.10 → 1.28.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ It is distributed with prebuild binaries for node.js 15.0.0 and above (but built
|
|
|
30
30
|
|
|
31
31
|
To install it, first install build dependencies:
|
|
32
32
|
```
|
|
33
|
-
apt install build-essential automake autoconf libtool libspeex-dev libopus-dev libsdl2-dev libavdevice-dev libswscale-dev libv4l-dev libopencore-amrnb-dev libopencore-amrwb-dev libvo-amrwbenc-dev libvo-amrwbenc-dev libboost-dev libtiff-dev libpcap-dev libssl-dev uuid-dev flite-dev cmake
|
|
33
|
+
apt install build-essential automake autoconf libtool libspeex-dev libopus-dev libsdl2-dev libavdevice-dev libswscale-dev libv4l-dev libopencore-amrnb-dev libopencore-amrwb-dev libvo-amrwbenc-dev libvo-amrwbenc-dev libboost-dev libtiff-dev libpcap-dev libssl-dev uuid-dev flite-dev cmake git wget
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
Then install sip-lab (local build of the addon might be triggered here if this is not Debian 11):
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sip-lab",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.12",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"engines": {
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"node-addon-api": "^5.0.0",
|
|
28
28
|
"node-gyp": "^9.3.0",
|
|
29
29
|
"node-gyp-build": "^4.5.0",
|
|
30
|
-
"prebuildify": "^5.0.1",
|
|
31
30
|
"sdp-matching": "^1.3.2",
|
|
32
31
|
"sip-matching": "^1.3.14",
|
|
33
32
|
"sipjs-lab": "^1.1.2"
|
|
34
33
|
},
|
|
35
34
|
"devDependencies": {
|
|
35
|
+
"prebuildify": "^5.0.1",
|
|
36
36
|
"prebuildify-cross": "github:MayamaTakeshi/prebuildify-cross#use_existing_images"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|