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

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Sep 14 20:22:26 UTC 2016


    Date: Wednesday, September 14, 2016 @ 20:22:26
  Author: jlichtblau
Revision: 189324

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

-----------------------------------------------+
 community-staging-i686/PKGBUILD               |   33 ++++++++++++++++++++++++
 community-staging-i686/libgeotiff.changelog   |   12 ++++++++
 community-staging-x86_64/PKGBUILD             |   33 ++++++++++++++++++++++++
 community-staging-x86_64/libgeotiff.changelog |   12 ++++++++
 4 files changed, 90 insertions(+)

Copied: libgeotiff/repos/community-staging-i686/PKGBUILD (from rev 189323, libgeotiff/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-09-14 20:22:26 UTC (rev 189324)
@@ -0,0 +1,33 @@
+# $Id$
+# 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.4.2
+pkgrel=1
+pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
+arch=('i686' 'x86_64')
+url="https://trac.osgeo.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=('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-i686/libgeotiff.changelog (from rev 189323, libgeotiff/trunk/libgeotiff.changelog)
===================================================================
--- community-staging-i686/libgeotiff.changelog	                        (rev 0)
+++ community-staging-i686/libgeotiff.changelog	2016-09-14 20:22:26 UTC (rev 189324)
@@ -0,0 +1,12 @@
+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

Copied: libgeotiff/repos/community-staging-x86_64/PKGBUILD (from rev 189323, libgeotiff/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-09-14 20:22:26 UTC (rev 189324)
@@ -0,0 +1,33 @@
+# $Id$
+# 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.4.2
+pkgrel=1
+pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
+arch=('i686' 'x86_64')
+url="https://trac.osgeo.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=('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 189323, libgeotiff/trunk/libgeotiff.changelog)
===================================================================
--- community-staging-x86_64/libgeotiff.changelog	                        (rev 0)
+++ community-staging-x86_64/libgeotiff.changelog	2016-09-14 20:22:26 UTC (rev 189324)
@@ -0,0 +1,12 @@
+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