git: 29cdadcf6870 - main - emulators/mednafen: Remove dependency on deprecated port audio/musepack
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Sep 2024 00:39:32 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=29cdadcf687034c388ad49c98e329c99fef28e4d commit 29cdadcf687034c388ad49c98e329c99fef28e4d Author: Stefan Schlosser <bsdcode@disroot.org> AuthorDate: 2024-09-21 00:38:17 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-09-21 00:38:17 +0000 emulators/mednafen: Remove dependency on deprecated port audio/musepack PR: 281614 --- emulators/mednafen/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index c9404fb73b46..20ed156307ba 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -1,6 +1,7 @@ PORTNAME= mednafen DISTVERSION= 1.32.1 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= emulators games MASTER_SITES= https://mednafen.github.io/releases/files/ @@ -13,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libFLAC.so:audio/flac \ liblzo2.so:archivers/lzo2 \ - libmpcdec.so:audio/musepack \ libtrio.so:devel/trio \ libvorbisfile.so:audio/libvorbis \ libzstd.so:archivers/zstd @@ -26,7 +26,6 @@ USE_SDL= sdl2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-external-libzstd \ --with-external-lzo \ - --with-external-mpcdec \ --with-external-tremor \ --with-external-trio