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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Mar 22 16:40:00 UTC 2014


    Date: Saturday, March 22, 2014 @ 17:40:00
  Author: arodseth
Revision: 108091

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

Added:
  gimp-ufraw/repos/community-i686/PKGBUILD
    (from rev 108090, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-i686/gimp-ufraw.install
    (from rev 108090, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-x86_64/PKGBUILD
    (from rev 108090, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-x86_64/gimp-ufraw.install
    (from rev 108090, 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

-------------------------------------+
 /PKGBUILD                           |   98 ++++++++++++++++++++++++++++++++++
 /gimp-ufraw.install                 |   26 +++++++++
 community-i686/PKGBUILD             |   43 --------------
 community-i686/gimp-ufraw.install   |   13 ----
 community-x86_64/PKGBUILD           |   43 --------------
 community-x86_64/gimp-ufraw.install |   13 ----
 6 files changed, 124 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-22 16:39:50 UTC (rev 108090)
+++ community-i686/PKGBUILD	2014-03-22 16:40:00 UTC (rev 108091)
@@ -1,43 +0,0 @@
-# $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.19
-pkgrel=3
-pkgdesc='Converter for raw files; utility and GIMP plugin'
-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="$pkgname.install"
-source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz")
-sha256sums=('12d551418c5e69ae904cb92e9ac11b4d2e4327a857ee13ac890f34320eb58b9a')
-
-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:

Copied: gimp-ufraw/repos/community-i686/PKGBUILD (from rev 108090, gimp-ufraw/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-22 16:40:00 UTC (rev 108091)
@@ -0,0 +1,49 @@
+# $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.19.2
+pkgrel=1
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+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="$pkgname.install"
+source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz")
+sha256sums=('73befe9f16f015a8c0f26cef3bb2e17cac9ae64aef2ade48c29aedb1ee51abd3')
+
+prepare() {
+  # One of the include files that comes with cinepaint looks for ../lib/wire/...
+  mkdir -p lib
+  ln -s /usr/include/cinepaint/wire lib/wire
+}
+
+build() {
+  cd "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 "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	2014-03-22 16:39:50 UTC (rev 108090)
+++ community-i686/gimp-ufraw.install	2014-03-22 16:40:00 UTC (rev 108091)
@@ -1,13 +0,0 @@
-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:

Copied: gimp-ufraw/repos/community-i686/gimp-ufraw.install (from rev 108090, gimp-ufraw/trunk/gimp-ufraw.install)
===================================================================
--- community-i686/gimp-ufraw.install	                        (rev 0)
+++ community-i686/gimp-ufraw.install	2014-03-22 16:40:00 UTC (rev 108091)
@@ -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	2014-03-22 16:39:50 UTC (rev 108090)
+++ community-x86_64/PKGBUILD	2014-03-22 16:40:00 UTC (rev 108091)
@@ -1,43 +0,0 @@
-# $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.19
-pkgrel=3
-pkgdesc='Converter for raw files; utility and GIMP plugin'
-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="$pkgname.install"
-source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz")
-sha256sums=('12d551418c5e69ae904cb92e9ac11b4d2e4327a857ee13ac890f34320eb58b9a')
-
-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:

Copied: gimp-ufraw/repos/community-x86_64/PKGBUILD (from rev 108090, gimp-ufraw/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-22 16:40:00 UTC (rev 108091)
@@ -0,0 +1,49 @@
+# $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.19.2
+pkgrel=1
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+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="$pkgname.install"
+source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz")
+sha256sums=('73befe9f16f015a8c0f26cef3bb2e17cac9ae64aef2ade48c29aedb1ee51abd3')
+
+prepare() {
+  # One of the include files that comes with cinepaint looks for ../lib/wire/...
+  mkdir -p lib
+  ln -s /usr/include/cinepaint/wire lib/wire
+}
+
+build() {
+  cd "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 "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	2014-03-22 16:39:50 UTC (rev 108090)
+++ community-x86_64/gimp-ufraw.install	2014-03-22 16:40:00 UTC (rev 108091)
@@ -1,13 +0,0 @@
-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:

Copied: gimp-ufraw/repos/community-x86_64/gimp-ufraw.install (from rev 108090, gimp-ufraw/trunk/gimp-ufraw.install)
===================================================================
--- community-x86_64/gimp-ufraw.install	                        (rev 0)
+++ community-x86_64/gimp-ufraw.install	2014-03-22 16:40:00 UTC (rev 108091)
@@ -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