Search Criteria
Package Details: mautrix-telegram 0.15.2-3
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: | 4 |
Popularity: | 0.193365 |
First Submitted: | 2020-11-09 15:48 (UTC) |
Last Updated: | 2024-07-17 07:59 (UTC) |
Dependencies (28)
- python (python37AUR, python311AUR, python310AUR)
- python-aiohttp (python-aiohttp-gitAUR)
- python-asyncpg
- python-commonmark
- python-magic (python-magic-gitAUR)
- python-mako
- python-mautrixAUR (python-mautrix-gitAUR)
- python-ruamel-yaml (python-ruamel-yaml-hgAUR)
- python-tulir-telethonAUR
- python-yarl
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-pytest-runnerAUR (make)
- python-wheel (make)
- ffmpeg (ffmpeg-intel-full-gitAUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR) (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
- Show 9 more dependencies...
Latest Comments
1 2 3 4 Next › Last »
julianuu commented on 2023-10-07 16:41 (UTC)
The service fails with
python -m mautrix-telegram: error: unrecognized arguments: -b /usr/share/mautrix-telegram/example-config.yaml
. It seems to run after removing-b /usr/share/mautrix-telegram/example-config.yaml
from the service file.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-telethon
instead ofpython-tulir-telethon=1.27.0a1
asdepends
? They are both maintained by you, so there is no risk of version mismatch, andyay
can 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-telegram
zotan commented on 2022-04-17 16:59 (UTC)
This now depends on python-mautrix >= 0.16.1
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-telethon
topython-telethon-tulir-git
to 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.1 2 3 4 Next › Last »