diff options
author | yuri <yuri@FreeBSD.org> | 2018-06-10 01:17:51 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-06-10 01:17:51 +0800 |
commit | c9960526112064473635e6638199a86c4d4f0beb (patch) | |
tree | db85f82ec0de0e170e2a2199c1691db2c8d23201 /audio | |
parent | 11a694905e19fa69da2dd11263f33100c324f621 (diff) | |
download | freebsd-ports-gnome-c9960526112064473635e6638199a86c4d4f0beb.tar.gz freebsd-ports-gnome-c9960526112064473635e6638199a86c4d4f0beb.tar.zst freebsd-ports-gnome-c9960526112064473635e6638199a86c4d4f0beb.zip |
audio/x42-plugins-lv2: Add patch making it compatible with the upcoming zita-convolver-4.0
Also unbreak on non-Intel platforms (added to patching of 'sse', it was insufficient).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/x42-plugins-lv2/Makefile | 11 | ||||
-rw-r--r-- | audio/x42-plugins-lv2/distinfo | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/audio/x42-plugins-lv2/Makefile b/audio/x42-plugins-lv2/Makefile index e42a1be344aa..f80fc2a09f8b 100644 --- a/audio/x42-plugins-lv2/Makefile +++ b/audio/x42-plugins-lv2/Makefile @@ -3,19 +3,17 @@ PORTNAME= x42-plugins DISTVERSION= 20180320 # the version is published here: http://gareus.org/misc/x42-plugins.php -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://gareus.org/misc/x42-plugins/ PKGNAMESUFFIX= -lv2 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # only to allow USE_GITHUB=nodefault for zita4 compatilility patch MAINTAINER= yuri@FreeBSD.org COMMENT= Collection of LV2 plugins (submodules) LICENSE= GPLv2 -BROKEN_armv6= fails to build: unknown FP unit 'sse' -BROKEN_armv7= fails to build: unknown FP unit 'sse' - BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/fftw3.h:math/fftw3 \ bash:shells/bash @@ -28,6 +26,8 @@ LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libzita-convolver.so:audio/zita-convolver USES= gmake localbase pkgconfig tar:xz shebangfix +USE_GITHUB= nodefault +GH_TUPLE= x42:convoLV2:f814f1e:x/convoLV2zita4 USE_GNOME= glib20 pango cairo USE_XORG= x11 USE_GL= glu gl @@ -49,10 +49,11 @@ post-patch: ${WRKSRC}/meters.lv2/src/spectr.c @${REINPLACE_CMD} 's|$$(mandir)/man1|$$(MANDIR)|' \ ${WRKSRC}/sisco.lv2/Makefile + @cd ${WRKSRC} && ${RM} -r convoLV2 && ${MV} convoLV2zita4 convoLV2 post-patch-SSE-off: @${REINPLACE_CMD} 's| -msse -msse2 -mfpmath=sse||' \ - ${WRKSRC}/*.lv2/Makefile + ${WRKSRC}/*.lv2/Makefile ${WRKSRC}/convoLV2/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/convo.lv2/convoLV2.so diff --git a/audio/x42-plugins-lv2/distinfo b/audio/x42-plugins-lv2/distinfo index 7d74d37cb5ea..e25bd27fc8bf 100644 --- a/audio/x42-plugins-lv2/distinfo +++ b/audio/x42-plugins-lv2/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1522110220 +TIMESTAMP = 1528562376 SHA256 (x42-plugins-20180320.tar.xz) = b4553415c2e63271d2ab5d32c76c8ae462d4764e5ba65886046f60dc6df2f498 SIZE (x42-plugins-20180320.tar.xz) = 6869932 +SHA256 (x42-convoLV2-f814f1e_GH0.tar.gz) = eb6dac82ddffa7850292f41ee4be37c0ea3fa862ed7a9f258b4ca69b423940a7 +SIZE (x42-convoLV2-f814f1e_GH0.tar.gz) = 21654 |