Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2020 09:50:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523090 - head/audio/guitarix-lv2
Message-ID:  <202001150950.00F9oLTY042663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Jan 15 09:50:21 2020
New Revision: 523090
URL: https://svnweb.freebsd.org/changeset/ports/523090

Log:
  audio/guitarix-lv2: Update 0.38.1 -> 0.39.0
  
  Reported by:	portscout

Modified:
  head/audio/guitarix-lv2/Makefile
  head/audio/guitarix-lv2/distinfo
  head/audio/guitarix-lv2/pkg-plist

Modified: head/audio/guitarix-lv2/Makefile
==============================================================================
--- head/audio/guitarix-lv2/Makefile	Wed Jan 15 09:49:26 2020	(r523089)
+++ head/audio/guitarix-lv2/Makefile	Wed Jan 15 09:50:21 2020	(r523090)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	guitarix
-DISTVERSION=	0.38.1
-PORTREVISION=	4
+DISTVERSION=	0.39.0
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/
 PKGNAMESUFFIX=	-lv2
@@ -15,6 +14,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
+		faust:audio/faust \
 		${LOCALBASE}/include/fftw3.h:math/fftw3 \
 		roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \
 		ladspa>0:audio/ladspa # https://sourceforge.net/p/guitarix/bugs/61/
@@ -54,5 +54,6 @@ NLS_USE=	GNOME=intltool
 
 post-stage: # https://sourceforge.net/p/guitarix/bugs/60/
 	@${RM} -r ${STAGEDIR}/applications
+	@${FIND} ${STAGEDIR}${PREFIX} -name "*.so" | ${XARGS} ${STRIP_CMD}
 
 .include <bsd.port.mk>

Modified: head/audio/guitarix-lv2/distinfo
==============================================================================
--- head/audio/guitarix-lv2/distinfo	Wed Jan 15 09:49:26 2020	(r523089)
+++ head/audio/guitarix-lv2/distinfo	Wed Jan 15 09:50:21 2020	(r523090)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554954352
-SHA256 (guitarix2-0.38.1.tar.xz) = 00fda3e1ce1d5f1691665f9ff32bb3c9800381313d49b7c2e25618d0b3ed872f
-SIZE (guitarix2-0.38.1.tar.xz) = 80768608
+TIMESTAMP = 1579064914
+SHA256 (guitarix2-0.39.0.tar.xz) = 490ff3f856282f776456b8e27366dd074d663870c0a89fccded03d854305c8da
+SIZE (guitarix2-0.39.0.tar.xz) = 80769472

Modified: head/audio/guitarix-lv2/pkg-plist
==============================================================================
--- head/audio/guitarix-lv2/pkg-plist	Wed Jan 15 09:49:26 2020	(r523089)
+++ head/audio/guitarix-lv2/pkg-plist	Wed Jan 15 09:50:21 2020	(r523090)
@@ -44,7 +44,7 @@ lib/lv2/gx_chorus.lv2/manifest.ttl
 lib/lv2/gx_colwah.lv2/gx_colwah.so
 lib/lv2/gx_colwah.lv2/gx_colwah.ttl
 lib/lv2/gx_colwah.lv2/gx_colwah_gui.so
-lib/lv2/gx_colwah.lv2/manifest.ttl
+lib/lv2/gx_wah.lv2/manifest.ttl
 lib/lv2/gx_compressor.lv2/gx_compressor.so
 lib/lv2/gx_compressor.lv2/gx_compressor.ttl
 lib/lv2/gx_compressor.lv2/gx_compressor_gui.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001150950.00F9oLTY042663>