[arch-commits] Commit in libpano13/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-01-22 Thread Bruno Pagani via arch-commits
Date: Saturday, January 22, 2022 @ 22:22:52
  Author: archange
Revision: 1113495

archrelease: copy trunk to community-x86_64

Added:
  libpano13/repos/community-x86_64/PKGBUILD
(from rev 1113494, libpano13/trunk/PKGBUILD)
Deleted:
  libpano13/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 +---
 1 file changed, 29 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-22 22:22:28 UTC (rev 1113494)
+++ PKGBUILD2022-01-22 22:22:52 UTC (rev 1113495)
@@ -1,31 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-
-pkgname=libpano13
-pkgver=2.9.20
-pkgrel=1
-pkgdesc="Basic library to calculate panoramical pictures - core functions of 
the panotools"
-arch=(x86_64)
-url="http://panotools.sourceforge.net/";
-license=(GPL2)
-depends=(libpng libtiff)
-source=(https://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz)
-sha256sums=(3b532836c37b8cd75cd2227fd9207f7aca3fdcbbd1cce3b9749f056a10229b89)
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fvi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libpano13/repos/community-x86_64/PKGBUILD (from rev 1113494, 
libpano13/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-22 22:22:52 UTC (rev 1113495)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+
+pkgname=libpano13
+pkgver=2.9.21
+pkgrel=1
+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)
+makedepends=(cmake)
+source=(https://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('79e5a1452199305e2961462720ef5941152779c127c5b96fc340d2492e633590')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SPARSE_LEVMAR=ON
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  mkdir "${pkgdir}"/usr/share/doc
+  mv "${pkgdir}"/usr/share/{pano13/doc,doc/pano13}
+  rmdir "${pkgdir}"/usr/share/pano13
+}



[arch-commits] Commit in libpano13/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-07-20 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 20, 2021 @ 14:55:42
  Author: archange
Revision: 980170

archrelease: copy trunk to community-x86_64

Added:
  libpano13/repos/community-x86_64/PKGBUILD
(from rev 980169, libpano13/trunk/PKGBUILD)
Deleted:
  libpano13/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   59 +++
 1 file changed, 31 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-20 14:55:37 UTC (rev 980169)
+++ PKGBUILD2021-07-20 14:55:42 UTC (rev 980170)
@@ -1,28 +0,0 @@
-# Contributor: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-
-pkgname=libpano13
-pkgver=2.9.19
-pkgrel=5
-pkgdesc='Basic library to calculate panoramical pictures - core functions of 
the panotools'
-url='http://panotools.sourceforge.net/'
-arch=('x86_64')
-license=('GPL2')
-depends=('libpng' 'libtiff')
-source=(https://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('f9f147426d44d8babac09cb1a1b5111f88b9c2fc079f33df80133492bcf24cbd1edd771e6bec7bed4b0256bf15c700139c0a83119d3adf296ae5c567e006d868')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libpano13/repos/community-x86_64/PKGBUILD (from rev 980169, 
libpano13/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-20 14:55:42 UTC (rev 980170)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+
+pkgname=libpano13
+pkgver=2.9.20
+pkgrel=1
+pkgdesc="Basic library to calculate panoramical pictures - core functions of 
the panotools"
+arch=(x86_64)
+url="http://panotools.sourceforge.net/";
+license=(GPL2)
+depends=(libpng libtiff)
+source=(https://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz)
+sha256sums=(3b532836c37b8cd75cd2227fd9207f7aca3fdcbbd1cce3b9749f056a10229b89)
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fvi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}