From owner-freebsd-multimedia@FreeBSD.ORG Wed Mar 2 16:32:08 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 913B9106564A; Wed, 2 Mar 2011 16:32:08 +0000 (UTC) (envelope-from mkbosmans@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 18BEC8FC15; Wed, 2 Mar 2011 16:32:07 +0000 (UTC) Received: by vxc34 with SMTP id 34so124856vxc.13 for ; Wed, 02 Mar 2011 08:32:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=B1DTW5OKCAO2pXImfzxl5ACPR5wKmWODdCLAdfmRllo=; b=tQ+U+P1s5SniMobjn9bE+kdqKkhL6AizemjsLz6FvVpm08u0cmiyy7aybF77bcjLa/ yGKjEXmxHDOuIqPQt3Pjpf0S3xBcFpxrxb8ppgMT2nYmnf1XfFsvGb2HeDj/HGN6eBIV aBE3zohFwerxIeDjT/EZobCrNpjpX6nuHaVHk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=TYvf1LuR4T7XpmXF7Y97bqJuxuZPzEgcHoQSrS6aiepDgZQOS99r7bfW7Uycv0J1YB +rrHC885WUsltgEhMnI+ymaTEUbKh2C4ImWz+QU8ta5UMjc75YlUzRRNjq0HXbdBeDL9 FZA262wNHAe1WNy2d9F8OqG71hbAlCYrxF6hU= MIME-Version: 1.0 Received: by 10.220.201.70 with SMTP id ez6mr2008531vcb.229.1299081702043; Wed, 02 Mar 2011 08:01:42 -0800 (PST) Received: by 10.220.178.134 with HTTP; Wed, 2 Mar 2011 08:01:42 -0800 (PST) In-Reply-To: <4D6E6758.3050704@freebsd.org> References: <4D6E558B.5090706@freebsd.org> <1299078805.52738.15.camel@xenon> <1299079125.52738.16.camel@xenon> <4D6E6758.3050704@freebsd.org> Date: Wed, 2 Mar 2011 17:01:42 +0100 Message-ID: From: Maarten Bosmans To: Andriy Gapon Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: gnome@freebsd.org, General PulseAudio Discussion , Michal Varga , multimedia@freebsd.org Subject: Re: pulseaudio: module.c: module-detect is deprecated: Please use module-udev-detect instead of module-detect! X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2011 16:32:08 -0000 2011/3/2 Andriy Gapon : > on 02/03/2011 17:18 Michal Varga said the following: >> On Wed, 2011-03-02 at 16:13 +0100, Michal Varga wrote: >>> So instead of fixing things like these in ports, I'd say the issue >>> should be reported/fix submitted to upstream, it's pretty much possible >>> that they don't even know that there are systems that don't run evdev >>> (note that I don't mean it offensively, more like speaking generally >>> from experience, it simply happens). >>> >> >> Eh, I meant udev of course, I guess that's enough coffee for me today. > > That's possible, of course. =C2=A0Another possibility is that they think = that > everything is Linux, or everything is like Linux, or they don't care abou= t not Linux. Development of pulseaudio is certainly a bit of a linux-focused affair. But we very much want other platforms to be included as well, as can be seen by the OSX, *BSD, Solaris and win32 support currently in the tree. > I am all for contacting them, for sure. > Just want to point out that the proposed patch would not be against the n= ature of > the ports, because it doesn't affect functionality, but addresses OS diff= erences. There is already some FreeBSD specific code in PulseAudio upstream. Especially considering some changes required to make pulse run on freebsd and netbsd are quite similar, I think it makes sense to submit your patches. > -- > Andriy Gapon Maarten