[arch-commits] Commit in gimp-ufraw/repos (8 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Feb 1 16:28:18 UTC 2013


    Date: Friday, February 1, 2013 @ 17:28:18
  Author: arodseth
Revision: 83473

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

Added:
  gimp-ufraw/repos/community-i686/PKGBUILD
    (from rev 83472, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
    (from rev 83472, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-x86_64/PKGBUILD
    (from rev 83472, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install
    (from rev 83472, gimp-ufraw/trunk/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/community-i686/PKGBUILD
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
  gimp-ufraw/repos/community-x86_64/PKGBUILD
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install

-------------------------------------+
 community-i686/PKGBUILD             |   76 ++++++++++++++++++----------------
 community-i686/gimp-ufraw.install   |   24 +++++-----
 community-x86_64/PKGBUILD           |   76 ++++++++++++++++++----------------
 community-x86_64/gimp-ufraw.install |   24 +++++-----
 4 files changed, 110 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-01 16:28:07 UTC (rev 83472)
+++ community-i686/PKGBUILD	2013-02-01 16:28:18 UTC (rev 83473)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich <tobias at archlinux.org>
-
-pkgname=gimp-ufraw
-pkgver=0.18
-pkgrel=5
-pkgdesc="Standalone or gimp plugin converter for raw files"
-url="http://ufraw.sourceforge.net/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
-makedepends=('gimp' 'cinepaint')
-optdepends=('gimp: to use the gimp import plugin for raw images'
-            'cinepaint: to use the cinepaint import plugin for raw images')
-install=gimp-ufraw.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
-sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
-
-build() {
-  cd "${srcdir}/ufraw-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --enable-extras \
-              --enable-mime \
-              --enable-openmp
-  sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}/ufraw-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/bin/dcraw"
-}

Copied: gimp-ufraw/repos/community-i686/PKGBUILD (from rev 83472, gimp-ufraw/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-01 16:28:18 UTC (rev 83473)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: Martin Sugioarto <nakal at web.de>
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=6
+pkgdesc='Standalone or gimp plugin converter for raw files'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+            'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz")
+sha256sums=('24fe739c61e9e14de1900008477c8662553e93427569c1d595556d440e6b9205')
+
+build() {
+  cd "$srcdir/ufraw-$pkgver"
+
+  ./configure --prefix=/usr \
+              --enable-extras \
+              --enable-mime \
+              --enable-openmp \
+	      --with-gimp \
+	      --with-cinepaint \
+	      --enable-contrast
+  sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
+  make
+}
+
+package() {
+  cd "$srcdir/ufraw-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/bin/dcraw"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gimp-ufraw.install
===================================================================
--- community-i686/gimp-ufraw.install	2013-02-01 16:28:07 UTC (rev 83472)
+++ community-i686/gimp-ufraw.install	2013-02-01 16:28:18 UTC (rev 83473)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: gimp-ufraw/repos/community-i686/gimp-ufraw.install (from rev 83472, gimp-ufraw/trunk/gimp-ufraw.install)
===================================================================
--- community-i686/gimp-ufraw.install	                        (rev 0)
+++ community-i686/gimp-ufraw.install	2013-02-01 16:28:18 UTC (rev 83473)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-01 16:28:07 UTC (rev 83472)
+++ community-x86_64/PKGBUILD	2013-02-01 16:28:18 UTC (rev 83473)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich <tobias at archlinux.org>
-
-pkgname=gimp-ufraw
-pkgver=0.18
-pkgrel=5
-pkgdesc="Standalone or gimp plugin converter for raw files"
-url="http://ufraw.sourceforge.net/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
-makedepends=('gimp' 'cinepaint')
-optdepends=('gimp: to use the gimp import plugin for raw images'
-            'cinepaint: to use the cinepaint import plugin for raw images')
-install=gimp-ufraw.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
-sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
-
-build() {
-  cd "${srcdir}/ufraw-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --enable-extras \
-              --enable-mime \
-              --enable-openmp
-  sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}/ufraw-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/bin/dcraw"
-}

Copied: gimp-ufraw/repos/community-x86_64/PKGBUILD (from rev 83472, gimp-ufraw/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-01 16:28:18 UTC (rev 83473)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: Martin Sugioarto <nakal at web.de>
+
+pkgname=gimp-ufraw
+pkgver=0.18
+pkgrel=6
+pkgdesc='Standalone or gimp plugin converter for raw files'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+            'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
+source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz")
+sha256sums=('24fe739c61e9e14de1900008477c8662553e93427569c1d595556d440e6b9205')
+
+build() {
+  cd "$srcdir/ufraw-$pkgver"
+
+  ./configure --prefix=/usr \
+              --enable-extras \
+              --enable-mime \
+              --enable-openmp \
+	      --with-gimp \
+	      --with-cinepaint \
+	      --enable-contrast
+  sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
+  make
+}
+
+package() {
+  cd "$srcdir/ufraw-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/bin/dcraw"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/gimp-ufraw.install
===================================================================
--- community-x86_64/gimp-ufraw.install	2013-02-01 16:28:07 UTC (rev 83472)
+++ community-x86_64/gimp-ufraw.install	2013-02-01 16:28:18 UTC (rev 83473)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: gimp-ufraw/repos/community-x86_64/gimp-ufraw.install (from rev 83472, gimp-ufraw/trunk/gimp-ufraw.install)
===================================================================
--- community-x86_64/gimp-ufraw.install	                        (rev 0)
+++ community-x86_64/gimp-ufraw.install	2013-02-01 16:28:18 UTC (rev 83473)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list