From owner-dev-commits-ports-main@freebsd.org Wed Apr 7 23:27:54 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7AA325C8108; Wed, 7 Apr 2021 23:27:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FG0tf300bz3DY0; Wed, 7 Apr 2021 23:27:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5996127DAE; Wed, 7 Apr 2021 23:27:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 137NRs5A050323; Wed, 7 Apr 2021 23:27:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 137NRsYH050322; Wed, 7 Apr 2021 23:27:54 GMT (envelope-from git) Date: Wed, 7 Apr 2021 23:27:54 GMT Message-Id: <202104072327.137NRsYH050322@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: a6233da12c53 - main - audio/yoshimi: Update 1.7.3 -> 2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a6233da12c53c33e1ff0f8f1bbf56fa9792efe40 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2021 23:27:54 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6233da12c53c33e1ff0f8f1bbf56fa9792efe40 commit a6233da12c53c33e1ff0f8f1bbf56fa9792efe40 Author: Yuri Victorovich AuthorDate: 2021-04-07 23:26:51 +0000 Commit: Yuri Victorovich CommitDate: 2021-04-07 23:27:52 +0000 audio/yoshimi: Update 1.7.3 -> 2.0 Contains bugfix for unresolved argp symbol in the LV2 plugin. --- audio/yoshimi/Makefile | 9 ++++++--- audio/yoshimi/distinfo | 6 +++--- audio/yoshimi/pkg-descr | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/audio/yoshimi/Makefile b/audio/yoshimi/Makefile index e4be9d0ea0a9..b12c77d0c4b6 100644 --- a/audio/yoshimi/Makefile +++ b/audio/yoshimi/Makefile @@ -1,5 +1,5 @@ PORTNAME= yoshimi -DISTVERSION= 1.7.3 +DISTVERSION= 2.0 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -18,13 +18,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/