- Add amd64 support
- This is neccessary to fix audio/ardour on amd64. PR: ports/109035 Submitted by: trasz Approved by: maintainer timeout
This commit is contained in:
parent
52476920f7
commit
db1a0b834e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186205
2 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= soundtouch
|
||||
DISTVERSION= 1.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.surina.net/soundtouch/
|
||||
|
||||
|
@ -15,6 +16,8 @@ COMMENT= An open-source audio processing library
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --enable-shared=yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
# For some reason this library contains config/ directory with
|
||||
# lots of broken symlinks. Remove them here and add new one using
|
||||
|
|
|
@ -8,8 +8,12 @@ include/soundtouch/soundtouch_config.h
|
|||
@dirrm include/soundtouch
|
||||
lib/libBPM.a
|
||||
lib/libBPM.la
|
||||
lib/libBPM.so.0
|
||||
lib/libBPM.so
|
||||
lib/libSoundTouch.a
|
||||
lib/libSoundTouch.la
|
||||
lib/libSoundTouch.so.0
|
||||
lib/libSoundTouch.so
|
||||
share/aclocal/soundtouch.m4
|
||||
libdata/pkgconfig/soundtouch-1.0.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING.TXT
|
||||
|
|
Loading…
Reference in a new issue