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.
This commit is contained in:
parent
4972664c78
commit
58a25ad186
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215293
3 changed files with 24 additions and 19 deletions
|
@ -6,35 +6,41 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= enblend
|
PORTNAME= enblend
|
||||||
PORTVERSION= 3.0
|
PORTVERSION= 3.1.r20080615
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
|
MASTER_SITE_SUBDIR= vd/enblend
|
||||||
|
|
||||||
MAINTAINER= vd@FreeBSD.org
|
MAINTAINER= vd@FreeBSD.org
|
||||||
COMMENT= A tool for image blending with multiresolution splines
|
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 \
|
LIB_DEPENDS= GLEW.1:${PORTSDIR}/graphics/glew \
|
||||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||||
lcms:${PORTSDIR}/graphics/lcms \
|
lcms:${PORTSDIR}/graphics/lcms \
|
||||||
xmi.1:${PORTSDIR}/graphics/plotutils \
|
xmi.1:${PORTSDIR}/graphics/plotutils \
|
||||||
tiff.4:${PORTSDIR}/graphics/tiff
|
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
|
USE_GL= glut
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
||||||
MAN1= enblend.1
|
MAN1= enblend.1 enfuse.1
|
||||||
PLIST_FILES= bin/enblend
|
PLIST_FILES= bin/enblend bin/enfuse
|
||||||
|
|
||||||
CPPFLAGS= -I${WRKSRC}/src/vigra_impex -I${WRKSRC}/include \
|
# run autotools
|
||||||
-I${LOCALBASE}/include
|
pre-configure:
|
||||||
LDFLAGS= -L${LOCALBASE}/lib
|
cd ${WRKSRC} && ${MAKE} -f Makefile.cvs
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e 's|-ffast-math||g ; \
|
|
||||||
s|-g -O3||g' ${WRKSRC}/src/Makefile.in
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (enblend-3.0.tar.gz) = f80a12ff91a6122c5ea0d102443929da
|
MD5 (enblend-3.1.r20080615.tar.bz2) = 5dcd281126e1133fb20c5d0203830132
|
||||||
SHA256 (enblend-3.0.tar.gz) = ab45109ff1cdf9318f7835a80df383c4c2a125db1af8d86a096a02d211254268
|
SHA256 (enblend-3.1.r20080615.tar.bz2) = 12c8518815a12c10ff12058f1ece8858ae4a0ee40c670656d0cfd8be11ca8ae2
|
||||||
SIZE (enblend-3.0.tar.gz) = 661778
|
SIZE (enblend-3.1.r20080615.tar.bz2) = 502116
|
||||||
|
|
|
@ -5,4 +5,3 @@ see. Enblend does not line up the images for you. Use a tool like Hugin
|
||||||
to do that.
|
to do that.
|
||||||
|
|
||||||
WWW: http://enblend.sourceforge.net/
|
WWW: http://enblend.sourceforge.net/
|
||||||
- cartola@openit.com.br
|
|
||||||
|
|
Loading…
Reference in a new issue