Date: Wed, 7 Apr 2021 23:32:04 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: ad3fc2921022 - 2021Q2 - audio/yoshimi: Update 1.7.3 -> 2.0 Message-ID: <202104072332.137NW4tc063020@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad3fc292102228c1642c3f988a779af74ae229f3 commit ad3fc292102228c1642c3f988a779af74ae229f3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-04-07 23:30:38 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-04-07 23:30:38 +0000 audio/yoshimi: Update 1.7.3 -> 2.0 Contains bugfix for unresolved argp symbol in the LV2 plugin. --- audio/yoshimi/Makefile | 11 +++++++---- audio/yoshimi/distinfo | 6 +++--- audio/yoshimi/pkg-descr | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/audio/yoshimi/Makefile b/audio/yoshimi/Makefile index ef6d8e817e34..b4b8036114e8 100644 --- a/audio/yoshimi/Makefile +++ b/audio/yoshimi/Makefile @@ -1,9 +1,9 @@ PORTNAME= yoshimi -DISTVERSION= 1.7.3 +DISTVERSION= 2.0 CATEGORIES= audio -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Sophisticated software synthesizer LICENSE= GPLv2+ @@ -19,13 +19,16 @@ LIB_DEPENDS= libargp.so:devel/argp-standalone \ libmxml.so:textproc/mxml USES= cmake compiler:c++11-lang gnome ncurses pkgconfig readline:port +USE_GNOME= cairo + USE_GITHUB= yes GH_ACCOUNT= Yoshimi -USE_GNOME= cairo -INSTALLS_ICONS= yes CMAKE_SOURCE_PATH= ${WRKSRC}/src LDFLAGS+= -Wl,--as-needed +LDFLAGS+= -largp # workaround for https://github.com/Yoshimi/yoshimi/issues/135 + +INSTALLS_ICONS= yes PORTDATA= * PORTDOCS= * diff --git a/audio/yoshimi/distinfo b/audio/yoshimi/distinfo index 7d7f087c90bc..a7970af0134d 100644 --- a/audio/yoshimi/distinfo +++ b/audio/yoshimi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604052454 -SHA256 (Yoshimi-yoshimi-1.7.3_GH0.tar.gz) = d80cfd97a9fd89be649c767fdc26a3eccfcff4a30b290a2c9548b6fcd1203a90 -SIZE (Yoshimi-yoshimi-1.7.3_GH0.tar.gz) = 10257607 +TIMESTAMP = 1617836653 +SHA256 (Yoshimi-yoshimi-2.0_GH0.tar.gz) = 4164b7debea609aa71ab0e1f1f5eb51f9e848ba6b692d6ca1cb589d45f6bd6da +SIZE (Yoshimi-yoshimi-2.0_GH0.tar.gz) = 8871517 diff --git a/audio/yoshimi/pkg-descr b/audio/yoshimi/pkg-descr index 1861bf483c70..66896aa27617 100644 --- a/audio/yoshimi/pkg-descr +++ b/audio/yoshimi/pkg-descr @@ -6,4 +6,4 @@ addititive, subtractive, and pad synth capabilities which can be run simultaneously within the same patch. It also has eight audio effects modules. -WWW: http://yoshimi.github.io/ +WWW: https://yoshimi.github.io/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104072332.137NW4tc063020>