[40745] trunk/dports/graphics

devans at macports.org devans at macports.org
Mon Oct 13 13:14:35 PDT 2008


Revision: 40745
          http://trac.macports.org/changeset/40745
Author:   devans at macports.org
Date:     2008-10-13 13:14:34 -0700 (Mon, 13 Oct 2008)
Log Message:
-----------
New port libopenraw-0.0.5, a free software implementation for camera RAW files decoding.

Added Paths:
-----------
    trunk/dports/graphics/libopenraw/
    trunk/dports/graphics/libopenraw/Portfile
    trunk/dports/graphics/libopenraw/files/
    trunk/dports/graphics/libopenraw/files/patch-Makefile.in.diff

Added: trunk/dports/graphics/libopenraw/Portfile
===================================================================
--- trunk/dports/graphics/libopenraw/Portfile	                        (rev 0)
+++ trunk/dports/graphics/libopenraw/Portfile	2008-10-13 20:14:34 UTC (rev 40745)
@@ -0,0 +1,47 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            libopenraw
+version         0.0.5
+categories      graphics
+maintainers     devans
+platforms       darwin
+homepage        http://libopenraw.freedesktop.org/wiki/
+master_sites    http://libopenraw.freedesktop.org/download/
+
+description \
+    libopenraw is an ongoing project to provide a free software implementation for camera RAW files decoding.
+
+long_description \
+    libopenraw is an ongoing project to provide a free software implementation for camera RAW files decoding. \
+    One of the main reasons is that dcraw is not suited for easy integration into applications, and there is a \
+    need for an easy to use API to build free software digital image processing applications. It also has the \
+    goal to address features missing from dcraw such as meta-data decoding and easy thumbnail extraction.
+
+checksums       md5     90f9038cc6b47374ea1dd9aa347dfe5a \
+                sha1    c2752b879ddc34682f1f0195b9499b1c4e983dc8 \
+                rmd160  9493041dd61a8dd9245fce71db4199c15abbbdfb
+
+patchfiles      patch-Makefile.in.diff
+
+depends_build \
+    port:pkgconfig
+
+depends_lib \
+    port:glib2 \
+    port:jpeg \
+    port:boost
+
+configure.args-append  --with-darwinports
+
+variant no_gnome description {Build without GNOME/GTK2 support}  {
+    depends_lib-delete port:glib2
+    configure.args-append  --disable-gnome
+}
+
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex {version\ (\d+(?:\.\d+)*)}
+


Property changes on: trunk/dports/graphics/libopenraw/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/graphics/libopenraw/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/graphics/libopenraw/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/graphics/libopenraw/files/patch-Makefile.in.diff	2008-10-13 20:14:34 UTC (rev 40745)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2008-10-13 12:36:09.000000000 -0700
++++ Makefile.in	2008-10-13 12:36:35.000000000 -0700
+@@ -201,7 +201,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ ACLOCAL_AMFLAGS = -I m4
+-SUBDIRS = lib gnome doc test testsuite demo tools include
++SUBDIRS = lib gnome doc test demo tools include
+ all: config.h
+ 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081013/6ca03ca8/attachment-0001.html 


More information about the macports-changes mailing list