Date: Wed, 22 Sep 2004 09:31:09 GMT From: "Carlos Eduardo G. Carvalho" <cartola@openit.com.br> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/71992: New port: graphics/enblend - Image Blending with Multiresolution Splines - very good for panorama pictures Message-ID: <200409220931.i8M9V9Kn049144@www.freebsd.org> Resent-Message-ID: <200409220940.i8M9eMuM042131@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71992 >Category: ports >Synopsis: New port: graphics/enblend - Image Blending with Multiresolution Splines - very good for panorama pictures >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 22 09:40:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Carlos Eduardo G. Carvalho >Release: 5.2.1-RELEASE >Organization: OpenIT Solucoes Tecnologicas >Environment: FreeBSD mirante1 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sun Apr 4 00:46:00 BRT 2004 root@mirante1:/usr/src/sys/i386/compile/MIRANTE1 i386 >Description: Enblend is a tool for compositing images. Given a set of images that overlap in some irregular way, Enblend overlays them in such a way that the seam between the images is invisible, or at least very difficult to see. Enblend does not line up the images for you. Use a tool like Hugin to do that. I have already ported Hugin. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # graphics/enblend # graphics/enblend/Makefile # graphics/enblend/pkg-plist # graphics/enblend/pkg-descr # graphics/enblend/distinfo # graphics/enblend/files # graphics/enblend/files/patch-aa # echo c - graphics/enblend mkdir -p graphics/enblend > /dev/null 2>&1 echo x - graphics/enblend/Makefile sed 's/^X//' >graphics/enblend/Makefile << 'END-of-graphics/enblend/Makefile' X# New ports collection makefile for: enblend X# Date created: 19 september 2004 X# Whom: cartola@openit.com.br - www.openit.com.br X# X# $FreeBSD$ X# X# Enblend is a Image Blending with Multiresolution Splines X# Enblend is a tool for compositing images. Given a set of images that X# overlap in some irregular way, Enblend overlays them in such a way X# that the seam between the images is invisible, or at least very X# difficult to see. Enblend does not line up the images for you. Use a X# tool like Hugin to do that. X# X# By the way, this port has been made after I have ported Hugin X# X# Enblend site: http://www-cad.eecs.berkeley.edu/~mihal/enblend/ X# X# Comment: there will be warnings during configuration, but the patch X# has corrected the problems related by them. X XPORTNAME= enblend XPORTVERSION= 1.3 XCATEGORIES= graphics XMASTER_SITES= http://www-cad.eecs.berkeley.edu/~mihal/enblend/ X XMAINTAINER= cartola@openit.com.br XCOMMENT= Image Blending with Multiresolution Splines. For panorama images, etc X XLIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ X jpeg:${PORTSDIR}/graphics/jpeg X XHAS_CONFIGURE= yes X XMAN1= enblend.1 X X.include <bsd.port.mk> END-of-graphics/enblend/Makefile echo x - graphics/enblend/pkg-plist sed 's/^X//' >graphics/enblend/pkg-plist << 'END-of-graphics/enblend/pkg-plist' Xbin/enblend END-of-graphics/enblend/pkg-plist echo x - graphics/enblend/pkg-descr sed 's/^X//' >graphics/enblend/pkg-descr << 'END-of-graphics/enblend/pkg-descr' XEnblend is a tool for compositing images. Given a set of images that Xoverlap in some irregular way, Enblend overlays them in such a way that Xthe seam between the images is invisible, or at least very difficult to Xsee. Enblend does not line up the images for you. Use a tool like Hugin Xto do that. XHugin has also been ported to FreeBSD. X XWWW: http://www-cad.eecs.berkeley.edu/~mihal/enblend/ X X- Ported by Cartola Xcartola@openit.com.br END-of-graphics/enblend/pkg-descr echo x - graphics/enblend/distinfo sed 's/^X//' >graphics/enblend/distinfo << 'END-of-graphics/enblend/distinfo' XMD5 (enblend-1.3.tar.gz) = 141fc73b90cbed951bb9efafd4c371e2 XSIZE (enblend-1.3.tar.gz) = 102718 END-of-graphics/enblend/distinfo echo c - graphics/enblend/files mkdir -p graphics/enblend/files > /dev/null 2>&1 echo x - graphics/enblend/files/patch-aa sed 's/^X//' >graphics/enblend/files/patch-aa << 'END-of-graphics/enblend/files/patch-aa' Xdiff -ru --new-file enblend-1.3/src/Makefile.in enblend-1.3-patched/src/Makefile.in X--- src/Makefile.in Wed May 19 03:27:18 2004 X+++ src/Makefile.in Wed Sep 22 05:36:05 2004 X@@ -56,7 +56,7 @@ X enblend-pyramid.$(OBJEXT) X enblend_OBJECTS = $(am_enblend_OBJECTS) X enblend_DEPENDENCIES = X-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) X+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I/usr/local/include X depcomp = $(SHELL) $(top_srcdir)/depcomp X am__depfiles_maybe = depfiles X @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/enblend-assemble.Po \ X@@ -158,7 +158,7 @@ X sysconfdir = @sysconfdir@ X target_alias = @target_alias@ X enblend_SOURCES = assemble.cc blend.cc bounds.cc enblend.cc io.cc mask.cc nearest.cc pyramid.cc enblend.h X-enblend_LDADD = -ltiff X+enblend_LDADD = -L/usr/local/lib -ltiff X enblend_CXXFLAGS = -O3 -Wall X all: all-am X END-of-graphics/enblend/files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409220931.i8M9V9Kn049144>