[weasel-commit] Source: ufraw=0.16-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 10 Jun 2010 07:43:24 -0400

================================
ufraw:source=0.16-1
cvc rdiff ufraw -1 /weasel.rpath.org@wgl:3-devel/0.16-1
================================
0.16-1 Filip Brcic (brcha@xxxxxxxxxxxx) Thu Jun 10 07:42:37 2010
    ufraw 0.16

ufraw-0.16.tar.gz: new
ufraw.recipe: new
--- /dev/null
+++ ufraw.recipe
@@ -0,0 +46 @@
+#
+# Copyright (c) 2010 Weasel GNU/Linux [Filip Brcic (brcha@xxxxxxxxxxxx)]
+# Distributed under the terms of the GNU General Public License v3
+#
+
+loadSuperClass('gnomepackage')
+class Ufraw(GnomePackageRecipe):
+    name = 'ufraw'
+    version = '0.16'
+
+    buildRequires = [
+        'libjpeg:devel', 'lcms:devel', 'libtiff:devel', 'exiv2:devel',
+        'GConf:devel', 'gtk:devel', 'gtkimageview:devel',
+        'gimp:devel', 'lensfun:devel', 'pkg-config:devel',
+        'bzip2:devel', 'cfitsio:devel', 'desktop-file-utils:runtime',
+        ]
+
+    shortDesc  = 'RAW Image format viewer and GIMP plugin'
+    longDesc   = """
+The Unidentified Flying Raw (UFRaw) is a utility to read and
+manipulate raw images from digital cameras. It can be used on its own
+or as a Gimp plug-in. It reads raw images using Dave Coffin's raw
+conversion utility - DCRaw. UFRaw supports color management workflow
+based on Little CMS, allowing the user to apply ICC color
+profiles. For Nikon users UFRaw has the advantage that it can read the
+camera's tone curves. Even if you don't own a Nikon, you can still
+apply a Nikon curve to your images.
+"""
+    url        = 'http://ufraw.sourceforge.net/'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'Media/Graphics' ]
+
+    externalArchive = 'mirror://sourceforge/%(name)s/'
+
+    extraConfig = (
+        ' --without-cinepaint'
+        ' --enable-contrast'
+        ' --with-exiv2'
+        ' --with-gimp'
+        ' --enable-mime'
+        ' --with-gtk'
+        ' --enable-hotpixels'
+        ' --with-lensfun'
+        ' --enable-openmp'
+        ' --enable-dst-correction'
+        )


Committed by: brcha

Other related posts: