From owner-svn-ports-head@freebsd.org Sat Sep 14 21:06:22 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A465FF2A1; Sat, 14 Sep 2019 21:06:22 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46W4mt3YY2z4Sjk; Sat, 14 Sep 2019 21:06:22 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 59ED25B61; Sat, 14 Sep 2019 21:06:22 +0000 (UTC) From: Jan Beich To: =?utf-8?Q?Ren=C3=A9?= Ladan Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers Subject: Re: svn commit: r512036 - in head/multimedia/lives: . files References: <201909141647.x8EGlPmi054572@repo.freebsd.org> <7e6a-izl1-wny@FreeBSD.org> Date: Sat, 14 Sep 2019 23:06:18 +0200 In-Reply-To: (=?utf-8?Q?=22Ren=C3=A9?= Ladan"'s message of "Sat, 14 Sep 2019 22:54:53 +0200") Message-ID: <4l1e-egfp-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2019 21:06:22 -0000 Ren=C3=A9 Ladan writes: > Op za 14 sep. 2019 18:59 schreef Jan Beich : > >> Rene Ladan writes: >> >> > Author: rene >> > Date: Sat Sep 14 16:47:24 2019 >> > New Revision: 512036 >> > URL: https://svnweb.freebsd.org/changeset/ports/512036 >> > >> > Log: >> > multimedia/lives: make ALSA, Jack, PulseAudio and ProjectM optional. >> [...] >> > +OPTIONS_DEFINE=3D ALSA DOCS DOXYGEN FREI0R JACK MATROSKA V4L NLS >> PROJECTM PULSEAUDIO >> >> Bump PORTREVISION as you haven't adjusted OPTIONS_DEFAULT. >> > > Done. Does the binary package still have sound? A quick grep for /dev/dsp or SNDCTL_ suggests there's no native OSS support. Maybe some middleware (e.g., SDL, libavdevice) provides sound but I've never used this port.