<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)
of the port and which has been bogusly merged into the upstream sources
(but has been corrected now, the next release will be fine, hopefully).
This will fix audioid with tv://
users of mplayer:
o bktr driver working. Thanks to Arjan van Leeuwen
<avleeuwen@piwebs.com> and Simun Mikecin sime@logos.hr (For me
it doesn't work at all, but mplayer's tv never did :-) So I
rely on the reports of the users who are successful.)
o disables support for libdvdnav as it's not compatible with
the new version. The mplayer developers are informed and
hunt the problem.
o introduces a patch to fix -vo md5: patch-libvo-vo_md5.c
Thanks to Christopher Nehren <apeiron@comcast.net>
PR: ports/63363
Submitted by: maintainer
- Important fix of a remote buffer overflow attack via asf streaming
- Some minor fixes
* Check for the updated KAME ipv6-patch. Looks okay.
* Change pkg-message, pointing at at a work-in-progress FAQ
PR: 57324
57296
Submitted by: Mezz <mezz7@cox.net> (based on)
maintainer
- Background: For some reason, mplayer locks up if we cleanup
when exitting by calling arts_free(). Therefore, we trade
risk of memory leakage when using KDE aRts over locking
up.
- Caveat: Memory probably is not witheld after mplayer
exits. I won't say that it IS NOT withheld cause I do not
know what arts_free() does exactly. So, worst case scenario
is probably that we will leak memory for as many files
the user tells mplayer to play but only WHILE mplayer is
running.
o Bump PORTREVISION
Reviewed by: kde (some members)
o Remove libfame from the possible dependency list
because integrated libavcodec does the same job
o Apply libdemux-mov patch suggested by lioux
(will fix some quicktime movies)
o Fix pkg-plist
PR: ports/48152
Submitted by: maintainer
WITH* knobs are now explained within the Makefile
o Fix PKGNAMESUFFIX
o configure script depends unconditionally on esound if it is
available: depend on esound as well if available
o Enable VIDIX again due to users report that it works though needs
root permissions
o Update PLIST due to VIDIX
o Bump PORTREVISION
PR: 47781
Submitted by: maintainer
o Prefer mplayer internal DVD access routines rather than libdvdread
due to problem reports from users. Prefer libdvdread if WITH_LIBDVDREAD
o Change iconv interaction since users have been complaining since
iconv was updated to 1.7
Submitted by: maintainer
o Add additional MASTER_SITES
o Depend on mplayer-skins if WITH_GUI since GUI does not work without
a skin
o Added option WITH_XANIM
PR: 33604
Submitted by: MAINTAINER, Alan Eldridge <ports@geeksrus.net>
Reviewed by: pat
o add several WITH_* options (specially DVD support :-)
o update WWW tag in DESCR
o update PKGMESSAGE
o update install-user script to handle new fonts from port
mplayer-fonts/Makefile rev 1.2
Submitted by: MAINTAINER
o add script to "autodetect" some machine features such as 3DNow!
o it is no longer limitted to i386 arch (e.g., alpha, hurray :)
o make it CFLAGS safe
o add several WITH{,OUT} options
o depend on win32-codecs as of rev 1.12 win32-codecs/Makefile
instead of mplayer-codecs
o Makefile style: rearrange the file a bit to make it ports' style
compliant (easier to maintain)
o simplify targets with for/endfor constructs in post-install
o due to new features, update: COMMENT, DESCR, PKGMESSAGE
o fix all URI to include a trailing /
o support NOPORTDOCS in PLIST
Submitted by: MAINTAINER et al