add git
to makedeps for gen_git_commit
Search Criteria
Package Details: telegram-tdlib 1.8.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/telegram-tdlib.git (read-only, click to copy) |
---|---|
Package Base: | telegram-tdlib |
Description: | Cross-platform library for building Telegram clients |
Upstream URL: | https://core.telegram.org/tdlib |
Keywords: | tdlib telegram |
Licenses: | boost |
Conflicts: | telegram-tdlib |
Provides: | telegram-tdlib |
Submitter: | tleican |
Maintainer: | tleican |
Last Packager: | tleican |
Votes: | 13 |
Popularity: | 0.000038 |
First Submitted: | 2018-05-16 09:26 (UTC) |
Last Updated: | 2022-05-27 02:58 (UTC) |
Dependencies (7)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gperf (gperf-gitAUR) (make)
- make (make-gitAUR) (make)
Required by (1)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
rustemb commented on 2021-02-04 16:46 (UTC)
tleican commented on 2020-10-14 08:27 (UTC) (edited on 2020-10-14 09:47 (UTC) by tleican)
A small update on new releases: this package follows Tdlib releases, and not dev releases. For example the current release version is 1.6.0 while the latest unstable version is 1.6.9 (at this time). Once the next stable is released (likely 1.7.0), this package will also be updated.
tleican commented on 2020-07-07 03:21 (UTC)
@djmattyg007: yes, upstream uses a few __FILE__
macros in their source, and makepkg's linter does not like that. What can be done?
djmattyg007 commented on 2020-07-06 09:04 (UTC)
I got this warning when running makepkg for this package:
WARNING: Package contains reference to $srcdir
tleican commented on 2020-07-03 17:38 (UTC)
Alright, I added armv7h.
tallero commented on 2020-07-02 22:41 (UTC) (edited on 2020-07-03 01:53 (UTC) by tallero)
Can you add the armv7h
arch? It works flawlessly.
tleican commented on 2018-09-12 19:48 (UTC)
@yacuken thanks for the heads up and the patch, updated!
yacuken commented on 2018-09-12 16:25 (UTC)
Hi. Thanks for this package. Can you update it to 1.3.0? Here's the patch https://gist.github.com/yacuken/47b5840251ac20ba3ee8e2fb98080cd6 (I think using install target is better than do it manually)
Pinned Comments
tleican commented on 2022-06-08 15:12 (UTC) (edited on 2022-06-08 15:14 (UTC) by tleican)
A note before you flag this out of date. :)
Telegram's main developer will tag stable releases on Github, and that is what is packaged here. See this comment from the main developer about requesting a 1.7 tag while 1.6 was the lastest tagged version:
Unless you can make Telegram change their mind about tagging, this is what you get here: a stable version.
If you need the latest unstable version, based on commit messages, check out libtd, it's fine! (Except it also brings PHP. 😅.)