diff options
author | adam <adam@pkgsrc.org> | 2014-11-30 18:55:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-11-30 18:55:57 +0000 |
commit | 74a04799eae28bf25e52b803b6e5f2d06b22fb61 (patch) | |
tree | 462b43cfab2a186f107da6f0e088b5f06574e93c /audio/opencore-amr | |
parent | ce0f90a340534748bdf8b68e95a8b936ee68f042 (diff) | |
download | pkgsrc-74a04799eae28bf25e52b803b6e5f2d06b22fb61.tar.gz |
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
Diffstat (limited to 'audio/opencore-amr')
-rw-r--r-- | audio/opencore-amr/Makefile | 16 | ||||
-rw-r--r-- | audio/opencore-amr/distinfo | 8 |
2 files changed, 11 insertions, 13 deletions
diff --git a/audio/opencore-amr/Makefile b/audio/opencore-amr/Makefile index b5da92c815c..68d96f9672d 100644 --- a/audio/opencore-amr/Makefile +++ b/audio/opencore-amr/Makefile @@ -1,21 +1,19 @@ -# $NetBSD: Makefile,v 1.2 2012/10/02 23:48:02 asau Exp $ -# +# $NetBSD: Makefile,v 1.3 2014/11/30 18:55:57 adam Exp $ -DISTNAME= opencore-amr-0.1.2 +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 - -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= pkg-config -USE_LANGUAGES= c c++ - 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 diff --git a/audio/opencore-amr/distinfo b/audio/opencore-amr/distinfo index f438492a0fc..c7a1fd6a34c 100644 --- a/audio/opencore-amr/distinfo +++ b/audio/opencore-amr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/04/16 15:42:10 reed Exp $ +$NetBSD: distinfo,v 1.2 2014/11/30 18:55:57 adam Exp $ -SHA1 (opencore-amr-0.1.2.tar.gz) = 289478d49701213255e9d63a93aae9ad472125cc -RMD160 (opencore-amr-0.1.2.tar.gz) = f23f7e9eabb3c6d046d67572a6a25e09b8dc2988 -Size (opencore-amr-0.1.2.tar.gz) = 868977 bytes +SHA1 (opencore-amr-0.1.3.tar.gz) = 737f00e97a237f4ae701ea55913bb38dc5513501 +RMD160 (opencore-amr-0.1.3.tar.gz) = 5631ee1e2a99800a3d276e94fe679ac4eeaece0c +Size (opencore-amr-0.1.3.tar.gz) = 881105 bytes |