[arch-commits] Commit in libgeotiff/repos/community-x86_64 (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Jan 22 19:10:26 UTC 2015


    Date: Thursday, January 22, 2015 @ 20:10:26
  Author: jlichtblau
Revision: 126420

archrelease: copy trunk to community-x86_64

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

----------------------+
 PKGBUILD             |   65 ++++++++++++++++++++++++-------------------------
 libgeotiff.changelog |    7 +++--
 2 files changed, 38 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-22 19:10:16 UTC (rev 126419)
+++ PKGBUILD	2015-01-22 19:10:26 UTC (rev 126420)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.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.0
-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=(ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/$pkgname-$pkgver.tar.gz)
-sha256sums=('d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/libgeotiff/LICENSE
-}

Copied: libgeotiff/repos/community-x86_64/PKGBUILD (from rev 126419, libgeotiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-22 19:10:26 UTC (rev 126420)
@@ -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.1
+pkgrel=1
+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
+}

Deleted: libgeotiff.changelog
===================================================================
--- libgeotiff.changelog	2015-01-22 19:10:16 UTC (rev 126419)
+++ libgeotiff.changelog	2015-01-22 19:10:26 UTC (rev 126420)
@@ -1,2 +0,0 @@
-2012-10-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* libgeotiff 1.4.0-1

Copied: libgeotiff/repos/community-x86_64/libgeotiff.changelog (from rev 126419, libgeotiff/trunk/libgeotiff.changelog)
===================================================================
--- libgeotiff.changelog	                        (rev 0)
+++ libgeotiff.changelog	2015-01-22 19:10:26 UTC (rev 126420)
@@ -0,0 +1,5 @@
+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