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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Tue Sep 3 17:15:15 UTC 2013


    Date: Tuesday, September 3, 2013 @ 19:15:14
  Author: jlichtblau
Revision: 96733

archrelease: copy trunk to community-x86_64

Added:
  libraw/repos/community-x86_64/PKGBUILD
    (from rev 96732, libraw/trunk/PKGBUILD)
  libraw/repos/community-x86_64/libraw.changelog
    (from rev 96732, libraw/trunk/libraw.changelog)
Deleted:
  libraw/repos/community-x86_64/PKGBUILD
  libraw/repos/community-x86_64/libraw.changelog

------------------+
 PKGBUILD         |   70 ++++++++++++++++++++++++++---------------------------
 libraw.changelog |   37 +++++++++++++++-------------
 2 files changed, 55 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-03 17:14:59 UTC (rev 96732)
+++ PKGBUILD	2013-09-03 17:15:14 UTC (rev 96733)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: 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.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')
-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=('828eac93910f26f813f91d35f92f33a9e719c2ec8522d575b248063194b068c6')
-
-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/community-x86_64/PKGBUILD (from rev 96732, libraw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-09-03 17:15:14 UTC (rev 96733)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: 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.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')
+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
+}

Deleted: libraw.changelog
===================================================================
--- libraw.changelog	2013-09-03 17:14:59 UTC (rev 96732)
+++ libraw.changelog	2013-09-03 17:15:14 UTC (rev 96733)
@@ -1,17 +0,0 @@
-2013-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* libraw 0.15.2-1
-
-2013-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* libraw 0.14.8-1
-
-2012-09-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* libraw 0.14.7-1
-
-2012-04-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* libraw 0.14.6-1
-
-2012-02-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* libraw 0.14.5-1
-
-2011-12-13 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* libraw 0.14.4-1

Copied: libraw/repos/community-x86_64/libraw.changelog (from rev 96732, libraw/trunk/libraw.changelog)
===================================================================
--- libraw.changelog	                        (rev 0)
+++ libraw.changelog	2013-09-03 17:15:14 UTC (rev 96733)
@@ -0,0 +1,20 @@
+2013-09-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* libraw 0.15.4-1
+
+2013-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* libraw 0.15.2-1
+
+2013-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* libraw 0.14.8-1
+
+2012-09-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* libraw 0.14.7-1
+
+2012-04-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* libraw 0.14.6-1
+
+2012-02-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* libraw 0.14.5-1
+
+2011-12-13 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* libraw 0.14.4-1




More information about the arch-commits mailing list