svn commit: r395133 - head/audio/soundtouch
Jan Beich
jbeich at FreeBSD.org
Sun Aug 23 21:21:33 UTC 2015
Author: jbeich
Date: Sun Aug 23 21:21:31 2015
New Revision: 395133
URL: https://svnweb.freebsd.org/changeset/ports/395133
Log:
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)
Modified:
head/audio/soundtouch/Makefile
head/audio/soundtouch/distinfo
Modified: head/audio/soundtouch/Makefile
==============================================================================
--- head/audio/soundtouch/Makefile Sun Aug 23 21:19:17 2015 (r395132)
+++ head/audio/soundtouch/Makefile Sun Aug 23 21:21:31 2015 (r395133)
@@ -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:M
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| ; \
Modified: head/audio/soundtouch/distinfo
==============================================================================
--- head/audio/soundtouch/distinfo Sun Aug 23 21:19:17 2015 (r395132)
+++ head/audio/soundtouch/distinfo Sun Aug 23 21:21:31 2015 (r395133)
@@ -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
More information about the svn-ports-head
mailing list