mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Unbreak; changes are only is some kind of XML metadata file: plugin entries were reordered and appended
- Fix library installation
This commit is contained in:
parent
18319ed9a4
commit
bf1183eb68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390690
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= amb-plugins
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://kokkinizita.linuxaudio.org/linuxaudio/downloads/
|
||||
DISTNAME= AMB-plugins-${PORTVERSION}
|
||||
@ -13,8 +14,6 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Ambisonics plugins, mainly to be used within Ardour
|
||||
|
||||
BROKEN= Distfile size mismatch
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
@ -33,7 +32,7 @@ post-patch:
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/ladspa
|
||||
.for i in 0 1 2 3
|
||||
${INSTALL_DATA} ${WRKSRC}/ambisonic${i}.so ${STAGEDIR}${PREFIX}/lib/ladspa
|
||||
${INSTALL_LIB} ${WRKSRC}/ambisonic${i}.so ${STAGEDIR}${PREFIX}/lib/ladspa
|
||||
.endfor
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/ladspa/rdf
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/fa-plugins.rdf \
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (amb-plugins/AMB-plugins-0.8.1.tar.bz2) = f44a60b782948662537c0cb14befa6678d6dce790c64dc2c9058eab849a58b74
|
||||
SIZE (amb-plugins/AMB-plugins-0.8.1.tar.bz2) = 28988
|
||||
SHA256 (amb-plugins/fa-plugins.rdf) = 95bfb3f7373bbdc5974ca427fb565914c3314eaa475a4d05372ba7a3d2540112
|
||||
SIZE (amb-plugins/fa-plugins.rdf) = 2077
|
||||
SHA256 (amb-plugins/fa-plugins.rdf) = 515842490320188572957da549438362af73ebd94a9b2c6486a3b55accd2e97f
|
||||
SIZE (amb-plugins/fa-plugins.rdf) = 2684
|
||||
|
Loading…
Reference in New Issue
Block a user