ports/143829: [PATCH] multimedia/mplayer: Switch openal dependency to openal-soft

Greg Lewis glewis at misty.eyesbeyond.com
Fri Feb 12 02:40:03 UTC 2010


>Number:         143829
>Category:       ports
>Synopsis:       [PATCH] multimedia/mplayer: Switch openal dependency to openal-soft
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 12 02:40:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Greg Lewis
>Release:        FreeBSD 7.2-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD misty.eyesbeyond.com 7.2-RELEASE-p5 FreeBSD 7.2-RELEASE-p5 #0: Sat Dec  5 18:27:15 PST
>Description:
On 2010/01/25 the default OpenAL implementation was switched from
audio/openal to audio/openal-soft.  This update changes the WITH_OPENAL
dependency for mplayer to match that.

Port maintainer (riggs at rrr.de) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- mplayer-0.99.11_15.patch begins here ---
Index: Makefile.options
===================================================================
RCS file: /var/fcvs/ports/multimedia/mplayer/Makefile.options,v
retrieving revision 1.8
diff -u -r1.8 Makefile.options
--- Makefile.options	23 Aug 2009 16:14:18 -0000	1.8
+++ Makefile.options	11 Feb 2010 03:32:33 -0000
@@ -189,7 +189,7 @@
 .endif
 
 .if defined(WITH_OPENAL)
-LIB_DEPENDS+=	openal.0:${PORTSDIR}/audio/openal
+LIB_DEPENDS+=	openal.1:${PORTSDIR}/audio/openal-soft
 .else
 CONFIGURE_ARGS+=	--disable-openal
 .endif
--- mplayer-0.99.11_15.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list