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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Jun 16 14:11:38 UTC 2019


    Date: Sunday, June 16, 2019 @ 14:11:37
  Author: jlichtblau
Revision: 481857

archrelease: copy trunk to community-staging-x86_64

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

----------------------+
 PKGBUILD             |   31 +++++++++++++++++++++++++++++++
 libgeotiff.changelog |   22 ++++++++++++++++++++++
 2 files changed, 53 insertions(+)

Copied: libgeotiff/repos/community-staging-x86_64/PKGBUILD (from rev 481856, libgeotiff/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-06-16 14:11:37 UTC (rev 481857)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry 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.5.1
+pkgrel=1
+pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
+arch=('x86_64')
+url="https://trac.osgeo.org/geotiff/"
+license=('custom')
+depends=('libtiff' 'proj' 'libjpeg-turbo')
+changelog=$pkgname.changelog
+source=(https://github.com/OSGeo/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f9e99733c170d11052f562bcd2c7cb4de53ed405f7acdde4f16195cd3ead612c')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/libgeotiff/LICENSE
+}

Copied: libgeotiff/repos/community-staging-x86_64/libgeotiff.changelog (from rev 481856, libgeotiff/trunk/libgeotiff.changelog)
===================================================================
--- community-staging-x86_64/libgeotiff.changelog	                        (rev 0)
+++ community-staging-x86_64/libgeotiff.changelog	2019-06-16 14:11:37 UTC (rev 481857)
@@ -0,0 +1,22 @@
+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