Files
zulip/scripts/setup/apt-repos/zulip/noble.list
Alex Vandiver b924169d17 setup-apt-repo: Add libheif PPA, and debian bookworm backport.
libheif 1.18 is required to be able to parse images generated by iOS
18; none of Zulip's supported distributions package libheif 1.18, so
we pull new version of the package from PPA (Ubuntu) or backports
(Debian).
2025-06-25 11:39:18 -07:00

13 lines
640 B
Plaintext

deb http://apt.postgresql.org/pub/repos/apt/ noble-pgdg main
deb-src http://apt.postgresql.org/pub/repos/apt/ noble-pgdg main
deb http://ppa.launchpad.net/groonga/ppa/ubuntu noble main
deb-src http://ppa.launchpad.net/groonga/ppa/ubuntu noble main
deb https://ppa.launchpadcontent.net/strukturag/libheif/ubuntu/ noble main
deb-src https://ppa.launchpadcontent.net/strukturag/libheif/ubuntu/ noble main
# libde265 in 24.04 is up-to-date, so the PPA doesn't provide 24.04 packages
#deb https://ppa.launchpadcontent.net/strukturag/libde265/ubuntu/ noble main
#deb-src https://ppa.launchpadcontent.net/strukturag/libde265/ubuntu/ noble main