On Thu, 30 Aug 2001, liam wrote:
> >> I have a problem with XMMS. I just installed it from ports tree,
> >> but when I tried to play an MP3, it core dumps and reports:
> >> ** ERROR **: Cannot handle 2 channels
> >> aborting...
> > > Abort (core dumped)
>
> I'm going to write the programmer and see I can possibly get that
> nasty habit fixed.
xmms_sun-1.2.5-p2 fixes this, it reverts to the old number of channels
instead of panicing. there's also some cosmetic fixes.
thanks,
-vedge
--- Makefile.orig Thu Aug 30 21:18:48 2001
+++ Makefile Thu Aug 30 21:19:09 2001
@@ -11,7 +11,7 @@
FULLPKGNAME= xmms-${VERSION}
FULLPKGNAME-esd= xmms-esd-${VERSION}
FULLPKGNAME-vorbis= xmms-vorbis-${VERSION}
-DISTDRIVER= xmms_sun-${VERSION}-p1
+DISTDRIVER= xmms_sun-${VERSION}-p2
CATEGORIES= audio
NEED_VERSION= 1.402
HOMEPAGE= http://www.xmms.org
--- files/md5.orig Thu Aug 30 21:20:03 2001
+++ files/md5 Thu Aug 30 21:20:39 2001
@@ -1,6 +1,6 @@
MD5 (xmms-1.2.5.tar.gz) = 99bc40bffa66789ecc9d91ce7ae4ed09
RMD160 (xmms-1.2.5.tar.gz) = 8669882f390a2474d868b9c8fb970125e0553033
SHA1 (xmms-1.2.5.tar.gz) = 64d64a6db0b08ba91a135229437c384da7dba1e5
-MD5 (xmms_sun-1.2.5-p1.tar.gz) = b4af4c3688f3e8f58068d94a1b980714
-RMD160 (xmms_sun-1.2.5-p1.tar.gz) = 63cb13ab3d6c679a6bea1027a666e8183dedd5a5
-SHA1 (xmms_sun-1.2.5-p1.tar.gz) = 263047d407fd34cec61edd0f9206451ac1ee5c6d
+MD5 (xmms_sun-1.2.5-p2.tar.gz) = 008cf1618431a86c9850198500dabbf3
+RMD160 (xmms_sun-1.2.5-p2.tar.gz) = ae735473262444e980fefc890a77c3b4d3ab6a1d
+SHA1 (xmms_sun-1.2.5-p2.tar.gz) = b89b24b1f9812dadbe3b77647708a2c510d696ec
--- pkg/MESSAGE.orig Thu Aug 30 21:29:41 2001
+++ pkg/MESSAGE Thu Aug 30 21:29:45 2001
@@ -9,5 +9,3 @@
Please direct issues regarding the Sun output driver to the
author, ${MAINTAINER}.
-If you need vorbis input or esd output, please look at
-${PKGNAME-vorbis} and ${PKGNAME-esd}.
|