svn commit: r511742 - head/emulators/rpcs3

Jan Beich jbeich at FreeBSD.org
Tue Sep 10 06:59:39 UTC 2019


Author: jbeich
Date: Tue Sep 10 06:59:38 2019
New Revision: 511742
URL: https://svnweb.freebsd.org/changeset/ports/511742

Log:
  emulators/rpcs3: disable ALSA as OpenAL is good enough
  
  For almost a year OpenAL backend has options to mitigate crackling per game.
  OTOH, ALSA recently regressed to crackling with low sound(4) latency.

Modified:
  head/emulators/rpcs3/Makefile   (contents, props changed)

Modified: head/emulators/rpcs3/Makefile
==============================================================================
--- head/emulators/rpcs3/Makefile	Tue Sep 10 06:59:30 2019	(r511741)
+++ head/emulators/rpcs3/Makefile	Tue Sep 10 06:59:38 2019	(r511742)
@@ -4,6 +4,7 @@ PORTNAME=	rpcs3
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.0.7-8674 # git rev-list --count HEAD
 DISTVERSIONSUFFIX=	-gcb66d0569
+PORTREVISION=	1
 CATEGORIES=	emulators
 
 MAINTAINER=	jbeich at FreeBSD.org
@@ -54,7 +55,7 @@ EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-revert-5bd17a4
 .endif
 
 OPTIONS_DEFINE=	ALSA EVDEV GDB LLVM PULSEAUDIO VULKAN
-OPTIONS_DEFAULT=ALSA LLVM VULKAN
+OPTIONS_DEFAULT=LLVM VULKAN
 
 ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
 ALSA_RUN_DEPENDS=	${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins


More information about the svn-ports-all mailing list