mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Update to version 1.6.1
PR: ports/75400 Submitted by: Ports Fury
This commit is contained in:
parent
004ca53675
commit
367a88c12e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124955
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user