diff options
author | richard <richard@pkgsrc.org> | 2015-07-21 12:16:14 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2015-07-21 12:16:14 +0000 |
commit | 7dc8cd3f8c0d35383660707d886b90f93d3eed29 (patch) | |
tree | ae9411ad98ff501e0ecd50f50fce6f57e107d832 /audio | |
parent | 9705cfe61ba4e947a24469a70f36969a9f79c31e (diff) | |
download | pkgsrc-7dc8cd3f8c0d35383660707d886b90f93d3eed29.tar.gz |
update to soundtouch-1.9.0
from README.html:
1.9:
Added support for parallel computation support via OpenMP primitives for
better performance in multicore systems. Benchmarks show that achieved
parallel processing speedup improvement typically range from +30% (x86
dual-core) to +180% (ARM quad-core). The OpenMP optimizations are disabled
by default, see OpenMP notes above in this readme file how to enabled these
optimizations.
Android: Added support for Android devices featuring X86 and MIPS CPUs, in
addition to ARM CPUs.
Android: More versatile Android example application that processes WAV audio
files with SoundTouch library
Replaced Windows-like 'BOOL' types with native 'bool'
Changed documentation token to "dist_doc_DATA" in Makefile.am file
Miscellaneous small fixes and improvements
Diffstat (limited to 'audio')
-rw-r--r-- | audio/soundtouch/Makefile | 4 | ||||
-rw-r--r-- | audio/soundtouch/distinfo | 11 | ||||
-rw-r--r-- | audio/soundtouch/patches/patch-Makefile.am | 15 | ||||
-rw-r--r-- | audio/soundtouch/patches/patch-source_SoundTouch_FIRFilter.cpp | 16 | ||||
-rw-r--r-- | audio/soundtouch/patches/patch-source_SoundTouch_SoundTouch.cpp | 16 |
5 files changed, 6 insertions, 56 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 11f0aa83efa..df89d9ea6ce 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/08/07 20:23:27 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/07/21 12:16:14 richard Exp $ -DISTNAME= soundtouch-1.8.0 +DISTNAME= soundtouch-1.9.0 CATEGORIES= audio MASTER_SITES= http://www.surina.net/soundtouch/ diff --git a/audio/soundtouch/distinfo b/audio/soundtouch/distinfo index 27ea247c305..06f31041c79 100644 --- a/audio/soundtouch/distinfo +++ b/audio/soundtouch/distinfo @@ -1,8 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/09/23 13:28:54 jperkin Exp $ +$NetBSD: distinfo,v 1.3 2015/07/21 12:16:14 richard Exp $ -SHA1 (soundtouch-1.8.0.tar.gz) = 2cee2c63194227b4a58da01a7cd92b8632f139cd -RMD160 (soundtouch-1.8.0.tar.gz) = d8687433a56fe56916b67c80264f4138d0a502db -Size (soundtouch-1.8.0.tar.gz) = 106229 bytes -SHA1 (patch-Makefile.am) = 6ef989f30bf5871e0e9a848b74d34cda2c2577ed -SHA1 (patch-source_SoundTouch_FIRFilter.cpp) = 42affc192343dd69b4fbf037507572159a71c80c -SHA1 (patch-source_SoundTouch_SoundTouch.cpp) = b67361322243e4f3fd7d7cc7485a9bb48a9b593b +SHA1 (soundtouch-1.9.0.tar.gz) = 25c6103b7116a53570a3f7d5b291621442173906 +RMD160 (soundtouch-1.9.0.tar.gz) = 4f7da0c9cc087140d64afb4c8275c0bfe30971f3 +Size (soundtouch-1.9.0.tar.gz) = 169038 bytes diff --git a/audio/soundtouch/patches/patch-Makefile.am b/audio/soundtouch/patches/patch-Makefile.am deleted file mode 100644 index 583ee45319b..00000000000 --- a/audio/soundtouch/patches/patch-Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-Makefile.am,v 1.1 2014/08/07 20:23:27 wiz Exp $ - -Fix installation directory for documentation (doc -> share/doc). - ---- Makefile.am.orig 2014-01-07 20:28:51.000000000 +0000 -+++ Makefile.am -@@ -28,7 +28,7 @@ SUBDIRS=include source - - - # list files that are documentation to be packaged in a release tarball and installed --pkgdoc_DATA=COPYING.TXT README.html -+dist_doc_DATA=COPYING.TXT README.html - - # extra data files that are to be pacakged in a release tarball and installed into the data directory - #pkgdata_DATA= diff --git a/audio/soundtouch/patches/patch-source_SoundTouch_FIRFilter.cpp b/audio/soundtouch/patches/patch-source_SoundTouch_FIRFilter.cpp deleted file mode 100644 index 3dd563b09e0..00000000000 --- a/audio/soundtouch/patches/patch-source_SoundTouch_FIRFilter.cpp +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-source_SoundTouch_FIRFilter.cpp,v 1.1 2014/09/23 13:28:54 jperkin Exp $ - -SunOS needs alloca.h for alloca() - ---- source/SoundTouch/FIRFilter.cpp.orig 2014-01-07 20:28:51.000000000 +0000 -+++ source/SoundTouch/FIRFilter.cpp -@@ -39,6 +39,9 @@ - //
- ////////////////////////////////////////////////////////////////////////////////
-
-+#ifdef __sun
-+#include <alloca.h>
-+#endif
- #include <memory.h>
- #include <assert.h>
- #include <math.h>
diff --git a/audio/soundtouch/patches/patch-source_SoundTouch_SoundTouch.cpp b/audio/soundtouch/patches/patch-source_SoundTouch_SoundTouch.cpp deleted file mode 100644 index af60b6812bd..00000000000 --- a/audio/soundtouch/patches/patch-source_SoundTouch_SoundTouch.cpp +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-source_SoundTouch_SoundTouch.cpp,v 1.1 2014/09/23 13:28:54 jperkin Exp $ - -SunOS needs alloca.h for alloca() - ---- source/SoundTouch/SoundTouch.cpp.orig 2014-01-07 20:28:51.000000000 +0000 -+++ source/SoundTouch/SoundTouch.cpp -@@ -69,6 +69,9 @@ - //
- ////////////////////////////////////////////////////////////////////////////////
-
-+#ifdef __sun
-+#include <alloca.h>
-+#endif
- #include <assert.h>
- #include <stdlib.h>
- #include <memory.h>
|