update to 1.27.1

dropped dependency on libsndfile since this version uses libFLAC only, also
removed a few other libs from WANTLIB since they are also not necessary
according to `make lib-depends-check'

tested by Micah Muer < micah at fastmail.net >
This commit is contained in:
mestre 2021-07-16 07:49:39 +00:00
parent 444df4688b
commit 19ba8ca828
2 changed files with 6 additions and 7 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.32 2021/01/09 18:25:37 jasper Exp $
# $OpenBSD: Makefile,v 1.33 2021/07/16 07:49:39 mestre Exp $
BROKEN-hppa = ../../include/mednafen/state.h:21:7: error: 'exception_ptr' in namespace 'std' does not name a type
COMMENT = emulates numerous game consoles
DISTNAME = mednafen-1.26.1
DISTNAME = mednafen-1.27.1
CATEGORIES = emulators games
HOMEPAGE = https://mednafen.github.io
@ -16,13 +16,12 @@ PERMIT_PACKAGE = Yes
MASTER_SITES = ${HOMEPAGE}/releases/files/
EXTRACT_SUFX = .tar.xz
WANTLIB += SDL2 c iconv intl m pthread sndfile sndio usbhid z
WANTLIB += FLAC ogg samplerate vorbis vorbisenc ${COMPILER_LIBCXX}
WANTLIB += FLAC SDL2 c iconv intl m pthread z ${COMPILER_LIBCXX}
USE_GMAKE = Yes
COMPILER = base-clang ports-gcc
LIB_DEPENDS = audio/libsndfile \
LIB_DEPENDS = audio/flac \
devel/gettext,-runtime \
devel/sdl2

View File

@ -1,2 +1,2 @@
SHA256 (mednafen-1.26.1.tar.xz) = hCkHwlxCksm6SXycuSKcfRDgTiLLR0DRVKtpDmWH/fQ=
SIZE (mednafen-1.26.1.tar.xz) = 3319756
SHA256 (mednafen-1.27.1.tar.xz) = 86ibLzL0DDIyWTgI0F4MIcvfRDaIrOBMnCfkz01ZVfs=
SIZE (mednafen-1.27.1.tar.xz) = 3363540