mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
- Switch graphics/simage USES=libtool, drop .la files
- Strip library - Use new LIB_DEPENDS syntax - Bump dependent ports as .so version has changed Approved by: portmgr blanket
This commit is contained in:
parent
9c27d473ee
commit
5ac12e9265
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358884
3 changed files with 13 additions and 13 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= Coin
|
||||
PORTVERSION= 3.1.3
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \
|
||||
ftp://ftp.coin3d.org/pub/coin/src/all/
|
||||
|
|
|
@ -3,23 +3,24 @@
|
|||
|
||||
PORTNAME= simage
|
||||
PORTVERSION= 1.7.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
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 \
|
||||
gif.5:${PORTSDIR}/graphics/giflib \
|
||||
png15:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libjasper.so:${PORTSDIR}/graphics/jasper \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libgif.so:${PORTSDIR}/graphics/giflib \
|
||||
libpng15.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= pathfix
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pathfix libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-mpeg2enc
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
bin/simage-config
|
||||
include/simage.h
|
||||
lib/libsimage.a
|
||||
lib/libsimage.la
|
||||
lib/libsimage.so
|
||||
lib/libsimage.so.27
|
||||
lib/libsimage.so.20
|
||||
lib/libsimage.so.20.7.0
|
||||
libdata/pkgconfig/simage.pc
|
||||
share/Coin/conf/simage-default.cfg
|
||||
share/aclocal/simage.m4
|
||||
|
|
Loading…
Add table
Reference in a new issue