@ellton: I'll try if I find the time. :)
Search Criteria
Package Details: telegram-tdlib 1.8.47-1
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: | 14 |
Popularity: | 0.69 |
First Submitted: | 2018-05-16 09:26 (UTC) |
Last Updated: | 2025-04-15 21:21 (UTC) |
Dependencies (7)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR, cmake3AUR) (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
tleican commented on 2021-03-17 19:49 (UTC)
ellton commented on 2021-03-17 19:42 (UTC)
Can you create a new pkg telegram-tdlib-git?
rustemb commented on 2021-02-04 16:46 (UTC)
add git
to makedeps for gen_git_commit
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 2025-04-15 21:28 (UTC)
Upstream rarely provides releases or tags for their lib. They rely on a single git commit message where they bump the version most of the time. This is not great.
Most users want a package that is not 2 years old, which means we need a compromise. We use the Git commit hash that announces a release upstream. That means we can no longer provide a hash (sha-256, sha-512) to verify that what we got from
git clone
matches the libtd that was released on GitHub.