pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/kdemultimedia3 Remove the part of the patch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9f324c0c1a7
branches:  trunk
changeset: 481884:c9f324c0c1a7
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Oct 14 11:10:00 2004 +0000

description:
Remove the part of the patch thats already in 3.3.1 (I thought I tested
that).  Spotted by Ian Zagorskih.

diffstat:

 multimedia/kdemultimedia3/distinfo         |   4 ++--
 multimedia/kdemultimedia3/patches/patch-cu |  11 +----------
 2 files changed, 3 insertions(+), 12 deletions(-)

diffs (36 lines):

diff -r 84c0f42b3e3f -r c9f324c0c1a7 multimedia/kdemultimedia3/distinfo
--- a/multimedia/kdemultimedia3/distinfo        Thu Oct 14 10:50:35 2004 +0000
+++ b/multimedia/kdemultimedia3/distinfo        Thu Oct 14 11:10:00 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2004/10/13 12:16:06 markd Exp $
+$NetBSD: distinfo,v 1.10 2004/10/14 11:10:00 markd Exp $
 
 SHA1 (kdemultimedia-3.3.1.tar.bz2) = 9595e83cb9cc20260cd87413a4ed185f820eea3f
 Size (kdemultimedia-3.3.1.tar.bz2) = 5362949 bytes
@@ -9,4 +9,4 @@
 SHA1 (patch-ar) = 604469ee9cedaccb5e75567abf1088cddab9bcbc
 SHA1 (patch-cs) = 6b00976b20b3d6af611f75921e20f88086061ce5
 SHA1 (patch-ct) = b61875aa683a08e69f0a403a8111319469fa3c4e
-SHA1 (patch-cu) = 030ad7fef29f974e10f7d265d246c3da173e9836
+SHA1 (patch-cu) = 5a93444eee0f7aabbdc2879debc56eac28e1deed
diff -r 84c0f42b3e3f -r c9f324c0c1a7 multimedia/kdemultimedia3/patches/patch-cu
--- a/multimedia/kdemultimedia3/patches/patch-cu        Thu Oct 14 10:50:35 2004 +0000
+++ b/multimedia/kdemultimedia3/patches/patch-cu        Thu Oct 14 11:10:00 2004 +0000
@@ -1,16 +1,7 @@
-$NetBSD: patch-cu,v 1.3 2004/10/10 19:50:23 mycroft Exp $
+$NetBSD: patch-cu,v 1.4 2004/10/14 11:10:00 markd Exp $
 
 --- kioslave/audiocd/audiocd.cpp.orig  2004-08-05 19:25:33.000000000 +0000
 +++ kioslave/audiocd/audiocd.cpp       2004-10-10 19:38:46.000000000 +0000
-@@ -1047,7 +1047,7 @@
- 
-       long currentSector(firstSector);
- 
--      unsigned long processed = encoder->readInit(CD_FRAMESIZE_RAW * (lastSector - firstSector));
-+      unsigned long processed = encoder->readInit(CD_FRAMESIZE_RAW * (lastSector - firstSector + 1));
-       // TODO test for errors (processed<0)?
-       processedSize(processed);
-       bool ok = true;
 @@ -1092,7 +1092,7 @@
                 * 2) Only increase in size unless the decrease is %5 of last estimate.
                 * This prevents continues small changes which is just annoying.



Home | Main Index | Thread Index | Old Index