Date: Sun, 5 Mar 2023 01:25:39 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 46980a45bba4 - main - audio/qtractor: Add alsa-seq-server run-time dependency Message-ID: <202303050125.3251PdcR069026@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=46980a45bba499ca562db7cf6ab9ff3e34cc1fb6 commit 46980a45bba499ca562db7cf6ab9ff3e34cc1fb6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-05 01:22:43 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-05 01:25:36 +0000 audio/qtractor: Add alsa-seq-server run-time dependency --- audio/qtractor/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/qtractor/Makefile b/audio/qtractor/Makefile index 722b3486a5c8..26767213c471 100644 --- a/audio/qtractor/Makefile +++ b/audio/qtractor/Makefile @@ -1,7 +1,7 @@ PORTNAME= qtractor DISTVERSIONPREFIX= qtractor_ DISTVERSION= 0_9_31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://github.com/rncbc/qtractor/archive/refs/tags/ \ https://download.steinberg.net/sdk_downloads/:vst3sdk @@ -39,6 +39,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libvorbis.so:audio/libvorbis \ libvorbisenc.so:audio/libvorbis \ libvorbisfile.so:audio/libvorbis +RUN_DEPENDS= alsa-seq-server>0:audio/alsa-seq-server USES= cmake compiler:c++17-lang desktop-file-utils gettext-runtime gnome localbase:ldflags pkgconfig qt:5 shared-mime-info USE_GNOME= atk cairo gdkpixbuf2 gtk20 gtkmm24 pango
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303050125.3251PdcR069026>