- Update to 1.7.0
PR: 158471 Submitted by: Ports Fury
This commit is contained in:
parent
30c432c63f
commit
63fe0cdb91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276834
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= simage
|
||||
PORTVERSION= 1.6.1
|
||||
PORTREVISION= 8
|
||||
PORTVERSION= 1.7.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/
|
||||
|
||||
@ -16,14 +15,18 @@ COMMENT= Library with image format loaders and front-ends
|
||||
|
||||
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
|
||||
vorbis.4:${PORTSDIR}/audio/libvorbis \
|
||||
jasper.4:${PORTSDIR}/graphics/jasper \
|
||||
jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||
ungif.5:${PORTSDIR}/graphics/libungif \
|
||||
png.6:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_GNOME= gnomehack
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --with-mpeg2enc
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (simage-1.6.1.tar.gz) = 14087ec40d8cfe2d5f31eab5d44c4b39691b088cb9fd363a289fe59cdc418882
|
||||
SIZE (simage-1.6.1.tar.gz) = 615432
|
||||
SHA256 (simage-1.7.0.tar.gz) = c9a0c43e45f825c46941789f5a8f6c3b61da5ac87e4088cb611ac0fead494def
|
||||
SIZE (simage-1.7.0.tar.gz) = 752602
|
||||
|
@ -3,7 +3,8 @@ include/simage.h
|
||||
lib/libsimage.a
|
||||
lib/libsimage.la
|
||||
lib/libsimage.so
|
||||
lib/libsimage.so.26
|
||||
lib/libsimage.so.27
|
||||
libdata/pkgconfig/simage.pc
|
||||
share/Coin/conf/simage-default.cfg
|
||||
share/aclocal/simage.m4
|
||||
@dirrm share/Coin/conf
|
||||
|
Loading…
Reference in New Issue
Block a user