Bug 43291 - graphics/mplayer: add support for REAL video/audio
Summary: graphics/mplayer: add support for REAL video/audio
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-23 16:40 UTC by Alan E
Modified: 2002-09-25 20:13 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.40 KB, patch)
2002-09-23 16:40 UTC, Alan E
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan E 2002-09-23 16:40:02 UTC
The new version of mplayer supports the linux realplayer shared libs, and does
a much better job of playing realvideo than linux-realplayer does. This patch
updates the Makefile to detect (or allow -DWITH_REAL) the linux-realplayer port
and enable this feature.

Please commit or give me permission to commit once the freeze is over.

Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
Comment 1 Adam Weinberger 2002-09-23 17:44:14 UTC
not much urgency... the port already detects the realplayer dll and
enables the options automatically.

root@smacky:/usr/ports/graphics/mplayer# make configure |grep -i real
Checking for RealPlayer DLL ... yes (using /usr/local/lib/RealPlayer8/Codecs)
Codecs: libavcodec real xanim directshow win32 libvorbis libmad
Comment 2 Alan Eldridge 2002-09-23 17:47:09 UTC
On Mon, Sep 23, 2002 at 09:44:14AM -0700, Adam Weinberger wrote:
>not much urgency... the port already detects the realplayer dll and
>enables the options automatically.
>
>root@smacky:/usr/ports/graphics/mplayer# make configure |grep -i real
>Checking for RealPlayer DLL ... yes (using /usr/local/lib/RealPlayer8/Codecs)
>Codecs: libavcodec real xanim directshow win32 libvorbis libmad 

Odd, it didn't get the directory for me. Bugger. Well it can't hurt,
cause it does the dependencies in there, and that *is* important.

-- 
Alan Eldridge
Unix/C(++) IT Pro, 20 yrs, seeking new employment.
(http://wwweasel.geeksrus.net/~alane/resume.txt)
KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/)
Comment 3 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-09-25 15:36:09 UTC
Responsible Changed
From-To: freebsd-ports->lioux

I will handle this
Comment 4 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-09-25 20:13:56 UTC
State Changed
From-To: open->closed

Committed, thanks!