[arch-commits] Commit in libraw/repos (6 files)

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

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libraw/repos/staging-i686/
  libraw/repos/staging-i686/PKGBUILD
(from rev 281765, libraw/trunk/PKGBUILD)
  libraw/repos/staging-i686/libraw-gcc6.patch
(from rev 281765, libraw/trunk/libraw-gcc6.patch)
  libraw/repos/staging-x86_64/
  libraw/repos/staging-x86_64/PKGBUILD
(from rev 281765, libraw/trunk/PKGBUILD)
  libraw/repos/staging-x86_64/libraw-gcc6.patch
(from rev 281765, libraw/trunk/libraw-gcc6.patch)

--+
 staging-i686/PKGBUILD|   41 ++
 staging-i686/libraw-gcc6.patch   |   82 +
 staging-x86_64/PKGBUILD  |   41 ++
 staging-x86_64/libraw-gcc6.patch |   82 +
 4 files changed, 246 insertions(+)

Copied: libraw/repos/staging-i686/PKGBUILD (from rev 281765, 
libraw/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-21 16:25:55 UTC (rev 281766)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.17.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)
+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
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+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
+}

Copied: libraw/repos/staging-i686/libraw-gcc6.patch (from rev 281765, 
libraw/trunk/libraw-gcc6.patch)
===
--- staging-i686/libraw-gcc6.patch  (rev 0)
+++ staging-i686/libraw-gcc6.patch  2016-11-21 16:25:55 UTC (rev 281766)
@@ -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},
++ 

[arch-commits] Commit in libraw/repos (6 files)

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

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libraw/repos/staging-i686/
  libraw/repos/staging-i686/PKGBUILD
(from rev 280521, libraw/trunk/PKGBUILD)
  libraw/repos/staging-i686/libraw-gcc6.patch
(from rev 280521, libraw/trunk/libraw-gcc6.patch)
  libraw/repos/staging-x86_64/
  libraw/repos/staging-x86_64/PKGBUILD
(from rev 280521, libraw/trunk/PKGBUILD)
  libraw/repos/staging-x86_64/libraw-gcc6.patch
(from rev 280521, libraw/trunk/libraw-gcc6.patch)

--+
 staging-i686/PKGBUILD|   41 ++
 staging-i686/libraw-gcc6.patch   |   82 +
 staging-x86_64/PKGBUILD  |   41 ++
 staging-x86_64/libraw-gcc6.patch |   82 +
 4 files changed, 246 insertions(+)

Copied: libraw/repos/staging-i686/PKGBUILD (from rev 280521, 
libraw/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-11 01:33:31 UTC (rev 280522)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.17.2
+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)
+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
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+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
+}

Copied: libraw/repos/staging-i686/libraw-gcc6.patch (from rev 280521, 
libraw/trunk/libraw-gcc6.patch)
===
--- staging-i686/libraw-gcc6.patch  (rev 0)
+++ staging-i686/libraw-gcc6.patch  2016-11-11 01:33:31 UTC (rev 280522)
@@ -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},
++ 

[arch-commits] Commit in libraw/repos (6 files)

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

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libraw/repos/extra-i686/PKGBUILD
(from rev 268744, libraw/trunk/PKGBUILD)
  libraw/repos/extra-i686/libraw-gcc6.patch
(from rev 268744, libraw/trunk/libraw-gcc6.patch)
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 268744, libraw/trunk/PKGBUILD)
  libraw/repos/extra-x86_64/libraw-gcc6.patch
(from rev 268744, libraw/trunk/libraw-gcc6.patch)
Deleted:
  libraw/repos/extra-i686/PKGBUILD
  libraw/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   82 +++
 extra-i686/PKGBUILD|   33 ---
 extra-i686/libraw-gcc6.patch   |   82 +++
 extra-x86_64/PKGBUILD  |   33 ---
 extra-x86_64/libraw-gcc6.patch |   82 +++
 5 files changed, 246 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-30 16:07:13 UTC (rev 268744)
+++ extra-i686/PKGBUILD 2016-05-30 16:07:47 UTC (rev 268745)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andre Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.17.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/;
-license=('CDDL' 'LGPL' 'custom')
-depends=('lcms2' 'jasper')
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
-sha256sums=('e599651a4cc37e00cfc2d2b56be87c3a4e4dae2c360b680fe9ab3f93d07cdea1')
-
-build() {
-  cd LibRaw-${pkgver}
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-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}
-}

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 268744, 
libraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-30 16:07:47 UTC (rev 268745)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+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; 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
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+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
+}

Copied: libraw/repos/extra-i686/libraw-gcc6.patch (from rev 268744, 
libraw/trunk/libraw-gcc6.patch)
===
--- extra-i686/libraw-gcc6.patch(rev 0)
+++ extra-i686/libraw-gcc6.patch2016-05-30 16:07:47 UTC (rev 268745)
@@ -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, 

[arch-commits] Commit in libraw/repos (6 files)

2013-11-07 Thread Andrea Scarpino
Date: Thursday, November 7, 2013 @ 23:51:13
  Author: andrea
Revision: 199048

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libraw/repos/extra-i686/
  libraw/repos/extra-i686/PKGBUILD
(from rev 199047, libraw/trunk/PKGBUILD)
  libraw/repos/extra-i686/libraw.changelog
(from rev 199047, libraw/trunk/libraw.changelog)
  libraw/repos/extra-x86_64/
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 199047, libraw/trunk/PKGBUILD)
  libraw/repos/extra-x86_64/libraw.changelog
(from rev 199047, libraw/trunk/libraw.changelog)

---+
 extra-i686/PKGBUILD   |   35 +++
 extra-i686/libraw.changelog   |   20 
 extra-x86_64/PKGBUILD |   35 +++
 extra-x86_64/libraw.changelog |   20 
 4 files changed, 110 insertions(+)

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 199047, 
libraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-07 22:51:13 UTC (rev 199048)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: 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
+
+pkgname=libraw
+pkgver=0.15.4
+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')
+changelog=$pkgname.changelog
+source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
+sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')
+
+build() {
+  cd ${srcdir}/LibRaw-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/LibRaw-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  
+#license
+  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
+${pkgdir}/usr/share/licenses/libraw/LICENSE.LibRaw.pdf
+}

Copied: libraw/repos/extra-i686/libraw.changelog (from rev 199047, 
libraw/trunk/libraw.changelog)
===
--- extra-i686/libraw.changelog (rev 0)
+++ extra-i686/libraw.changelog 2013-11-07 22:51:13 UTC (rev 199048)
@@ -0,0 +1,20 @@
+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

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 199047, 
libraw/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-07 22:51:13 UTC (rev 199048)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: 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
+
+pkgname=libraw
+pkgver=0.15.4
+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')
+changelog=$pkgname.changelog
+source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
+sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')
+
+build() {
+  cd ${srcdir}/LibRaw-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/LibRaw-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  
+#license
+  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
+${pkgdir}/usr/share/licenses/libraw/LICENSE.LibRaw.pdf
+}

Copied: libraw/repos/extra-x86_64/libraw.changelog (from rev 199047, 
libraw/trunk/libraw.changelog)
===
--- extra-x86_64/libraw.changelog   (rev 0)
+++ extra-x86_64/libraw.changelog   2013-11-07 22:51:13 UTC (rev 199048)
@@ -0,0 +1,20 @@
+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
+   

[arch-commits] Commit in libraw/repos (6 files)

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

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libraw/repos/extra-i686/PKGBUILD
(from rev 199049, libraw/trunk/PKGBUILD)
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 199049, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-i686/PKGBUILD
  libraw/repos/extra-i686/libraw.changelog
  libraw/repos/extra-x86_64/PKGBUILD
  libraw/repos/extra-x86_64/libraw.changelog

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-i686/libraw.changelog   |   20 ---
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/libraw.changelog |   20 ---
 5 files changed, 70 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-07 23:03:18 UTC (rev 199049)
+++ extra-i686/PKGBUILD 2013-11-07 23:03:25 UTC (rev 199050)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: 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
-
-pkgname=libraw
-pkgver=0.15.4
-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')
-changelog=$pkgname.changelog
-source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
-sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')
-
-build() {
-  cd ${srcdir}/LibRaw-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/LibRaw-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  
-#license
-  install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \
-${pkgdir}/usr/share/licenses/libraw/LICENSE.LibRaw.pdf
-}

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 199049, 
libraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-07 23:03:25 UTC (rev 199050)
@@ -0,0 +1,35 @@
+# $Id$
+# 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
+
+pkgname=libraw
+pkgver=0.15.4
+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')
+source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz;)
+sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79')
+
+build() {
+  cd LibRaw-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd LibRaw-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -D -m644 LICENSE.LibRaw.pdf \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: extra-i686/libraw.changelog
===
--- extra-i686/libraw.changelog 2013-11-07 23:03:18 UTC (rev 199049)
+++ extra-i686/libraw.changelog 2013-11-07 23:03:25 UTC (rev 199050)
@@ -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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-07 23:03:18 UTC (rev 199049)
+++ extra-x86_64/PKGBUILD   2013-11-07 23:03:25 UTC (rev 199050)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: 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
-
-pkgname=libraw
-pkgver=0.15.4
-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'