ports/100261: [PATCH] multimedia/mplayer: playing .rm files broken

Dmitry Marakasov amdmi3 at mail.ru
Fri Jul 14 02:00:33 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list