Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 06:00:57 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100261: [PATCH] multimedia/mplayer: playing .rm files broken
Message-ID:  <20060714020057.F3A2E96@hades.panopticon>
Resent-Message-ID: <200607140200.k6E20WNN037478@freefall.freebsd.org>

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

>Number:         100261
>Category:       ports
>Synopsis:       [PATCH] multimedia/mplayer: playing .rm files broken
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 14 02:00:31 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 15:07:32 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386

>Description:
When using mplayer 0.99.7 port it was possible to play RealMedia files (fourcc RV30) without installing linux-realplayer, because there's `Win32 RealPlayer 8 RV30 decoder' (drv33260.dll) included in win32-codecs. Now after upgrading mplayer to 0.99.8 this possibility is gone:

---
Requested video codec family [rv3040] (vfm=realvid) not available.
Enable it at compilation.
Requested video codec family [rv30] (vfm=realvid) not available.
Enable it at compilation.
Requested video codec family [rv30win] (vfm=realvid) not available.
Enable it at compilation.
Requested video codec family [rv30mac] (vfm=realvid) not available.
Enable it at compilation.
---

>How-To-Repeat:
Install mplayer 0.99.8 without linux-realplayer, try to play any .rm file.

>Fix:
To fix this, port shouldn't use --disable-real configure's argument. Without --disable-real configure detects realplayer dll's from win32-codecs and playing .rm files works as well as it was with 0.99.7

--- mplayer.patch begins here ---
diff -ruN mplayer.orig/Makefile mplayer/Makefile
--- mplayer.orig/Makefile	Fri Jul 14 05:56:23 2006
+++ mplayer/Makefile	Fri Jul 14 05:56:29 2006
@@ -396,8 +396,6 @@
 			--with-reallibdir=${X11BASE}/lib/RealPlayer/codecs
 RUN_DEPENDS+=		realplay:${PORTSDIR}/multimedia/linux-realplayer
 BUILD_DEPENDS+=		realplay:${PORTSDIR}/multimedia/linux-realplayer
-.else
-CONFIGURE_ARGS+=	--disable-real
 .endif
 
 .if !defined(WITHOUT_LIVEMEDIA)
--- mplayer.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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