Search Criteria
Package Details: texpresso-git r176.96d0599-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/texpresso-git.git (read-only, click to copy) |
|---|---|
| Package Base: | texpresso-git |
| Description: | Live rendering and error reporting for LaTeX |
| Upstream URL: | https://github.com/let-def/texpresso |
| Licenses: | MIT |
| Conflicts: | texpresso |
| Provides: | texpresso |
| Submitter: | alerque |
| Maintainer: | alerque |
| Last Packager: | alerque |
| Votes: | 3 |
| Popularity: | 0.000586 |
| First Submitted: | 2023-06-05 11:44 (UTC) |
| Last Updated: | 2025-11-26 22:25 (UTC) |
Dependencies (30)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- graphite (graphite-gitAUR)
- gumbo-parser
- harfbuzz (harfbuzz-gitAUR)
- icu (icu-gitAUR)
- jbig2dec
- libcrypto.so (openssl-gitAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-1.1AUR, openssl-aegisAUR, lib32-openssl, openssl)
- libfontconfig.so (fontconfig-gitAUR, fontconfig-ubuntuAUR, fontconfig, lib32-fontconfig)
- libfreetype.so (freetype2-qdoled-aw3225qfAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR, freetype2, lib32-freetype2)
- libgraphite2.so (lib32-graphiteAUR, graphite)
- libharfbuzz.so (lib32-harfbuzz-gitAUR, harfbuzz-gitAUR, harfbuzz, lib32-harfbuzz)
- libicuuc.so (icu63AUR, icu75AUR, icu73AUR, icu74AUR, icu76AUR, icu77AUR, icu-gitAUR, icu, lib32-icu)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libjpeg.so (mozjpeg-gitAUR, lib32-mozjpeg-gitAUR, mozjpegAUR, jpegli-gitAUR, libjpeg-turbo-gitAUR, libjpeg6-turbo-binAUR, lib32-libjpeg6-turbo-binAUR, lib32-libjpeg-turbo, libjpeg-turbo)
- libmupdf
- libpng (libpng-gitAUR, libpng-apngAUR)
- libpng16.so (libpng-gitAUR, libpng-apngAUR, lib32-libpng, libpng)
- libssl.so (openssl-gitAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-1.1AUR, openssl-aegisAUR, lib32-openssl, openssl)
- libz.so (zlib-gitAUR, zlib-ng-compat-gitAUR, lib32-zlib, lib32-zlib-ng-compat, zlib, zlib-ng-compat)
- openjpeg2 (openjpeg-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-aegisAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libmupdf (make)
- re2c (re2c-gitAUR) (make)
Latest Comments
dmiranda commented on 2026-03-22 23:11 (UTC)
The package is broken and does not compile.
PLuS commented on 2026-03-12 10:22 (UTC)
texpresso removed the custom tectonic submodule.
I'm not sure if there are still unneeded dependencies, but I fixed the pkgbuild with this patch:
CrazyDiamond commented on 2026-03-03 11:42 (UTC) (edited on 2026-03-14 10:32 (UTC) by CrazyDiamond)
Each time
mupdfupdates, the texpresso binary has to be rebuilt, because it wants specific versions of the library. The maintainer should modify the PKGBUILD such, that whenmupdfupdates, the binary still works. Currently, the texpresso binary just searches for the version it wants, i.e., "libmupdf.so.27.1"---it shouldn't do this because as mentioned, the library gets "missing" each time it updates. Also: Trying to solve the issue by linking "libmupdf.so.27.1→ libmupdf.so" or "libmupdf.so.x.y" (newest version) causes a segfault.alerque commented on 2023-06-05 18:20 (UTC)
PSA: Like most of the PKGBUILDs that I (co-)maintain, I host prebuilt packages for this in my user repository and all its dependencies for those who wish to install it using
pacmanwithout messing around with building from the AUR. Issue reports or contributions are welcome either in comments below or via this GitHub repository.