diff options
author | vd <vd@FreeBSD.org> | 2008-06-20 00:28:07 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2008-06-20 00:28:07 +0800 |
commit | ef744d50f709bfa0101b1ac82a7012486ba0c679 (patch) | |
tree | 556848cff4031b72cb7684c3cbcdbcffac4419ee /graphics | |
parent | 342b3d19762afce7b69a236738407809a89eb3e4 (diff) | |
download | freebsd-ports-gnome-ef744d50f709bfa0101b1ac82a7012486ba0c679.tar.gz freebsd-ports-gnome-ef744d50f709bfa0101b1ac82a7012486ba0c679.tar.zst freebsd-ports-gnome-ef744d50f709bfa0101b1ac82a7012486ba0c679.zip |
Upgrade graphics/enblend from 3.0 to 3.1 (CVS from 20080615).
This version (3.1) is not archived by the authors, so this is a
snapshot of the CVS repository as of Jun 15 2008.
The archive is put on the freebsd.org cluster.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/enblend/Makefile | 36 | ||||
-rw-r--r-- | graphics/enblend/distinfo | 6 | ||||
-rw-r--r-- | graphics/enblend/pkg-descr | 1 |
3 files changed, 24 insertions, 19 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index 048c46616f9a..aceada71a906 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -6,35 +6,41 @@ # PORTNAME= enblend -PORTVERSION= 3.0 -PORTREVISION= 2 +PORTVERSION= 3.1.r20080615 CATEGORIES= graphics -MASTER_SITES= SF +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= vd/enblend MAINTAINER= vd@FreeBSD.org COMMENT= A tool for image blending with multiresolution splines -BUILD_DEPENDS= ${LOCALBASE}/include/boost/pool/pool.hpp:${PORTSDIR}/devel/boost +BUILD_DEPENDS= ${LOCALBASE}/include/boost/pool/pool.hpp:${PORTSDIR}/devel/boost \ + OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR LIB_DEPENDS= GLEW.1:${PORTSDIR}/graphics/glew \ jpeg.9:${PORTSDIR}/graphics/jpeg \ lcms:${PORTSDIR}/graphics/lcms \ xmi.1:${PORTSDIR}/graphics/plotutils \ tiff.4:${PORTSDIR}/graphics/tiff +RUN_DEPENDS= OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR -USE_GNOME= gnometarget +USE_BZIP2= yes + +USE_AUTOTOOLS= automake:110:env autoconf:262:env + +# GCC 4.2 has some problems, see +# http://groups.google.com/group/hugin-ptx/browse_thread/thread/725b1581c9889e37/50abe3387d61541a#50abe3387d61541a +USE_GCC= 4.3+ USE_GL= glut GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -MAN1= enblend.1 -PLIST_FILES= bin/enblend +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CPPFLAGS= -I${WRKSRC}/src/vigra_impex -I${WRKSRC}/include \ - -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +MAN1= enblend.1 enfuse.1 +PLIST_FILES= bin/enblend bin/enfuse -post-patch: - @${REINPLACE_CMD} -e 's|-ffast-math||g ; \ - s|-g -O3||g' ${WRKSRC}/src/Makefile.in +# run autotools +pre-configure: + cd ${WRKSRC} && ${MAKE} -f Makefile.cvs .include <bsd.port.mk> diff --git a/graphics/enblend/distinfo b/graphics/enblend/distinfo index 32fd3dc65c11..0a7952a1aa25 100644 --- a/graphics/enblend/distinfo +++ b/graphics/enblend/distinfo @@ -1,3 +1,3 @@ -MD5 (enblend-3.0.tar.gz) = f80a12ff91a6122c5ea0d102443929da -SHA256 (enblend-3.0.tar.gz) = ab45109ff1cdf9318f7835a80df383c4c2a125db1af8d86a096a02d211254268 -SIZE (enblend-3.0.tar.gz) = 661778 +MD5 (enblend-3.1.r20080615.tar.bz2) = 5dcd281126e1133fb20c5d0203830132 +SHA256 (enblend-3.1.r20080615.tar.bz2) = 12c8518815a12c10ff12058f1ece8858ae4a0ee40c670656d0cfd8be11ca8ae2 +SIZE (enblend-3.1.r20080615.tar.bz2) = 502116 diff --git a/graphics/enblend/pkg-descr b/graphics/enblend/pkg-descr index 3de35aa88a45..fbc3e2ca9599 100644 --- a/graphics/enblend/pkg-descr +++ b/graphics/enblend/pkg-descr @@ -5,4 +5,3 @@ see. Enblend does not line up the images for you. Use a tool like Hugin to do that. WWW: http://enblend.sourceforge.net/ -- cartola@openit.com.br |