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

Antonio Rojas arojas at archlinux.org
Fri Sep 22 08:01:44 UTC 2017


    Date: Friday, September 22, 2017 @ 08:01:43
  Author: arojas
Revision: 306091

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

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

-----------------------+
 /PKGBUILD             |   60 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   30 ------------------------
 extra-x86_64/PKGBUILD |   30 ------------------------
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-09-22 08:01:13 UTC (rev 306090)
+++ extra-i686/PKGBUILD	2017-09-22 08:01:43 UTC (rev 306091)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-
-pkgname=libraw
-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')
-url="https://www.libraw.org/"
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz")
-sha256sums=('eaf4931b46e65861e88bbe704ccf370381e94d63e9a898b889ded4e0cb3b0c97')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
-    --disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 306090, libraw/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-09-22 08:01:43 UTC (rev 306091)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-09-22 08:01:13 UTC (rev 306090)
+++ extra-x86_64/PKGBUILD	2017-09-22 08:01:43 UTC (rev 306091)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-
-pkgname=libraw
-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')
-url="https://www.libraw.org/"
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz")
-sha256sums=('eaf4931b46e65861e88bbe704ccf370381e94d63e9a898b889ded4e0cb3b0c97')
-
-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 306090, libraw/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-09-22 08:01:43 UTC (rev 306091)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+
+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
+}



More information about the arch-commits mailing list