Search Criteria
Package Details: mautrix-telegram 0.15.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mautrix-telegram.git (read-only, click to copy) |
|---|---|
| Package Base: | mautrix-telegram |
| Description: | Matrix-Telegram hybrid puppeting/relaybot bridge |
| Upstream URL: | https://github.com/tulir/mautrix-telegram |
| Licenses: | AGPLv3 |
| Submitter: | BrainDamage |
| Maintainer: | BrainDamage |
| Last Packager: | BrainDamage |
| Votes: | 9 |
| Popularity: | 0.000059 |
| First Submitted: | 2020-11-09 15:48 (UTC) |
| Last Updated: | 2025-07-17 17:33 (UTC) |
Dependencies (19)
- python
- python-aiohttp
- python-asyncpg
- python-commonmark
- python-magic (python-magic-gitAUR)
- python-mako
- python-mautrixAUR
- python-ruamel-yaml (python-ruamel-yaml-hgAUR)
- python-tulir-telethonAUR
- python-yarl
- python-build (make)
- python-installer (make)
- python-pytest-runnerAUR (make)
- python-wheel (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR) (optional) – high quality thumbnails
- python-aiodns (optional) – asyncronous dns requests
- python-aiosqlite (optional) – sqlite database support
- python-brotli (python-brotli-gitAUR) (optional) – faster compression
- python-cchardet (python-faust-cchardet) (optional) – faster encoding detection
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
Kimiblock commented on 2023-09-22 05:12 (UTC)
Please remove the version lock since both packages are maintained by you. Leaving it will cause AUR helpers to break.
sukanka commented on 2022-11-29 14:27 (UTC)
could you please use
python-tulir-telethoninstead ofpython-tulir-telethon=1.27.0a1asdepends? They are both maintained by you, so there is no risk of version mismatch, andyaycan then update them.BrainDamage commented on 2022-09-02 12:54 (UTC)
That's a limitation in makepkg, runtime deps get installed as build-deps.
Either build in a separate machine/chroot, or temp uninstall mautrix-telegram while compiling the new one
sukanka commented on 2022-09-02 10:20 (UTC)
failed to upgrade this package by
yay -S mautrix-telegramzotan commented on 2022-04-17 16:59 (UTC)
This now depends on python-mautrix >= 0.16.1
BubuIIC commented on 2022-03-13 13:37 (UTC)
I just ran into a subtle error after an upgrade to v0.11.2 where the bridge didn't have the proper defaults for a new config option: https://github.com/mautrix/telegram/issues/768
I suggest removing the
-b /etc/mautrix-telegram/config.yamlflag and instead add--no-updateas discussed in the issue above.istobic commented on 2022-01-07 17:25 (UTC) (edited on 2022-01-07 17:28 (UTC) by istobic)
Currently, one needs to change from
python-telethontopython-telethon-tulir-gitto get this working. The changes are not upstreamed to python-telethon yet. Also, it does no longer depend on python-telethon-session-sqlalchemy (@BrainDamage)zotan commented on 2021-12-16 20:48 (UTC)
@BrainDamage: As far as I can tell telethon released an update which does require a patched library anymore, I was able to build the package with the current AUR versions of python-telethon and python-mautrix with this PKGBUILD, editing only the min/max versions of the respective packages. Tested & working.
BrainDamage commented on 2021-11-17 19:42 (UTC) (edited on 2021-11-17 19:43 (UTC) by BrainDamage)
re: the out-of-date flag, unfortunately the new version depends on a patched library for which I have no time/energy to package right now
noctux commented on 2021-11-09 15:10 (UTC)
It's not really a problem with mautrix-telegram, newer python-sqlalchemy releases have now dropped the
postgres://uri syntax to specify database paths. You now have to usepostgresql://in your config file.« First ‹ Previous 1 2 3 4 5 Next › Last »