[arch-commits] Commit in libraw/repos/community-x86_64 (4 files)
Jaroslav Lichtblau
jlichtblau at nymeria.archlinux.org
Sat Jun 15 11:40:30 UTC 2013
Date: Saturday, June 15, 2013 @ 13:40:29
Author: jlichtblau
Revision: 92809
archrelease: copy trunk to community-x86_64
Added:
libraw/repos/community-x86_64/PKGBUILD
(from rev 92808, libraw/trunk/PKGBUILD)
libraw/repos/community-x86_64/libraw.changelog
(from rev 92808, libraw/trunk/libraw.changelog)
Deleted:
libraw/repos/community-x86_64/PKGBUILD
libraw/repos/community-x86_64/libraw.changelog
------------------+
PKGBUILD | 70 ++++++++++++++++++++++++++---------------------------
libraw.changelog | 25 ++++++++++--------
2 files changed, 49 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-06-15 11:40:20 UTC (rev 92808)
+++ PKGBUILD 2013-06-15 11:40:29 UTC (rev 92809)
@@ -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.14.7
-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=('7307a607249043bb544f3ab3b3a999e1923d72fbed12e4e2239d172e522143da')
-
-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 92808, libraw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-06-15 11:40:29 UTC (rev 92809)
@@ -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.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')
+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=('ec06bfb31ccefc8618c3939aa99fa7a42b413e0ccfb24205bb7fe7eaa4ba13ac')
+
+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-06-15 11:40:20 UTC (rev 92808)
+++ libraw.changelog 2013-06-15 11:40:29 UTC (rev 92809)
@@ -1,11 +0,0 @@
-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 92808, libraw/trunk/libraw.changelog)
===================================================================
--- libraw.changelog (rev 0)
+++ libraw.changelog 2013-06-15 11:40:29 UTC (rev 92809)
@@ -0,0 +1,14 @@
+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