summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-08-23 21:21:31 +0000
committerjbeich <jbeich@FreeBSD.org>2015-08-23 21:21:31 +0000
commita7ba0cf03a9e49877c0a30712cba912f1bc61562 (patch)
tree3bdb541db0cea07246a77f7ffbbd82aceacb4934
parent3cba7aa16f0abbe575ecb14f99840cd0f1dadc78 (diff)
downloadFreeBSD-ports-a7ba0cf03a9e49877c0a30712cba912f1bc61562.zip
FreeBSD-ports-a7ba0cf03a9e49877c0a30712cba912f1bc61562.tar.gz
audio/soundtouch: update to 1.9.0
Changes: http://www.surina.net/soundtouch/README.html ACC report: https://people.freebsd.org/~jbeich/compat_reports/soundtouch/1.8.0_to_1.9.0/compat_report.html PR: 202583 Approved by: crees (maintainer)
-rw-r--r--audio/soundtouch/Makefile9
-rw-r--r--audio/soundtouch/distinfo4
2 files changed, 7 insertions, 6 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile
index 1354467..6a98dc1 100644
--- a/audio/soundtouch/Makefile
+++ b/audio/soundtouch/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= soundtouch
-PORTVERSION= 1.8.0
-PORTREVISION= 1
+PORTVERSION= 1.9.0
CATEGORIES= audio
MASTER_SITES= http://www.surina.net/soundtouch/
@@ -21,7 +20,7 @@ USE_LDCONFIG= yes
USES= autoreconf libtool pathfix
PATHFIX_MAKEFILEIN= Makefile.am
-OPTIONS_DEFINE= INTEGER_SAMPLES DOCS
+OPTIONS_DEFINE= INTEGER_SAMPLES DOCS OPENMP
OPTIONS_DEFINE_amd64= SSE
OPTIONS_DEFINE_i386= SSE
OPTIONS_DEFAULT_amd64= SSE
@@ -29,11 +28,13 @@ 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
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| ; \
diff --git a/audio/soundtouch/distinfo b/audio/soundtouch/distinfo
index af8a480..9f91e0a 100644
--- a/audio/soundtouch/distinfo
+++ b/audio/soundtouch/distinfo
@@ -1,2 +1,2 @@
-SHA256 (soundtouch-1.8.0.tar.gz) = 3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b
-SIZE (soundtouch-1.8.0.tar.gz) = 106229
+SHA256 (soundtouch-1.9.0.tar.gz) = 1fe4fc03cbfe696c1281fd623d089baffe1b70265acc60eac7a6d9b5742971ad
+SIZE (soundtouch-1.9.0.tar.gz) = 169038
OpenPOWER on IntegriCloud