From owner-dev-commits-ports-all@freebsd.org Mon Apr 19 17:11:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 12BA55F91C1; Mon, 19 Apr 2021 17:11:53 +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 4FPCzF03p4z4dqr; Mon, 19 Apr 2021 17:11:53 +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 E921223020; Mon, 19 Apr 2021 17:11:52 +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 13JHBqeU036624; Mon, 19 Apr 2021 17:11:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13JHBqTb036623; Mon, 19 Apr 2021 17:11:52 GMT (envelope-from git) Date: Mon, 19 Apr 2021 17:11:52 GMT Message-Id: <202104191711.13JHBqTb036623@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: b6e975275f6a - main - multimedia/musikcube: Add audio/libopenmpt dependency for the corresponding plugin to be built 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: b6e975275f6af03a6f22a6aca7a23db2e0cd2bcc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2021 17:11:53 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6e975275f6af03a6f22a6aca7a23db2e0cd2bcc commit b6e975275f6af03a6f22a6aca7a23db2e0cd2bcc Author: Yuri Victorovich AuthorDate: 2021-04-19 17:10:42 +0000 Commit: Yuri Victorovich CommitDate: 2021-04-19 17:11:50 +0000 multimedia/musikcube: Add audio/libopenmpt dependency for the corresponding plugin to be built --- multimedia/musikcube/Makefile | 2 ++ multimedia/musikcube/pkg-plist | 1 + 2 files changed, 3 insertions(+) diff --git a/multimedia/musikcube/Makefile b/multimedia/musikcube/Makefile index 5a803f4e78e2..cf501924f87b 100644 --- a/multimedia/musikcube/Makefile +++ b/multimedia/musikcube/Makefile @@ -1,5 +1,6 @@ PORTNAME= musikcube DISTVERSION= 0.96.6 +PORTREVISION= 1 CATEGORIES= multimedia audio MAINTAINER= yuri@FreeBSD.org @@ -17,6 +18,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libmicrohttpd.so:www/libmicrohttpd \ libmp3lame.so:audio/lame \ libogg.so:audio/libogg \ + libopenmpt.so:audio/libopenmpt \ libsndio.so:audio/sndio \ libtag.so:audio/taglib \ libvorbis.so:audio/libvorbis diff --git a/multimedia/musikcube/pkg-plist b/multimedia/musikcube/pkg-plist index 1b2d9287fc6c..2685697161e2 100644 --- a/multimedia/musikcube/pkg-plist +++ b/multimedia/musikcube/pkg-plist @@ -59,6 +59,7 @@ include/musikcube/musikcore/sdk/constants.h %%DATADIR%%/plugins/libgmedecoder.so %%DATADIR%%/plugins/libhttpdatastream.so %%DATADIR%%/plugins/libnullout.so +%%DATADIR%%/plugins/libopenmptdecoder.so %%DATADIR%%/plugins/libserver.so %%DATADIR%%/plugins/libsndioout.so %%DATADIR%%/plugins/libstockencoders.so