Search Criteria
Package Details: libtd 1.8.3-1
Package Actions
- View PKGBUILD / View Changes
- Download snapshot
- Search wiki
- Flag package out-of-date
- 1 pending request
- Submit Request
Git Clone URL: | https://aur.archlinux.org/libtd.git (read-only, click to copy) |
---|---|
Package Base: | libtd |
Description: | Cross-platform library for building Telegram clients |
Upstream URL: | https://core.telegram.org/tdlib |
Licenses: | boost |
Conflicts: | telegram-tdlib |
Provides: | libtd |
Submitter: | felixseblanc |
Maintainer: | j.r |
Last Packager: | j.r |
Votes: | 5 |
Popularity: | 0.000443 |
First Submitted: | 2019-09-29 16:03 (UTC) |
Last Updated: | 2022-04-20 15:39 (UTC) |
Dependencies (8)
- gcc-libs (fastgcc, gcc-libs-git)
- openssl (libressl-git, openssl-static, openssl-hardened, quictls-openssl, openssl-git)
- zlib (zlib-static, zlib-git, zlib-ng, zlib-ng-compat-git)
- clang (clang8, llvm-minimal-git, llvm-git, clang-git) (make)
- cmake (cmake-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- gperf (gperf-git) (make)
- php (php7-symlinks, php7-meta, php56, php-zts) (make)
Latest Comments
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 ^^
j.r commented on 2021-04-29 11:59 (UTC)
@franck.stauffer I'll remove make, but I explicitly set clang, because according to the libtd build instructions it does consume less RAM during build. For many multiple users the build failed before because they ran out of RAM.
qontinuum commented on 2021-04-29 11:14 (UTC)
make
is in the base-devel group so it shouldn't be a makedep since this group is a pre-requisite.Also, are you sure it's a good thing to enforce the compiler? Since
CC
andCXX
can be set inmakepkg.conf
and the program compiles well using gcc I think it shouldn't be enforced by a PKGBUILD that do not strictly requires it.Arndroid commented on 2021-02-04 20:57 (UTC) (edited on 2021-02-04 21:04 (UTC) by Arndroid)
Thanks!
Edit, ah too bad it didn't make it all the way:
ColonelThirtyTwo commented on 2020-09-14 04:22 (UTC)
What's the difference between this and
telegram-tdlib
?treeshateorcs commented on 2019-10-19 19:16 (UTC)
thank you!