- Update to 1.28

PR:		131835
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2009-02-21 15:50:19 +00:00
parent 5d99596f75
commit 537cf34eba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228781
2 changed files with 17 additions and 16 deletions

View file

@ -6,11 +6,9 @@
#
PORTNAME= faac
PORTVERSION= 1.26
PORTREVISION= 1
PORTVERSION= 1.28
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= faac
MASTER_SITES= SFE
MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio encoder
@ -18,23 +16,26 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio encoder
LIB_DEPENDS= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
RESTRICTED= Distribution in binary form is prohibited
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BZIP2= yes
USE_DOS2UNIX= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= automake:19 autoheader:262 libtool:15
AUTOMAKE_ARGS= --add-missing
USE_GMAKE= yes
USE_DOS2UNIX= yes
USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:15
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-lmp4v2"
USE_LDCONFIG= yes
MAN1= faac.1
.include <bsd.port.pre.mk>
post-patch:
@${ECHO_CMD} "" >> ${WRKSRC}/libfaac/psych.h
pre-configure:
@${ECHO_CMD} "" >>${WRKSRC}/libfaac/psych.h
@cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I .; \
${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake
@cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (faac-1.26.tar.gz) = 1d7c019bd2dbb4f3101b8937ebc59cf6
SHA256 (faac-1.26.tar.gz) = 4b48e2e22267e9260365c7bee4513bf13d262b8b13cf7f9504e9fa612b6aa951
SIZE (faac-1.26.tar.gz) = 400915
MD5 (faac-1.28.tar.bz2) = c5dde68840cefe46532089c9392d1df0
SHA256 (faac-1.28.tar.bz2) = aac475e59d38ae9e29bff760e26bf72b507ccec037a6837cc33e3ac1db3ef352
SIZE (faac-1.28.tar.bz2) = 531256