MFH: r552185
audio/ir-lv2: Unbreak by backporting the PR patch. It got broken when audio/lv2 was upgraded to 1.18.0. Approved by: ports-secteam (fluffy)
This commit is contained in:
parent
270af53a78
commit
9c2ff5eb46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=552216
@ -7,14 +7,15 @@ PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
PKGNAMESUFFIX= -lv2
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES= 001904135bafa8931e4cf67402e0fa332feb857d.patch:-p1 # Fixing build for lv2 >= 1.18.0: https://github.com/tomszilagyi/ir.lv2/pull/20/
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= LV2 impulse response plugin for reverb and cabinet simulation
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN= ir_gui.cc:1681:14: error: cannot initialize a member subobject of type 'LV2UI_Handle'
|
||||
|
||||
BUILD_DEPENDS= lv2>0:audio/lv2 \
|
||||
${LOCALBASE}/include/fftw3.h:math/fftw3
|
||||
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
||||
@ -34,4 +35,7 @@ MAKE_ENV= INSTDIR=${STAGEDIR}${PREFIX}/lib/lv2
|
||||
PLIST_FILES= lib/lv2/ir.lv2/ir.so lib/lv2/ir.lv2/ir.ttl \
|
||||
lib/lv2/ir.lv2/ir_gui.so lib/lv2/ir.lv2/manifest.ttl
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/ir.lv2/ir*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1529658795
|
||||
TIMESTAMP = 1602568761
|
||||
SHA256 (tomszilagyi-ir.lv2-1.3.4_GH0.tar.gz) = 3d5e7f4b2ad53e2f88d949dd74e5189bc3d88261c9969e1d2a3cd1dc583a6532
|
||||
SIZE (tomszilagyi-ir.lv2-1.3.4_GH0.tar.gz) = 126552
|
||||
SHA256 (001904135bafa8931e4cf67402e0fa332feb857d.patch) = ccc5001e49b2509aca9d7269495fd567403516271a4f18cb0e7ec32dde5a9263
|
||||
SIZE (001904135bafa8931e4cf67402e0fa332feb857d.patch) = 1839
|
||||
|
Loading…
Reference in New Issue
Block a user