pkgsrc/audio/opencore-amr/Makefile
adam 1d83062421 Changes 0.1.3:
- Adjusted libtool flags for building DLLs for windows
- Update to the latest upstream opencore source
- Updated and improved example applications
- Add options for enabling the arm inline assembly
- Add options for disabling the encoder or decoder in the amrnb library
- Avoid dependencies on libstdc++ if building the source as C
- Hide internal symbols in shared libraries
- Minor tweaks
- Remove old static makefiles and corresponding build scripts
2014-11-30 18:55:57 +00:00

20 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/11/30 18:55:57 adam Exp $
DISTNAME= opencore-amr-0.1.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencore-amr/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://opencore-amr.sourceforge.net/
COMMENT= Adaptive Multi-Rate speech codec libraries
LICENSE= apache-2.0
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= amrnb/opencore-amrnb.pc.in
PKGCONFIG_OVERRIDE+= amrwb/opencore-amrwb.pc.in
.include "../../mk/bsd.pkg.mk"