8837ca2844
changes: Prevent out of range scalefactors Updated to latest mpeg4ip mp4 file format library Added -s option to make the encoder output optimized mp4 layout Improved JPEG detection for album art Lot's of compilation issues solved
31 lines
698 B
Makefile
31 lines
698 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/09/09 16:40:39 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= faac-1.28
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.audiocoding.com/
|
|
COMMENT= AAC audio encoder
|
|
|
|
RESTRICTED= This software may require the payment of patent royalties
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= automake
|
|
GNU_CONFIGURE= yes
|
|
|
|
LIBTOOLIZE= ${PREFIX}/bin/libtoolize
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; \
|
|
${LIBTOOLIZE} --automake; \
|
|
aclocal; autoheader; automake -a --foreign -i; autoconf
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|