[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2012-07-29 Thread Eric Bélanger
Date: Sunday, July 29, 2012 @ 20:31:55
  Author: eric
Revision: 164304

upgpkg: gimp-ufraw 0.18-5

Rebuild against exiv2 0.23

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-30 00:23:10 UTC (rev 164303)
+++ PKGBUILD2012-07-30 00:31:55 UTC (rev 164304)
@@ -3,7 +3,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.18
-pkgrel=4
+pkgrel=5
 pkgdesc="Standalone or gimp plugin converter for raw files"
 url="http://ufraw.sourceforge.net/";
 arch=('i686' 'x86_64')



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2011-11-29 Thread Eric Bélanger
Date: Wednesday, November 30, 2011 @ 01:23:53
  Author: eric
Revision: 143848

upgpkg: gimp-ufraw 0.18-3

Rebuild against cinepaint 1.0

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-30 06:23:25 UTC (rev 143847)
+++ PKGBUILD2011-11-30 06:23:53 UTC (rev 143848)
@@ -3,7 +3,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.18
-pkgrel=2
+pkgrel=3
 pkgdesc="Standalone or gimp plugin converter for raw files"
 url="http://ufraw.sourceforge.net/";
 arch=('i686' 'x86_64')



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2012-01-21 Thread Eric Bélanger
Date: Saturday, January 21, 2012 @ 12:06:38
  Author: eric
Revision: 147079

upgpkg: gimp-ufraw 0.18-4

Rebuild against libpng 1.5 and libtiff 4.0

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-21 15:49:21 UTC (rev 147078)
+++ PKGBUILD2012-01-21 17:06:38 UTC (rev 147079)
@@ -3,7 +3,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.18
-pkgrel=3
+pkgrel=4
 pkgdesc="Standalone or gimp plugin converter for raw files"
 url="http://ufraw.sourceforge.net/";
 arch=('i686' 'x86_64')
@@ -14,7 +14,6 @@
 'cinepaint: to use the cinepaint import plugin for raw images')
 install=gimp-ufraw.install
 source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
-md5sums=('454f40a402928998a82e2645d9265d96')
 sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
 
 build() {



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2009-12-02 Thread Giovanni Scafora
Date: Wednesday, December 2, 2009 @ 07:14:02
  Author: giovanni
Revision: 60219

upgpkg: gimp-ufraw 0.16-1
upstream release

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |   28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-02 11:52:45 UTC (rev 60218)
+++ PKGBUILD2009-12-02 12:14:02 UTC (rev 60219)
@@ -4,29 +4,29 @@
 
 pkgname=gimp-ufraw
 _srcname=ufraw
-pkgver=0.15
-pkgrel=4
-pkgdesc="standalone or gimp plugin converter for raw files"
+pkgver=0.16
+pkgrel=1
+pkgdesc="Standalone or gimp plugin converter for raw files"
 url="http://ufraw.sourceforge.net/";
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=(GPL2)
-depends=('lcms' 'gtk2' 'libexif' 'exiv2>=0.18')
+depends=('gtkimageview>=1.6.4' 'exiv2>=0.18')
 makedepends=('gimp' 'cinepaint' 'pkgconfig')
 optdepends=('gimp: to use the gimp import plugin for raw images' \
 'cinepaint: to use the cinepaint import plugin for raw images')
-source=(http://downloads.sourceforge.net/sourceforge/${_srcname}/${_srcname}-${pkgver}.tar.gz
 ufraw-0.15-glibc-2.10.patch)
-md5sums=('6d8f6c98a388c438784cd909dd82d540' '18774fd178266f18c398b22f99783860')
+source=(http://downloads.sourceforge.net/sourceforge/${_srcname}/${_srcname}-${pkgver}.tar.gz)
+md5sums=('61e100e42f17e3a7fcfae64506eebd14')
 
 build() {
-  cd ${srcdir}/${_srcname}-${pkgver}
-  patch -p1 < ../ufraw-0.15-glibc-2.10.patch || return 1
+  cd "${srcdir}/${_srcname}-${pkgver}"
+
   ./configure --prefix=/usr \
---enable-extras \
---enable-mime \
---enable-openmp \
---with-libexif --with-exiv2 || return 1
+  --enable-extras \
+  --enable-mime \
+  --enable-openmp \
+  --with-exiv2 || return 1
   sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile 
|| return 1
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
   rm -f ${pkgdir}/usr/bin/dcraw
 }



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 21:58:07
  Author: eric
Revision: 64741

upgpkg: gimp-ufraw 0.16-2
Rebuilt for libpng 1.4 and libjpeg 8

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-22 02:47:50 UTC (rev 64740)
+++ PKGBUILD2010-01-22 02:58:07 UTC (rev 64741)
@@ -5,7 +5,7 @@
 pkgname=gimp-ufraw
 _srcname=ufraw
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone or gimp plugin converter for raw files"
 url="http://ufraw.sourceforge.net/";
 arch=('i686' 'x86_64')



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 21:51:18
  Author: arodseth
Revision: 86295

upgpkg: gimp-ufraw 0.19-1

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 20:45:45 UTC (rev 86294)
+++ PKGBUILD2013-03-14 20:51:18 UTC (rev 86295)
@@ -4,9 +4,9 @@
 # Contributor: Martin Sugioarto 
 
 pkgname=gimp-ufraw
-pkgver=0.18
-pkgrel=6
-pkgdesc='Standalone or gimp plugin converter for raw files'
+pkgver=0.19
+pkgrel=1
+pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')
 license=('GPL')
@@ -14,20 +14,21 @@
 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
+install="$pkgname.install"
 source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz";)
-sha256sums=('24fe739c61e9e14de198477c8662553e93427569c1d595556d440e6b9205')
+sha256sums=('12d551418c5e69ae904cb92e9ac11b4d2e4327a857ee13ac890f34320eb58b9a')
 
 build() {
   cd "$srcdir/ufraw-$pkgver"
 
-  ./configure --prefix=/usr \
-  --enable-extras \
-  --enable-mime \
-  --enable-openmp \
- --with-gimp \
- --with-cinepaint \
- --enable-contrast
+  ./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
 }



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 14:05:23
  Author: foutrelis
Revision: 89439

upgpkg: gimp-ufraw 0.19-2

libpng 1.6 rebuild.

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 12:01:28 UTC (rev 89438)
+++ PKGBUILD2013-04-29 12:05:23 UTC (rev 89439)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2015-01-10 Thread Gaetan Bisson
Date: Sunday, January 11, 2015 @ 04:29:49
  Author: bisson
Revision: 125717

rebuild for lensfun-0.3.0-1

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-10 23:20:22 UTC (rev 125716)
+++ PKGBUILD2015-01-11 03:29:49 UTC (rev 125717)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.20
-pkgrel=1
+pkgrel=2
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2014-10-01 Thread Alexander Rødseth
Date: Wednesday, October 1, 2014 @ 13:44:36
  Author: arodseth
Revision: 119962

upgpkg: gimp-ufraw 0.20-1

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-01 11:44:13 UTC (rev 119961)
+++ PKGBUILD2014-10-01 11:44:36 UTC (rev 119962)
@@ -4,7 +4,7 @@
 # Contributor: Martin Sugioarto 
 
 pkgname=gimp-ufraw
-pkgver=0.19.2
+pkgver=0.20
 pkgrel=1
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
@@ -16,7 +16,7 @@
 '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')
+sha256sums=('6dcd30f73238f56641ec87ae07807a6ebeab141a1a481aafe3ddab6f3db8a1e0')
 
 prepare() {
   # One of the include files that comes with cinepaint looks for 
../lib/wire/...


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2015-02-17 Thread Alexander Rødseth
Date: Tuesday, February 17, 2015 @ 13:38:43
  Author: arodseth
Revision: 127852

upgpkg: gimp-ufraw 0.21-1

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-17 12:28:28 UTC (rev 127851)
+++ PKGBUILD2015-02-17 12:38:43 UTC (rev 127852)
@@ -4,19 +4,19 @@
 # Contributor: Martin Sugioarto 
 
 pkgname=gimp-ufraw
-pkgver=0.20
-pkgrel=2
+pkgver=0.21
+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')
+depends=('gtkimageview' 'exiv2' 'lcms' '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=('6dcd30f73238f56641ec87ae07807a6ebeab141a1a481aafe3ddab6f3db8a1e0')
+sha256sums=('2a6a1bcc633bdc8e15615cf726befcd7f27ab00e7c2a518469a24e1a96964d87')
 
 prepare() {
   # One of the include files that comes with cinepaint looks for 
../lib/wire/...
@@ -40,9 +40,7 @@
 }
 
 package() {
-  cd "ufraw-$pkgver"
-
-  make DESTDIR="$pkgdir" install
+  make -C "ufraw-$pkgver" DESTDIR="$pkgdir" install
   rm -f "$pkgdir/usr/bin/dcraw"
 }
 


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2010-10-19 Thread Ionut Biru
Date: Tuesday, October 19, 2010 @ 17:03:01
  Author: ibiru
Revision: 96307

upgpkg: gimp-ufraw 0.16-4
exiv2 rebuild

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-19 21:02:38 UTC (rev 96306)
+++ PKGBUILD2010-10-19 21:03:01 UTC (rev 96307)
@@ -4,7 +4,7 @@
 pkgname=gimp-ufraw
 _srcname=ufraw
 pkgver=0.16
-pkgrel=3
+pkgrel=4
 pkgdesc="Standalone or gimp plugin converter for raw files"
 url="http://ufraw.sourceforge.net/";
 arch=('i686' 'x86_64')
@@ -23,13 +23,13 @@
   --enable-extras \
   --enable-mime \
   --enable-openmp \
-  --with-exiv2 || return 1
-  sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile 
|| return 1
-  make || return 1
+  --with-exiv2
+  sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
+  make
 }
 
 package() {
   cd ${srcdir}/${_srcname}-${pkgver}
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
   rm -f ${pkgdir}/usr/bin/dcraw
 }



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2014-03-22 Thread Alexander Rødseth
Date: Saturday, March 22, 2014 @ 17:39:50
  Author: arodseth
Revision: 108090

upgpkg: gimp-ufraw 0.19.2-1

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |   22 ++
 1 file changed, 14 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-22 16:30:40 UTC (rev 108089)
+++ PKGBUILD2014-03-22 16:39:50 UTC (rev 108090)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sugioarto 
 
 pkgname=gimp-ufraw
-pkgver=0.19
-pkgrel=3
+pkgver=0.19.2
+pkgrel=1
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')
@@ -16,10 +16,16 @@
 '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')
+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 "$srcdir/ufraw-$pkgver"
+  cd "ufraw-$pkgver"
 
   ./configure \
 --prefix=/usr \
@@ -26,15 +32,15 @@
 --enable-extras \
 --enable-mime \
 --enable-openmp \
- --with-gimp \
- --with-cinepaint \
- --enable-contrast
+--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"
+  cd "ufraw-$pkgver"
 
   make DESTDIR="$pkgdir" install
   rm -f "$pkgdir/usr/bin/dcraw"



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2014-01-24 Thread Laurent Carlier
Date: Friday, January 24, 2014 @ 15:07:39
  Author: lcarlier
Revision: 104669

upgpkg: gimp-ufraw 0.19-3

exiv2-0.24 rebuild

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-24 13:48:22 UTC (rev 104668)
+++ PKGBUILD2014-01-24 14:07:39 UTC (rev 104669)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.19
-pkgrel=2
+pkgrel=3
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2010-03-09 Thread Andrea Scarpino
Date: Tuesday, March 9, 2010 @ 05:56:51
  Author: andrea
Revision: 71761

upgpkg: gimp-ufraw 0.16-3
exiv2 0.19 rebuild

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-09 10:56:27 UTC (rev 71760)
+++ PKGBUILD2010-03-09 10:56:51 UTC (rev 71761)
@@ -1,20 +1,19 @@
 # $Id$
-# Maintainer: tobias 
-# Contributor: Tobias Kieslich 
+# Maintainer: Tobias Kieslich 
 
 pkgname=gimp-ufraw
 _srcname=ufraw
 pkgver=0.16
-pkgrel=2
+pkgrel=3
 pkgdesc="Standalone or gimp plugin converter for raw files"
 url="http://ufraw.sourceforge.net/";
 arch=('i686' 'x86_64')
-license=(GPL2)
-depends=('gtkimageview>=1.6.4' 'exiv2>=0.18')
+license=('GPL2')
+depends=('gtkimageview' 'exiv2')
 makedepends=('gimp' 'cinepaint' 'pkgconfig')
-optdepends=('gimp: to use the gimp import plugin for raw images' \
-'cinepaint: to use the cinepaint import plugin for raw images')
-source=(http://downloads.sourceforge.net/sourceforge/${_srcname}/${_srcname}-${pkgver}.tar.gz)
+optdepends=('gimp: to use the gimp import plugin for raw images'
+   'cinepaint: to use the cinepaint import plugin for raw images')
+source=(http://downloads.sourceforge.net/${_srcname}/${_srcname}-${pkgver}.tar.gz)
 md5sums=('61e100e42f17e3a7fcfae64506eebd14')
 
 build() {
@@ -27,6 +26,10 @@
   --with-exiv2 || return 1
   sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile 
|| return 1
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${_srcname}-${pkgver}
   make DESTDIR="${pkgdir}" install || return 1
   rm -f ${pkgdir}/usr/bin/dcraw
 }



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2015-06-26 Thread Alexander Rødseth
Date: Saturday, June 27, 2015 @ 00:44:29
  Author: arodseth
Revision: 135912

upgpkg: gimp-ufraw 0.22-1

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 22:31:51 UTC (rev 135911)
+++ PKGBUILD2015-06-26 22:44:29 UTC (rev 135912)
@@ -4,7 +4,7 @@
 # Contributor: Martin Sugioarto 
 
 pkgname=gimp-ufraw
-pkgver=0.21
+pkgver=0.22
 pkgrel=1
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
@@ -16,10 +16,11 @@
 'cinepaint: to use the cinepaint import plugin for raw images')
 install="$pkgname.install"
 source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz";)
-sha256sums=('2a6a1bcc633bdc8e15615cf726befcd7f27ab00e7c2a518469a24e1a96964d87')
+sha256sums=('f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e')
 
 prepare() {
-  # One of the include files that comes with cinepaint looks for 
../lib/wire/...
+  # One of the include files that comes with cinepaint requires
+  # ../lib/wire/ to exist...
   mkdir -p lib
   ln -s /usr/include/cinepaint/wire lib/wire
 }


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2016-02-04 Thread Antonio Rojas
Date: Thursday, February 4, 2016 @ 21:18:08
  Author: arojas
Revision: 160343

lensfun 0.3.2 rebuild

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 20:15:12 UTC (rev 160342)
+++ PKGBUILD2016-02-04 20:18:08 UTC (rev 160343)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=4
+pkgrel=5
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 13:33:36
  Author: foutrelis
Revision: 149810

C++11 ABI rebuild

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 12:33:26 UTC (rev 149809)
+++ PKGBUILD2015-12-07 12:33:36 UTC (rev 149810)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=3
+pkgrel=4
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2011-02-22 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 02:43:56
  Author: eric
Revision: 110928

upgpkg: gimp-ufraw 0.18-1
Upstream update, Rebuilt against exiv2 0.21.1

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |   21 ++---
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 07:41:47 UTC (rev 110927)
+++ PKGBUILD2011-02-23 07:43:56 UTC (rev 110928)
@@ -2,34 +2,33 @@
 # Maintainer: Tobias Kieslich 
 
 pkgname=gimp-ufraw
-_srcname=ufraw
-pkgver=0.16
-pkgrel=4
+pkgver=0.18
+pkgrel=1
 pkgdesc="Standalone or gimp plugin converter for raw files"
 url="http://ufraw.sourceforge.net/";
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('gtkimageview' 'exiv2')
-makedepends=('gimp' 'cinepaint' 'pkgconfig')
+makedepends=('gimp' 'cinepaint' 'pkg-config')
 optdepends=('gimp: to use the gimp import plugin for raw images'
'cinepaint: to use the cinepaint import plugin for raw images')
-source=(http://downloads.sourceforge.net/${_srcname}/${_srcname}-${pkgver}.tar.gz)
-md5sums=('61e100e42f17e3a7fcfae64506eebd14')
+source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
+md5sums=('454f40a402928998a82e2645d9265d96')
+sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
 
 build() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
+  cd "${srcdir}/ufraw-${pkgver}"
 
   ./configure --prefix=/usr \
   --enable-extras \
   --enable-mime \
-  --enable-openmp \
-  --with-exiv2
+  --enable-openmp
   sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
   make
 }
 
 package() {
-  cd ${srcdir}/${_srcname}-${pkgver}
+  cd "${srcdir}/ufraw-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  rm -f ${pkgdir}/usr/bin/dcraw
+  rm -f "${pkgdir}/usr/bin/dcraw"
 }



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2016-06-06 Thread Christian Hesse
Date: Monday, June 6, 2016 @ 22:48:57
  Author: eworm
Revision: 178054

upgpkg: gimp-ufraw 0.22-7

cfitsio rebuild

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-06 20:47:35 UTC (rev 178053)
+++ PKGBUILD2016-06-06 20:48:57 UTC (rev 178054)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=6
+pkgrel=7
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2016-11-09 Thread Levente Polyak
Date: Wednesday, November 9, 2016 @ 23:29:40
  Author: anthraxx
Revision: 195270

upgpkg: gimp-ufraw 0.22-8 (jasper rebuild)

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-09 23:25:21 UTC (rev 195269)
+++ PKGBUILD2016-11-09 23:29:40 UTC (rev 195270)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=7
+pkgrel=8
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2016-11-22 Thread Levente Polyak
Date: Tuesday, November 22, 2016 @ 17:35:26
  Author: anthraxx
Revision: 196545

upgpkg: gimp-ufraw 0.22-9 (jasper rebuild)

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 17:29:19 UTC (rev 196544)
+++ PKGBUILD2016-11-22 17:35:26 UTC (rev 196545)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=8
+pkgrel=9
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2017-08-04 Thread Christian Hesse
Date: Friday, August 4, 2017 @ 08:20:45
  Author: eworm
Revision: 248120

switch to https download

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 08:19:21 UTC (rev 248119)
+++ PKGBUILD2017-08-04 08:20:45 UTC (rev 248120)
@@ -14,7 +14,7 @@
 makedepends=('gimp' 'cinepaint')
 optdepends=('gimp: to use the gimp import plugin for raw images'
 'cinepaint: to use the cinepaint import plugin for raw images')
-source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz";
+source=("https://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz";
 '001-no-gimp-remote.patch'
 '002-CVE-2015-8366.patch'
 '003-fix-unsigned-char.patch'


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2018-01-28 Thread Balló György via arch-commits
Date: Sunday, January 28, 2018 @ 21:59:01
  Author: bgyorgy
Revision: 287709

upgpkg: gimp-ufraw 0.22-11

Remove unused cinepaint dependency

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-28 21:44:42 UTC (rev 287708)
+++ PKGBUILD2018-01-28 21:59:01 UTC (rev 287709)
@@ -5,15 +5,14 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=10
+pkgrel=11
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64')
 license=('GPL')
 depends=('gtkimageview' 'exiv2' 'lcms' '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')
+makedepends=('gimp')
+optdepends=('gimp: to use the gimp import plugin for raw images')
 source=("https://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz";
 '001-no-gimp-remote.patch'
 '002-CVE-2015-8366.patch'


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2018-04-12 Thread Christian Hesse via arch-commits
Date: Thursday, April 12, 2018 @ 19:55:48
  Author: eworm
Revision: 316117

upgpkg: gimp-ufraw 0.22-12

cfitsio 3.440 rebuild

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-12 19:50:39 UTC (rev 316116)
+++ PKGBUILD2018-04-12 19:55:48 UTC (rev 316117)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=11
+pkgrel=12
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64')


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

2018-04-13 Thread Evangelos Foutras via arch-commits
Date: Friday, April 13, 2018 @ 14:43:55
  Author: foutrelis
Revision: 316182

upgpkg: gimp-ufraw 0.22-13

Rebuild against glibc 2.26.

Modified:
  gimp-ufraw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 14:41:54 UTC (rev 316181)
+++ PKGBUILD2018-04-13 14:43:55 UTC (rev 316182)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=12
+pkgrel=13
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64')


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD gimp-ufraw.install)

2011-10-02 Thread Eric Bélanger
Date: Sunday, October 2, 2011 @ 09:49:39
  Author: eric
Revision: 139503

upgpkg: gimp-ufraw 0.18-2

Rebuild against exiv2 0.22, Correct license, Add missing depends, Add .install 
file to run update-desktop-database

Added:
  gimp-ufraw/trunk/gimp-ufraw.install
Modified:
  gimp-ufraw/trunk/PKGBUILD

+
 PKGBUILD   |   11 ++-
 gimp-ufraw.install |   11 +++
 2 files changed, 17 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-02 12:43:42 UTC (rev 139502)
+++ PKGBUILD2011-10-02 13:49:39 UTC (rev 139503)
@@ -3,15 +3,16 @@
 
 pkgname=gimp-ufraw
 pkgver=0.18
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone or gimp plugin converter for raw files"
 url="http://ufraw.sourceforge.net/";
 arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('gtkimageview' 'exiv2')
-makedepends=('gimp' 'cinepaint' 'pkg-config')
+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')
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=gimp-ufraw.install
 source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
 md5sums=('454f40a402928998a82e2645d9265d96')
 sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')

Added: gimp-ufraw.install
===
--- gimp-ufraw.install  (rev 0)
+++ gimp-ufraw.install  2011-10-02 13:49:39 UTC (rev 139503)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD gimp-ufraw.install)

2013-02-01 Thread Alexander Rødseth
Date: Friday, February 1, 2013 @ 17:28:07
  Author: arodseth
Revision: 83472

Feature request FS#31385

Modified:
  gimp-ufraw/trunk/PKGBUILD
  gimp-ufraw/trunk/gimp-ufraw.install

+
 PKGBUILD   |   34 +-
 gimp-ufraw.install |2 ++
 2 files changed, 23 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-01 16:02:51 UTC (rev 83471)
+++ PKGBUILD2013-02-01 16:28:07 UTC (rev 83472)
@@ -1,34 +1,42 @@
 # $Id$
-# Maintainer: Tobias Kieslich 
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Kieslich 
+# Contributor: Martin Sugioarto 
 
 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')
+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')
+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)
-sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz";)
+sha256sums=('24fe739c61e9e14de198477c8662553e93427569c1d595556d440e6b9205')
 
 build() {
-  cd "${srcdir}/ufraw-${pkgver}"
+  cd "$srcdir/ufraw-$pkgver"
 
   ./configure --prefix=/usr \
   --enable-extras \
   --enable-mime \
-  --enable-openmp
+  --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"
+  cd "$srcdir/ufraw-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/bin/dcraw"
 }
+
+# vim:set ts=2 sw=2 et:

Modified: gimp-ufraw.install
===
--- gimp-ufraw.install  2013-02-01 16:02:51 UTC (rev 83471)
+++ gimp-ufraw.install  2013-02-01 16:28:07 UTC (rev 83472)
@@ -9,3 +9,5 @@
 post_remove() {
   update-desktop-database -q
 }
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD gimp-ufraw.install)

2015-07-03 Thread Alexander Rødseth
Date: Friday, July 3, 2015 @ 14:48:50
  Author: arodseth
Revision: 136319

upgpkg: gimp-ufraw 0.22-2

Modified:
  gimp-ufraw/trunk/PKGBUILD
  gimp-ufraw/trunk/gimp-ufraw.install

+
 PKGBUILD   |2 +-
 gimp-ufraw.install |   15 ---
 2 files changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 12:39:55 UTC (rev 136318)
+++ PKGBUILD2015-07-03 12:48:50 UTC (rev 136319)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=1
+pkgrel=2
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')

Modified: gimp-ufraw.install
===
--- gimp-ufraw.install  2015-07-03 12:39:55 UTC (rev 136318)
+++ gimp-ufraw.install  2015-07-03 12:48:50 UTC (rev 136319)
@@ -1,13 +1,6 @@
-post_install() {
-  update-desktop-database -q
-}
+updb() { update-desktop-database -q }
+post_upgrade() { updb }
+post_install() { updb }
+post_remove()  { updb }
 
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD gimp-ufraw.install)

2015-07-03 Thread Alexander Rødseth
Date: Friday, July 3, 2015 @ 14:55:46
  Author: arodseth
Revision: 136321

upgpkg: gimp-ufraw 0.22-3

Modified:
  gimp-ufraw/trunk/PKGBUILD
  gimp-ufraw/trunk/gimp-ufraw.install

+
 PKGBUILD   |2 +-
 gimp-ufraw.install |   15 +++
 2 files changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 12:49:51 UTC (rev 136320)
+++ PKGBUILD2015-07-03 12:55:46 UTC (rev 136321)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=2
+pkgrel=3
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')

Modified: gimp-ufraw.install
===
--- gimp-ufraw.install  2015-07-03 12:49:51 UTC (rev 136320)
+++ gimp-ufraw.install  2015-07-03 12:55:46 UTC (rev 136321)
@@ -1,6 +1,13 @@
-updb() { update-desktop-database -q }
-post_upgrade() { updb }
-post_install() { updb }
-post_remove()  { updb }
+post_upgrade() {
+  update-desktop-database -q
+}
 
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD gimp-ufraw.install)

2016-05-24 Thread Christian Hesse
Date: Tuesday, May 24, 2016 @ 23:41:00
  Author: eworm
Revision: 176461

upgpkg: gimp-ufraw 0.22-6

Hooks! (Remove install file...)

Modified:
  gimp-ufraw/trunk/PKGBUILD
Deleted:
  gimp-ufraw/trunk/gimp-ufraw.install

+
 PKGBUILD   |3 +--
 gimp-ufraw.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-24 21:23:31 UTC (rev 176460)
+++ PKGBUILD2016-05-24 21:41:00 UTC (rev 176461)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=5
+pkgrel=6
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')
@@ -14,7 +14,6 @@
 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=('f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e')
 

Deleted: gimp-ufraw.install
===
--- gimp-ufraw.install  2016-05-24 21:23:31 UTC (rev 176460)
+++ gimp-ufraw.install  2016-05-24 21:41:00 UTC (rev 176461)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et: