[arch-commits] Commit in hugin/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Wed Jan 5 09:00:41 UTC 2022


    Date: Wednesday, January 5, 2022 @ 09:00:41
  Author: alerque
Revision: 1093217

upgpkg: hugin 2021.0.0-1

Modified:
  hugin/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-05 08:56:05 UTC (rev 1093216)
+++ PKGBUILD	2022-01-05 09:00:41 UTC (rev 1093217)
@@ -1,4 +1,5 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
 # Contributor: Gaetan Bisson <bisson at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at archlinux.org>
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
@@ -5,8 +6,8 @@
 # Contributor: Dominik Ryba <domryba at post.pl>
 
 pkgname=hugin
-pkgver=2020.0.0
-pkgrel=11
+pkgver=2021.0.0
+pkgrel=1
 pkgdesc="Panorama photo stitcher"
 arch=(x86_64)
 url="http://hugin.sourceforge.net/"
@@ -19,16 +20,9 @@
             'dcraw: RAW import using dcraw'
             'darktable: RAW import using darktable'
             'rawtherapee: RAW import using rawtherapee')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2
-        hugin-openexr3.patch)
-sha256sums=('283e7601259a7914cb075333424410928a439dc5f84216f33e2fe55501fbcacb'
-            '8ae66f1d2da9368e0089a91ac96a3efb702f703affdcb368830c6de49aca6ce1')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('047aea8a7fa47844b34ef27c19d3b697e84939dcb1fdbbeb2c204621b66eead9')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < hugin-openexr3.patch # Fix build with OpenEXR 3
-  rm $pkgname-$pkgver/CMakeModules/FindZLIB.cmake # Doesn't define the ZLIB::ZLIB target needed by OpenEXR 3
-}
-
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list