Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2010 22:19:37 GMT
From:      "Joseph S. Atkinson" <jsa@wickedmachine.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/147452: Disable ALSA support in multimedia/vlc
Message-ID:  <201006032219.o53MJbmU057845@www.freebsd.org>
Resent-Message-ID: <201006032220.o53MK6s7013866@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         147452
>Category:       ports
>Synopsis:       Disable ALSA support in multimedia/vlc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 03 22:20:05 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006032219.o53MJbmU057845>