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

Alexander Rødseth arodseth at archlinux.org
Sun Nov 27 13:59:18 UTC 2016


    Date: Sunday, November 27, 2016 @ 13:59:18
  Author: arodseth
Revision: 197026

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-27 13:59:04 UTC (rev 197025)
+++ community-i686/PKGBUILD	2016-11-27 13:59:18 UTC (rev 197026)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: <boromil at gmail.com>
-
-pkgname=libopenraw
-pkgver=0.0.9+4+g61b4f35
-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' 'git')
-_commit=61b4f359b8ce310dae3f0d1fd51274c6537172ee  # 0.0.8-api
-source=("git://anongit.freedesktop.org/libopenraw#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-  git describe --tags | sed 's/^libopenraw-//;s/-/+/g'
-}
-
-prepare() {
-  cd "$pkgname"
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libopenraw/repos/community-i686/PKGBUILD (from rev 197025, libopenraw/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-27 13:59:18 UTC (rev 197026)
@@ -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.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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-27 13:59:04 UTC (rev 197025)
+++ community-x86_64/PKGBUILD	2016-11-27 13:59:18 UTC (rev 197026)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: <boromil at gmail.com>
-
-pkgname=libopenraw
-pkgver=0.0.9+4+g61b4f35
-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' 'git')
-_commit=61b4f359b8ce310dae3f0d1fd51274c6537172ee  # 0.0.8-api
-source=("git://anongit.freedesktop.org/libopenraw#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-  git describe --tags | sed 's/^libopenraw-//;s/-/+/g'
-}
-
-prepare() {
-  cd "$pkgname"
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libopenraw/repos/community-x86_64/PKGBUILD (from rev 197025, libopenraw/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-27 13:59:18 UTC (rev 197026)
@@ -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.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:



More information about the arch-commits mailing list