Hello ports,

Attach is a diff which updates Soundtouch from 1.9.0 to 1.9.2. Changes include:

- Redesigned quickseek algorithm for improved sound quality in quickseek mode - Adaptive integer divider scaling for improved sound quality when using integer processing
- Fix in GNU package management issues.

The libsoundtouch ABI has had multiple functions added and removed; the major version has been bumped accordingly.

- Eric

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/soundtouch/Makefile,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 Makefile
--- Makefile    7 Jul 2015 09:29:37 -0000       1.14
+++ Makefile    27 Dec 2015 20:57:53 -0000
@@ -2,8 +2,8 @@
 
 COMMENT=       tempo/pitch audio processing library
 
-DISTNAME=      soundtouch-1.9.0
-SHARED_LIBS += SoundTouch      2.0      # .0.0
+DISTNAME=      soundtouch-1.9.2
+SHARED_LIBS += SoundTouch      3.0      # .0.0
 CATEGORIES=    audio devel
 
 HOMEPAGE=      http://www.surina.net/soundtouch/
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/soundtouch/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo    7 Jul 2015 09:29:37 -0000       1.4
+++ distinfo    27 Dec 2015 20:57:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (soundtouch-1.9.0.tar.gz) = H+T8A8v+aWwSgf1iPQibr/4bcCZazGDqx6bZtXQpca0=
-SIZE (soundtouch-1.9.0.tar.gz) = 169038
+SHA256 (soundtouch-1.9.2.tar.gz) = yuuGUR6BQg7rRUy121P1bZa4RR032Jr25VsS602hxRM=
+SIZE (soundtouch-1.9.2.tar.gz) = 171369
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/audio/soundtouch/patches/patch-configure_ac,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-configure_ac
--- patches/patch-configure_ac  7 Jul 2015 09:29:37 -0000       1.2
+++ patches/patch-configure_ac  27 Dec 2015 20:57:53 -0000
@@ -1,6 +1,6 @@
---- configure.ac.orig  Mon May 18 11:57:14 2015
-+++ configure.ac       Sun Jun 28 08:03:14 2015
-@@ -24,7 +24,7 @@ AC_CONFIG_AUX_DIR(config)
+--- configure.ac.orig  Sun Sep 20 00:40:59 2015
++++ configure.ac       Sun Dec 27 03:53:30 2015
+@@ -28,7 +28,7 @@ AC_CONFIG_AUX_DIR(config)
  AC_CONFIG_MACRO_DIR([config/m4])
  AM_CONFIG_HEADER([config.h include/soundtouch_config.h])
  AM_INIT_AUTOMAKE
Index: patches/patch-source_SoundTouch_Makefile_am
===================================================================
RCS file: 
/cvs/ports/audio/soundtouch/patches/patch-source_SoundTouch_Makefile_am,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 patch-source_SoundTouch_Makefile_am
--- patches/patch-source_SoundTouch_Makefile_am 7 Jul 2015 09:29:37 -0000       
1.5
+++ patches/patch-source_SoundTouch_Makefile_am 27 Dec 2015 20:57:53 -0000
@@ -1,5 +1,5 @@
---- source/SoundTouch/Makefile.am.orig Mon May 18 11:57:14 2015
-+++ source/SoundTouch/Makefile.am      Sat Jul  4 10:36:42 2015
+--- source/SoundTouch/Makefile.am.orig Sun Sep 20 00:40:59 2015
++++ source/SoundTouch/Makefile.am      Sun Dec 27 03:53:30 2015
 @@ -34,7 +34,7 @@ libSoundTouch_la_SOURCES=AAFilter.cpp FIRFilter.cpp FI
      InterpolateShannon.cpp
  
@@ -9,8 +9,8 @@
  
  # Compile the files that need MMX and SSE individually.
  libSoundTouch_la_LIBADD=libSoundTouchMMX.la libSoundTouchSSE.la
-@@ -70,4 +70,4 @@ endif
- # noinst_LTLIBRARIES = libSoundTouchOpt.la
+@@ -72,4 +72,4 @@ libSoundTouch_la_LDFLAGS=-version-info @LIB_SONAME@
+ # noinst_LTLIBRARIES = libSoundTouchOpt.la
  # libSoundTouch_la_LIBADD = libSoundTouchOpt.la
  # libSoundTouchOpt_la_SOURCES = mmx_optimized.cpp sse_optimized.cpp 
 -# libSoundTouchOpt_la_CXXFLAGS = -O3 -msse -fcheck-new -I../../include

Reply via email to