[arch-commits] Commit in jbig2dec/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-17 Thread Andreas Radke via arch-commits
Date: Tuesday, March 17, 2020 @ 06:16:59
  Author: andyrtr
Revision: 377798

archrelease: copy trunk to extra-x86_64

Added:
  jbig2dec/repos/extra-x86_64/PKGBUILD
(from rev 377797, jbig2dec/trunk/PKGBUILD)
Deleted:
  jbig2dec/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   57 +++--
 1 file changed, 31 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-17 06:16:43 UTC (rev 377797)
+++ PKGBUILD2020-03-17 06:16:59 UTC (rev 377798)
@@ -1,26 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Stefan Husmann 
-
-pkgname=jbig2dec
-pkgver=0.17
-_gsver=gs950
-pkgrel=1
-pkgdesc='Decoder implementation of the JBIG2 image compression format'
-url='https://jbig2dec.com/'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpng')
-source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/${_gsver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e1ac4af318fb31e097b558e6b88334d35e035d1378b152aabb025f2918969a3a79c6a6644848fccf5d4eaa6efaf2b0422ff01d5bbcde8245f7af6fa29022d9b8')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-}

Copied: jbig2dec/repos/extra-x86_64/PKGBUILD (from rev 377797, 
jbig2dec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-17 06:16:59 UTC (rev 377798)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Stefan Husmann 
+
+pkgname=jbig2dec
+pkgver=0.18
+_gsver=gs951
+pkgrel=1
+pkgdesc='Decoder implementation of the JBIG2 image compression format'
+url='https://jbig2dec.com/'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpng')
+source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/${_gsver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9d9da97a54562b092b30c67ec959d1c48f737316ebf3e6a9fbc5a2fcdf635b0703027c90a904e45dedb1d9400281cae9dd424ae78aa47979862791ccceb7077d')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   autoreconf -vfi
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in jbig2dec/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 3, 2018 @ 21:34:47
  Author: bisson
Revision: 335717

archrelease: copy trunk to extra-x86_64

Added:
  jbig2dec/repos/extra-x86_64/PKGBUILD
(from rev 335716, jbig2dec/trunk/PKGBUILD)
Deleted:
  jbig2dec/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 21:34:24 UTC (rev 335716)
+++ PKGBUILD2018-10-03 21:34:47 UTC (rev 335717)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Stefan Husmann 
-
-pkgname=jbig2dec
-pkgver=0.14
-pkgrel=1
-pkgdesc='Decoder implementation of the JBIG2 image compression format'
-url='https://artifex.com/developers-ghostscript-jbig2dec/'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpng')
-source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('21b498c3ba566f283d02946f7e78e12abbad89f12fe4958974e50882c185014c')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./autogen.sh --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: jbig2dec/repos/extra-x86_64/PKGBUILD (from rev 335716, 
jbig2dec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 21:34:47 UTC (rev 335717)
@@ -0,0 +1,26 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Stefan Husmann 
+
+pkgname=jbig2dec
+pkgver=0.15
+_gsver=gs924
+pkgrel=1
+pkgdesc='Decoder implementation of the JBIG2 image compression format'
+url='https://jbig2dec.com/'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpng')
+source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/${_gsver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6bfa1af72de37c7929315933a1ba696540d860936ad98f9de02fc725d7e53854')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in jbig2dec/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-11-22 Thread Gaëtan Bisson
Date: Wednesday, November 22, 2017 @ 19:29:21
  Author: bisson
Revision: 310718

archrelease: copy trunk to extra-x86_64

Added:
  jbig2dec/repos/extra-x86_64/PKGBUILD
(from rev 310717, jbig2dec/trunk/PKGBUILD)
Deleted:
  jbig2dec/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 19:28:49 UTC (rev 310717)
+++ PKGBUILD2017-11-22 19:29:21 UTC (rev 310718)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Stefan Husmann 
-
-pkgname=jbig2dec
-pkgver=0.13
-pkgrel=1
-pkgdesc='Decoder implementation of the JBIG2 image compression format'
-url='http://www.ghostscript.com/jbig2dec.html'
-arch=('x86_64' 'i686')
-license=('GPL3')
-depends=('libpng')
-source=("http://downloads.ghostscript.com/public/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('d7b07ef308e95dc44a83f2193ca4f445630e6355')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./autogen.sh --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: jbig2dec/repos/extra-x86_64/PKGBUILD (from rev 310717, 
jbig2dec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 19:29:21 UTC (rev 310718)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Stefan Husmann 
+
+pkgname=jbig2dec
+pkgver=0.14
+pkgrel=1
+pkgdesc='Decoder implementation of the JBIG2 image compression format'
+url='https://artifex.com/developers-ghostscript-jbig2dec/'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpng')
+source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('21b498c3ba566f283d02946f7e78e12abbad89f12fe4958974e50882c185014c')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}