[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#596125: marked as done (unblock: mpg123/1.12.1-3)



Your message dated Thu, 09 Sep 2010 09:58:43 +0200
with message-id <4C8893B3.2020802@dogguy.org>
and subject line Re: Bug#596125: unblock: mpg123/1.12.1-3
has caused the Debian Bug report #596125,
regarding unblock: mpg123/1.12.1-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
596125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596125
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal

Hi!

mpg123 1.12.1-3 fixes a problem playing mp3 streams from the web, leading to
choppy or corrupted output. No Debian bug was filed, but I consider the fix
important enough to make it into the next stable release. The patch is taken
from upstream version 1.12.3, the small debdiff to the version in testing is
attached. Please unblock.

Regards,

Daniel.
diff -u mpg123-1.12.1/debian/changelog mpg123-1.12.1/debian/changelog
--- mpg123-1.12.1/debian/changelog
+++ mpg123-1.12.1/debian/changelog
@@ -1,3 +1,10 @@
+mpg123 (1.12.1-3) unstable; urgency=low
+
+  * src/libmpg123/readers.c: Fix fast reading of ICY streams via http.
+    Patch from upstream version 1.12.3.
+
+ -- Daniel Kobras <kobras@debian.org>  Mon, 30 Aug 2010 20:05:09 +0200
+
 mpg123 (1.12.1-2) unstable; urgency=low
 
   * configure.ac, src/libmpg123/frame.c: Apply backport of upstream patch
only in patch2:
unchanged:
--- mpg123-1.12.1.orig/src/libmpg123/readers.c
+++ mpg123-1.12.1/src/libmpg123/readers.c
@@ -120,7 +120,7 @@
 			if(fr->icy.next > 0)
 			{
 				cut_pos = fr->icy.next;
-				ret = fr->rdat.fdread(fr,buf,cut_pos);
+				ret = fr->rdat.fdread(fr,buf+cnt,cut_pos);
 				if(ret < 1)
 				{
 					if(ret == 0) break; /* Just EOF. */
@@ -128,7 +128,8 @@
 
 					return READER_ERROR;
 				}
-				fr->rdat.filepos += ret;
+
+				if(!(fr->rdat.flags & READER_BUFFERED)) fr->rdat.filepos += ret;
 				cnt += ret;
 				fr->icy.next -= ret;
 				if(fr->icy.next > 0)

--- End Message ---
--- Begin Message ---
On 09/08/2010 09:14 PM, Daniel Kobras wrote:
> Package: release.debian.org
> Severity: normal
> 
> Hi!
> 
> mpg123 1.12.1-3 fixes a problem playing mp3 streams from the web, leading to
> choppy or corrupted output. No Debian bug was filed, but I consider the fix
> important enough to make it into the next stable release. The patch is taken
> from upstream version 1.12.3, the small debdiff to the version in testing is
> attached. Please unblock.
> 

Unblocked.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


--- End Message ---

Reply to: