Date: Thu, 20 May 2021 21:12:48 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6bd17866630c - main - audio/ocp: drop dependency to audio/libsidplay Message-ID: <202105202112.14KLCmFH001512@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bd17866630c85fc75344f185016765351b66268 commit 6bd17866630c85fc75344f185016765351b66268 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2021-05-20 21:09:11 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2021-05-20 21:12:36 +0000 audio/ocp: drop dependency to audio/libsidplay ocp now uses a builtin version of sidplayfp and therefore audio/libsidplay is no longer required. --- audio/ocp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index b936033cfcf3..e540ee957de7 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -2,6 +2,7 @@ PORTNAME= ocp PORTVERSION= 0.2.90 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= https://github.com/mywave82/opencubicplayer/releases/download/v${PORTVERSION}/ @@ -18,7 +19,6 @@ BUILD_DEPENDS= xa65:devel/xa65 LIB_DEPENDS= libid3tag.so:audio/libid3tag \ libmad.so:audio/libmad \ libogg.so:audio/libogg \ - libsidplay.so:audio/libsidplay \ libvorbis.so:audio/libvorbis USES= compiler:c11 dos2unix gmake gnome iconv localbase:ldflags \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105202112.14KLCmFH001512>