Search Criteria
Package Details: libtd 1.8.25-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libtd.git (read-only, click to copy) |
---|---|
Package Base: | libtd |
Description: | TDLib (Telegram Database library), a cross-platform library for building Telegram clients |
Upstream URL: | https://core.telegram.org/tdlib |
Licenses: | BSL-1.0 |
Conflicts: | telegram-tdlib |
Provides: | libtdjson.so, telegram-tdlib |
Submitter: | felixseblanc |
Maintainer: | None |
Last Packager: | akspecs |
Votes: | 6 |
Popularity: | 0.000309 |
First Submitted: | 2019-09-29 16:03 (UTC) |
Last Updated: | 2024-03-02 23:48 (UTC) |
Dependencies (8)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gperf (gperf-gitAUR) (make)
- php (make)
Required by (4)
- paper-plane (requires libtdjson.so)
- paper-plane-git (requires libtdjson.so)
- pgpgram (requires telegram-tdlib)
- python-telegram
Latest Comments
1 2 Next › Last »
KritaFrost commented on 2025-04-07 02:19 (UTC)
From now on requires to add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 into cmake command in the PKGBUILD. Compiles correctly with current version.
treeshateorcs commented on 2024-02-14 02:08 (UTC)
won't compile
Galicarnax commented on 2024-01-29 04:38 (UTC)
I wonder what is so special about the sources of
libtd
that it takes literally almost an hour on my desktop to compile? All other packages I've encountered compile at most for a couple of minutes in the same environment. Even those that are seemingly more complex in their functionality than just a chat client.j.r commented on 2022-12-02 12:14 (UTC)
@kovdan01 thanks for the patch. Could you please
git send-email
the patch to j.r@jugendhacker.de? Because I somehow can'tgit am
it from my clipboard.kovdan01 commented on 2022-11-25 13:41 (UTC)
Hello @j.r ! Please consider using cmake wrappers instead of make commands in PKGBUILD. When a custom
CMAKE_GENERATOR
environment variable is set, we have to use something likecmake --build . --target all
instead of justmake
. The same applies tomake install
. I've prepared a patch for that. Would be glad if you apply it usinggit am
to save my credits in commit history. Thanks!dreieck commented on 2022-03-08 16:03 (UTC)
Should
telegram-tdlib
(=${pkgver}
) be added to theprovides
array? For the packagelibtd-dev
that is the case.j.r commented on 2021-05-04 06:21 (UTC)
@djmattyg007 I updated the package according to cmake package guidelines, but unfortunately upstream somehow added compile tasks to the install target. I think there is not much I can do to avoid compilation in the package step. If you have a solution feel free to send me a patch over at sr.ht
djmattyg007 commented on 2021-05-01 12:48 (UTC)
I just built the latest version of this package, and I found that compilation was happening inside the package() function. This doesn't seem correct - compilation should be complete once build() is finished.
qontinuum commented on 2021-04-29 12:43 (UTC)
Okay thank you for the precision ^^
1 2 Next › Last »