From nobody Mon Oct 23 10:13:08 2023 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SDWH1228Hz4xsDq; Mon, 23 Oct 2023 10:13:17 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4SDWH06fSTz3KMY; Mon, 23 Oct 2023 10:13:16 +0000 (UTC) (envelope-from gerald@pfeifer.com) Authentication-Results: mx1.freebsd.org; none Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 34C9E3403A; Mon, 23 Oct 2023 06:13:10 -0400 (EDT) Received: from [192.168.253.150] (213142096102.public.telering.at [213.142.96.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 467A734047; Mon, 23 Oct 2023 06:13:09 -0400 (EDT) Date: Mon, 23 Oct 2023 12:13:08 +0200 (CEST) From: Gerald Pfeifer To: Alexey Dokuchaev cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 63ef7d1ab018 - main - emulators/wine-devel: Use GStreamer when supporting sound In-Reply-To: Message-ID: References: <202310221616.39MGGLCw050511@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US] X-Rspamd-Queue-Id: 4SDWH06fSTz3KMY On Mon, 23 Oct 2023, Alexey Dokuchaev wrote: >> When ALSA or OSS are enabled, i.e., we have sound enabled, pull >> in and use GStreamer as well. > Ouch, this is kind of disturbing. I've never seen any need in GStreamer > and always try to keep my systems clean of it. Could it be converted to > separate option (on by default if you wish)? If you think this makes sense I am definitely supportive. Can you help with such a patch? wine-devel has de facto been unmaintained for ten months now. Recently I have been trying to help - pushing it forward by 20+ snapshots, doing some simplifications and fixes - but am running out of time and energy. This is not me being flippant, rather genuinely asking for help. The port is now back to ports@, so does not require approval. Help very welcome! (And happy to provide one or two additional pointers of necessary improvements to anyone interested.) Gerald