Search Criteria
Package Details: kshare-git v4.1.r196.gc38161b-2
Git Clone URL: | https://aur.archlinux.org/kshare-git.git (read-only, click to copy) |
---|---|
Package Base: | kshare-git |
Description: | The free and open source and cross platform screen sharing software. |
Upstream URL: | https://gitlab.com/ArsenArsen/KShare |
Keywords: | imaging screensharing screenshotting sharing |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ArsenArsen |
Maintainer: | ArsenArsen |
Last Packager: | ArsenArsen |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2017-04-28 22:20 |
Last Updated: | 2018-07-04 23:42 |
Dependencies (7)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-git-nc, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi)
- libxfixes
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-svg (qt5-svg-git)
- qt5-x11extras (qt5-x11extras-git)
- xcb-util-cursor (xcb-util-cursor-git)
- git (git-git) (make)
Latest Comments
sl1pkn07 commented on 2017-08-19 12:06
oh, I forgot: need add makedepends=('git')
sl1pkn07 commented on 2017-08-05 23:56
https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git
but in my own way
i can depurate the format with use https://github.com/ArsenArsen/KShare/blob/master/main.cpp#L68 and some git commands (like this example https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=k3b-git#n42). but i think in this case, is better use directly 'git describe'
greetings
ArsenArsen commented on 2017-08-05 22:43
Hello @sl1pkn07, thank you for the PKGBUILD. May I ask, how does the pkgver get formatted? And I will immediately put up the PKGBUILD. Thank you
sl1pkn07 commented on 2017-08-05 21:29
@ArsenArsen try this pkgbuild
https://sl1pkn07.wtf/paste/view/31bd0a52
NOTE: for build with multithreading you should edit the file /etc/makepkg.conf and comment out the line #MAKEFLAGS and put here your number of cores
and please, you not need push the package every commit. that work is for makepkg or AUR helpers
greetings
ArsenArsen commented on 2017-05-08 14:12
@RushAur,
Thanks for the `provides' correction. Will edit now.
The cryptic version is actually `c' followed by the full commit hash that this package is for. The way I update this package is with a git pre-push client hook, and `sed'. And yes, the upstream is 2.0. I am planning on creating an upstream package but this one just follows the latest git commit.
Thanks.
rushaur commented on 2017-05-02 21:49
Upstream version is 2.0 (as of today 2nd mai), am wondering why the cryptic version cc721ff340c0b727ba3f472b542e7bc2e8b2edefd.
Also provides=('kshare=${pkgver}') is not what you want, it should be provides=("kshare=$pkgver"). Thanks.