From owner-svn-ports-head@freebsd.org Sat Sep 14 22:29:34 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 EB8B4D0FCB; Sat, 14 Sep 2019 22:29:34 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46W6ct5xJ0z4Yjv; Sat, 14 Sep 2019 22:29:34 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by mail-io1-f46.google.com with SMTP id f12so70429546iog.12; Sat, 14 Sep 2019 15:29:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=pwn0RcRPX40E0HpP0lvgQvCESl4AyqAMDl2H69zPSds=; b=JIsf4UeRBVhDZnNN1VdmjkJNhpcSSGDnN5Dp1YL2rcvkgGYuXmEwP7g4iXKebod98s Q1HAyf6lJJVLdbvTZ5LK6m385Sc2+SxJn411VCP6rYzuxCWgjIfO5uf8UUDINvaUwJWa DARjtoTQUYWG1CDCLX3EUfAOWJcqnO8vX3JH4Vu4UDJMXDyKNKh552h9cSHCdk0SfAPa hftQZzYjE7WT20Gc3bThJgT15f/d7wX+1OapRhubDH8z7VNKSt/hbPsvhdWMigZx5J/O Bd4y3qP5w0qV3PFTIGC9PvKUYEoh04p+iqISVr3HFAfyNgcGwBNFyNsAkKvkbNPfqW2Z 1OxQ== X-Gm-Message-State: APjAAAVcS06bTAdTFR90MGTmiNNwJMtllSVgvE54XtGldXvMwFYBGtcS pV0Hc2wvA7jk9UDKPLujr582ic9lfTPL92C19/Kh1rIn X-Google-Smtp-Source: APXvYqzMCEtM1sqTtt671rYgIJyZVuElP0HB13SNZWR+rb+3+AKyqzyKLP2H9U7SuuC8Qb/yX2s6wUjJZ7a5gdugCg0= X-Received: by 2002:a6b:bc02:: with SMTP id m2mr7671482iof.247.1568500173056; Sat, 14 Sep 2019 15:29:33 -0700 (PDT) MIME-Version: 1.0 References: <201909141647.x8EGlPmi054572@repo.freebsd.org> <7e6a-izl1-wny@FreeBSD.org> <4l1e-egfp-wny@FreeBSD.org> In-Reply-To: <4l1e-egfp-wny@FreeBSD.org> From: =?UTF-8?Q?Ren=C3=A9_Ladan?= Date: Sun, 15 Sep 2019 00:29:21 +0200 Message-ID: Subject: Re: svn commit: r512036 - in head/multimedia/lives: . files To: Jan Beich Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-Rspamd-Queue-Id: 46W6ct5xJ0z4Yjv X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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 22:29:35 -0000 Op za 14 sep. 2019 23:06 schreef Jan Beich : > 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 optiona= l. > >> [...] > >> > +OPTIONS_DEFINE=3D ALSA DOCS DOXYGEN FREI0R JACK MATROSKA V4L N= LS > >> 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. > I don't know either, perhaps someone who actually uses the port could pick a default. Ren=C3=A9 >