David Runge pushed to branch main at Arch Linux / Packaging / Packages / swi-prolog
Commits: dcf9be88 by David Runge at 2026-07-01T12:08:46+02:00 Rely on libjpeg-turbo instead of the virtual libjpeg Signed-off-by: David Runge <[email protected]> - - - - - 85de945f by David Runge at 2026-07-01T12:19:04+02:00 upgpkg: 10.0.2-2 Rebuild to optionally depend on libjpeg-turbo instead of the virtual libjpeg. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = swi-prolog pkgdesc = Prolog environment pkgver = 10.0.2 - pkgrel = 1 + pkgrel = 2 url = https://www.swi-prolog.org arch = x86_64 license = BSD-2-Clause @@ -24,7 +24,7 @@ pkgbase = swi-prolog depends = util-linux-libs optdepends = java-runtime: for using Prolog from Java optdepends = jdk-openjdk: for using Prolog from Java - optdepends = libjpeg: for using the pl2xpce library + optdepends = libjpeg-turbo: for using the pl2xpce library optdepends = libxft: for using the pl2xpce library optdepends = libxinerama: for using the pl2xpce library optdepends = libxpm: for using the pl2xpce library ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=swi-prolog pkgver=10.0.2 -pkgrel=1 +pkgrel=2 pkgdesc='Prolog environment' arch=(x86_64) url='https://www.swi-prolog.org' @@ -16,7 +16,7 @@ makedepends=(cmake jdk-openjdk libjpeg-turbo libxft libxinerama libxpm python-pr checkdepends=(java-hamcrest junit) optdepends=('java-runtime: for using Prolog from Java' 'jdk-openjdk: for using Prolog from Java' - 'libjpeg: for using the pl2xpce library' + 'libjpeg-turbo: for using the pl2xpce library' 'libxft: for using the pl2xpce library' 'libxinerama: for using the pl2xpce library' 'libxpm: for using the pl2xpce library' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swi-prolog/-/compare/95e1d2eca3724afd834da87f14e43e506f0e2f29...85de945ffc58e64b9b48360d1e828c593be96d27 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swi-prolog/-/compare/95e1d2eca3724afd834da87f14e43e506f0e2f29...85de945ffc58e64b9b48360d1e828c593be96d27 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
