[arch-commits] Commit in libraw/trunk (PKGBUILD)

2020-10-14 Thread Antonio Rojas via arch-commits
Date: Thursday, October 15, 2020 @ 05:58:14
  Author: arojas
Revision: 398362

Update to 0.20.2

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:57:09 UTC (rev 398361)
+++ PKGBUILD2020-10-15 05:58:14 UTC (rev 398362)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.20.1
+pkgver=0.20.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')
@@ -14,7 +14,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=("https://www.libraw.org/data/LibRaw-$pkgver.tar.gz;)
-sha256sums=('73b0356e16af5aebbf1f637693ff0e6e51936c34c5d113a2cf3deddebcc9c90c')
+sha256sums=('dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

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

Update to 0.20.1

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 17:17:59 UTC (rev 398339)
+++ PKGBUILD2020-10-14 18:16:03 UTC (rev 398340)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.20.0
+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')
@@ -14,7 +14,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=("https://www.libraw.org/data/LibRaw-$pkgver.tar.gz;)
-sha256sums=('1f0a383da2ce9f409087facd28261decbf6be72cc90c78cd003b0766e4d694a3')
+sha256sums=('73b0356e16af5aebbf1f637693ff0e6e51936c34c5d113a2cf3deddebcc9c90c')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2020-07-23 Thread Antonio Rojas via arch-commits
Date: Thursday, July 23, 2020 @ 16:21:06
  Author: arojas
Revision: 392425

Update to 0.20.0

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 13:42:24 UTC (rev 392424)
+++ PKGBUILD2020-07-23 16:21:06 UTC (rev 392425)
@@ -6,19 +6,18 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.19.5
-pkgrel=3
+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=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
-sha256sums=('9a2a40418e4fb0ab908f6d384ff6f9075f4431f8e3d79a0e44e5a6ea9e75abdc')
+source=("https://www.libraw.org/data/LibRaw-$pkgver.tar.gz;)
+sha256sums=('1f0a383da2ce9f409087facd28261decbf6be72cc90c78cd003b0766e4d694a3')
 
 build() {
   cd LibRaw-$pkgver
-  ./mkdist.sh
   ./configure --prefix=/usr
   make
 }


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 08:44:47
  Author: felixonmars
Revision: 386457

upgpkg: libraw 0.19.5-3: reproducibility rebuild

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 08:44:43 UTC (rev 386456)
+++ PKGBUILD2020-05-19 08:44:47 UTC (rev 386457)
@@ -7,7 +7,7 @@
 
 pkgname=libraw
 pkgver=0.19.5
-pkgrel=2
+pkgrel=3
 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/;


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 18:58:44
  Author: arojas
Revision: 361957

Build examples (FS#63668)

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-05 17:52:28 UTC (rev 361956)
+++ PKGBUILD2019-09-05 18:58:44 UTC (rev 361957)
@@ -7,7 +7,7 @@
 
 pkgname=libraw
 pkgver=0.19.5
-pkgrel=1
+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/;
@@ -19,8 +19,7 @@
 build() {
   cd LibRaw-$pkgver
   ./mkdist.sh
-  ./configure --prefix=/usr \
---disable-examples
+  ./configure --prefix=/usr
   make
 }
 


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2019-08-24 Thread Antonio Rojas via arch-commits
Date: Saturday, August 24, 2019 @ 20:17:50
  Author: arojas
Revision: 361108

Update to 0.19.5

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 18:26:35 UTC (rev 361107)
+++ PKGBUILD2019-08-24 20:17:50 UTC (rev 361108)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.19.4
+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')
@@ -14,7 +14,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
-sha256sums=('66a97f96a79d671da26866774b03935dfda24fba94778238e32e21332e8ac47f')
+sha256sums=('9a2a40418e4fb0ab908f6d384ff6f9075f4431f8e3d79a0e44e5a6ea9e75abdc')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

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

Update to 0.19.4

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-05 10:38:06 UTC (rev 359180)
+++ PKGBUILD2019-08-05 11:49:35 UTC (rev 359181)
@@ -6,8 +6,8 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.19.3
-pkgrel=2
+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/;
@@ -14,7 +14,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
-sha256sums=('78c195fc66bee1b93fdaf5169a390f8d800b67d6d5b65dd1bdbf08c8dec72525')
+sha256sums=('66a97f96a79d671da26866774b03935dfda24fba94778238e32e21332e8ac47f')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2019-08-04 Thread Antonio Rojas via arch-commits
Date: Sunday, August 4, 2019 @ 16:25:50
  Author: arojas
Revision: 359143

New tag

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-04 16:23:39 UTC (rev 359142)
+++ PKGBUILD2019-08-04 16:25:50 UTC (rev 359143)
@@ -7,7 +7,7 @@
 
 pkgname=libraw
 pkgver=0.19.3
-pkgrel=1
+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/;
@@ -14,7 +14,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
-sha256sums=('6c385d44d4d3b579770c7a2de1e887afb93521c75c3bf856095b4fa5e36ef3d3')
+sha256sums=('78c195fc66bee1b93fdaf5169a390f8d800b67d6d5b65dd1bdbf08c8dec72525')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

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

Update to 0.19.3

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-03 04:24:54 UTC (rev 357254)
+++ PKGBUILD2019-07-03 06:15:18 UTC (rev 357255)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.19.2
+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')
@@ -13,8 +13,8 @@
 url="https://www.libraw.org/;
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
-source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('63a0a7088206f4083039c8a6bcacdfd0d739854205c4821475e314821d13bddb')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz;)
+sha256sums=('6c385d44d4d3b579770c7a2de1e887afb93521c75c3bf856095b4fa5e36ef3d3')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2018-12-24 Thread Antonio Rojas via arch-commits
Date: Monday, December 24, 2018 @ 13:02:14
  Author: arojas
Revision: 342712

Update to 0.19.2

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-24 13:02:06 UTC (rev 342711)
+++ PKGBUILD2018-12-24 13:02:14 UTC (rev 342712)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.19.1
+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')
@@ -14,10 +14,11 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('a21019db16d87accbb8660056365ab09a204475c77c97b86c922bb972ce15ef6')
+sha256sums=('63a0a7088206f4083039c8a6bcacdfd0d739854205c4821475e314821d13bddb')
 
 build() {
   cd LibRaw-$pkgver
+  ./mkdist.sh
   ./configure --prefix=/usr \
 --disable-examples
   make


[arch-commits] Commit in libraw/trunk (PKGBUILD)

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

Update to 0.19.1

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-22 14:57:51 UTC (rev 340286)
+++ PKGBUILD2018-11-22 16:57:04 UTC (rev 340287)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.19.0
+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')
@@ -14,7 +14,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('e83f51e83b19f9ba6b8bd144475fc12edf2d7b3b930d8d280bdebd8a8f3ed259')
+sha256sums=('a21019db16d87accbb8660056365ab09a204475c77c97b86c922bb972ce15ef6')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2018-08-17 Thread Antonio Rojas via arch-commits
Date: Friday, August 17, 2018 @ 09:51:15
  Author: arojas
Revision: 331645

Update to 0.19.0

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-17 09:40:15 UTC (rev 331644)
+++ PKGBUILD2018-08-17 09:51:15 UTC (rev 331645)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.13
+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')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('cb1f9d0d1fabc8967d501d95c05d2b53d97a2b917345c66553b1abbea06757ca')
+sha256sums=('e83f51e83b19f9ba6b8bd144475fc12edf2d7b3b930d8d280bdebd8a8f3ed259')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

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

Revert to 0.18.13

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-29 16:42:21 UTC (rev 327774)
+++ PKGBUILD2018-06-29 16:49:32 UTC (rev 327775)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.19.0
+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')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('e83f51e83b19f9ba6b8bd144475fc12edf2d7b3b930d8d280bdebd8a8f3ed259')
+sha256sums=('cb1f9d0d1fabc8967d501d95c05d2b53d97a2b917345c66553b1abbea06757ca')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2018-06-29 Thread Antonio Rojas via arch-commits
Date: Friday, June 29, 2018 @ 15:15:17
  Author: arojas
Revision: 327752

Update to 0.19.0

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-29 06:53:01 UTC (rev 327751)
+++ PKGBUILD2018-06-29 15:15:17 UTC (rev 327752)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.12
+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')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('57754d75a857e16ba1c2a429e4b5b4d79160a59eadaec715351fc9c8448653d4')
+sha256sums=('e83f51e83b19f9ba6b8bd144475fc12edf2d7b3b930d8d280bdebd8a8f3ed259')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2018-06-11 Thread Antonio Rojas via arch-commits
Date: Monday, June 11, 2018 @ 15:17:37
  Author: arojas
Revision: 326723

Update to 0.18.12

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-11 13:44:16 UTC (rev 326722)
+++ PKGBUILD2018-06-11 15:17:37 UTC (rev 326723)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.11
+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')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('7cf724a40a0d8915869498f51062a952167e4f5bae2b6920542c9e0e079a471d')
+sha256sums=('57754d75a857e16ba1c2a429e4b5b4d79160a59eadaec715351fc9c8448653d4')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

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

Update to 0.18.11

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 11:28:49 UTC (rev 323666)
+++ PKGBUILD2018-05-10 11:32:39 UTC (rev 323667)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.10
+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')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('08c9bbf2bb5f8aece783d05e0b5268aaae5562a34d940e17ee7a22cbc2fb994e')
+sha256sums=('7cf724a40a0d8915869498f51062a952167e4f5bae2b6920542c9e0e079a471d')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

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

Update to 0.18.10

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 04:21:28 UTC (rev 323334)
+++ PKGBUILD2018-05-03 06:45:21 UTC (rev 323335)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.9
+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')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('d2ef177032e6d804fc512b206d02c393fca26be43ecd136cc26926407273b24e')
+sha256sums=('08c9bbf2bb5f8aece783d05e0b5268aaae5562a34d940e17ee7a22cbc2fb994e')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2018-04-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 24, 2018 @ 15:33:41
  Author: arojas
Revision: 322920

Update to 0.18.9

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 15:30:54 UTC (rev 322919)
+++ PKGBUILD2018-04-24 15:33:41 UTC (rev 322920)
@@ -7,8 +7,8 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.8
-pkgrel=2
+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/;
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('56aca4fd97038923d57d2d17d90aa11d827f1f3d3f1d97e9f5a0d52ff87420e2')
+sha256sums=('d2ef177032e6d804fc512b206d02c393fca26be43ecd136cc26926407273b24e')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

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

Switch to more stable libraw.org tarball (FS#57698)

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-02 14:40:10 UTC (rev 317758)
+++ PKGBUILD2018-03-02 15:57:57 UTC (rev 317759)
@@ -8,20 +8,15 @@
 
 pkgname=libraw
 pkgver=0.18.8
-pkgrel=1
+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=('aa5e276c71fbc796f4f5d0f9c292ece578d2ae7e5744f7ea10aa11b2ada83f3d')
+source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
+sha256sums=('56aca4fd97038923d57d2d17d90aa11d827f1f3d3f1d97e9f5a0d52ff87420e2')
 
-prepare() {
-  cd LibRaw-$pkgver
-  ./mkdist.sh
-}
-
 build() {
   cd LibRaw-$pkgver
   ./configure --prefix=/usr \


[arch-commits] Commit in libraw/trunk (PKGBUILD)

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

Update to 0.18.8

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-23 21:21:38 UTC (rev 317451)
+++ PKGBUILD2018-02-23 21:32:21 UTC (rev 317452)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.7
+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')
@@ -14,9 +14,14 @@
 url="https://www.libraw.org/;
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
-source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('87e347c261a8e87935d9a23afd750d27676b99f540e8552314d40db0ea315771')
+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 \


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2018-01-19 Thread Antonio Rojas via arch-commits
Date: Friday, January 19, 2018 @ 23:05:07
  Author: arojas
Revision: 315171

Update to 0.18.7

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-19 21:21:50 UTC (rev 315170)
+++ PKGBUILD2018-01-19 23:05:07 UTC (rev 315171)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.6
+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')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('e5b8acca558aa457bc9214802004320c5610d1434c2adb1f3ea367f026afa53b')
+sha256sums=('87e347c261a8e87935d9a23afd750d27676b99f540e8552314d40db0ea315771')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

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

Update to 1.18.6

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 23:17:42 UTC (rev 311669)
+++ PKGBUILD2017-12-06 08:46:12 UTC (rev 311670)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.5
+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')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('fa2a7d14d9dfaf6b368f958a76d79266b3f58c2bc367bebab56e11baa94da178')
+sha256sums=('e5b8acca558aa457bc9214802004320c5610d1434c2adb1f3ea367f026afa53b')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2017-09-22 Thread Antonio Rojas
Date: Friday, September 22, 2017 @ 08:01:13
  Author: arojas
Revision: 306090

Update to 0.18.5

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 03:45:16 UTC (rev 306089)
+++ PKGBUILD2017-09-22 08:01:13 UTC (rev 306090)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.4
+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')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('eaf4931b46e65861e88bbe704ccf370381e94d63e9a898b889ded4e0cb3b0c97')
+sha256sums=('fa2a7d14d9dfaf6b368f958a76d79266b3f58c2bc367bebab56e11baa94da178')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2017-09-12 Thread Antonio Rojas
Date: Tuesday, September 12, 2017 @ 10:15:24
  Author: arojas
Revision: 305367

Update to 0.18.4

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 23:56:58 UTC (rev 305366)
+++ PKGBUILD2017-09-12 10:15:24 UTC (rev 305367)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.3
+pkgver=0.18.4
 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')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('446599eb985bd8074ab63709f50fc7e4fcc9eb41fba9aa6fb8e8bf5fcbdf66a5')
+sha256sums=('eaf4931b46e65861e88bbe704ccf370381e94d63e9a898b889ded4e0cb3b0c97')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 08:46:36
  Author: arojas
Revision: 305083

Update to 0.18.3

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 01:14:29 UTC (rev 305082)
+++ PKGBUILD2017-09-09 08:46:36 UTC (rev 305083)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.2
+pkgver=0.18.3
 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')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('ce366bb38c1144130737eb16e919038937b4dc1ab165179a225d5e847af2abc6')
+sha256sums=('446599eb985bd8074ab63709f50fc7e4fcc9eb41fba9aa6fb8e8bf5fcbdf66a5')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2017-08-22 Thread Antonio Rojas
Date: Tuesday, August 22, 2017 @ 17:12:24
  Author: arojas
Revision: 303271

https

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 17:09:17 UTC (rev 303270)
+++ PKGBUILD2017-08-22 17:12:24 UTC (rev 303271)
@@ -11,10 +11,10 @@
 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="http://www.libraw.org/;
+url="https://www.libraw.org/;
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
+source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
 sha256sums=('ce366bb38c1144130737eb16e919038937b4dc1ab165179a225d5e847af2abc6')
 
 build() {


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2017-03-08 Thread Antonio Rojas
Date: Wednesday, March 8, 2017 @ 21:26:50
  Author: arojas
Revision: 290158

Update to 0.18.2

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-08 21:19:02 UTC (rev 290157)
+++ PKGBUILD2017-03-08 21:26:50 UTC (rev 290158)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.1
+pkgver=0.18.2
 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')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('48228f733013a7a0cba08d1821438b983e698feeda7cbc3976ce46ceab07b899')
+sha256sums=('ce366bb38c1144130737eb16e919038937b4dc1ab165179a225d5e847af2abc6')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2017-02-12 Thread Antonio Rojas
Date: Sunday, February 12, 2017 @ 13:39:45
  Author: arojas
Revision: 288744

Update to 1.18.1

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 13:27:15 UTC (rev 288743)
+++ PKGBUILD2017-02-12 13:39:45 UTC (rev 288744)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.0
+pkgver=0.18.1
 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')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('d56a0c9a0e6d1b8c8c5585346acf2cfb0554eee0f0948da66f580cd65c8c5c9b')
+sha256sums=('48228f733013a7a0cba08d1821438b983e698feeda7cbc3976ce46ceab07b899')
 
 build() {
   cd LibRaw-$pkgver


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2017-01-06 Thread Antonio Rojas
Date: Friday, January 6, 2017 @ 10:10:40
  Author: arojas
Revision: 285470

Update to 0.18

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 5 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-06 10:02:22 UTC (rev 285469)
+++ PKGBUILD2017-01-06 10:10:40 UTC (rev 285470)
@@ -7,23 +7,16 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.17.2
-pkgrel=3
+pkgver=0.18.0
+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="http://www.libraw.org/;
-license=(CDDL LGPL custom)
+license=(CDDL LGPL)
 depends=(lcms2 jasper)
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz; libraw-gcc6.patch)
-sha256sums=('92b0c42c7666eca9307e5e1f97d6fefc196cf0b7ee089e22880259a76fafd15c'
-'317af364c48fd346eef0b116264a8c048aed923e2d850c0f2dd2d30a34b3771a')
+source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
+sha256sums=('d56a0c9a0e6d1b8c8c5585346acf2cfb0554eee0f0948da66f580cd65c8c5c9b')
 
-prepare() {
-  cd LibRaw-$pkgver
-# Fix build with GCC 6 (Fedora)
-  patch -p0 -i ../libraw-gcc6.patch
-}
-
 build() {
   cd LibRaw-$pkgver
   ./configure --prefix=/usr \
@@ -34,8 +27,4 @@
 package() {
   cd LibRaw-$pkgver
   make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -D -m644 "$srcdir"/LibRaw-$pkgver/LICENSE.LibRaw.pdf \
-"$pkgdir"/usr/share/licenses/$pkgname
 }


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2016-11-21 Thread Levente Polyak
Date: Monday, November 21, 2016 @ 16:25:44
  Author: anthraxx
Revision: 281765

upgpkg: libraw 0.17.2-3 (jasper rebuild)

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 16:20:40 UTC (rev 281764)
+++ PKGBUILD2016-11-21 16:25:44 UTC (rev 281765)
@@ -8,7 +8,7 @@
 
 pkgname=libraw
 pkgver=0.17.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('i686' 'x86_64')
 url="http://www.libraw.org/;


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2016-11-10 Thread Levente Polyak
Date: Friday, November 11, 2016 @ 01:33:15
  Author: anthraxx
Revision: 280521

upgpkg: libraw 0.17.2-2 (jasper rebuild)

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 01:00:58 UTC (rev 280520)
+++ PKGBUILD2016-11-11 01:33:15 UTC (rev 280521)
@@ -8,7 +8,7 @@
 
 pkgname=libraw
 pkgver=0.17.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('i686' 'x86_64')
 url="http://www.libraw.org/;


[arch-commits] Commit in libraw/trunk (PKGBUILD libraw-gcc6.patch)

2016-05-30 Thread Antonio Rojas
Date: Monday, May 30, 2016 @ 18:07:13
  Author: arojas
Revision: 268744

Update to 0.17.2

Added:
  libraw/trunk/libraw-gcc6.patch
Modified:
  libraw/trunk/PKGBUILD

---+
 PKGBUILD  |   32 
 libraw-gcc6.patch |   82 
 2 files changed, 102 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 14:28:34 UTC (rev 268743)
+++ PKGBUILD2016-05-30 16:07:13 UTC (rev 268744)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Andre Scarpino 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
 # Contributor: Jaroslav Lichtblau 
 # Contributor: Ionut Biru 
 # Contributor: Joeny Ang 
@@ -6,18 +7,25 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.17.1
+pkgver=0.17.2
 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="http://www.libraw.org/;
-license=('CDDL' 'LGPL' 'custom')
-depends=('lcms2' 'jasper')
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('e599651a4cc37e00cfc2d2b56be87c3a4e4dae2c360b680fe9ab3f93d07cdea1')
+license=(CDDL LGPL custom)
+depends=(lcms2 jasper)
+source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz; libraw-gcc6.patch)
+sha256sums=('92b0c42c7666eca9307e5e1f97d6fefc196cf0b7ee089e22880259a76fafd15c'
+'317af364c48fd346eef0b116264a8c048aed923e2d850c0f2dd2d30a34b3771a')
 
+prepare() {
+  cd LibRaw-$pkgver
+# Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../libraw-gcc6.patch
+}
+
 build() {
-  cd LibRaw-${pkgver}
+  cd LibRaw-$pkgver
   ./configure --prefix=/usr \
 --disable-examples
   make
@@ -24,10 +32,10 @@
 }
 
 package() {
-  cd LibRaw-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
 
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -D -m644 "${srcdir}"/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
-"${pkgdir}"/usr/share/licenses/${pkgname}
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -D -m644 "$srcdir"/LibRaw-$pkgver/LICENSE.LibRaw.pdf \
+"$pkgdir"/usr/share/licenses/$pkgname
 }

Added: libraw-gcc6.patch
===
--- libraw-gcc6.patch   (rev 0)
+++ libraw-gcc6.patch   2016-05-30 16:07:13 UTC (rev 268744)
@@ -0,0 +1,82 @@
+--- internal/dcraw_common.cpp
 internal/dcraw_common.cpp
+@@ -4417,30 +4417,37 @@ void CLASS lin_interpolate()
+  */
+ void CLASS vng_interpolate()
+ {
+-  static const signed char *cp, terms[] = {
+--2,-2,+0,-1,0,0x01, -2,-2,+0,+0,1,0x01, -2,-1,-1,+0,0,0x01,
+--2,-1,+0,-1,0,0x02, -2,-1,+0,+0,0,0x03, -2,-1,+0,+1,1,0x01,
+--2,+0,+0,-1,0,0x06, -2,+0,+0,+0,1,0x02, -2,+0,+0,+1,0,0x03,
+--2,+1,-1,+0,0,0x04, -2,+1,+0,-1,1,0x04, -2,+1,+0,+0,0,0x06,
+--2,+1,+0,+1,0,0x02, -2,+2,+0,+0,1,0x04, -2,+2,+0,+1,0,0x04,
+--1,-2,-1,+0,0,0x80, -1,-2,+0,-1,0,0x01, -1,-2,+1,-1,0,0x01,
+--1,-2,+1,+0,1,0x01, -1,-1,-1,+1,0,0x88, -1,-1,+1,-2,0,0x40,
+--1,-1,+1,-1,0,0x22, -1,-1,+1,+0,0,0x33, -1,-1,+1,+1,1,0x11,
+--1,+0,-1,+2,0,0x08, -1,+0,+0,-1,0,0x44, -1,+0,+0,+1,0,0x11,
+--1,+0,+1,-2,1,0x40, -1,+0,+1,-1,0,0x66, -1,+0,+1,+0,1,0x22,
+--1,+0,+1,+1,0,0x33, -1,+0,+1,+2,1,0x10, -1,+1,+1,-1,1,0x44,
+--1,+1,+1,+0,0,0x66, -1,+1,+1,+1,0,0x22, -1,+1,+1,+2,0,0x10,
+--1,+2,+0,+1,0,0x04, -1,+2,+1,+0,1,0x04, -1,+2,+1,+1,0,0x04,
+-+0,-2,+0,+0,1,0x80, +0,-1,+0,+1,1,0x88, +0,-1,+1,-2,0,0x40,
+-+0,-1,+1,+0,0,0x11, +0,-1,+2,-2,0,0x40, +0,-1,+2,-1,0,0x20,
+-+0,-1,+2,+0,0,0x30, +0,-1,+2,+1,1,0x10, +0,+0,+0,+2,1,0x08,
+-+0,+0,+2,-2,1,0x40, +0,+0,+2,-1,0,0x60, +0,+0,+2,+0,1,0x20,
+-+0,+0,+2,+1,0,0x30, +0,+0,+2,+2,1,0x10, +0,+1,+1,+0,0,0x44,
+-+0,+1,+1,+2,0,0x10, +0,+1,+2,-1,1,0x40, +0,+1,+2,+0,0,0x60,
+-+0,+1,+2,+1,0,0x20, +0,+1,+2,+2,0,0x10, +1,-2,+1,+0,0,0x80,
+-+1,-1,+1,+1,0,0x88, +1,+0,+1,+2,0,0x08, +1,+0,+2,-1,0,0x40,
+-+1,+0,+2,+1,0,0x10
+-  }, chood[] = { -1,-1, -1,0, -1,+1, 0,+1, +1,+1, +1,0, +1,-1, 0,-1 };
++  struct interpolate_terms {
++signed char y1, x1, y2, x2, weight;
++unsigned char grads;
++  };
++  static const interpolate_terms terms[] = {
++{-2,-2,+0,-1,0,0x01}, {-2,-2,+0,+0,1,0x01}, {-2,-1,-1,+0,0,0x01},
++{-2,-1,+0,-1,0,0x02}, {-2,-1,+0,+0,0,0x03}, {-2,-1,+0,+1,1,0x01},
++{-2,+0,+0,-1,0,0x06}, {-2,+0,+0,+0,1,0x02}, {-2,+0,+0,+1,0,0x03},
++{-2,+1,-1,+0,0,0x04}, {-2,+1,+0,-1,1,0x04}, {-2,+1,+0,+0,0,0x06},
++{-2,+1,+0,+1,0,0x02}, {-2,+2,+0,+0,1,0x04}, {-2,+2,+0,+1,0,0x04},
++{-1,-2,-1,+0,0,0x80}, {-1,-2,+0,-1,0,0x01}, {-1,-2,+1,-1,0,0x01},
++{-1,-2,+1,+0,1,0x01}, {-1,-1,-1,+1,0,0x88}, 

[arch-commits] Commit in libraw/trunk (PKGBUILD)

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 21:39:23
  Author: arojas
Revision: 257466

Update to 0.17.1

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 15:29:19 UTC (rev 257465)
+++ PKGBUILD2016-01-02 20:39:23 UTC (rev 257466)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.17.0
+pkgver=0.17.1
 pkgrel=2
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('CDDL' 'LGPL' 'custom')
 depends=('lcms2' 'jasper')
 source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('e643c20945d548aac1eaa1f5573bf74050e0f49ec6a53a6843dc2a2cfb647310')
+sha256sums=('e599651a4cc37e00cfc2d2b56be87c3a4e4dae2c360b680fe9ab3f93d07cdea1')
 
 build() {
   cd LibRaw-${pkgver}


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 21:39:33
  Author: arojas
Revision: 257467

Update to 0.17.1

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-02 20:39:23 UTC (rev 257466)
+++ PKGBUILD2016-01-02 20:39:33 UTC (rev 257467)
@@ -7,7 +7,7 @@
 
 pkgname=libraw
 pkgver=0.17.1
-pkgrel=2
+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="http://www.libraw.org/;


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2015-12-05 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 05:49:12
  Author: bpiotrowski
Revision: 252587

C++11 ABI rebuild

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 04:45:51 UTC (rev 252586)
+++ PKGBUILD2015-12-06 04:49:12 UTC (rev 252587)
@@ -7,7 +7,7 @@
 
 pkgname=libraw
 pkgver=0.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('i686' 'x86_64')
 url="http://www.libraw.org/;


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2015-08-27 Thread Antonio Rojas
Date: Thursday, August 27, 2015 @ 08:45:49
  Author: arojas
Revision: 244882

Update to 0.17.0

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-26 21:53:58 UTC (rev 244881)
+++ PKGBUILD2015-08-27 06:45:49 UTC (rev 244882)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella bradfane...@archlinux.us
 
 pkgname=libraw
-pkgver=0.16.2
+pkgver=0.17.0
 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')
@@ -14,7 +14,7 @@
 license=('CDDL' 'LGPL' 'custom')
 depends=('lcms2' 'jasper')
 source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('6344e355f7c23f13e266844b36265d5f624237ba5a62dc901c7b91b510a84187')
+sha256sums=('e643c20945d548aac1eaa1f5573bf74050e0f49ec6a53a6843dc2a2cfb647310')
 
 build() {
   cd LibRaw-${pkgver}


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2015-06-10 Thread Antonio Rojas
Date: Wednesday, June 10, 2015 @ 17:20:52
  Author: arojas
Revision: 240479

Update to 0.16.2

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 14:53:16 UTC (rev 240478)
+++ PKGBUILD2015-06-10 15:20:52 UTC (rev 240479)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella bradfane...@archlinux.us
 
 pkgname=libraw
-pkgver=0.16.1
+pkgver=0.16.2
 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')
@@ -14,7 +14,7 @@
 license=('CDDL' 'LGPL' 'custom')
 depends=('lcms2' 'jasper')
 source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('a1b95b6c2379e46bf09321d3281185474ea47d1e4585f3c5a4f36e0fbcbbe8bc')
+sha256sums=('6344e355f7c23f13e266844b36265d5f624237ba5a62dc901c7b91b510a84187')
 
 build() {
   cd LibRaw-${pkgver}


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2015-05-16 Thread Antonio Rojas
Date: Saturday, May 16, 2015 @ 11:01:39
  Author: arojas
Revision: 239439

Update to 0.16.1

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-16 07:48:39 UTC (rev 239438)
+++ PKGBUILD2015-05-16 09:01:39 UTC (rev 239439)
@@ -6,8 +6,8 @@
 # Contributor: Brad Fanella bradfane...@archlinux.us
 
 pkgname=libraw
-pkgver=0.16.0
-pkgrel=3
+pkgver=0.16.1
+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=http://www.libraw.org/;
@@ -14,7 +14,7 @@
 license=('CDDL' 'LGPL' 'custom')
 depends=('lcms2' 'jasper')
 source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('71f43871ec2535345c5c9b748f07813e49915170f9510b721a2be6478426cf96')
+sha256sums=('a1b95b6c2379e46bf09321d3281185474ea47d1e4585f3c5a4f36e0fbcbbe8bc')
 
 build() {
   cd LibRaw-${pkgver}


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2014-10-24 Thread Andrea Scarpino
Date: Friday, October 24, 2014 @ 09:13:56
  Author: andrea
Revision: 225253

upgpkg: libraw 0.16.0-3

cmake build method is unsupported, see FS#42474

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-24 07:09:16 UTC (rev 225252)
+++ PKGBUILD2014-10-24 07:13:56 UTC (rev 225253)
@@ -7,38 +7,26 @@
 
 pkgname=libraw
 pkgver=0.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
 arch=('i686' 'x86_64')
 url=http://www.libraw.org/;
 license=('CDDL' 'LGPL' 'custom')
 depends=('lcms2' 'jasper')
-makedepends=('cmake')
 source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
 sha256sums=('71f43871ec2535345c5c9b748f07813e49915170f9510b721a2be6478426cf96')
 
-prepare() {
-  mkdir build
-}
-
 build() {
-  cd build
-  cmake ../LibRaw-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_EXAMPLES=OFF \
--DENABLE_RAWSPEED=OFF
+  cd LibRaw-${pkgver}
+  ./configure --prefix=/usr \
+--disable-examples
   make
 }
 
 package() {
-  cd build
+  cd LibRaw-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  # Fix doc install dir
-  install -d ${pkgdir}/usr/share/doc
-  mv ${pkgdir}/usr/share/libraw ${pkgdir}/usr/share/doc
-
   install -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
 ${pkgdir}/usr/share/licenses/${pkgname}


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2014-10-20 Thread Andrea Scarpino
Date: Monday, October 20, 2014 @ 10:28:14
  Author: andrea
Revision: 225059

upgpkg: libraw 0.16.0-2

Ship cmake config file

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-20 08:27:27 UTC (rev 225058)
+++ PKGBUILD2014-10-20 08:28:14 UTC (rev 225059)
@@ -7,29 +7,39 @@
 
 pkgname=libraw
 pkgver=0.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
 arch=('i686' 'x86_64')
 url=http://www.libraw.org/;
 license=('CDDL' 'LGPL' 'custom')
 depends=('lcms2' 'jasper')
+makedepends=('cmake')
 source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
 sha256sums=('71f43871ec2535345c5c9b748f07813e49915170f9510b721a2be6478426cf96')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  cd LibRaw-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static
+  cd build
+  cmake ../LibRaw-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_EXAMPLES=OFF \
+-DENABLE_RAWSPEED=OFF
   make
 }
 
 package() {
-  cd LibRaw-${pkgver}
+  cd build
+  make DESTDIR=${pkgdir} install
 
-  make DESTDIR=${pkgdir} install
+  # Fix doc install dir
+  install -d ${pkgdir}/usr/share/doc
+  mv ${pkgdir}/usr/share/libraw ${pkgdir}/usr/share/doc
 
   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -D -m644 LICENSE.LibRaw.pdf \
+  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
 ${pkgdir}/usr/share/licenses/${pkgname}
 }


[arch-commits] Commit in libraw/trunk (PKGBUILD)

2014-01-19 Thread Andrea Scarpino
Date: Sunday, January 19, 2014 @ 12:02:35
  Author: andrea
Revision: 204404

upgpkg: libraw 0.16.0-1

Upstream release

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-19 11:01:36 UTC (rev 204403)
+++ PKGBUILD2014-01-19 11:02:35 UTC (rev 204404)
@@ -6,8 +6,8 @@
 # Contributor: Brad Fanella bradfane...@archlinux.us
 
 pkgname=libraw
-pkgver=0.15.4
-pkgrel=3
+pkgver=0.16.0
+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=http://www.libraw.org/;
@@ -14,7 +14,7 @@
 license=('CDDL' 'LGPL' 'custom')
 depends=('lcms2' 'jasper')
 source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')
+sha256sums=('71f43871ec2535345c5c9b748f07813e49915170f9510b721a2be6478426cf96')
 
 build() {
   cd LibRaw-${pkgver}



[arch-commits] Commit in libraw/trunk (PKGBUILD libraw.changelog)

2013-11-07 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 00:03:18
  Author: andrea
Revision: 199049

upgpkg: libraw 0.15.4-3

Drop static libraries; switch to LCMS2; build with jasper

Modified:
  libraw/trunk/PKGBUILD
Deleted:
  libraw/trunk/libraw.changelog

--+
 PKGBUILD |   26 +-
 libraw.changelog |   20 
 2 files changed, 13 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 22:51:13 UTC (rev 199048)
+++ PKGBUILD2013-11-07 23:03:18 UTC (rev 199049)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Andre Scarpino and...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 # Contributor: Ionut Biru ib...@archlinux.org
 # Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
 # Contributor: Brad Fanella bradfane...@archlinux.us
@@ -6,30 +7,29 @@
 
 pkgname=libraw
 pkgver=0.15.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
 arch=('i686' 'x86_64')
 url=http://www.libraw.org/;
 license=('CDDL' 'LGPL' 'custom')
-depends=('lcms')
-options=('!makeflags')
-changelog=$pkgname.changelog
-source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
+depends=('lcms2' 'jasper')
+source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
 sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')
 
 build() {
-  cd ${srcdir}/LibRaw-${pkgver}
+  cd LibRaw-${pkgver}
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+--disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/LibRaw-${pkgver}
+  cd LibRaw-${pkgver}
 
   make DESTDIR=${pkgdir} install
-  
-#license
-  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
-${pkgdir}/usr/share/licenses/libraw/LICENSE.LibRaw.pdf
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -D -m644 LICENSE.LibRaw.pdf \
+${pkgdir}/usr/share/licenses/${pkgname}
 }

Deleted: libraw.changelog
===
--- libraw.changelog2013-11-07 22:51:13 UTC (rev 199048)
+++ libraw.changelog2013-11-07 23:03:18 UTC (rev 199049)
@@ -1,20 +0,0 @@
-2013-09-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.15.4-1
-
-2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.15.2-1
-
-2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.8-1
-
-2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.7-1
-
-2012-04-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.6-1
-
-2012-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.5-1
-
-2011-12-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * libraw 0.14.4-1



[arch-commits] Commit in libraw/trunk (PKGBUILD)

2013-10-08 Thread Jaroslav Lichtblau
Date: Tuesday, October 8, 2013 @ 22:35:47
  Author: jlichtblau
Revision: 98349

upgpkg: libraw 0.15.4-2

Modified:
  libraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 20:26:40 UTC (rev 98348)
+++ PKGBUILD2013-10-08 20:35:47 UTC (rev 98349)
@@ -6,13 +6,13 @@
 
 pkgname=libraw
 pkgver=0.15.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)
 arch=('i686' 'x86_64')
 url=http://www.libraw.org/;
 license=('CDDL' 'LGPL' 'custom')
 depends=('lcms')
-options=('!makeflags')
+options=('!makeflags' '!libtool')
 changelog=$pkgname.changelog
 source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
 sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')



[arch-commits] Commit in libraw/trunk (PKGBUILD libraw.changelog)

2013-09-03 Thread Jaroslav Lichtblau
Date: Tuesday, September 3, 2013 @ 19:14:59
  Author: jlichtblau
Revision: 96732

upgpkg: libraw 0.15.4-1

Modified:
  libraw/trunk/PKGBUILD
  libraw/trunk/libraw.changelog

--+
 PKGBUILD |4 ++--
 libraw.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-03 16:12:39 UTC (rev 96731)
+++ PKGBUILD2013-09-03 17:14:59 UTC (rev 96732)
@@ -5,7 +5,7 @@
 # Contributor: Brad Fanella bradfane...@archlinux.us
 
 pkgname=libraw
-pkgver=0.15.2
+pkgver=0.15.4
 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')
@@ -15,7 +15,7 @@
 options=('!makeflags')
 changelog=$pkgname.changelog
 source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
-sha256sums=('828eac93910f26f813f91d35f92f33a9e719c2ec8522d575b248063194b068c6')
+sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')
 
 build() {
   cd ${srcdir}/LibRaw-${pkgver}

Modified: libraw.changelog
===
--- libraw.changelog2013-09-03 16:12:39 UTC (rev 96731)
+++ libraw.changelog2013-09-03 17:14:59 UTC (rev 96732)
@@ -1,3 +1,6 @@
+2013-09-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.15.4-1
+
 2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* libraw 0.15.2-1
 



[arch-commits] Commit in libraw/trunk (PKGBUILD libraw.changelog)

2013-06-15 Thread Jaroslav Lichtblau
Date: Saturday, June 15, 2013 @ 13:40:20
  Author: jlichtblau
Revision: 92808

upgpkg: libraw 0.14.8-1

Modified:
  libraw/trunk/PKGBUILD
  libraw/trunk/libraw.changelog

--+
 PKGBUILD |4 ++--
 libraw.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-15 11:33:24 UTC (rev 92807)
+++ PKGBUILD2013-06-15 11:40:20 UTC (rev 92808)
@@ -5,7 +5,7 @@
 # Contributor: Brad Fanella bradfane...@archlinux.us
 
 pkgname=libraw
-pkgver=0.14.7
+pkgver=0.14.8
 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')
@@ -15,7 +15,7 @@
 options=('!makeflags')
 changelog=$pkgname.changelog
 source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
-sha256sums=('7307a607249043bb544f3ab3b3a999e1923d72fbed12e4e2239d172e522143da')
+sha256sums=('ec06bfb31ccefc8618c3939aa99fa7a42b413e0ccfb24205bb7fe7eaa4ba13ac')
 
 build() {
   cd ${srcdir}/LibRaw-${pkgver}

Modified: libraw.changelog
===
--- libraw.changelog2013-06-15 11:33:24 UTC (rev 92807)
+++ libraw.changelog2013-06-15 11:40:20 UTC (rev 92808)
@@ -1,3 +1,6 @@
+2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.14.8-1
+
 2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* libraw 0.14.7-1
 



[arch-commits] Commit in libraw/trunk (PKGBUILD libraw.changelog)

2013-06-15 Thread Jaroslav Lichtblau
Date: Saturday, June 15, 2013 @ 14:14:41
  Author: jlichtblau
Revision: 92811

upgpkg: libraw 0.15.2-1

Modified:
  libraw/trunk/PKGBUILD
  libraw/trunk/libraw.changelog

--+
 PKGBUILD |4 ++--
 libraw.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-15 12:00:17 UTC (rev 92810)
+++ PKGBUILD2013-06-15 12:14:41 UTC (rev 92811)
@@ -5,7 +5,7 @@
 # Contributor: Brad Fanella bradfane...@archlinux.us
 
 pkgname=libraw
-pkgver=0.14.8
+pkgver=0.15.2
 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')
@@ -15,7 +15,7 @@
 options=('!makeflags')
 changelog=$pkgname.changelog
 source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
-sha256sums=('ec06bfb31ccefc8618c3939aa99fa7a42b413e0ccfb24205bb7fe7eaa4ba13ac')
+sha256sums=('828eac93910f26f813f91d35f92f33a9e719c2ec8522d575b248063194b068c6')
 
 build() {
   cd ${srcdir}/LibRaw-${pkgver}

Modified: libraw.changelog
===
--- libraw.changelog2013-06-15 12:00:17 UTC (rev 92810)
+++ libraw.changelog2013-06-15 12:14:41 UTC (rev 92811)
@@ -1,4 +1,7 @@
 2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * libraw 0.15.2-1
+
+2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* libraw 0.14.8-1
 
 2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org