[arch-commits] Commit in libopenraw/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Wed May 30 11:52:34 UTC 2018
Date: Wednesday, May 30, 2018 @ 11:52:33
Author: arodseth
Revision: 333347
archrelease: copy trunk to community-x86_64
Added:
libopenraw/repos/community-x86_64/PKGBUILD
(from rev 333346, libopenraw/trunk/PKGBUILD)
Deleted:
libopenraw/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 65 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-30 11:52:24 UTC (rev 333346)
+++ PKGBUILD 2018-05-30 11:52:33 UTC (rev 333347)
@@ -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.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:
Copied: libopenraw/repos/community-x86_64/PKGBUILD (from rev 333346, libopenraw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-30 11:52:33 UTC (rev 333347)
@@ -0,0 +1,33 @@
+# $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.3
+pkgrel=1
+pkgdesc='Library for decoding RAW files'
+arch=('x86_64')
+url='https://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'
+ '6405634f555849eb01cb028e2a63936e7b841151ea2a1571ac5b5b10431cfab9')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: libopenraw.freedesktop.org/wiki
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list