From owner-freebsd-multimedia@freebsd.org Sat Dec 19 05:44:22 2020 Return-Path: Delivered-To: freebsd-multimedia@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 AC5A74BB674 for ; Sat, 19 Dec 2020 05:44:22 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4CyZRp3ZsYz4kfJ for ; Sat, 19 Dec 2020 05:44:22 +0000 (UTC) (envelope-from jamie@catflap.org) Received: by mailman.nyi.freebsd.org (Postfix) id 7AF014BB673; Sat, 19 Dec 2020 05:44:22 +0000 (UTC) Delivered-To: multimedia@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 7AB9C4BBA00 for ; Sat, 19 Dec 2020 05:44:22 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:300:2185:123::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CyZRn0K7hz4kbg for ; Sat, 19 Dec 2020 05:44:20 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [104.207.135.49]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id 0BJ5iDs4034154 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 19 Dec 2020 05:44:13 GMT (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id 0BJ5iD0U034153; Sat, 19 Dec 2020 05:44:13 GMT (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <202012190544.0BJ5iD0U034153@donotpassgo.dyslexicfish.net> Date: Sat, 19 Dec 2020 05:44:13 +0000 Organization: Dyslexic Fish To: usama.cit@gmail.com, multimedia@freebsd.org Subject: Re: Request for Adding Pulseaudio in MPV References: <6e592d08-ba45-46fa-88d3-58176215209c@gmail.com> In-Reply-To: <6e592d08-ba45-46fa-88d3-58176215209c@gmail.com> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (donotpassgo.dyslexicfish.net [104.207.135.49]); Sat, 19 Dec 2020 05:44:14 +0000 (GMT) X-Rspamd-Queue-Id: 4CyZRn0K7hz4kbg X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=catflap.org; spf=pass (mx1.freebsd.org: domain of jamie@catflap.org designates 2001:19f0:300:2185:123::1 as permitted sender) smtp.mailfrom=jamie@catflap.org X-Spamd-Result: default: False [-3.80 / 15.00]; RCVD_TLS_LAST(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2001:19f0:300:2185:123::1:from]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FREEFALL_USER(0.00)[jamie]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx:dyslexicfish.net]; NEURAL_HAM_LONG(-1.00)[-1.000]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_ORG_HEADER(0.00)[]; SPAMHAUS_ZRD(0.00)[2001:19f0:300:2185:123::1:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[catflap.org,none]; ARC_NA(0.00)[]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:20473, ipnet:2001:19f0::/38, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[multimedia] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2020 05:44:22 -0000 Usama Hashimi wrote: > laptops. Therefore, I would like to request you that if you can add > Pulseaudio support in the next release/update of MPV, then it will be > very helpful for us. It will also be very helpful in the longrun to Welcome to FreeBSD! The problem with your request is that people who don't want pulseaudio on their systems end up getting it (and any dependencies) anyway. Personally, I won't let it near any of my systems (but I use ports rather than pkg, so that's moot) However, there is a solution, and you don't need to make your own repository - simply make a package for mpv: cd /usr/ports/multimedia/mpv make package Set the options how you want them, and it will build a package file that you can add on every machine using "pkg add" (see "man ports" for more information) Does this help? Cheers, Jamie