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

Alexander Rødseth arodseth at archlinux.org
Fri May 26 22:50:12 UTC 2017


    Date: Friday, May 26, 2017 @ 22:50:12
  Author: arodseth
Revision: 230495

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

Added:
  libopenraw/repos/community-i686/PKGBUILD
    (from rev 230494, libopenraw/trunk/PKGBUILD)
  libopenraw/repos/community-x86_64/PKGBUILD
    (from rev 230494, libopenraw/trunk/PKGBUILD)
Deleted:
  libopenraw/repos/community-i686/PKGBUILD
  libopenraw/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 ----------------------
 community-x86_64/PKGBUILD |   32 ----------------------
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-26 22:48:40 UTC (rev 230494)
+++ community-i686/PKGBUILD	2017-05-26 22:50:12 UTC (rev 230495)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: <boromil at gmail.com>
-
-pkgname=libopenraw
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='Library for decoding RAW files'
-arch=('x86_64' 'i686')
-url='http://libopenraw.freedesktop.org/'
-license=('LGPL')
-depends=('gdk-pixbuf2')
-makedepends=('boost' 'libxml2')
-validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere <hub at mozilla.com>
-source=("https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2"{.asc,})
-sha256sums=('SKIP'
-            '4dede1db9b85c9c22a1ddaf37839f2713746a00b81a6d4623d66556000cb76cf')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libopenraw/repos/community-i686/PKGBUILD (from rev 230494, libopenraw/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-26 22:50:12 UTC (rev 230495)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: <boromil at gmail.com>
+
+pkgname=libopenraw
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='Library for decoding RAW files'
+arch=('x86_64' 'i686')
+url='http://libopenraw.freedesktop.org/'
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('boost' 'libxml2')
+validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere <hub at mozilla.com>
+source=("https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2"{.asc,})
+sha256sums=('SKIP'
+            'd15e86141add6a652f316ab8884895d8399d37c17510b34f61e266f906a99683')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-26 22:48:40 UTC (rev 230494)
+++ community-x86_64/PKGBUILD	2017-05-26 22:50:12 UTC (rev 230495)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: <boromil at gmail.com>
-
-pkgname=libopenraw
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='Library for decoding RAW files'
-arch=('x86_64' 'i686')
-url='http://libopenraw.freedesktop.org/'
-license=('LGPL')
-depends=('gdk-pixbuf2')
-makedepends=('boost' 'libxml2')
-validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere <hub at mozilla.com>
-source=("https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2"{.asc,})
-sha256sums=('SKIP'
-            '4dede1db9b85c9c22a1ddaf37839f2713746a00b81a6d4623d66556000cb76cf')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libopenraw/repos/community-x86_64/PKGBUILD (from rev 230494, libopenraw/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-26 22:50:12 UTC (rev 230495)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: <boromil at gmail.com>
+
+pkgname=libopenraw
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='Library for decoding RAW files'
+arch=('x86_64' 'i686')
+url='http://libopenraw.freedesktop.org/'
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('boost' 'libxml2')
+validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere <hub at mozilla.com>
+source=("https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2"{.asc,})
+sha256sums=('SKIP'
+            'd15e86141add6a652f316ab8884895d8399d37c17510b34f61e266f906a99683')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list