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

2020-10-14 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 14, 2020 @ 18:16:18
  Author: arojas
Revision: 398341

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 398340, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 18:16:03 UTC (rev 398340)
+++ PKGBUILD2020-10-14 18:16:18 UTC (rev 398341)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.20.0
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=("https://www.libraw.org/data/LibRaw-$pkgver.tar.gz;)
-sha256sums=('1f0a383da2ce9f409087facd28261decbf6be72cc90c78cd003b0766e4d694a3')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 398340, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 18:16:18 UTC (rev 398341)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.20.1
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=("https://www.libraw.org/data/LibRaw-$pkgver.tar.gz;)
+sha256sums=('73b0356e16af5aebbf1f637693ff0e6e51936c34c5d113a2cf3deddebcc9c90c')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 18:59:08
  Author: arojas
Revision: 361958

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 361957, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   59 +--
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 18:58:44 UTC (rev 361957)
+++ PKGBUILD2019-09-05 18:59:08 UTC (rev 361958)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.19.5
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
-sha256sums=('9a2a40418e4fb0ab908f6d384ff6f9075f4431f8e3d79a0e44e5a6ea9e75abdc')
-
-build() {
-  cd LibRaw-$pkgver
-  ./mkdist.sh
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 361957, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 18:59:08 UTC (rev 361958)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.19.5
+pkgrel=2
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
+sha256sums=('9a2a40418e4fb0ab908f6d384ff6f9075f4431f8e3d79a0e44e5a6ea9e75abdc')
+
+build() {
+  cd LibRaw-$pkgver
+  ./mkdist.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-08-24 Thread Antonio Rojas via arch-commits
Date: Saturday, August 24, 2019 @ 20:18:09
  Author: arojas
Revision: 361109

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 361108, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-24 20:17:50 UTC (rev 361108)
+++ PKGBUILD2019-08-24 20:18:09 UTC (rev 361109)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.19.4
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
-sha256sums=('66a97f96a79d671da26866774b03935dfda24fba94778238e32e21332e8ac47f')
-
-build() {
-  cd LibRaw-$pkgver
-  ./mkdist.sh
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 361108, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-24 20:18:09 UTC (rev 361109)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.19.5
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
+sha256sums=('9a2a40418e4fb0ab908f6d384ff6f9075f4431f8e3d79a0e44e5a6ea9e75abdc')
+
+build() {
+  cd LibRaw-$pkgver
+  ./mkdist.sh
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-08-05 Thread Antonio Rojas via arch-commits
Date: Monday, August 5, 2019 @ 11:49:55
  Author: arojas
Revision: 359182

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 359181, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-05 11:49:35 UTC (rev 359181)
+++ PKGBUILD2019-08-05 11:49:55 UTC (rev 359182)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.19.3
-pkgrel=2
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
-sha256sums=('78c195fc66bee1b93fdaf5169a390f8d800b67d6d5b65dd1bdbf08c8dec72525')
-
-build() {
-  cd LibRaw-$pkgver
-  ./mkdist.sh
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 359181, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-05 11:49:55 UTC (rev 359182)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.19.4
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
+sha256sums=('66a97f96a79d671da26866774b03935dfda24fba94778238e32e21332e8ac47f')
+
+build() {
+  cd LibRaw-$pkgver
+  ./mkdist.sh
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-08-04 Thread Antonio Rojas via arch-commits
Date: Sunday, August 4, 2019 @ 16:26:10
  Author: arojas
Revision: 359144

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 359143, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-04 16:25:50 UTC (rev 359143)
+++ PKGBUILD2019-08-04 16:26:10 UTC (rev 359144)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.19.3
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
-sha256sums=('6c385d44d4d3b579770c7a2de1e887afb93521c75c3bf856095b4fa5e36ef3d3')
-
-build() {
-  cd LibRaw-$pkgver
-  ./mkdist.sh
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 359143, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-04 16:26:10 UTC (rev 359144)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.19.3
+pkgrel=2
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
+sha256sums=('78c195fc66bee1b93fdaf5169a390f8d800b67d6d5b65dd1bdbf08c8dec72525')
+
+build() {
+  cd LibRaw-$pkgver
+  ./mkdist.sh
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-07-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 3, 2019 @ 06:15:42
  Author: arojas
Revision: 357256

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 357255, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-03 06:15:18 UTC (rev 357255)
+++ PKGBUILD2019-07-03 06:15:42 UTC (rev 357256)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.19.2
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('63a0a7088206f4083039c8a6bcacdfd0d739854205c4821475e314821d13bddb')
-
-build() {
-  cd LibRaw-$pkgver
-  ./mkdist.sh
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 357255, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-03 06:15:42 UTC (rev 357256)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.19.3
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
+sha256sums=('6c385d44d4d3b579770c7a2de1e887afb93521c75c3bf856095b4fa5e36ef3d3')
+
+build() {
+  cd LibRaw-$pkgver
+  ./mkdist.sh
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-12-24 Thread Antonio Rojas via arch-commits
Date: Monday, December 24, 2018 @ 13:04:27
  Author: arojas
Revision: 342713

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 342712, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   59 ++-
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-24 13:02:14 UTC (rev 342712)
+++ PKGBUILD2018-12-24 13:04:27 UTC (rev 342713)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.19.1
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('a21019db16d87accbb8660056365ab09a204475c77c97b86c922bb972ce15ef6')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 342712, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-24 13:04:27 UTC (rev 342713)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.19.2
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
+sha256sums=('63a0a7088206f4083039c8a6bcacdfd0d739854205c4821475e314821d13bddb')
+
+build() {
+  cd LibRaw-$pkgver
+  ./mkdist.sh
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-11-22 Thread Antonio Rojas via arch-commits
Date: Thursday, November 22, 2018 @ 16:57:46
  Author: arojas
Revision: 340288

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 340287, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   59 +--
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-22 16:57:04 UTC (rev 340287)
+++ PKGBUILD2018-11-22 16:57:46 UTC (rev 340288)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.19.0
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('e83f51e83b19f9ba6b8bd144475fc12edf2d7b3b930d8d280bdebd8a8f3ed259')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 340287, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-22 16:57:46 UTC (rev 340288)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.19.1
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
+sha256sums=('a21019db16d87accbb8660056365ab09a204475c77c97b86c922bb972ce15ef6')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-29 Thread Antonio Rojas via arch-commits
Date: Friday, June 29, 2018 @ 16:49:57
  Author: arojas
Revision: 327776

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 327775, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-29 16:49:32 UTC (rev 327775)
+++ PKGBUILD2018-06-29 16:49:57 UTC (rev 327776)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.12
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('57754d75a857e16ba1c2a429e4b5b4d79160a59eadaec715351fc9c8448653d4')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 327775, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-29 16:49:57 UTC (rev 327776)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.13
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
+sha256sums=('cb1f9d0d1fabc8967d501d95c05d2b53d97a2b917345c66553b1abbea06757ca')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-11 Thread Antonio Rojas via arch-commits
Date: Monday, June 11, 2018 @ 15:18:09
  Author: arojas
Revision: 326724

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 326723, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-11 15:17:37 UTC (rev 326723)
+++ PKGBUILD2018-06-11 15:18:09 UTC (rev 326724)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.11
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('7cf724a40a0d8915869498f51062a952167e4f5bae2b6920542c9e0e079a471d')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 326723, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-11 15:18:09 UTC (rev 326724)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.12
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
+sha256sums=('57754d75a857e16ba1c2a429e4b5b4d79160a59eadaec715351fc9c8448653d4')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 11:33:05
  Author: arojas
Revision: 323668

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 323667, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-10 11:32:39 UTC (rev 323667)
+++ PKGBUILD2018-05-10 11:33:05 UTC (rev 323668)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.10
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('08c9bbf2bb5f8aece783d05e0b5268aaae5562a34d940e17ee7a22cbc2fb994e')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 323667, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-10 11:33:05 UTC (rev 323668)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.11
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
+sha256sums=('7cf724a40a0d8915869498f51062a952167e4f5bae2b6920542c9e0e079a471d')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-03 Thread Antonio Rojas via arch-commits
Date: Thursday, May 3, 2018 @ 06:45:54
  Author: arojas
Revision: 323336

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 323335, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 06:45:21 UTC (rev 323335)
+++ PKGBUILD2018-05-03 06:45:54 UTC (rev 323336)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.9
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('d2ef177032e6d804fc512b206d02c393fca26be43ecd136cc26926407273b24e')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 323335, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 06:45:54 UTC (rev 323336)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.10
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
+sha256sums=('08c9bbf2bb5f8aece783d05e0b5268aaae5562a34d940e17ee7a22cbc2fb994e')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 24, 2018 @ 15:34:03
  Author: arojas
Revision: 322921

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 322920, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 15:33:41 UTC (rev 322920)
+++ PKGBUILD2018-04-24 15:34:03 UTC (rev 322921)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.8
-pkgrel=2
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('56aca4fd97038923d57d2d17d90aa11d827f1f3d3f1d97e9f5a0d52ff87420e2')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 322920, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 15:34:03 UTC (rev 322921)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.9
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
+sha256sums=('d2ef177032e6d804fc512b206d02c393fca26be43ecd136cc26926407273b24e')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-02 Thread Antonio Rojas via arch-commits
Date: Friday, March 2, 2018 @ 15:58:30
  Author: arojas
Revision: 317760

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 317759, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   65 -
 1 file changed, 30 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-02 15:57:57 UTC (rev 317759)
+++ PKGBUILD2018-03-02 15:58:30 UTC (rev 317760)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.8
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
-sha256sums=('aa5e276c71fbc796f4f5d0f9c292ece578d2ae7e5744f7ea10aa11b2ada83f3d')
-
-prepare() {
-  cd LibRaw-$pkgver
-  ./mkdist.sh
-}
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 317759, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-02 15:58:30 UTC (rev 317760)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.8
+pkgrel=2
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
+sha256sums=('56aca4fd97038923d57d2d17d90aa11d827f1f3d3f1d97e9f5a0d52ff87420e2')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-02-23 Thread Antonio Rojas via arch-commits
Date: Friday, February 23, 2018 @ 21:33:22
  Author: arojas
Revision: 317453

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 317452, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   65 -
 1 file changed, 35 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-23 21:32:21 UTC (rev 317452)
+++ PKGBUILD2018-02-23 21:33:22 UTC (rev 317453)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.7
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('87e347c261a8e87935d9a23afd750d27676b99f540e8552314d40db0ea315771')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 317452, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-23 21:33:22 UTC (rev 317453)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.8
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
+sha256sums=('aa5e276c71fbc796f4f5d0f9c292ece578d2ae7e5744f7ea10aa11b2ada83f3d')
+
+prepare() {
+  cd LibRaw-$pkgver
+  ./mkdist.sh
+}
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-19 Thread Antonio Rojas via arch-commits
Date: Friday, January 19, 2018 @ 23:08:58
  Author: arojas
Revision: 315172

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 315171, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-19 23:05:07 UTC (rev 315171)
+++ PKGBUILD2018-01-19 23:08:58 UTC (rev 315172)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.6
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('e5b8acca558aa457bc9214802004320c5610d1434c2adb1f3ea367f026afa53b')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 315171, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-19 23:08:58 UTC (rev 315172)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.7
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
+sha256sums=('87e347c261a8e87935d9a23afd750d27676b99f540e8552314d40db0ea315771')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 6, 2017 @ 08:46:42
  Author: arojas
Revision: 311671

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 311670, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-06 08:46:12 UTC (rev 311670)
+++ PKGBUILD2017-12-06 08:46:42 UTC (rev 311671)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.5
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('i686' 'x86_64')
-url="https://www.libraw.org/;
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('fa2a7d14d9dfaf6b368f958a76d79266b3f58c2bc367bebab56e11baa94da178')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 311670, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-06 08:46:42 UTC (rev 311671)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.6
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
+sha256sums=('e5b8acca558aa457bc9214802004320c5610d1434c2adb1f3ea367f026afa53b')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}