Date: Sat, 23 Jan 2021 09:07:12 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562382 - in head/emulators/dosbox-staging: . files Message-ID: <202101230907.10N97C8o073509@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Sat Jan 23 09:07:12 2021 New Revision: 562382 URL: https://svnweb.freebsd.org/changeset/ports/562382 Log: emulators/dosbox-staging: - Update to 0.76.0 - Add midi support via fluidsynth (enabled by default) Release notes: https://dosbox-staging.github.io/v0-76-0/ Added: head/emulators/dosbox-staging/files/ head/emulators/dosbox-staging/files/patch-Makefile.am (contents, props changed) Modified: head/emulators/dosbox-staging/Makefile head/emulators/dosbox-staging/distinfo Modified: head/emulators/dosbox-staging/Makefile ============================================================================== --- head/emulators/dosbox-staging/Makefile Sat Jan 23 08:33:53 2021 (r562381) +++ head/emulators/dosbox-staging/Makefile Sat Jan 23 09:07:12 2021 (r562382) @@ -2,7 +2,7 @@ PORTNAME= dosbox-staging DISTVERSIONPREFIX= v -DISTVERSION= 0.75.2 +DISTVERSION= 0.76.0 CATEGORIES= emulators MAINTAINER= makc@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libopusfile.so:audio/opusfile \ libpng.so:graphics/png -USES= autoreconf compiler:c++11-lang gl pkgconfig sdl +USES= autoreconf compiler:c++14-lang gl pkgconfig sdl USE_GL= gl USE_SDL= sdl2 net2 @@ -22,11 +22,15 @@ USE_GITHUB= yes GNU_CONFIGURE= yes LDFLAGS+= -pthread -OPTIONS_DEFINE= ALSA DOCS +OPTIONS_DEFINE= ALSA DOCS FLUIDSYNTH +OPTIONS_DEFAULT= FLUIDSYNTH ALSA_DESC= ALSA midi support ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_ENABLE= alsa-midi + +FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth +FLUIDSYNTH_CONFIGURE_ENABLE= fluidsynth PORTDOCS= NEWS README README.md Modified: head/emulators/dosbox-staging/distinfo ============================================================================== --- head/emulators/dosbox-staging/distinfo Sat Jan 23 08:33:53 2021 (r562381) +++ head/emulators/dosbox-staging/distinfo Sat Jan 23 09:07:12 2021 (r562382) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604131390 -SHA256 (dosbox-staging-dosbox-staging-v0.75.2_GH0.tar.gz) = 6546427cb3218224a5e3f97c5a4a30960aca5eced3e44ab94810357f36fcfafb -SIZE (dosbox-staging-dosbox-staging-v0.75.2_GH0.tar.gz) = 1816233 +TIMESTAMP = 1611347947 +SHA256 (dosbox-staging-dosbox-staging-v0.76.0_GH0.tar.gz) = 7df53c22f7ce78c70afb60b26b06742b90193b56c510219979bf12e0bb2dc6c7 +SIZE (dosbox-staging-dosbox-staging-v0.76.0_GH0.tar.gz) = 1908605 Added: head/emulators/dosbox-staging/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/dosbox-staging/files/patch-Makefile.am Sat Jan 23 09:07:12 2021 (r562382) @@ -0,0 +1,9 @@ +--- Makefile.am.orig 2021-01-22 20:52:17 UTC ++++ Makefile.am +@@ -1,6 +1,5 @@ + # Main Makefile for DOSBox + +-AM_MAKEFLAGS ?= --no-print-directory + + EXTRA_DIST = autogen.sh contrib +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101230907.10N97C8o073509>