This is a cumulative update to the mplayer port addressing several
issues:
o imake handling for audio-only-mplayer corrected.
o Adapt mplayer to recent x264 API changes. Reported by David Warren.
Obtained from official mplayer CVS.
o Correct internal libtremor handling on amd64 arch, by Aleksey Salow.
o Correct VIDIX playlists on amd64 arch.
o Proper handling of the speex codec and the polyp sound server,
reported by Ion-Mihai Tetcu.
- Fix OPTIONS checking logic - this caused the default package to have
way too many dependencies (e.g. Linux, and i386-specific ports).
- Fix build on FreeBSD 4.x [2]
PR: ports/102493 [1], ports/102570 [2]
Submitted by: Thomas E. Zander <riggs@rrr.de> [1], Ports Fury [2]
Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer) [2]
o Have mga xvidix driver autodetect memory, reported by Andre Albsmeier
o Remove PKGSUFFIX stuff, instead port name is always "mplayer"
o Use win32 real player codecs if the user prohibits linux-realplayer interaction
PR: ports/101224
Submitted by: Thomas E. Zander (maintainer)
- OPTIONify
- Due to some changes in the official developent tree, some of our local
patches became obsolete and where removed.
PR: ports/99871
Submitted by: maintainer
because it does not link the test-program with -pthread.
Remove the static -lx264 and replaces it with the accurate
`pkg-config --libs x264`, so the linker finds all the symbols needed.
After that, mencoder can finally encode x264-movies.
PR: ports/98914
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info>
Approved by: maintainer
www.ubuntuforums.org. This is not the old gtk2 patch used before but
the current gtk2 support in Mplayer's CVS. Unlike gtk12 support, gtk20
support will not be autodetected since it's still an unofficial patch.
Please use WITH_GTK2 to use.
PR: 95558
Submitted by: Me
Approved by: Maintainer
Obtained from: http://www.ubuntuforums.org/archive/index.php/t-78037.html
setting norm=SECAM which previously did not work. Bump PORTREVISION.
PR: ports/90001
Submitted by: Vladimir Kushnir <vkushnir@i.kiev.ua>
Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer)
On recent FreeBSD installing multimedia/mplayer port doesn't
compile-in bsdbt848 driver. Cause for this is in the mplayer's
'configure' script that uses the following code to autodetect
the presense of the system bt848 driver:
if defined(__NetBSD__)
#include <dev/ic/bt8xx.h>
#else
#include <machine/ioctl_bt848.h>
#endif
On FreeBSD /usr/include/machine/ioctl_bt848.h is replaced
with /usr/include/dev/bktr/ioctl_bt848.h, so 'configure'
script doesn't find it. Be warned that if you upgraded
your FreeBSD installation from the older version, you will
still have /usr/include/machine/ioctl_bt848.h installed on
your system (make installworld doesn't delete old files)
and configure script will not need patching to be able to
find the system bt848 driver. In the fix section I attached
a patched 'files/patch-ad' file.
[...]
Hi again,
I've prepared a diff to solve the issue. Besides this,
PORTREVISION is bumped to reflect the change and distinfo
contains sha256 sum. Would you please confirm that it works
on amd64, go for the commit and close the pr?!
Submitted by: Simun Mikecin <numisemis@yahoo.com>
Approved by: "Thomas E. Zander" <riggs@rrr.de>
Reviewed by: Simun Mikecin <numisemis@yahoo.com>
PR: ports/87853
<conrads@cox.net>
- introduce new vidix patches to enable -vo xvidix for some accidently
mistreated radeon and matrox cards, reported by Andre Albsmeier
<andre@albsmeier.net>
- explicitly forbid -fforce-addr gcc optimization as it reliably breaks all
ffmpeg descendants, by Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
PR: ports/79828
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
files/patch-libfaad2-common.h
o Remove explicitly disabling real codecs as they can be manually added
after installation if root really wants to (reported by Scott Lipcon
<scott@libcon.org>)
o Fix mplayer's x264 lib support is older than the version provided by
the ports tree as of today. Including new patchfile
files/patch-libmpcodecs-ve_x264.c
(by Bruce M. Simpson <bms@spc.org>)
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
o Potential heap overflow in Real RTSP streaming code
o Potential stack overflow in MMST streaming code
o Multiple buffer overflows in BMP demuxer
o Potential heap overflow in pnm streaming code
o Potential buffer overflow in mp3lib
PR: ports/75336
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
* Consistency of man page after patching DEFAULT_{DVD,CDROM}_DEVICE
(reported by Andra Albsmeier <andre.albsmeier@siemens.com>)
* Change PATCH_SITES to fix unfetchable distfile for GTK2 patch
(thanks to michael johnson <ahze@ahze.net> for reporting this)
PR: 71542
Submitted by: maintainer
Approved by: portmgr (implicit)