svn commit: r472072 - head/audio/x42-plugins-lv2

Yuri Victorovich yuri at FreeBSD.org
Sat Jun 9 17:17:52 UTC 2018


Author: yuri
Date: Sat Jun  9 17:17:51 2018
New Revision: 472072
URL: https://svnweb.freebsd.org/changeset/ports/472072

Log:
  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).

Modified:
  head/audio/x42-plugins-lv2/Makefile
  head/audio/x42-plugins-lv2/distinfo

Modified: head/audio/x42-plugins-lv2/Makefile
==============================================================================
--- head/audio/x42-plugins-lv2/Makefile	Sat Jun  9 16:51:53 2018	(r472071)
+++ head/audio/x42-plugins-lv2/Makefile	Sat Jun  9 17:17:51 2018	(r472072)
@@ -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 at 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

Modified: head/audio/x42-plugins-lv2/distinfo
==============================================================================
--- head/audio/x42-plugins-lv2/distinfo	Sat Jun  9 16:51:53 2018	(r472071)
+++ head/audio/x42-plugins-lv2/distinfo	Sat Jun  9 17:17:51 2018	(r472072)
@@ -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


More information about the svn-ports-all mailing list