git: 6bd17866630c - main - audio/ocp: drop dependency to audio/libsidplay
Emanuel Haupt
ehaupt at FreeBSD.org
Thu May 20 21:12:48 UTC 2021
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6bd17866630c85fc75344f185016765351b66268
commit 6bd17866630c85fc75344f185016765351b66268
Author: Emanuel Haupt <ehaupt at FreeBSD.org>
AuthorDate: 2021-05-20 21:09:11 +0000
Commit: Emanuel Haupt <ehaupt at 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 \
More information about the dev-commits-ports-all
mailing list