Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / hugin
Commits:
63f95681 by Andreas Radke at 2026-01-05T20:59:05+01:00
upgpkg: 2025.0.1-4; drop glew that doesn't offer egl anymore - use libepoxy
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hugin
pkgdesc = Panorama photo stitcher
pkgver = 2025.0.1
- pkgrel = 3
+ pkgrel = 4
url = http://hugin.sourceforge.net/
arch = x86_64
license = GPL-2.0-only
@@ -14,11 +14,11 @@ pkgbase = hugin
depends = enblend-enfuse
depends = exiv2
depends = fftw
- depends = glew
depends = glu
depends = lapack
depends = lcms2
depends = lensfun
+ depends = libepoxy
depends = libpano13
depends = libtiff
depends = libxi
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=hugin
pkgver=2025.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="Panorama photo stitcher"
arch=(x86_64)
url="http://hugin.sourceforge.net/"
@@ -15,11 +15,11 @@ license=(GPL-2.0-only)
depends=(enblend-enfuse
exiv2
fftw
- glew
glu
lapack
lcms2
lensfun
+ libepoxy
libpano13
libtiff
libxi
@@ -57,7 +57,8 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_LAPACK=yes \
-DBUILD_HSI=ON \
- -DUSE_GDKBACKEND_X11=ON
+ -DUSE_GDKBACKEND_X11=ON \
+ -DBUILD_WITH_EPOXY=ON
make -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hugin/-/commit/63f9568155c18b97cb0ae3511caece1ac80731ca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hugin/-/commit/63f9568155c18b97cb0ae3511caece1ac80731ca
You're receiving this email because of your account on gitlab.archlinux.org.