[arch-commits] Commit in libgeotiff/repos (3 files)

Bruno Pagani archange at gemini.archlinux.org
Mon Jun 27 21:32:46 UTC 2022


    Date: Monday, June 27, 2022 @ 21:32:46
  Author: archange
Revision: 1239767

archrelease: copy trunk to community-staging-x86_64

Added:
  libgeotiff/repos/community-staging-x86_64/
  libgeotiff/repos/community-staging-x86_64/PKGBUILD
    (from rev 1239766, libgeotiff/trunk/PKGBUILD)
  libgeotiff/repos/community-staging-x86_64/libgeotiff.changelog
    (from rev 1239766, libgeotiff/trunk/libgeotiff.changelog)

----------------------+
 PKGBUILD             |   40 ++++++++++++++++++++++++++++++++++++++++
 libgeotiff.changelog |   28 ++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: libgeotiff/repos/community-staging-x86_64/PKGBUILD (from rev 1239766, libgeotiff/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-06-27 21:32:46 UTC (rev 1239767)
@@ -0,0 +1,40 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libgeotiff
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
+arch=(x86_64)
+url="https://github.com/OSGeo/libgeotiff"
+license=(custom)
+depends=(libtiff proj libjpeg-turbo zlib)
+changelog=$pkgname.changelog
+source=(https://github.com/OSGeo/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('05ab1347aaa471fc97347d8d4269ff0c00f30fa666d956baba37948ec87e55d6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vfi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-jpeg=yes --with-zlib=yes
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Copied: libgeotiff/repos/community-staging-x86_64/libgeotiff.changelog (from rev 1239766, libgeotiff/trunk/libgeotiff.changelog)
===================================================================
--- community-staging-x86_64/libgeotiff.changelog	                        (rev 0)
+++ community-staging-x86_64/libgeotiff.changelog	2022-06-27 21:32:46 UTC (rev 1239767)
@@ -0,0 +1,28 @@
+2022-06-27 Bruno Pagani <archange at archlinux.org>
+	* libgeotiff 1.7.1-1
+
+2020-07-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.6.0-1
+
+2019-06-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.5.1-1
+
+2018-12-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.4.3-1
+
+2018-05-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.4.2-2
+	* proj 5.0.1 soname rebuild
+
+2016-09-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.4.2-1
+	* proj 4.9.3 soname rebuild
+
+2015-03-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.4.1-2 proj rebuild
+
+2015-01-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.4.1-1
+
+2012-10-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* libgeotiff 1.4.0-1



More information about the arch-commits mailing list