Stagify, bump version for pkg-plist changed.

This commit is contained in:
Vanilla I. Shu 2014-06-09 02:48:55 +00:00
parent 508104168e
commit dc55aed854
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357084
2 changed files with 8 additions and 14 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= gavl
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= SF/gmerlin/${PORTNAME}/${PORTVERSION}
@ -12,7 +13,7 @@ COMMENT= A library for handling uncompressed video and audio data
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pathfix pkgconfig
USES= pathfix pkgconfig libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@ -23,18 +24,11 @@ PORTDOCS= README
OPTIONS_DEFINE= OPTIMIZED_CFLAGS PNG
OPTIONS_DEFAULT= OPTIMIZED_CFLAGS PNG
PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
PNG_CONFIGURE_OFF= --disable-libpng
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPNG}
LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png
.else
CONFIGURE_ARGS+= --disable-libpng
.endif
.include <bsd.port.pre.mk>
post-patch:
.if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS)
@${REINPLACE_CMD} -e \
@ -44,8 +38,8 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -7,8 +7,8 @@ include/gavl/gavltime.h
include/gavl/metatags.h
include/gavl/metadata.h
include/gavl/timecode.h
lib/libgavl.la
lib/libgavl.so
lib/libgavl.so.1
lib/libgavl.so.1.0.0
libdata/pkgconfig/gavl.pc
@dirrm include/gavl