diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 10:17:01 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 10:17:01 +0000 |
commit | 367a88c12e79578512d0a4743af133941a972f1e (patch) | |
tree | a8fac78e3c7479ce3b797b7ee4893e68d4271cf4 | |
parent | - Update to 0.50 (diff) |
Update to version 1.6.1
PR: ports/75400
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=124955
-rw-r--r-- | graphics/simage/Makefile | 21 | ||||
-rw-r--r-- | graphics/simage/distinfo | 4 | ||||
-rw-r--r-- | graphics/simage/pkg-plist | 11 |
3 files changed, 14 insertions, 22 deletions
diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index 127dd7b611a7..92920dcaf489 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -6,28 +6,25 @@ # PORTNAME= simage -PORTVERSION= 1.2.2 +PORTVERSION= 1.6.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Library with image format loaders and front-ends -BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - ungif.5:${PORTSDIR}/graphics/libungif +LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ + vorbis.3:${PORTSDIR}/audio/libvorbis \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + ungif.5:${PORTSDIR}/graphics/libungif \ + png.5:${PORTSDIR}/graphics/png -USE_REINPLACE= yes USE_XLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER= 15 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --program-transform-name="s/x/x/" --with-ungif=${LOCALBASE} \ - --with-jpeg --with-png --with-tiff --with-mpeg2enc +CONFIGURE_ARGS= --with-mpeg2enc INSTALLS_SHLIB= yes -post-patch: - @${REINPLACE_CMD} -e "s|malloc.h|stdlib.h|g" ${WRKSRC}/src/resize.c - .include <bsd.port.mk> diff --git a/graphics/simage/distinfo b/graphics/simage/distinfo index 027037646823..2a33a7472eb7 100644 --- a/graphics/simage/distinfo +++ b/graphics/simage/distinfo @@ -1,2 +1,2 @@ -MD5 (simage-1.2.2.tar.gz) = 5f5e9a560b692600d8999539446ec259 -SIZE (simage-1.2.2.tar.gz) = 327840 +MD5 (simage-1.6.1.tar.gz) = d4c836ab282388392a65cd0650f224c5 +SIZE (simage-1.6.1.tar.gz) = 615432 diff --git a/graphics/simage/pkg-plist b/graphics/simage/pkg-plist index 77f82e4e57ba..69ae8acdd8a8 100644 --- a/graphics/simage/pkg-plist +++ b/graphics/simage/pkg-plist @@ -1,14 +1,9 @@ -bin/simage-convert.scm bin/simage-config include/simage.h -include/guilesimage.h +lib/libsimage.a lib/libsimage.so -lib/libsimage.so.22 -lib/libguilesimage.so -lib/libguilesimage.so.0 -share/aclocal/simage.m4 -share/guile/coin/simage.scm +lib/libsimage.so.26 share/Coin/conf/simage-default.cfg -@dirrm share/guile/coin +share/aclocal/simage.m4 @unexec rmdir %D/share/Coin/conf 2>/dev/null || true @unexec rmdir %D/share/Coin 2>/dev/null || true |