Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2010 20:46:38 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153188: multimedia/libquicktime: explicitly disable ALSA
Message-ID:  <201012152046.oBFKkcdA024315@red.freebsd.org>
Resent-Message-ID: <201012152050.oBFKoAwT065618@freefall.freebsd.org>

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

>Number:         153188
>Category:       ports
>Synopsis:       multimedia/libquicktime: explicitly disable ALSA
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 15 20:50:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
FreeBSD luna.dio.ru 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Tue Nov 30 22:58:45 MSK 2010     root@luna.dio.ru:/usr/obj/usr/freebsd/8/src/sys/LUNA  amd64
>Description:
libquicktime links with alsa compatibility library if audio/alsa-lib is installed.
I see no reason for adding extra dependency on it, thus explicitly disable ALSA support.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/libquicktime/Makefile,v
retrieving revision 1.89
diff -u -r1.89 Makefile
--- Makefile	13 Dec 2010 14:16:27 -0000	1.89
+++ Makefile	15 Dec 2010 20:03:36 -0000
@@ -27,11 +27,12 @@
 
 CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
 CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl"
+CONFIGURE_ARGS+=	--without-alsa
 
 CFLAGS+=	-fPIC
 .if !defined(_BUILDING_LIBQUICKTIME_PLUGINS)
 USE_XORG=	xaw xv
-CONFIGURE_ARGS=	--with-x --enable-gpl --without-doxygen --without-lame
+CONFIGURE_ARGS+=	--with-x --enable-gpl --without-doxygen --without-lame
 MAN1=		lqtplay.1
 
 OPTIONS=	OPENGL "Enable OpenGL support" On \


>Release-Note:
>Audit-Trail:
>Unformatted:



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