[arch-commits] Commit in libraw/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon May 30 16:10:06 UTC 2016


    Date: Monday, May 30, 2016 @ 18:10:06
  Author: arojas
Revision: 268746

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

Deleted:
  libraw/repos/extra-i686/PKGBUILD
  libraw/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   41 -----------------------------------------
 extra-x86_64/PKGBUILD |   41 -----------------------------------------
 2 files changed, 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-30 16:07:47 UTC (rev 268745)
+++ extra-i686/PKGBUILD	2016-05-30 16:10:06 UTC (rev 268746)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: 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.17.2
-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=(lcms2 jasper)
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz" libraw-gcc6.patch)
-sha256sums=('92b0c42c7666eca9307e5e1f97d6fefc196cf0b7ee089e22880259a76fafd15c'
-            '317af364c48fd346eef0b116264a8c048aed923e2d850c0f2dd2d30a34b3771a')
-
-prepare() {
-  cd LibRaw-$pkgver
-# Fix build with GCC 6 (Fedora)
-  patch -p0 -i ../libraw-gcc6.patch
-}
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
-    --disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -D -m644 "$srcdir"/LibRaw-$pkgver/LICENSE.LibRaw.pdf \
-    "$pkgdir"/usr/share/licenses/$pkgname
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-30 16:07:47 UTC (rev 268745)
+++ extra-x86_64/PKGBUILD	2016-05-30 16:10:06 UTC (rev 268746)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: 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.17.2
-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=(lcms2 jasper)
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz" libraw-gcc6.patch)
-sha256sums=('92b0c42c7666eca9307e5e1f97d6fefc196cf0b7ee089e22880259a76fafd15c'
-            '317af364c48fd346eef0b116264a8c048aed923e2d850c0f2dd2d30a34b3771a')
-
-prepare() {
-  cd LibRaw-$pkgver
-# Fix build with GCC 6 (Fedora)
-  patch -p0 -i ../libraw-gcc6.patch
-}
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
-    --disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -D -m644 "$srcdir"/LibRaw-$pkgver/LICENSE.LibRaw.pdf \
-    "$pkgdir"/usr/share/licenses/$pkgname
-}



More information about the arch-commits mailing list