svn commit: r354728 - head/graphics/iulib

Martin Wilke miwi at FreeBSD.org
Wed May 21 08:05:46 UTC 2014


Author: miwi
Date: Wed May 21 08:05:45 2014
New Revision: 354728
URL: http://svnweb.freebsd.org/changeset/ports/354728
QAT: https://qat.redports.org/buildarchive/r354728/

Log:
  - Support staging
  - Some clean-ups
  
  PR:		189454
  Submitted by:	maintainer

Modified:
  head/graphics/iulib/Makefile
  head/graphics/iulib/pkg-plist

Modified: head/graphics/iulib/Makefile
==============================================================================
--- head/graphics/iulib/Makefile	Wed May 21 08:01:00 2014	(r354727)
+++ head/graphics/iulib/Makefile	Wed May 21 08:05:45 2014	(r354728)
@@ -3,7 +3,7 @@
 
 PORTNAME=	iulib
 PORTVERSION=	0.4
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE
 EXTRACT_SUFX=	.tgz
@@ -11,24 +11,27 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	hiroto.kagotani at gmail.com
 COMMENT=	A library of image understanding-related algorithms
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		jpeg.11:${PORTSDIR}/graphics/jpeg \
-		tiff.4:${PORTSDIR}/graphics/tiff
+LICENSE=	APACHE20
+
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libtiff.so:${PORTSDIR}/graphics/tiff
 
 OPTIONS_DEFINE=	SDL VIDIO
 SDL_DESC=	Enable SDL for graphical debugging
 VIDIO_DESC=	Enable Video Input/Output (using ffmpeg)
 
+USES=		libtool
 USE_GCC=	any
 USE_PYTHON_BUILD=	yes
-USE_AUTOTOOLS=	libtool aclocal automake autoconf
+USE_AUTOTOOLS=	libtoolize aclocal automake autoconf
 ACLOCAL_ARGS=	--automake-acdir=${ACLOCAL_DIR} -I${LOCALBASE}/share/aclocal
 AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSDL}
@@ -40,7 +43,7 @@ PLIST_SUB+=	SDL="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MVIDIO}
-LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg
+LIB_DEPENDS+=	libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
 .endif
 
 post-patch:

Modified: head/graphics/iulib/pkg-plist
==============================================================================
--- head/graphics/iulib/pkg-plist	Wed May 21 08:01:00 2014	(r354727)
+++ head/graphics/iulib/pkg-plist	Wed May 21 08:05:45 2014	(r354728)
@@ -53,7 +53,6 @@ include/iulib/iulib.h
 include/iulib/vidio.h
 %%SDL%%include/iulib/SDL_lines.h
 lib/libiulib.a
-lib/libiulib.la
 lib/libiulib.so
 lib/libiulib.so.0
 @dirrm include/colib


More information about the svn-ports-all mailing list