[arch-commits] Commit in libopenraw/repos (4 files)
Jan Steffens
heftig at archlinux.org
Thu Oct 20 08:15:28 UTC 2016
Date: Thursday, October 20, 2016 @ 08:15:27
Author: heftig
Revision: 192693
archrelease: copy trunk to community-x86_64, community-i686
Added:
libopenraw/repos/community-i686/PKGBUILD
(from rev 192692, libopenraw/trunk/PKGBUILD)
libopenraw/repos/community-x86_64/PKGBUILD
(from rev 192692, libopenraw/trunk/PKGBUILD)
Deleted:
libopenraw/repos/community-i686/PKGBUILD
libopenraw/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 80 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 30 ----------------
community-x86_64/PKGBUILD | 30 ----------------
3 files changed, 80 insertions(+), 60 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-20 08:05:37 UTC (rev 192692)
+++ community-i686/PKGBUILD 2016-10-20 08:15:27 UTC (rev 192693)
@@ -1,30 +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
-pkgrel=4
-pkgdesc='Library for decoding RAW files'
-arch=('x86_64' 'i686')
-url='http://libopenraw.freedesktop.org/'
-license=('LGPL')
-depends=('gdk-pixbuf2')
-makedepends=('boost' 'libxml2')
-source=("http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2")
-sha256sums=('49fd1adf0a0228c7a17a79bf98d8d03664195feae1e50f4ddd1b20162626e18f')
-
-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 192692, libopenraw/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-20 08:15:27 UTC (rev 192693)
@@ -0,0 +1,40 @@
+# $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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-20 08:05:37 UTC (rev 192692)
+++ community-x86_64/PKGBUILD 2016-10-20 08:15:27 UTC (rev 192693)
@@ -1,30 +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
-pkgrel=4
-pkgdesc='Library for decoding RAW files'
-arch=('x86_64' 'i686')
-url='http://libopenraw.freedesktop.org/'
-license=('LGPL')
-depends=('gdk-pixbuf2')
-makedepends=('boost' 'libxml2')
-source=("http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2")
-sha256sums=('49fd1adf0a0228c7a17a79bf98d8d03664195feae1e50f4ddd1b20162626e18f')
-
-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 192692, libopenraw/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-20 08:15:27 UTC (rev 192693)
@@ -0,0 +1,40 @@
+# $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:
More information about the arch-commits
mailing list