Search Criteria
Package Details: telegram-tdlib-git 1.8.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/telegram-tdlib-git.git (read-only, click to copy) |
---|---|
Package Base: | telegram-tdlib-git |
Description: | Cross-platform library for building Telegram clients |
Upstream URL: | https://core.telegram.org/tdlib |
Licenses: | boost |
Conflicts: | telegram-tdlib |
Provides: | telegram-tdlib |
Submitter: | foxfromabyss |
Maintainer: | foxfromabyss |
Last Packager: | foxfromabyss |
Votes: | 4 |
Popularity: | 0.001515 |
First Submitted: | 2021-07-24 19:20 (UTC) |
Last Updated: | 2022-12-29 09:22 (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)
- pgpgram (requires telegram-tdlib)
Latest Comments
1 2 Next › Last »
truocolo commented on 2024-01-06 23:26 (UTC) (edited on 2024-01-07 00:15 (UTC) by truocolo)
Hello,
I have built tis on
arm
so I've updated the style and added the missing depends. The code is on this repo,pkgver
is still missing the fix though.xiota commented on 2023-11-12 13:08 (UTC) (edited on 2023-11-12 23:45 (UTC) by xiota)
libtd
should be added to provides/conflicts because it shares the same files and upstream project.Current
pkgver()
is insufficient for -git package because missing revision and hash.mk-fg commented on 2022-12-05 00:32 (UTC)
Simplier pkgver() command for Td.h > CMakeLists.txt tweak:
grep -oP '(?<=TDLib VERSION )\S+' td/CMakeLists.txt
brighton36 commented on 2022-08-27 16:06 (UTC)
If you're building this for telega.el, at the time of writing, you'll need to compile version 1.8.4, which is commit hash 7eabd8ca60de025e45e99d4e5edd39f4ebd9467e . Simply apply the hclover patch here in the comments. Then, once applied, change the source from "git+https://github.com/tdlib/td.git" to "git+https://github.com/tdlib/td.git#commit=7eabd8ca60de025e45e99d4e5edd39f4ebd9467e". Then run your makepkg -si and you should be good to go.
hclover commented on 2022-07-17 04:04 (UTC)
The version number has been removed from
Td.h
in recent commits. Here is a patch that usesCMakeLists.txt
instead:Thaodan commented on 2022-06-05 23:12 (UTC)
Another way is to enable lto fat objects read here: https://archlinux.org/todo/lto-fat-objects/
Thaodan commented on 2022-05-15 21:36 (UTC)
tdlibs static archives break when lto is used. Can you add !lto to options?
foxfromabyss commented on 2021-12-31 16:59 (UTC)
I don't think
=${pkgver}
gets expanded very well. I am either holding it wrong and would appreciate a helpful nudge, or can just get it in there manually.dreieck commented on 2021-12-27 17:55 (UTC) (edited on 2021-12-27 17:56 (UTC) by dreieck)
Can you please add
=${pkgver}
to thetelegram-tdlib
entry in theprovides
array?Package
telegram-tdlib-purple-git
seems to depend on a specific version, that way dependencies can be specified in a clean way.foxfromabyss commented on 2021-09-25 18:46 (UTC)
The version you will pull from the
-git
is always in sync, it's just that the versioning is somewhat stale, as it has to be bumped manually.1 2 Next › Last »