From ehaupt@FreeBSD.org  Mon Feb 21 16:03:09 2011
Return-Path: <ehaupt@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C7802106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Feb 2011 16:03:07 +0000 (UTC)
	(envelope-from ehaupt@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 9B14E8FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Feb 2011 16:03:07 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1LG37MO000584
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Feb 2011 16:03:07 GMT
	(envelope-from ehaupt@freefall.freebsd.org)
Received: (from ehaupt@localhost)
	by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1LG376p000583;
	Mon, 21 Feb 2011 17:03:07 +0100 (CET)
	(envelope-from ehaupt)
Message-Id: <201102211603.p1LG376p000583@freefall.freebsd.org>
Date: Mon, 21 Feb 2011 17:03:07 +0100 (CET)
From: Emanuel Haupt <ehaupt@freebsd.org>
Reply-To: Emanuel Haupt <ehaupt@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] multimedia/mplayer add optional bluray support
X-Send-Pr-Version: 3.113
X-GNATS-Notify: riggs@rrr.de

>Number:         154939
>Category:       ports
>Synopsis:       [update] multimedia/mplayer add optional bluray support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 21 16:10:12 UTC 2011
>Closed-Date:    Wed Mar 02 22:49:35 CET 2011
>Last-Modified:  Wed Mar  2 21:50:09 UTC 2011
>Originator:     Emanuel Haupt
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 8.1-STABLE FreeBSD 8.1-STABLE #2 r215627: Sun Nov 21 13:36:51 UTC 2010 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
Now that there is multimedia/libbluray available add optional blu-ray support.
Note, currently only BD+ free discs are supported.
>How-To-Repeat:
	
>Fix:

	

--- mplayer.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/mplayer/Makefile,v
retrieving revision 1.201
diff -u -r1.201 Makefile
--- Makefile	19 Jan 2011 01:58:24 -0000	1.201
+++ Makefile	21 Feb 2011 15:55:00 -0000
@@ -13,6 +13,7 @@
 .include "${.CURDIR}/Makefile.shared"
 
 OPTIONS=	DEBUG "Include debug symbols in mplayer's binaries" off
+OPTIONS+=	BLURAY "Build with libbluray suport" off
 OPTIONS+=	RTCPU "Allow runtime CPU detection" on
 OPTIONS+=	OCFLAGS "Use optimized compiler flags" on
 OPTIONS+=	IPV6 "Include inet6 network support" on
Index: Makefile.options
===================================================================
RCS file: /home/pcvs/ports/multimedia/mplayer/Makefile.options,v
retrieving revision 1.18
diff -u -r1.18 Makefile.options
--- Makefile.options	9 Feb 2011 06:01:50 -0000	1.18
+++ Makefile.options	21 Feb 2011 15:55:00 -0000
@@ -133,6 +133,13 @@
 CONFIGURE_ARGS+=	--disable-pulse
 .endif
 
+.if defined(WITH_BLURAY)
+LIB_DEPENDS+=		bluray.0:${PORTSDIR}/multimedia/libbluray
+CONFIGURE_ARGS+=	--enable-bluray
+.else
+CONFIGURE_ARGS+=	--disable-bluray
+.endif
+
 .if defined(WITH_SMB)
 LIB_DEPENDS+=		smbclient.0:${PORTSDIR}/net/samba-libsmbclient
 .else
--- mplayer.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Feb 21 16:10:22 UTC 2011 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154939 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Feb 21 16:10:27 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: riggs@rrr.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/154939: [update] multimedia/mplayer add optional bluray support
Date: Mon, 21 Feb 2011 16:10:25 UT

 Maintainer of multimedia/mplayer,
 
 Please note that PR ports/154939 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154939
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Thomas Zander <thomas.e.zander@googlemail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/154939: [update] multimedia/mplayer add optional bluray support
Date: Tue, 1 Mar 2011 12:22:06 +0100

 Patch looks okay, just a small thing missing.
 Since this affects mencoder as well, can you add the OPTIONS+=....
 knob in mencoder's Makefile as well?
 
 Merci
 Riggs
State-Changed-From-To: feedback->closed 
State-Changed-By: ehaupt 
State-Changed-When: Wed Mar 2 22:48:19 CET 2011 
State-Changed-Why:  
Committed with the requested modification/addition from the maintainer. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/154939: commit references a PR
Date: Wed,  2 Mar 2011 21:48:10 +0000 (UTC)

 ehaupt      2011-03-02 21:48:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/mencoder  Makefile 
     multimedia/mplayer   Makefile Makefile.options 
   Log:
   Add optional multimedia/libbluray support
   
   PR:             154939
   Approved by:    Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
   
   Revision  Changes    Path
   1.24      +1 -0      ports/multimedia/mencoder/Makefile
   1.203     +1 -0      ports/multimedia/mplayer/Makefile
   1.19      +7 -0      ports/multimedia/mplayer/Makefile.options
 _______________________________________________
 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:
