Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/com.icanblink.blink
https://github.com/flathub/com.icanblink.blink
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/com.icanblink.blink
- Owner: flathub
- Created: 2020-03-31T21:46:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T11:39:30.000Z (2 months ago)
- Last Synced: 2024-10-27T14:42:23.267Z (2 months ago)
- Language: Shell
- Homepage: https://flathub.org/apps/details/com.icanblink.blink
- Size: 605 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Blink
This is the Qt version of Blink, a fully featured, easy to use SIP client
for Linux and Microsoft Windows.Homepage: http://icanblink.com
## Features
The complete list of features and implemented standards are available at:
http://icanblink.com/features/
## Installation
Installation instructions can be found at:
http://icanblink.com/download/
## Support
For help on using Blink Qt go to http://icanblink.com/help/
## Changelog
The changelog is available at http://icanblink.com/changelog/
## Credits
* AG Projects: http://ag-projects.com
* NLnet foundation: http://nlnet.nl
* IETF Community: http://www.ietf.org
* SIP SIMPLE client SDK: http://sipsimpleclient.org------
## Flatpak development
### Python dependencies
Dependencies are declared in `requirements.txt` file. Use the target runtime and
the `python-dependencies.sh` script to build/update the dependencies module:```bash
flatpak --user --share=network --filesystem=host --command=pip3 run 'org.kde.Sdk//5.15-23.08' \
install --ignore-installed --report - --dry-run --quiet --requirement requirements.txt | \
./python-dependencies.sh > modules/python-dependencies.json```
### x11vnc
```bash
curl 'https://github.com/LibVNC/x11vnc/commit/69eeb9f7baa1.patch' > patches/x11vnc-scan-limit-access-to-shared-memory.patch
curl 'https://github.com/LibVNC/x11vnc/commit/95a10ab64c2d.patch' > patches/x11vnc-xfc-null-ptr.patch
curl 'https://github.com/LibVNC/x11vnc/commit/a48b0b1cd887.patch' > patches/x11vnc-gcc10-fix.patch```