[csw-devel] SF.net SVN: gar:[8071] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Jan 18 13:30:10 CET 2010


Revision: 8071
          http://gar.svn.sourceforge.net/gar/?rev=8071&view=rev
Author:   dmichelsen
Date:     2010-01-18 12:30:10 +0000 (Mon, 18 Jan 2010)

Log Message:
-----------
lensfun: Initial commit, doesn't compile yet

Added Paths:
-----------
    csw/mgar/pkg/lensfun/
    csw/mgar/pkg/lensfun/branches/
    csw/mgar/pkg/lensfun/tags/
    csw/mgar/pkg/lensfun/trunk/
    csw/mgar/pkg/lensfun/trunk/Makefile
    csw/mgar/pkg/lensfun/trunk/checksums
    csw/mgar/pkg/lensfun/trunk/files/


Property changes on: csw/mgar/pkg/lensfun/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/lensfun/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lensfun/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lensfun/trunk/Makefile	2010-01-18 12:30:10 UTC (rev 8071)
@@ -0,0 +1,61 @@
+GARNAME = lensfun
+GARVERSION = 0.2.4
+CATEGORIES = lib
+
+DESCRIPTION = Library to correct images based on intimate knowledge of lens characteristics
+define BLURB
+  The project provides a database of photographic lenses and a library that allows
+  advanced access to the database including functions to correct images based on
+  intimate knowledge of lens characteristics and calibration data.
+endef
+
+MASTER_SITES = $(BERLIOS_MIRROR)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+REQUIRED_PKGS = CSWzlib CSWpng
+PREREQUISITE_PKGS = $(REQUIRED_PKGS) CSWpython CSWdoxygen
+
+PACKAGES = CSWliblensfun
+CATALOGNAME = liblensfun
+
+SPKG_SOURCEURL = http://developer.berlios.de/projects/lensfun/
+
+LD=$(CC)
+EXTRA_COMMON_EXPORTS = LD
+
+BUILD64 = 1
+# This is not autoconf, but some hand-hacked Python thingie.
+CONFIGURE_ARGS  = --prefix=$(prefix)
+CONFIGURE_ARGS += --bindir=$(bindir)
+CONFIGURE_ARGS += --sysconfdir=$(sysconfdir)
+CONFIGURE_ARGS += --datadir=$(datadir)
+CONFIGURE_ARGS += --libdir=$(libdir)
+CONFIGURE_ARGS += --includedir=$(includedir)
+CONFIGURE_ARGS += --libexecdir=$(libexecdir)
+CONFIGURE_ARGS += --docdir=$(docdir)
+CONFIGURE_ARGS += --verbose
+CONFIGURE_ARGS += --mode=release
+# CONFIGURE_ARGS += --compiler=$(CC)
+#    [ "CC",       None,  "Override the C compiler name/path" ],
+#    [ "CXX",      None,  "Override the C++ compiler name/path" ],
+#    [ "LD",       None,  "Override the linker name/path" ]
+CONFIGURE_ARGS += --cflags="$(CFLAGS)"
+CONFIGURE_ARGS += --cxxflags="$(CXXFLAGS)"
+CONFIGURE_ARGS += --ldflags="$(LDFLAGS)"
+CONFIGURE_ARGS += --target=posix
+CONFIGURE_ARGS += --staticlibs=NO
+# --libs=LIBS        Additional libraries to link with
+
+BUILD_ARG = all
+
+include gar/category.mk
+
+# Make sure we have GNU make with name "make" before /usr/ccs/bin/make
+PATH := /opt/csw/gnu:$(PATH)
+
+post-extract-modulated:
+	perl -pi -e "s,#!/usr/bin/python,#!/opt/csw/bin/python," $(WORKSRC)/configure
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/lensfun/trunk/checksums
===================================================================
--- csw/mgar/pkg/lensfun/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lensfun/trunk/checksums	2010-01-18 12:30:10 UTC (rev 8071)
@@ -0,0 +1 @@
+ce5c25fc708d1c629d485fbf959dc1cc  lensfun-0.2.4.tar.bz2


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list