Сравнение tdlib-1.8.62 с tdlib-1.8.66
| /usr/portage/net-libs/tdlib/tdlib-1.8.66.ebuild 2026-08-11 20:03:04.754793542 +0300 | ||
|---|---|---|
| 8 | 8 |
DESCRIPTION="Cross-platform library for building Telegram clients" |
| 9 | 9 |
HOMEPAGE="https://github.com/tdlib/td" |
| 10 | 10 | |
| 11 |
MY_PV="e597838871547131ef92332fca601f5effba4e8a" |
|
| 11 |
MY_PV="a9966eb3704a3351568c28013fed67d797c17828" |
|
| 12 | 12 |
SRC_URI="https://github.com/tdlib/td/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
|
| 13 | 13 |
S="${WORKDIR}/td-${MY_PV}"
|
| 14 | 14 | |
| ... | ... | |
| 18 | 18 |
IUSE="+tde2e test" |
| 19 | 19 |
RESTRICT="!test? ( test )" |
| 20 | 20 | |
| 21 |
if [ ${PV} = 1.8.66 ]; then
|
|
| 22 |
# Failing tests |
|
| 23 |
RESTRICT+=" test" |
|
| 24 |
fi |
|
| 25 | ||
| 21 | 26 |
RDEPEND=" |
| 22 | 27 |
dev-libs/openssl:= |
| 23 | 28 |
virtual/zlib:= |
| ... | ... | |
| 34 | 39 |
-e '/generate_pkgconfig(tdjson_static /d' \ |
| 35 | 40 |
-i CMakeLists.txt || die |
| 36 | 41 | |
| 37 |
# Benchmarks take way too long to compile |
|
| 38 |
cmake_comment_add_subdirectory benchmark |
|
| 39 | ||
| 40 | 42 |
# Fix tests linking |
| 41 | 43 |
sed -e 's/target_link_libraries(run_all_tests PRIVATE /&tdmtproto /' \ |
| 42 | 44 |
-i test/CMakeLists.txt |
| 43 | 45 | |
| 46 |
# Benchmarks take way too long to compile |
|
| 47 |
cmake_comment_add_subdirectory benchmark |
|
| 48 | ||
| 44 | 49 |
cmake_src_prepare |
| 45 | 50 |
} |
| 46 | 51 | |