[Midnightbsd-cvs] mports [21760] trunk/audio/soundtouch: soundtouch 1.9.2
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 20 11:49:18 EDT 2016
Revision: 21760
http://svnweb.midnightbsd.org/mports/?rev=21760
Author: laffer1
Date: 2016-08-20 11:49:17 -0400 (Sat, 20 Aug 2016)
Log Message:
-----------
soundtouch 1.9.2
Modified Paths:
--------------
trunk/audio/soundtouch/Makefile
trunk/audio/soundtouch/distinfo
trunk/audio/soundtouch/pkg-plist
Modified: trunk/audio/soundtouch/Makefile
===================================================================
--- trunk/audio/soundtouch/Makefile 2016-08-20 15:44:48 UTC (rev 21759)
+++ trunk/audio/soundtouch/Makefile 2016-08-20 15:49:17 UTC (rev 21760)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= soundtouch
-PORTVERSION= 1.8.0
+PORTVERSION= 1.9.2
CATEGORIES= audio
MASTER_SITES= http://www.surina.net/soundtouch/
@@ -17,20 +17,25 @@
USE_LDCONFIG= yes
USES= autoreconf libtool pathfix
-USE_AUTOTOOLS= libtoolize
PATHFIX_MAKEFILEIN= Makefile.am
-OPTIONS_DEFINE= INTEGER_SAMPLES DOCS
+OPTIONS_DEFINE= INTEGER_SAMPLES DOCS OPENMP
+OPTIONS_DEFAULT= ${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/INTEGER_SAMPLES/}
OPTIONS_DEFINE_amd64= SSE
OPTIONS_DEFINE_i386= SSE
+OPTIONS_DEFAULT_amd64= SSE
+OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MSSE}
INTEGER_SAMPLES_DESC= Use integer sample format
INTEGER_SAMPLES_CONFIGURE_ENABLE= integer-samples
+OPENMP_CONFIGURE_ENABLE=openmp
+OPENMP_USES= compiler:openmp
SSE_CONFIGURE_ENABLE= x86-optimizations
+SSE_USES= compiler:c++11-lang
post-patch:
@${REINPLACE_CMD} -e \
- '/^pkgdoc_DATA/s|COPYING.TXT||' \
+ '/^dist_doc_DATA/s|COPYING.TXT||' \
${WRKSRC}/Makefile.am
@${REINPLACE_CMD} -e \
's|^INCLUDES|AM_CPPFLAGS| ; \
Modified: trunk/audio/soundtouch/distinfo
===================================================================
--- trunk/audio/soundtouch/distinfo 2016-08-20 15:44:48 UTC (rev 21759)
+++ trunk/audio/soundtouch/distinfo 2016-08-20 15:49:17 UTC (rev 21760)
@@ -1,2 +1,2 @@
-SHA256 (soundtouch-1.8.0.tar.gz) = 3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b
-SIZE (soundtouch-1.8.0.tar.gz) = 106229
+SHA256 (soundtouch-1.9.2.tar.gz) = caeb86511e81420eeb454cb5db53f56d96b8451d37d89af6e55b12eb4da1c513
+SIZE (soundtouch-1.9.2.tar.gz) = 171369
Modified: trunk/audio/soundtouch/pkg-plist
===================================================================
--- trunk/audio/soundtouch/pkg-plist 2016-08-20 15:44:48 UTC (rev 21759)
+++ trunk/audio/soundtouch/pkg-plist 2016-08-20 15:49:17 UTC (rev 21760)
@@ -6,8 +6,8 @@
include/soundtouch/SoundTouch.h
include/soundtouch/soundtouch_config.h
lib/libSoundTouch.so
-lib/libSoundTouch.so.0
-lib/libSoundTouch.so.0.0.0
+lib/libSoundTouch.so.1
+lib/libSoundTouch.so.1.0.0
libdata/pkgconfig/soundtouch.pc
share/aclocal/soundtouch.m4
%%PORTDOCS%%%%DOCSDIR%%/README.html
More information about the Midnightbsd-cvs
mailing list