1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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)
This commit is contained in:
Jan Beich 2015-08-23 21:21:31 +00:00
parent b6fdca2c33
commit 99bacee47c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395133
2 changed files with 7 additions and 6 deletions

View File

@ -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| ; \

View File

@ -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