From owner-svn-ports-all@freebsd.org Sat Jun 9 17:17:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EC6D10124BA; Sat, 9 Jun 2018 17:17:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A0FA82993; Sat, 9 Jun 2018 17:17:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D358120BE7; Sat, 9 Jun 2018 17:17:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w59HHpOQ000755; Sat, 9 Jun 2018 17:17:51 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w59HHphD000753; Sat, 9 Jun 2018 17:17:51 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806091717.w59HHphD000753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 9 Jun 2018 17:17:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472072 - head/audio/x42-plugins-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/x42-plugins-lv2 X-SVN-Commit-Revision: 472072 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2018 17:17:52 -0000 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@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