Now that the OGG demuxer bug is gone, we remove reference to it in the READMEs.

From brad, OK sthen@
This commit is contained in:
edd 2011-08-17 15:12:15 +00:00
parent 214ac85f4e
commit 323e804fed
3 changed files with 5 additions and 22 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.193 2011/07/10 13:31:55 jasper Exp $
# $OpenBSD: Makefile,v 1.194 2011/08/17 15:12:15 edd Exp $
# May not be hard to add more.
ONLY_FOR_ARCHS = alpha amd64 arm i386 mips64 mips64el powerpc sparc64
@ -13,7 +13,7 @@ SUBST_VARS += PREFIX CONFDIR
# Distfiles must be hand-rolled, see README
N = mplayer
DISTNAME = mplayer-${V}
REVISION = 9
REVISION = 10
CATEGORIES = x11 multimedia
@ -43,7 +43,7 @@ MODULES += converters/libiconv
LIB_DEPENDS = graphics/png \
graphics/jpeg \
graphics/libungif \
graphics/ffmpeg>=20110408 \
graphics/ffmpeg>=20110408p5 \
audio/cdparanoia>=3.a9.8 \
audio/speex \
audio/libogg \

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.3 2011/07/02 23:10:25 edd Exp $
$OpenBSD: README,v 1.4 2011/08/17 15:12:15 edd Exp $
Porting notes for MPlayer
=========================
@ -38,18 +38,6 @@ was disabled due to conflicting licenses. Only the FFmpeg's
internal "ffaac" encoder remains for use with encoding AAC in mencoder.
https://bugs.launchpad.net/ubuntu/+source/faac/+bug/374900
FFmpeg Ogg Demuxer Bug
----------------------
The pkg/README details a bug in the FFmpeg Ogg demuxer; You can test the
existence of this bug with this URL:
http://icecast.version6.net:8888/okul.ogg
When a song ends, MPlayer will stall saying it cannot fill the cache.
Bug reported upstream here (it's an FFmpeg bug):
https://roundup.ffmpeg.org/issue2337
Rolling a Distfile
------------------

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.4 2011/07/02 23:10:25 edd Exp $
$OpenBSD: README,v 1.5 2011/08/17 15:12:15 edd Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -13,11 +13,6 @@ all arches:
Mencoder is not expected to do a good job of multiplexing into container
formats other than AVI or MPEG.
FFmpeg's Ogg demuxer is broken for Ogg streams. If MPlayer says "cache
not filling" when a song changes, you have been bitten by this bug.
You can try '-demuxer ogg' as a workaround (or try using ogg123 from
the vorbis-tools package).
i386:
Win32 codecs were disabled in OpenBSD's build, as the open source codecs
are now of decent quality.