summaryrefslogtreecommitdiffstats
path: root/extra/ufraw
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ufraw')
-rwxr-xr-xextra/ufraw/.md5sum3
-rwxr-xr-xextra/ufraw/Pkgfile11
-rw-r--r--extra/ufraw/gcc44.patch11
-rw-r--r--extra/ufraw/ufraw-0.15-glibc-2.10.patch12
4 files changed, 5 insertions, 32 deletions
diff --git a/extra/ufraw/.md5sum b/extra/ufraw/.md5sum
index 54fb5a4bf..3259f4f1e 100755
--- a/extra/ufraw/.md5sum
+++ b/extra/ufraw/.md5sum
@@ -1,2 +1 @@
-18774fd178266f18c398b22f99783860 ufraw-0.15-glibc-2.10.patch
-6d8f6c98a388c438784cd909dd82d540 ufraw-0.15.tar.gz
+61e100e42f17e3a7fcfae64506eebd14 ufraw-0.16.tar.gz
diff --git a/extra/ufraw/Pkgfile b/extra/ufraw/Pkgfile
index 37f2b1cac..825d11fd3 100755
--- a/extra/ufraw/Pkgfile
+++ b/extra/ufraw/Pkgfile
@@ -1,22 +1,19 @@
# Description: outil seul ou plugin pour Gimp de conversion de fichier raw (inclu dcraw)
# URL: http://ufraw.sourceforge.net/
# Maintainer: NuTyX core team
-# Packager: fred.galusik at gmail dot com
-# Depends on: gimp, exiv2, lcms, libexif, libjpeg, libpng, libtiff
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gimp, exiv2, lcms, libexif, libjpeg, libpng, libtiff, gtkimageview
name=ufraw
-version=0.15
+version=0.16
release=1
-source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz\
- ufraw-0.15-glibc-2.10.patch)
+source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd ufraw-$version
-patch -Np1 -i ../ufraw-0.15-glibc-2.10.patch
./configure --prefix=/usr \
--enable-extras \
--enable-mime \
--enable-openmp \
- --with-libexif \
--with-exiv2
sed -i 's@-ffast-math -fomit-frame-pointer -W -Wall -O3@$CFLAGS@g' Makefile
make
diff --git a/extra/ufraw/gcc44.patch b/extra/ufraw/gcc44.patch
deleted file mode 100644
index 51444674b..000000000
--- a/extra/ufraw/gcc44.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ufraw-0.15/dcraw.cc 2008-12-23 08:19:41.000000000 +0100
-+++ ufraw-0.15/dcraw.cc.new 2009-07-30 21:19:53.000000000 +0200
-@@ -8401,7 +8401,7 @@
- argv[argc] = "";
- for (arg=1; (((opm = argv[arg][0]) - 2) | 2) == '+'; ) {
- opt = argv[arg++][1];
-- if ((cp = strchr (sp="nbrkStqmHAC", opt)))
-+ if ((cp = strchr (const sp="nbrkStqmHAC", opt)))
- for (i=0; i < "11411111142"[cp-sp]-'0'; i++)
- if (!isdigit(argv[arg+i][0])) {
- dcraw_message (DCRAW_ERROR,_("Non-numeric argument to \"-%c\"\n"), opt);
diff --git a/extra/ufraw/ufraw-0.15-glibc-2.10.patch b/extra/ufraw/ufraw-0.15-glibc-2.10.patch
deleted file mode 100644
index 5c29b3159..000000000
--- a/extra/ufraw/ufraw-0.15-glibc-2.10.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- ufraw-0.15.old/dcraw.cc 2008-12-23 07:19:41.000000000 +0000
-+++ ufraw-0.15/dcraw.cc 2009-05-28 15:25:51.000000000 +0100
-@@ -8401,7 +8401,7 @@
- argv[argc] = "";
- for (arg=1; (((opm = argv[arg][0]) - 2) | 2) == '+'; ) {
- opt = argv[arg++][1];
-- if ((cp = strchr (sp="nbrkStqmHAC", opt)))
-+ if ((cp = (char*) strchr (sp="nbrkStqmHAC", opt)))
- for (i=0; i < "11411111142"[cp-sp]-'0'; i++)
- if (!isdigit(argv[arg+i][0])) {
- dcraw_message (DCRAW_ERROR,_("Non-numeric argument to \"-%c\"\n"), opt);
-