From nobody@FreeBSD.org  Thu Jun  3 22:19:38 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3847E1065701
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  3 Jun 2010 22:19:38 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 2806C8FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  3 Jun 2010 22:19:38 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o53MJbIm057846
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 3 Jun 2010 22:19:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o53MJbmU057845;
	Thu, 3 Jun 2010 22:19:37 GMT
	(envelope-from nobody)
Message-Id: <201006032219.o53MJbmU057845@www.freebsd.org>
Date: Thu, 3 Jun 2010 22:19:37 GMT
From: "Joseph S. Atkinson" <jsa@wickedmachine.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Disable ALSA support in multimedia/vlc
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         147452
>Category:       ports
>Synopsis:       Disable ALSA support in multimedia/vlc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 03 22:20:05 UTC 2010
>Closed-Date:    Fri Jun 04 10:36:39 UTC 2010
>Last-Modified:  Fri Jun  4 10:40:03 UTC 2010
>Originator:     Joseph S. Atkinson
>Release:        
>Organization:
>Environment:
>Description:
When ALSA libs are installed, VLC will autodetect them and attempt to build support for it.

Disable this feature.

Noticed by David E. Thiel.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru /usr/ports/multimedia/vlc/Makefile vlc/Makefile
--- /usr/ports/multimedia/vlc/Makefile	2010-06-03 17:32:11.000000000 -0400
+++ vlc/Makefile	2010-06-03 18:05:33.000000000 -0400
@@ -80,6 +80,7 @@
 			--enable-avformat \
 			--enable-postproc \
 			--without-dv-raw1394 \
+			--disable-alsa \
 			--disable-dv \
 			--disable-galaktos \
 			--disable-glx


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 3 22:20:16 UTC 2010 
Responsible-Changed-Why:  
wxs@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147452 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Fri Jun 4 10:36:39 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147452 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147452: commit references a PR
Date: Fri,  4 Jun 2010 10:36:46 +0000 (UTC)

 wxs         2010-06-04 10:36:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/vlc       Makefile 
   Log:
   When ALSA libs are installed, VLC will autodetect them and attempt to build
   support for it. Forcibly disable this.
   
   PR:             ports/147452
   Submitted by:   Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
   Noticed by:     David E. Thiel (private mail)
   
   Revision  Changes    Path
   1.223     +1 -0      ports/multimedia/vlc/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
