4603b6ee8f
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and portions of LAME. Features added to TwoLAME: * Fully thread-safe * Static and shared library (libtwolame) * API very similar to LAME's (for easy porting) * Frontend supports wider range of input files (using libsndfile) * automake/libtool/pkgconfig based build system * C99 compliant
20 lines
505 B
Makefile
20 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/05/21 10:16:55 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= twolame-0.3.7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.ecs.soton.ac.uk/~njh/twolame/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.twolame.org/
|
|
COMMENT= Optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= twolame.pc.in
|
|
|
|
.include "../../audio/libsndfile/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|