I have received reports that my MUA is being lame. Resubmitting.

Hi ports@,

Attached is a diff to update SoundTouch to 1.9.0. Various miscellaneous improvements to the library have been made in this version. Changelog is Section 5 on this page: http://svn.code.sf.net/p/soundtouch/code/trunk/README.html. Existing function signatures have been altered, specifically related to boolean types and function constness, so the major number on libSoundTouch has been bumped.

Tested on amd64.

- Eric
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/soundtouch/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- Makefile    14 Apr 2015 08:31:43 -0000      1.13
+++ Makefile    28 Jun 2015 15:15:11 -0000
@@ -2,8 +2,8 @@
 
 COMMENT=       tempo/pitch audio processing library
 
-DISTNAME=      soundtouch-1.8.0
-SHARED_LIBS += SoundTouch      1.0      # .0.0
+DISTNAME=      soundtouch-1.9.0
+SHARED_LIBS += SoundTouch      2.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.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo    14 Apr 2015 08:31:43 -0000      1.3
+++ distinfo    28 Jun 2015 15:15:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (soundtouch-1.8.0.tar.gz) = PUFh10yiXFqYxp27jqEP0r5Am6GjoL+B20B8TCYfFms=
-SIZE (soundtouch-1.8.0.tar.gz) = 106229
+SHA256 (soundtouch-1.9.0.tar.gz) = H+T8A8v+aWwSgf1iPQibr/4bcCZazGDqx6bZtXQpca0=
+SIZE (soundtouch-1.9.0.tar.gz) = 169038
Index: patches/patch-Makefile_am
===================================================================
RCS file: /cvs/ports/audio/soundtouch/patches/patch-Makefile_am,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 patch-Makefile_am
--- patches/patch-Makefile_am   14 Apr 2015 08:31:43 -0000      1.4
+++ patches/patch-Makefile_am   28 Jun 2015 15:15:11 -0000
@@ -4,8 +4,8 @@
  
  
  # list files that are documentation to be packaged in a release tarball and 
installed
--pkgdoc_DATA=COPYING.TXT README.html
-+pkgdoc_DATA=README.html
+-dist_doc_DATA=COPYING.TXT README.html
++dist_doc_DATA=README.html
  
  # extra data files that are to be pacakged in a release tarball and installed 
into the data directory
  #pkgdata_DATA=

Reply via email to