mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -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
|
PORTNAME= Coin
|
||||||
PORTVERSION= 3.1.3
|
PORTVERSION= 3.1.3
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \
|
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \
|
||||||
ftp://ftp.coin3d.org/pub/coin/src/all/
|
ftp://ftp.coin3d.org/pub/coin/src/all/
|
||||||
|
|
|
@ -3,23 +3,24 @@
|
||||||
|
|
||||||
PORTNAME= simage
|
PORTNAME= simage
|
||||||
PORTVERSION= 1.7.0
|
PORTVERSION= 1.7.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/
|
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Library with image format loaders and front-ends
|
COMMENT= Library with image format loaders and front-ends
|
||||||
|
|
||||||
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
|
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
|
||||||
vorbis.4:${PORTSDIR}/audio/libvorbis \
|
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||||
jasper.4:${PORTSDIR}/graphics/jasper \
|
libjasper.so:${PORTSDIR}/graphics/jasper \
|
||||||
jpeg.11:${PORTSDIR}/graphics/jpeg \
|
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||||
gif.5:${PORTSDIR}/graphics/giflib \
|
libgif.so:${PORTSDIR}/graphics/giflib \
|
||||||
png15:${PORTSDIR}/graphics/png
|
libpng15.so:${PORTSDIR}/graphics/png
|
||||||
|
|
||||||
USES= pathfix
|
USES= pathfix libtool
|
||||||
USE_AUTOTOOLS= libtool
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-mpeg2enc
|
CONFIGURE_ARGS= --with-mpeg2enc
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
bin/simage-config
|
bin/simage-config
|
||||||
include/simage.h
|
include/simage.h
|
||||||
lib/libsimage.a
|
|
||||||
lib/libsimage.la
|
|
||||||
lib/libsimage.so
|
lib/libsimage.so
|
||||||
lib/libsimage.so.27
|
lib/libsimage.so.20
|
||||||
|
lib/libsimage.so.20.7.0
|
||||||
libdata/pkgconfig/simage.pc
|
libdata/pkgconfig/simage.pc
|
||||||
share/Coin/conf/simage-default.cfg
|
share/Coin/conf/simage-default.cfg
|
||||||
share/aclocal/simage.m4
|
share/aclocal/simage.m4
|
||||||
|
|
Loading…
Add table
Reference in a new issue