Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / libpano13
Commits: 6e7e8d4a by Carl Smedstad at 2024-10-05T18:08:30+02:00 Use SPDX license identifier - - - - - 1d008535 by Carl Smedstad at 2024-10-05T18:09:44+02:00 upgpkg: 2.9.22-2: Replace libjpeg dependency https://archlinux.org/todo/stop-relying-on-virtual-libjpeg-lib32-libjpeg-package/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,12 @@ pkgbase = libpano13 pkgdesc = Basic library to calculate panoramical pictures - core functions of the panotools pkgver = 2.9.22 - pkgrel = 1 + pkgrel = 2 url = http://panotools.sourceforge.net/ arch = x86_64 - license = GPL2 + license = GPL-2.0-or-later makedepends = cmake - depends = libjpeg + depends = libjpeg-turbo depends = libpng depends = libtiff depends = suitesparse ===================================== PKGBUILD ===================================== @@ -4,12 +4,12 @@ pkgname=libpano13 pkgver=2.9.22 -pkgrel=1 +pkgrel=2 pkgdesc="Basic library to calculate panoramical pictures - core functions of the panotools" arch=(x86_64) url="http://panotools.sourceforge.net/" -license=(GPL2) -depends=(libjpeg libpng libtiff suitesparse) +license=(GPL-2.0-or-later) +depends=(libjpeg-turbo libpng libtiff suitesparse) makedepends=(cmake) source=(https://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz) sha256sums=('affc6830cdbe71c28d2731dcbf8dea2acda6d9ffd4609c6dbf3ba0c68440a8e3') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libpano13/-/compare/2660942c4c95561c923fdc9552a9d893a47cc632...1d0085355571eab44dd8cf25e92236b03d4a1179 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libpano13/-/compare/2660942c4c95561c923fdc9552a9d893a47cc632...1d0085355571eab44dd8cf25e92236b03d4a1179 You're receiving this email because of your account on gitlab.archlinux.org.
