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

2019-06-16 Thread Jaroslav Lichtblau via arch-commits
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 
+# Contributor: Brad Fanella 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+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 
+   * libgeotiff 1.5.1-1
+
+2018-12-18 Jaroslav Lichtblau 
+   * libgeotiff 1.4.3-1
+
+2018-05-16 Jaroslav Lichtblau 
+   * libgeotiff 1.4.2-2
+   * proj 5.0.1 soname rebuild
+
+2016-09-14 Jaroslav Lichtblau 
+   * libgeotiff 1.4.2-1
+   * proj 4.9.3 soname rebuild
+
+2015-03-12 Jaroslav Lichtblau 
+   * libgeotiff 1.4.1-2 proj rebuild
+
+2015-01-22 Jaroslav Lichtblau 
+   * libgeotiff 1.4.1-1
+
+2012-10-28 Jaroslav Lichtblau 
+   * libgeotiff 1.4.0-1


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

2018-05-16 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, May 16, 2018 @ 19:29:11
  Author: jlichtblau
Revision: 323137

archrelease: copy trunk to community-staging-x86_64

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

--+
 PKGBUILD |   33 +
 libgeotiff.changelog |   16 
 2 files changed, 49 insertions(+)

Copied: libgeotiff/repos/community-staging-x86_64/PKGBUILD (from rev 323136, 
libgeotiff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-16 19:29:11 UTC (rev 323137)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Brad Fanella 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=libgeotiff
+pkgver=1.4.2
+pkgrel=2
+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')
+# options=('!makeflags')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/geotiff/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('ad87048adb91167b07f34974a8e53e4ec356494c29f1748de95252e8f81a5e6e')
+
+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 323136, libgeotiff/trunk/libgeotiff.changelog)
===
--- community-staging-x86_64/libgeotiff.changelog   
(rev 0)
+++ community-staging-x86_64/libgeotiff.changelog   2018-05-16 19:29:11 UTC 
(rev 323137)
@@ -0,0 +1,16 @@
+2018-05-16 Jaroslav Lichtblau 
+   * libgeotiff 1.4.2-2
+   * proj 5.0.1 soname rebuild
+
+2016-09-14 Jaroslav Lichtblau 
+   * libgeotiff 1.4.2-1
+   * proj 4.9.3 soname rebuild
+
+2015-03-12 Jaroslav Lichtblau 
+   * libgeotiff 1.4.1-2 proj rebuild
+
+2015-01-22 Jaroslav Lichtblau 
+   * libgeotiff 1.4.1-1
+
+2012-10-28 Jaroslav Lichtblau 
+   * libgeotiff 1.4.0-1


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 22:08:44
  Author: jlichtblau
Revision: 129150

archrelease: copy trunk to community-staging-i686

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

--+
 PKGBUILD |   33 +
 libgeotiff.changelog |8 
 2 files changed, 41 insertions(+)

Copied: libgeotiff/repos/community-staging-i686/PKGBUILD (from rev 129149, 
libgeotiff/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-12 21:08:44 UTC (rev 129150)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libgeotiff
+pkgver=1.4.1
+pkgrel=2
+pkgdesc=A TIFF based interchange format for georeferenced raster imagery
+arch=('i686' 'x86_64')
+url=http://www.remotesensing.org/geotiff;
+license=('custom')
+depends=('libtiff' 'proj' 'libjpeg=7')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/geotiff/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('acfc76ee19b3d41bb9c7e8b780ca55d413893a96c09f3b27bdb9b2573b41fd23')
+
+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-i686/libgeotiff.changelog (from rev 
129149, libgeotiff/trunk/libgeotiff.changelog)
===
--- community-staging-i686/libgeotiff.changelog (rev 0)
+++ community-staging-i686/libgeotiff.changelog 2015-03-12 21:08:44 UTC (rev 
129150)
@@ -0,0 +1,8 @@
+2015-03-12 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * libgeotiff 1.4.1-2 proj rebuild
+
+2015-01-22 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * libgeotiff 1.4.1-1
+
+2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libgeotiff 1.4.0-1


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

2015-03-12 Thread Jaroslav Lichtblau
Date: Thursday, March 12, 2015 @ 21:52:07
  Author: jlichtblau
Revision: 129142

archrelease: copy trunk to community-staging-x86_64

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

--+
 PKGBUILD |   33 +
 libgeotiff.changelog |8 
 2 files changed, 41 insertions(+)

Copied: libgeotiff/repos/community-staging-x86_64/PKGBUILD (from rev 129141, 
libgeotiff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-12 20:52:07 UTC (rev 129142)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libgeotiff
+pkgver=1.4.1
+pkgrel=2
+pkgdesc=A TIFF based interchange format for georeferenced raster imagery
+arch=('i686' 'x86_64')
+url=http://www.remotesensing.org/geotiff;
+license=('custom')
+depends=('libtiff' 'proj' 'libjpeg=7')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/geotiff/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('acfc76ee19b3d41bb9c7e8b780ca55d413893a96c09f3b27bdb9b2573b41fd23')
+
+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 129141, libgeotiff/trunk/libgeotiff.changelog)
===
--- community-staging-x86_64/libgeotiff.changelog   
(rev 0)
+++ community-staging-x86_64/libgeotiff.changelog   2015-03-12 20:52:07 UTC 
(rev 129142)
@@ -0,0 +1,8 @@
+2015-03-12 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * libgeotiff 1.4.1-2 proj rebuild
+
+2015-01-22 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * libgeotiff 1.4.1-1
+
+2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libgeotiff 1.4.0-1