Date: Monday, July 6, 2020 @ 13:47:48 Author: jlichtblau Revision: 658004
archrelease: copy trunk to community-x86_64 Added: libgeotiff/repos/community-x86_64/PKGBUILD (from rev 658003, libgeotiff/trunk/PKGBUILD) libgeotiff/repos/community-x86_64/libgeotiff.changelog (from rev 658003, libgeotiff/trunk/libgeotiff.changelog) Deleted: libgeotiff/repos/community-x86_64/PKGBUILD libgeotiff/repos/community-x86_64/libgeotiff.changelog ----------------------+ PKGBUILD | 62 ++++++++++++++++++++++++------------------------- libgeotiff.changelog | 47 +++++++++++++++++++------------------ 2 files changed, 56 insertions(+), 53 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-07-06 13:47:20 UTC (rev 658003) +++ PKGBUILD 2020-07-06 13:47:48 UTC (rev 658004) @@ -1,31 +0,0 @@ -# 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.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-x86_64/PKGBUILD (from rev 658003, libgeotiff/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-07-06 13:47:48 UTC (rev 658004) @@ -0,0 +1,31 @@ +# 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.6.0 +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') +changelog=$pkgname.changelog +source=(https://github.com/OSGeo/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('9311017e5284cffb86f2c7b7a9df1fb5ebcdc61c30468fb2e6bca36e4272ebca') + +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 2020-07-06 13:47:20 UTC (rev 658003) +++ libgeotiff.changelog 2020-07-06 13:47:48 UTC (rev 658004) @@ -1,22 +0,0 @@ -2019-06-16 Jaroslav Lichtblau <svetlemo...@archlinux.org> - * libgeotiff 1.5.1-1 - -2018-12-18 Jaroslav Lichtblau <svetlemo...@archlinux.org> - * libgeotiff 1.4.3-1 - -2018-05-16 Jaroslav Lichtblau <svetlemo...@archlinux.org> - * libgeotiff 1.4.2-2 - * proj 5.0.1 soname rebuild - -2016-09-14 Jaroslav Lichtblau <svetlemo...@archlinux.org> - * libgeotiff 1.4.2-1 - * proj 4.9.3 soname rebuild - -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 Copied: libgeotiff/repos/community-x86_64/libgeotiff.changelog (from rev 658003, libgeotiff/trunk/libgeotiff.changelog) =================================================================== --- libgeotiff.changelog (rev 0) +++ libgeotiff.changelog 2020-07-06 13:47:48 UTC (rev 658004) @@ -0,0 +1,25 @@ +2020-07-06 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * libgeotiff 1.6.0-1 + +2019-06-16 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * libgeotiff 1.5.1-1 + +2018-12-18 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * libgeotiff 1.4.3-1 + +2018-05-16 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * libgeotiff 1.4.2-2 + * proj 5.0.1 soname rebuild + +2016-09-14 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * libgeotiff 1.4.2-1 + * proj 4.9.3 soname rebuild + +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