mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
audio/caps-lv2: Update g20190321 -> g20200529
This commit is contained in:
parent
dad9630a42
commit
219d0fd622
3 changed files with 8 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
||||
|
||||
PORTNAME= caps-lv2
|
||||
PORTVERSION= g20190321
|
||||
PORTVERSION= g20200529
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -15,10 +15,6 @@ BUILD_DEPENDS= lv2>0:audio/lv2
|
|||
USES= gmake localbase
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= moddevices
|
||||
GH_TAGNAME= 250844a
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|__APPLE__|__FreeBSD__|" \
|
||||
${WRKSRC}/dsp/v4f_IIR2.h
|
||||
GH_TAGNAME= 5d52a0c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1554685446
|
||||
SHA256 (moddevices-caps-lv2-g20190321-250844a_GH0.tar.gz) = 60c4c1850bf998500f338a4c50e2f71ad9ac0fee1d4e4a552866cc3926b7dc4f
|
||||
SIZE (moddevices-caps-lv2-g20190321-250844a_GH0.tar.gz) = 25006601
|
||||
TIMESTAMP = 1617825044
|
||||
SHA256 (moddevices-caps-lv2-g20200529-5d52a0c_GH0.tar.gz) = 5175266b4a65a451d95b235074635e76c77915b41bcd26e61ca3ac019bb11c77
|
||||
SIZE (moddevices-caps-lv2-g20200529-5d52a0c_GH0.tar.gz) = 25008240
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
--- dsp/v4f_IIR2.h.orig 2019-03-22 09:42:59 UTC
|
||||
--- dsp/v4f_IIR2.h.orig 2020-05-30 02:36:39 UTC
|
||||
+++ dsp/v4f_IIR2.h
|
||||
@@ -32,9 +32,9 @@
|
||||
@@ -34,7 +34,7 @@ namespace DSP {
|
||||
|
||||
namespace DSP {
|
||||
|
||||
-#ifdef __APPLE__
|
||||
+#ifdef __FreeBSD__
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
|
||||
-inline float exp10f(float f) {return __exp10f(f);}
|
||||
+inline float exp10f(float f) {return powf(10., f);}
|
||||
|
|
Loading…
Add table
Reference in a new issue